Aeon Labs z-wave thermostat broken in 0.38.1

Actually broken might not be correct. It’s not showing up at all. My log file is also getting spammed with these every 30 seconds or so which I expect is related. HASS has been running ~45 minutes and the log file is almost 300K

 17-02-12 18:45:39 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
 Traceback (most recent call last):
   File "/usr/lib/python3.4/asyncio/tasks.py", line 237, in _step
     result = next(coro)
   File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/helpers/entity.py", line 220, in async_update_ha_state
     attr = self.state_attributes or {}
   File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/climate/__init__.py", line 416, in state_attributes
     self._convert_for_display(self.current_temperature),
   File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/climate/__init__.py", line 700, in _convert_for_display
     self.unit_of_measurement)
   File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/util/temperature.py", line 24, in convert
     TEMPERATURE))
 ValueError: % is not a recognized temperature unit.

It was working fine in .37 Any assistance would be greatly appreciated!

Interesting…right after a restart of HASS it’s up and working as expected. After maybe 60 seconds it’s values stop showing up and it vanishes from the dashboard. At that point the logged errors mentioned above start.

Noticed the bug report here: https://github.com/home-assistant/home-assistant/issues/5900

Updated to 0.38.2 but still broken. Mine is a slightly different error too.

Since this appears to be a bug opened new issue here: https://github.com/home-assistant/home-assistant/issues/5934