Skip to content

Home Assistant custom component for Xiaomi Dreame 1C vacuum.

Notifications You must be signed in to change notification settings

augustas2/dreame-1c-vacuum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 

Repository files navigation

Xiaomi Dreame 1C Vacuum Integration

Custom component for Xiaomi Dreame vacuum 1C (dreame.vacuum.mc1808).

Using https://github.com/rytilahti/python-miio for the protocol.

Installation:

  • Manually: add the "xiaomi_vacuum" folder to the /config/custom_components folder;
  • With HACS: go in HACS, click on Integrations, click on the three little dots at top of the screen and selection "custom repositories", add this github url, select "Integration" as repository, and click ADD. Then go to the Integrations tab of HACS, and install the "Xiaomi 1C STYTJ01ZHM" integration.

Code to add to configuration.yaml:

vacuum:
  - platform: xiaomi_vacuum
    host: <ip>
    token: "<token>"
    name: <name>

To retrieve the token, follow the default integration instructions.

Works with https://github.com/denysdovhan/vacuum-card

About

Home Assistant custom component for Xiaomi Dreame 1C vacuum.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages