|
发表于 2018-11-20 01:38:14
|
显示全部楼层
2018-11-19 23:43:31 ERROR (MainThread) [homeassistant.helpers.entity] Update for light.minik_pro fails
Traceback (most recent call last):
File "/config/deps/lib/python3.6/site-packages/pykonkeio/device/klight.py", line 40, in update
_, r, g, b, w, t, _ = m2.split('#')
ValueError: not enough values to unpack (expected 7, got 6)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 221, in async_update_ha_state
await self.async_device_update()
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 347, in async_device_update
await self.async_update()
File "/config/custom_components/light/konke.py", line 179, in async_update
await self._device.update(type='light')
File "/config/deps/lib/python3.6/site-packages/pykonkeio/device/klight.py", line 46, in update
raise error.ErrorMessageFormat
pykonkeio.error.ErrorMessageFormat: Error: wrong message
2018-11-19 23:43:31 ERROR (MainThread) [homeassistant.helpers.entity] Update for light.minik fails
Traceback (most recent call last):
File "/config/deps/lib/python3.6/site-packages/pykonkeio/device/klight.py", line 40, in update
_, r, g, b, w, t, _ = m2.split('#')
ValueError: not enough values to unpack (expected 7, got 6)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 221, in async_update_ha_state
await self.async_device_update()
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 347, in async_device_update
await self.async_update()
File "/config/custom_components/light/konke.py", line 179, in async_update
await self._device.update(type='light')
File "/config/deps/lib/python3.6/site-packages/pykonkeio/device/klight.py", line 46, in update
raise error.ErrorMessageFormat
pykonkeio.error.ErrorMessageFormat: Error: wrong message |
|