@planetyoung wrote:
I have the HASS.io image running in a Linux ubuntu VM. Lutron works, Sonos works, Life360 works, Proliphix gives an error. I’m a techie but not really a Linux server or python expert. When the server starts up I always get this message. Help! it would be great to get my proliphix thermostats working!
Logger: homeassistant.components.climate
Source: components/proliphix/climate.py:50
Integration: Climate (documentation, [issues]
First occurred: April 10, 2020, 4:20:00 PM (1 occurrences)
Last logged: April 10, 2020, 4:20:00 PMError while setting up proliphix platform for climate
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 179, in _async_setup_platform await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT) File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for return fut.result() File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) File "/usr/src/homeassistant/homeassistant/components/proliphix/climate.py", line 41, in setup_platform add_entities([ProliphixThermostat(pdp)], True) File "/usr/src/homeassistant/homeassistant/components/proliphix/climate.py", line 50, in __init__ self._name = self._pdp.name File "/usr/local/lib/python3.7/site-packages/proliphix/proliphix.py", line 183, in name return self._data['DevName'] KeyError: 'DevName'
Posts: 1
Participants: 1