After the update I cannot use the same weather sensor for 2 different zones (home and work).
This is the error I receive:
Sun Mar 04 2018 14:45:26 GMT+0100 (CET)
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.6/asyncio/tasks.py", line 180, in _step
result = coro.send(None)
File "/usr/src/app/homeassistant/helpers/entity_platform.py", line 260, in _async_add_entity
msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.pws_weather_1d_metric
error in the ui
components/device_tracker/init.py (ERROR)
error in the log
AttributeError: ‘NoneType’ object has no attribute ‘get’
2018-03-06 18:51:50 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/lib/python3.6/asyncio/tasks.py”, line 180, in _step
result = coro.send(None)
File “/usr/lib/python3.6/site-packages/homeassistant/components/device_tracker/init.py”, line 289, in async_see
hide_if_away=self.defaults.get(CONF_AWAY_HIDE, DEFAULT_AWAY_HIDE))
After I upgraded from 0.63 to 0.64, homeassistant service is being terminated at random… Couldn’t find any reason on log. Is anybody facing similiar issues?
you should check github and release notes. pretty sure this was fixed in one of the subsequent releases. Also it does not hurt to upgrade and roll back to a previous working version.
Thanks again. Yeah, I found the first link but not the second. Maybe I misunderstand but I run Hass.io and I thought libraries were maintained in Hass.io releases? Still not sure where I stand whether it is fixed in 0.64.3 or I need to upgrade then try and fix pycrypto(dome?).
I’ll try to upgrade at some point (although nervous now - I love my Alexa controlled blinds and curtains! LOL) and try to fix if broken…
Updated last week to 0.64 on hassio and after that it didnt come up again.
Wasnt able to find out why. When i type hassio homeassistant xxx i always get an error message.