You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a sporadic error I see happening about once in 30 minutes. It seems to be relevant to this library so I'm posting it here.
2018-02-08 16:18:00 ERROR (MainThread) [homeassistant.core] Error executing service <ServiceCall light.turn_on: transition=30.0, color_temp=283, entity_id=['light.guest_bedroom_wall_north']>
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/light/xiaomi_miio.py", line 194, in _try_command
partial(func, *args, **kwargs))
File "/usr/local/lib/python3.6/asyncio/futures.py", line 332, in iter
yield self # This tells Task to wait for completion.
File "/usr/local/lib/python3.6/asyncio/tasks.py", line 250, in _wakeup
future.result()
File "/usr/local/lib/python3.6/asyncio/futures.py", line 245, in result
raise self._exception
File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/srv/homeassistant/lib/python3.6/site-packages/miio/philips_bulb.py", line 76, in on
return self.send("set_power", ["on"])
File "/srv/homeassistant/lib/python3.6/site-packages/miio/device.py", line 251, in send
raise DeviceError(m.data.value["error"])
miio.device.DeviceError: {'code': -30001, 'message': 'Resp invalid json.'}
The text was updated successfully, but these errors were encountered:
This is a sporadic error I see happening about once in 30 minutes. It seems to be relevant to this library so I'm posting it here.
The text was updated successfully, but these errors were encountered: