I am having a problem with updates of sensors. I am having door and temperature sensors. My gateway firmware is 1.4.1_150.0143, I am using latest hass and I am running it on Windows Server 2016 from console. Discovery works and sensor data is refreshed at hass restart. After that no new data is visible in UI.
I am getting one error on hass startup:
[31m2017-10-30 20:12:15 ERROR (MainThread) [homeassistant.components.sensor] Error on device update!e[0m
Traceback (most recent call last):
File "c:\program files\python36\lib\site-packages\homeassistant\helpers\entity_component.py", line 216, in async_add_entity
yield from entity.async_device_update(warning=False)
File "c:\program files\python36\lib\site-packages\homeassistant\helpers\entity.py", line 309, in async_device_update
yield from self.hass.async_add_job(self.update)
File "c:\program files\python36\lib\asyncio\futures.py", line 332, in __iter__
yield self # This tells Task to wait for completion.
File "c:\program files\python36\lib\asyncio\tasks.py", line 250, in _wakeup
future.result()
File "c:\program files\python36\lib\asyncio\futures.py", line 245, in result
raise self._exception
File "c:\program files\python36\lib\concurrent\futures\thread.py", line 55, in run
result = self.fn(*self.args, **self.kwargs)
File "c:\program files\python36\lib\site-packages\homeassistant\components\sensor\systemmonitor.py", line 124, in update
self._state = round(psutil.disk_usage(self.argument).free /
File "c:\docker\hass\config\deps\Python36\site-packages\psutil\__init__.py", line 2050, in disk_usage
return _psplatform.disk_usage(path)
File "c:\docker\hass\config\deps\Python36\site-packages\psutil\_pswindows.py", line 249, in disk_usage
total, free = cext.disk_usage(path)
In Wireshark I am seeing UDP multicast packets from hub, so data from hub is comming. Sample data looks OK and one packet from temperature sensor looks like this: