Hi There,
Just upgraded to 0.61 on hass.io with a Raspberry PI3.
I’m using BRP072A42 adapters but can’t get things to work.
If i use the configuration based on the main component https://home-assistant.io/components/daikin/ i get sensor entities created for inside and outside temperature for each host defined but don’t get any climate entities.
If i add configuration based on the client component “climate.daikin” I get errors during startup related to “KeyError: ‘f_rate’” and get no climate entities created, errors below.
Any ideas…
2018-01-17 13:42:42 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/helpers/entity_component.py”, line 399, in async_process_entity
new_entity, self, update_before_add=update_before_add
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_component.py”, line 247, in async_add_entity
yield from entity.async_update_ha_state()
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/entity.py”, line 217, in async_update_ha_state
attr = self.state_attributes or {}
File “/usr/lib/python3.6/site-packages/homeassistant/components/climate/init.py”, line 521, in state_attributes
fan_mode = self.current_fan_mode
File “/usr/lib/python3.6/site-packages/homeassistant/components/climate/daikin.py”, line 229, in current_fan_mode
return self.get(ATTR_FAN_MODE)
File “/usr/lib/python3.6/site-packages/homeassistant/components/climate/daikin.py”, line 120, in get
value = self._api.device.represent(‘f_rate’)[1].title()
File “/usr/lib/python3.6/site-packages/pydaikin/appliance.py”, line 145, in represent
v = self.values[key]
KeyError: ‘f_rate’