Hello All
First as most of us, I would like to say Big THANK YOU for the hard work to create such nice Smart Home Integration/Automation platform.
I’m still new to it and i’m trying to setup my first few devices within Home Assistant.
I’m trying to setup my Roomba iRobot 960 and the respective Lovelace however I’m encountering strange behavior, which I can’t explain to myself.
I’ve tried to follow the guides within this Post: iRobot Roomba i7+ Configuration using Rest980
For whatever reason, Home Assistant is not able to connect to the roomba vacuum, hence not able to see the correct entities - vacuum.roomba to create my Lovelace.
Home Assistant Details:
x86_64 | |
---|---|
dev | false |
docker | true |
hassio | true |
os_name | Linux |
os_version | 4.15.0-88-generic |
python_version | 3.7.7 |
timezone | Europe/Sofia |
version | 0.107.5 |
virtualenv | false |
The following are the details within my configuration.yaml file:
roomba:
- platform: roomba
host: 192.168.1.12
username: 69C2850881234760
password: :1:1552136263:MRaFax0gX9PTKGXb
I have tried to enable this addon - rest980 Docker Image and when I start it - those are the only available logs -
[email protected] start /usr/src/app
node ./bin/www
GET /api/local/info/state 200 135.104 ms - 234
I’ve checked the Home Assistant Logs and I can see the following ones, which occur only after rebooting HA.
2020-03-23 13:23:43 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for alexa_media which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-03-23 13:23:43 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for sonarr_upcoming_media which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-03-23 13:23:43 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for radarr_upcoming_media which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-03-23 13:23:43 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-03-23 13:23:43 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for plex_recently_added which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-03-23 13:23:47 ERROR (MainThread) [homeassistant.setup] Error during setup of component alexa_media
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 170, in _async_setup_component
hass, processed_config
File “/config/custom_components/alexa_media/init.py”, line 105, in async_setup
for account in domainconfig[CONF_ACCOUNTS]:
KeyError: ‘accounts’
2020-03-23 13:23:47 ERROR (MainThread) [homeassistant.setup] Setup failed for plex_recently_added: No setup function defined.
2020-03-23 13:23:47 ERROR (MainThread) [homeassistant.setup] Setup failed for radarr_upcoming_media: No setup function defined.
2020-03-23 13:23:47 ERROR (MainThread) [homeassistant.setup] Setup failed for roomba: No setup function defined.
2020-03-23 13:23:47 ERROR (MainThread) [homeassistant.setup] Setup failed for sonarr_upcoming_media: No setup function defined.
2020-03-23 13:23:53 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry for hacs
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 216, in async_setup
hass, self
File “/config/custom_components/hacs/init.py”, line 81, in async_setup_entry
startup_result = await hacs_startup()
File “/config/custom_components/hacs/init.py”, line 143, in hacs_startup
await setup_frontend()
File “/config/custom_components/hacs/setup.py”, line 103, in setup_frontend
require_admin=True,
File “/usr/src/homeassistant/homeassistant/components/frontend/init.py”, line 190, in async_register_built_in_panel
raise ValueError(f"Overwriting panel {panel.frontend_url_path}")
ValueError: Overwriting panel hacs
2020-03-23 13:23:57 WARNING (MainThread) [homeassistant.setup] Setup of updater is taking over 10 seconds.
2020-03-23 13:24:02 ERROR (MainThread) [homeassistant.components.updater] Timeout fetching Home Assistant update data
In additional after I restart it, I receive the following notification however when I do HA check configuration, all seems to be fine and in addition, I can see the Sonarr/Radarr and PLEX Components to be working fine (my custom cards have the correct data) - errors: