I get the following error when trying to set up a CT80 Radio Thermostat in HA:
ERROR:homeassistant.components.climate:Error while setting up platform radiotherm
Traceback (most recent call last):
File “/usr/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py”, line 164, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=self.hass.loop)
File “/usr/lib64/python3.4/asyncio/tasks.py”, line 393, in wait_for
return fut.result()
File “/usr/lib64/python3.4/asyncio/futures.py”, line 274, in result
raise self._exception
File “/usr/lib64/python3.4/concurrent/futures/thread.py”, line 54, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/lib/python3.4/site-packages/homeassistant/components/climate/radiotherm.py”, line 66, in setup_platform
tstats.append(RadioThermostat(tstat, hold_temp, away_temps))
File “/usr/lib/python3.4/site-packages/homeassistant/components/climate/radiotherm.py”, line 80, in init
self.set_time()
File “/usr/lib/python3.4/site-packages/homeassistant/components/climate/radiotherm.py”, line 216, in set_time
‘minute’: now.minute
AttributeError: ‘NoneType’ object has no attribute ‘time’
I have seen similar errors here but I am at a loss at how to resolve the issue.
Any Help would be appreciated.