I’ve managed to get this setup on one of my roombas, really cool to see the live map!
This morning i remembered that one of our use cases is moving the roomba between floors, often when we do this - we manually start the roomba on the new floor via the clean button.
I see that there may be some ways to know what floor and generate the right background image if the roomba is started from the app, but is there any way to know what floor it is when the roomba is manually started?
I was having a hell of a time getting the blid and passwlord, but tried this and it came right up. The problem is whenever I attempt to use the info I get errors. So for example if I try to setup the integration in the gui, I get this in my log
020-09-30 12:19:31 ERROR (SyncWorker_37) [roomba.roomba] Error: [Errno -3] Try again
2020-09-30 12:19:36 ERROR (MainThread) [homeassistant.components.roomba] Timeout expired
2020-09-30 12:19:36 ERROR (SyncWorker_37) [roomba.roomba] Error: [Errno -3] Try again
2020-09-30 12:19:41 ERROR (SyncWorker_37) [roomba.roomba] Error: [Errno -3] Try again
2020-09-30 12:19:41 ERROR (SyncWorker_37) [roomba.roomba] Unable to connect to Roomba-3193C20C31338710.
If your starting from the Roomba then it’s not likely… my only suggestion is to check the api to see if it exposes the mapid when it starts cleaning ? Otherwise just don’t start it manually
I’ve been meaning to work on revising the two floor capability - I just don’t currently have two floor nor the time to properly test
It looks like your using the native integration which this intergrstion/card isn’t designed for. That being said - the log is indicating a connection issue. Maybe check connectivity between HA and Roomba?
It looks like your using the native integration. This card isn’t intended for that as it’s designed for my custom sensors using data from the rest980 api
Two roombas can be configured - as far as I provide two seperate addon instances. However it’s not explicitly defined in the config templates - you will simply need to duplicate it for each robot.
Okay. I have now made an template to make an sensor.xxx for each attribute. Can I use the sensors I have made in your card?
For example I have made an sensor (sensor.batrerylevel) can I put that one into battery on your card
So everything has been working great, and I want to keep it that way so I killed my roombas uplink but now I have to solve the no google home control problem. Is there a way to expose the commands to google? Probably a input boolean, but i’m having trouble figuring out what exactly needs to be triggered. Just need the start cleaning and dock, maybe pause.
Yea thats all beyond my skill. Can I just create a input boolean with the rest_command.vacuum_action? What would be the service data to sent to the rest command?
Then i can just set up google assistant for when i sat start “start vacuum” i can have it turn on that switch.
I am reallty not sure on how to integrate with Google I dont use it unfortunatley…
You could potentially create an automation which enables the IB or updates the text field and then trigger the clean?
are you using the native vacuum component? this solution uses a sensor component not the vacuum component.
Perhaps have a review of this page which explains how to configure packages
yikes! thats alot of data to store.
I cant really make any changes on my side, but you should just be able to configure the recorder component to exclude these entities from storing data in the DB - for example
I was able to get my vacuum (S9) setup and working (rest980 and lovelace card).
I’m having trouble getting the second one (Brava M6) with rest980_2
no new entities are created.
(rest980_2 has the correct config (which works on the first rest980 if I were to configure it there))
(php-nginx_2 config: NGINX_WEBROOT: /config/mop (created the directory and populated with same files as /config/vacuum)
Hi Syrius, great job on the integration for roomba…
I do have one question (new to HA)… I have added the “rest980 Docker Image” addon and I have the lovelace card and roomba is working correctly (BIND and passwords are correct), but it seems i cannot get stats info on the card
it seems that docker is not working properly (log info:)
you will need to duplicate the sensor config and secrets for your second robot.
thats correct for the docker part, but you need to create the sensor configure package in HA which will pull the data from the docker container. check the readme on GH Repo for the detailed steps!