CCOSTAN / Home-AssistantConfig

:house: Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to :star: it. Updated FREQUENTLY!
https://www.vCloudInfo.com
Other
4.77k stars 509 forks source link

New Vaccum #1470

Open CCOSTAN opened 2 months ago

CCOSTAN commented 2 months ago

Just purchased the Dreame Vacuum. https://amzn.to/3xIXFDD

Need to add into Home Assistant and replace the Neato and Roombas. https://github.com/Tasshack/dreame-vacuum

CCOSTAN commented 2 months ago

Purchased Vaccum - Set up with Beta HACS.

CCOSTAN commented 1 month ago

Working great. Haven't created any automations yet though. Everything is now scheduled via the Native App.

Did add in a LoveLace dashboard though.

image

CCOSTAN commented 1 month ago

Need to move the schedule to HA. Here is sample code.


alias: "Gian: aspira il bagno della linda"
sequence:

service: switch.turn_off
data: {}
target:
entity_id: switch.gian_robot_d_acciaio_customized_cleaning
service: select.select_option
data:
option: sweeping
target:
entity_id: select.gian_robot_d_acciaio_cleaning_mode
service: dreame_vacuum.vacuum_clean_segment
data:
suction_level: 3
segments: 7
target:
entity_id: vacuum.gian_robot_d_acciaio
mode: single
icon: mdi:fridge
`
I switch off customized cleaning before starting 💪