Hi
After the last Update my climate devices from my fibaro hc2 are dont work. My ha cannot find the entities. Before the update all works correct and ha Fond them.
I have 5 thermostats connected to my hc2 and Nothing was found in hassio.
Anybody got the same problem, i think its the last update, bevor the update all works correct and i can control them through ha
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 314, in async_add_entities
await asyncio.gather(*tasks)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 505, in _async_add_entity
await entity.add_to_platform_finish()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 531, in add_to_platform_finish
self.async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 296, in async_write_ha_state
self._async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 322, in _async_write_ha_state
attr.update(self.state_attributes or {})
File "/usr/src/homeassistant/homeassistant/components/climate/__init__.py", line 221, in state_attributes
self.current_temperature,
File "/usr/src/homeassistant/homeassistant/components/fibaro/climate.py", line 324, in current_temperature
if device.properties.heatingThermostatSetpoint:
File "/usr/local/lib/python3.8/site-packages/fiblary3/client/v4/models.py", line 120, in __getitem__
return dict.__getitem__(self, key)
KeyError: 'heatingThermostatSetpoint'
Strange thing:
Thermostats are unavailable in lovelace, missing in Developer Tools, but existing automations CAN set temperature setpoint (and this IS transferred to final (Fibaro zwave) device)