Ecovacs Vacuum Custom Areas Clean with Xiaomi Vacuum Map Card

Опубликовано: 13 Ноябрь 2024
на канале: Nauman's Tech World
265
2

Custom areas cleaning using Ecovacs Robot Vacuum and Xiaomi Vacuum Map Card in Home Assistant.

Previous Video:
   • Ecovacs Deebot Robot Vacuum with Home...  

Chapters (links mentioned in / related to each chapter are available under chapter marker):

00:00 HACS Setup

Lovelace Vacuum Map card: https://github.com/PiotrMachowski/lov...
Home Assistant Community Store: https://hacs.xyz/docs/setup/download
Access Home Assistant container terminal: sudo docker exec -it homeassistant bash
HACS Download Script: wget -O - https://get.hacs.xyz | bash -

01:54 Vacuum Card Setup
02:26 Getting room coordinates

Clean Rooms script YAML: https://github.com/nauman73/ecovacs/b...
IMPORTANT.. Specify the entity ID of your vacuum in entity ID of send command otherwise the vacuum activity will not be cpatured.
Bumper server status page: http://{bumper_ip_address}:8007/

04:16 Copy the vacuum map image to home assistant

Copy map image to www folder of Home Assistant: sudo docker cp map.png homeassistant:/config/www/map.png

05:02 Create Data sheets for room co-ordinates

Lovelace Vacuum Map Card calibration points: https://github.com/PiotrMachowski/lov...

06:28 Create CSV file for room co-ordinates
07:44 Repeat steps for remaining rooms co-ordinates
08:23 Plot room co-ordinates

ZeGrapher Download page: https://zegrapher.com/en/#Downloads
ZeGrapher Download (Windows): https://zegrapher.com/download/ZeGrap...

09:28 Select calibration points

Lovelace Vacuum Map Card calibration points: https://github.com/PiotrMachowski/lov...

10:24 Add Vacuum Card to Dashboard
12:39 Setup zone cleanup

Ecovacs dashboard YAML: https://github.com/nauman73/ecovacs/b...
Clean Zones script YAML: https://github.com/nauman73/ecovacs/b...

14:49 Test zone cleanup