Just picked up two Deebot 907s. I set one up so far and am trying to integrate into HA. I can’t get anything to work. So far I tried the “official” integration. Then I tried the Deebot 950 HACS integration. Both just return errors. Can someone tell me which config in this thread works with the 907?
My robot has already stored the map and labels (ozmo 920). But I’m able to use return_to_base,start and locate…instead send_command does not work with set_water_level and spot_area.
Thanks for your GIST. I used it to install your custom component. To my amazement, it finally pulled in the Deebot 900 into my HA config which I have not been able to do for months!! Thank you!
With that said, I’m now seeing this error in my config:
INFO:homeassistant.util.package:Attempting install of ozmo==1.0
2020-03-19 20:48:44 INFO (SyncWorker_16) [homeassistant.util.package] Attempting install of ozmo==1.0
2020-03-19 20:49:10 ERROR (SyncWorker_16) [homeassistant.util.package] Unable to install package ozmo==1.0: ERROR: Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/site-packages/ozmo-1.0.dist-info/INSTALLER.pip'
2020-03-19 20:49:10 ERROR (MainThread) [homeassistant.config] Package vacuum setup failed. Integration deebot Requirements for deebot not found: ['ozmo==1.0']. (See /config/packages/vacuum.yaml:1).
These are the only occurrences of ozmo in my config:
I fixed the issue… I missed the “s” in “custom_components”
I have a Deebot 920… do I need to use “deebot” or “ecovacs” plugin?
I’m now using “deebot” but I cannot see the vacuum sensors (brush/filter) status… I see 0%…
I also tried the @KEM_Hass configuration… I can’t see status, battery and mode… moreover, where shall I put the second part of the configuration “Deebot Room Selection and Water Level” ?