I have a Hassbian setup and have added all my devices either via discovery or mostly by adding them manually to the configuration.yaml or sub yaml.
Now, I’ve noticed that my ecovacs device isn’t integrating properly due to issues with the sucks library, and I have my suspisions that this is causing some other integrations to fail. So, I want to remove the ecovacs from my setup.
At present the ecovacs integration is in my configuration.yaml and looks like:
#ECOVACS Ozmo 610
ecovacs:
username: !secret ozmo_user
password: !secret ozmo_pass
country: de
continent: eu
If, I then comment out these lines and reboot the system the web interface will not load up. I still have SSH & smb access but no web gui.
If I uncomment the ecovacs lines and reboot, the web GUI loads up without and apparent issues.
So, am I doing something wrong here? Any suggestions?
Thanks.