Hello,
I upgraded to 0.111.4 today from 0.110.x and got the following error:
Error during setup of component tahoma
Traceback (most recent call last):
File "/opt/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 190, in _async_setup_component
result = await asyncio.wait_for(task, SLOW_SETUP_MAX_WAIT)
File "/usr/lib/python3.7/asyncio/tasks.py", line 416, in wait_for
return fut.result()
File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/opt/homeassistant/lib/python3.7/site-packages/homeassistant/components/tahoma/__init__.py", line 88, in setup
api.get_setup()
File "/opt/homeassistant/lib/python3.7/site-packages/tahoma_api/tahoma_api.py", line 156, in get_setup
self._get_setup(result)
File "/opt/homeassistant/lib/python3.7/site-packages/tahoma_api/tahoma_api.py", line 167, in _get_setup
device = Device(self, device_data)
File "/opt/homeassistant/lib/python3.7/site-packages/tahoma_api/tahoma_api.py", line 689, in __init__
"' has not been defined: " + debug_output)
ValueError: Active state 'core:NameState' has not been defined: {"creationTime": 1593528517000, "lastUpdateTime": 1593528517000, "label": "OGP KNX Bridge", "deviceURL": "ogp://1208-3748-5067/00000BE8", "shortcut": false, "controllableName": "ogp:Bridge", "definition": {"commands": [{"commandName": "sendPrivate", "nparams": 1}], "states": [{"type": "DataState", "qualifiedName": "core:Private10State"}, {"type": "DataState", "qualifiedName": "core:Private1State"}, {"type": "DataState", "qualifiedName": "core:Private2State"}, {"type": "DataState", "qualifiedName": "core:Private3State"}, {"type": "DataState", "qualifiedName": "core:Private4State"}, {"type": "DataState", "qualifiedName": "core:Private5State"}, {"type": "DataState", "qualifiedName": "core:Private6State"}, {"type": "DataState", "qualifiedName": "core:Private7State"}, {"type": "DataState", "qualifiedName": "core:Private8State"}, {"type": "DataState", "qualifiedName": "core:Private9State"}], "dataProperties": [], "widgetName": "DynamicBridge", "uiClass": "ProtocolGateway", "qualifiedName": "ogp:Bridge", "type": "ACTUATOR"}, "states": [{"name": "core:NameState", "type": 3, "value": "OGP KNX Bridge"}], "attributes": [{"name": "core:Manufacturer", "type": 3, "value": "Overkiz"}, {"name": "ogp:Features", "type": 10, "value": [{"name": "private"}]}, {"name": "core:Technology", "type": 3, "value": "KNX"}, {"name": "core:ManufacturerReference", "type": 3, "value": "OGP KNX Bridge"}], "available": true, "enabled": true, "placeOID": "bf36a6dd-3859-4c75-bf65-62fd072ae60c", "widget": "DynamicBridge", "type": 1, "oid": "8dffaafc-cdb6-4a06-bd84-85ec7277d2ef", "uiClass": "ProtocolGateway"}
At first I thought it was some update to the tahoma component since I usually run a modified version of it as a custom component. But after removing the modified component the problem still was present.
I’ve tried to downgrade to 0.110.1 but I still got the same error.
Anyone else with this error and can anyone tell me whats wrong?