Open timjcraig opened 2 years ago
I am having the exact same issue, tried finding solution on every forum, I just get lost in all the jargon. Hope someone has an answer soon. The official integration finds the hub and thermostat but only pulls in battery state entity.
almost identical log file errors
Its a work around but I used this post to get all of my Hive devices in and to have the data being polled:
https://github.com/home-assistant/core/issues/80341#issuecomment-1344406213
This worked... how have entities back but still no climate entity
I have the same issue any timeframe for updating this integration?
My error logs are similar:
Logger: homeassistant.components.water_heater Source: components/hive/init.py:150 Integration: Water Heater (documentation, issues) First occurred: 31 December 2022, 17:08:24 (1 occurrences) Last logged: 31 December 2022, 17:08:24
Error while setting up hive platform for water_heater Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 281, in _async_setup_platform await asyncio.shield(task) File "/usr/src/homeassistant/homeassistant/components/hive/water_heater.py", line 54, in async_setup_entry entities.append(HiveWaterHeater(hive, dev)) File "/usr/src/homeassistant/homeassistant/components/hive/init.py", line 150, in init model=self.device["deviceData"]["model"], KeyError: 'model'
Logger: homeassistant.components.climate Source: components/hive/init.py:150 Integration: Climate (documentation, issues) First occurred: 31 December 2022, 17:08:24 (1 occurrences) Last logged: 31 December 2022, 17:08:24
Error while setting up hive platform for climate Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 281, in _async_setup_platform await asyncio.shield(task) File "/usr/src/homeassistant/homeassistant/components/hive/climate.py", line 64, in async_setup_entry entities.append(HiveClimateEntity(hive, dev)) File "/usr/src/homeassistant/homeassistant/components/hive/climate.py", line 113, in init super().init(hive_session, hive_device) File "/usr/src/homeassistant/homeassistant/components/hive/init.py", line 150, in init model=self.device["deviceData"]["model"], KeyError: 'model'
Describe the bug
Hive integration authenticates successfully with 2FA and only installs the hub entity.
To Reproduce Steps to reproduce the behaviour:
Expected behaviour
Load all climate, switch and sensor entities for TRV's and thermostats
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
I have removed integration, restarted HA and re-added the integration.
Log File