Skip to content

kachalovmg/xiaomi_vacuum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xiaomi_vacuum

custom component for Vacuum 1C STYTJ01ZHM (dreame.vacuum.mc1808). Rough around the edges, not all the commands work, not all attributes set up. Needs a clean up.

Zone cleaning now works!

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

Two possibilities for installation :

  • Manually : add the "xiaomi_vacuum" folder to the /config/custom_components folder ; reboot
  • 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%