The following errors have been logged this session:
2017-07-13 22:42:03 WARNING (Thread-3) [netdisco.ssdp] Error fetching description at http://10.39.167.135:2869/upnphost/udhisapi.dll?content=uuid:61bd8d86-6c61-46a5-9d35-e6bc7c93b7a2
2017-07-13 22:42:13 ERROR (Thread-3) [xiaomi.xiaomi] got error when receiving: wrong checksum, read b'ffffffffffffffffffffffffffffffff', computed b'658fe26a4191a3e5e0a136b52f77bf62'
parsing -> checksum
2017-07-13 22:42:13 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.4/site-packages/construct/core.py", line 2709, in _parse
return self.subcon._parse(stream, context, path)
File "/srv/homeassistant/lib/python3.4/site-packages/construct/core.py", line 1565, in _parse
obj = self.cases.get(key, self.default)._parse(stream, context, path)
File "/srv/homeassistant/lib/python3.4/site-packages/construct/core.py", line 2267, in _parse
hash2 if not isinstance(hash2,bytes) else hexlify(hash2), ))
construct.core.ChecksumError: wrong checksum, read b'ffffffffffffffffffffffffffffffff', computed b'658fe26a4191a3e5e0a136b52f77bf62'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.4/asyncio/tasks.py", line 233, in _step
result = coro.throw(exc)
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/core.py", line 1023, in _event_to_service_call
yield from service_handler.func(service_call)
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/switch/__init__.py", line 105, in async_handle_switch_service
yield from switch.async_turn_on()
File "/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
value = future.result()
File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
raise self._exception
File "/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
result = self.fn(*self.args, **self.kwargs)
File "/home/homeassistant/.homeassistant/custom_components/switch/xiaomiplug.py", line 84, in turn_on
self._switch.start()
File "/home/homeassistant/.homeassistant/xiaomi/xiaomi.py", line 139, in start
return self.send("set_power", ["on"])
File "/home/homeassistant/.homeassistant/xiaomi/xiaomi.py", line 127, in send
m = Message.parse(data)
File "/srv/homeassistant/lib/python3.4/site-packages/construct/core.py", line 165, in parse
return self.parse_stream(BytesIO(data), context, **kw)
File "/srv/homeassistant/lib/python3.4/site-packages/construct/core.py", line 176, in parse_stream
return self._parse(stream, context, "parsing")
File "/srv/homeassistant/lib/python3.4/site-packages/construct/core.py", line 849, in _parse
subobj = sc._parse(stream, context, path)
File "/srv/homeassistant/lib/python3.4/site-packages/construct/core.py", line 2713, in _parse
raise e.__class__("%s\n %s" % (e, path))
construct.core.ChecksumError: wrong checksum, read b'ffffffffffffffffffffffffffffffff', computed b'658fe26a4191a3e5e0a136b52f77bf62'
parsing -> checksum
2017-07-13 22:42:24 ERROR (Thread-1) [xiaomi.xiaomi] got error when receiving: wrong checksum, read b'ffffffffffffffffffffffffffffffff', computed b'3aee1113c952f8777990f2c5bbbfb910'
parsing -> checksum
2017-07-13 22:42:24 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.4/site-packages/construct/core.py", line 2709, in _parse
return self.subcon._parse(stream, context, path)
File "/srv/homeassistant/lib/python3.4/site-packages/construct/core.py", line 1565, in _parse
obj = self.cases.get(key, self.default)._parse(stream, context, path)
File "/srv/homeassistant/lib/python3.4/site-packages/construct/core.py", line 2267, in _parse
hash2 if not isinstance(hash2,bytes) else hexlify(hash2), ))
construct.core.ChecksumError: wrong checksum, read b'ffffffffffffffffffffffffffffffff', computed b'3aee1113c952f8777990f2c5bbbfb910'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.4/asyncio/tasks.py", line 233, in _step
result = coro.throw(exc)
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/core.py", line 1023, in _event_to_service_call
yield from service_handler.func(service_call)
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/switch/__init__.py", line 105, in async_handle_switch_service
yield from switch.async_turn_on()
File "/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
value = future.result()
File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
raise self._exception
File "/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
result = self.fn(*self.args, **self.kwargs)
File "/home/homeassistant/.homeassistant/custom_components/switch/xiaomiplug.py", line 84, in turn_on
self._switch.start()
File "/home/homeassistant/.homeassistant/xiaomi/xiaomi.py", line 139, in start
return self.send("set_power", ["on"])
File "/home/homeassistant/.homeassistant/xiaomi/xiaomi.py", line 127, in send
m = Message.parse(data)
File "/srv/homeassistant/lib/python3.4/site-packages/construct/core.py", line 165, in parse
return self.parse_stream(BytesIO(data), context, **kw)
File "/srv/homeassistant/lib/python3.4/site-packages/construct/core.py", line 176, in parse_stream
return self._parse(stream, context, "parsing")
File "/srv/homeassistant/lib/python3.4/site-packages/construct/core.py", line 849, in _parse
subobj = sc._parse(stream, context, path)
File "/srv/homeassistant/lib/python3.4/site-packages/construct/core.py", line 2713, in _parse
raise e.__class__("%s\n %s" % (e, path))
construct.core.ChecksumError: wrong checksum, read b'ffffffffffffffffffffffffffffffff', computed b'3aee1113c952f8777990f2c5bbbfb910'
parsing -> checksum
2017-07-13 22:42:25 ERROR (Thread-9) [xiaomi.xiaomi] got error when receiving: wrong checksum, read b'ffffffffffffffffffffffffffffffff', computed b'e29069321fb78a07f9a33f2ad952df49'
parsing -> checksum
2017-07-13 22:42:25 ERROR (Thread-9) [custom_components.switch.xiaomiplug] Got exception while fetching the state: wrong checksum, read b'ffffffffffffffffffffffffffffffff', computed b'e29069321fb78a07f9a33f2ad952df49'
parsing -> checksum
2017-07-13 22:42:25 ERROR (Thread-8) [xiaomi.xiaomi] got error when receiving: wrong checksum, read b'ffffffffffffffffffffffffffffffff', computed b'9cadfbfc8e5182bf03610cdc50163c4a'
parsing -> checksum
2017-07-13 22:42:25 ERROR (Thread-8) [custom_components.switch.xiaomiplug] Got exception while fetching the state: wrong checksum, read b'ffffffffffffffffffffffffffffffff', computed b'9cadfbfc8e5182bf03610cdc50163c4a'
parsing -> checksum
2017-07-13 22:42:38 ERROR (Thread-5) [xiaomi.xiaomi] got error when receiving: wrong checksum, read b'ffffffffffffffffffffffffffffffff', computed b'b9fb0bd5ffa8e882ba55b41258ca6c9d'
parsing -> checksum
2017-07-13 22:42:38 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.4/site-packages/construct/core.py", line 2709, in _parse
return self.subcon._parse(stream, context, path)
File "/srv/homeassistant/lib/python3.4/site-packages/construct/core.py", line 1565, in _parse
obj = self.cases.get(key, self.default)._parse(stream, context, path)
File "/srv/homeassistant/lib/python3.4/site-packages/construct/core.py", line 2267, in _parse
hash2 if not isinstance(hash2,bytes) else hexlify(hash2), ))
construct.core.ChecksumError: wrong checksum, read b'ffffffffffffffffffffffffffffffff', computed b'b9fb0bd5ffa8e882ba55b41258ca6c9d'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.4/asyncio/tasks.py", line 233, in _step
result = coro.throw(exc)
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/core.py", line 1023, in _event_to_service_call
yield from service_handler.func(service_call)
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/switch/__init__.py", line 105, in async_handle_switch_service
yield from switch.async_turn_on()
File "/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
value = future.result()
File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
raise self._exception
File "/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
result = self.fn(*self.args, **self.kwargs)
File "/home/homeassistant/.homeassistant/custom_components/switch/xiaomiplug.py", line 84, in turn_on
self._switch.start()
File "/home/homeassistant/.homeassistant/xiaomi/xiaomi.py", line 139, in start
return self.send("set_power", ["on"])
File "/home/homeassistant/.homeassistant/xiaomi/xiaomi.py", line 127, in send
m = Message.parse(data)
File "/srv/homeassistant/lib/python3.4/site-packages/construct/core.py", line 165, in parse
return self.parse_stream(BytesIO(data), context, **kw)
File "/srv/homeassistant/lib/python3.4/site-packages/construct/core.py", line 176, in parse_stream
return self._parse(stream, context, "parsing")
File "/srv/homeassistant/lib/python3.4/site-packages/construct/core.py", line 849, in _parse
subobj = sc._parse(stream, context, path)
File "/srv/homeassistant/lib/python3.4/site-packages/construct/core.py", line 2713, in _parse
raise e.__class__("%s\n %s" % (e, path))
construct.core.ChecksumError: wrong checksum, read b'ffffffffffffffffffffffffffffffff', computed b'b9fb0bd5ffa8e882ba55b41258ca6c9d'
parsing -> checksum
2017-07-13 22:42:41 ERROR (Thread-1) [xiaomi.xiaomi] got error when receiving: wrong checksum, read b'ffffffffffffffffffffffffffffffff', computed b'2d8d2397d357ee0be5186fdaa7259b72'
parsing -> checksum
2017-07-13 22:42:41 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.4/site-packages/construct/core.py", line 2709, in _parse
return self.subcon._parse(stream, context, path)
File "/srv/homeassistant/lib/python3.4/site-packages/construct/core.py", line 1565, in _parse
obj = self.cases.get(key, self.default)._parse(stream, context, path)
File "/srv/homeassistant/lib/python3.4/site-packages/construct/core.py", line 2267, in _parse
hash2 if not isinstance(hash2,bytes) else hexlify(hash2), ))
construct.core.ChecksumError: wrong checksum, read b'ffffffffffffffffffffffffffffffff', computed b'2d8d2397d357ee0be5186fdaa7259b72'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.4/asyncio/tasks.py", line 233, in _step
result = coro.throw(exc)
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/core.py", line 1023, in _event_to_service_call
yield from service_handler.func(service_call)
File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/switch/__init__.py", line 105, in async_handle_switch_service
yield from switch.async_turn_on()
File "/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
value = future.result()
File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
raise self._exception
File "/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
result = self.fn(*self.args, **self.kwargs)
File "/home/homeassistant/.homeassistant/custom_components/switch/xiaomiplug.py", line 84, in turn_on
self._switch.start()
File "/home/homeassistant/.homeassistant/xiaomi/xiaomi.py", line 139, in start
return self.send("set_power", ["on"])
File "/home/homeassistant/.homeassistant/xiaomi/xiaomi.py", line 127, in send
m = Message.parse(data)
File "/srv/homeassistant/lib/python3.4/site-packages/construct/core.py", line 165, in parse
return self.parse_stream(BytesIO(data), context, **kw)
File "/srv/homeassistant/lib/python3.4/site-packages/construct/core.py", line 176, in parse_stream
return self._parse(stream, context, "parsing")
File "/srv/homeassistant/lib/python3.4/site-packages/construct/core.py", line 849, in _parse
subobj = sc._parse(stream, context, path)
File "/srv/homeassistant/lib/python3.4/site-packages/construct/core.py", line 2713, in _parse
raise e.__class__("%s\n %s" % (e, path))
construct.core.ChecksumError: wrong checksum, read b'ffffffffffffffffffffffffffffffff', computed b'2d8d2397d357ee0be5186fdaa7259b72'
parsing -> checksum
2017-07-13 22:42:57 ERROR (Thread-9) [xiaomi.xiaomi] got error when receiving: wrong checksum, read b'ffffffffffffffffffffffffffffffff', computed b'8ce1ae0d401bc9a21fefce037cd26b00'
parsing -> checksum
2017-07-13 22:42:57 ERROR (Thread-9) [custom_components.switch.xiaomiplug] Got exception while fetching the state: wrong checksum, read b'ffffffffffffffffffffffffffffffff', computed b'8ce1ae0d401bc9a21fefce037cd26b00'
parsing -> checksum
2017-07-13 22:42:57 ERROR (Thread-8) [xiaomi.xiaomi] got error when receiving: wrong checksum, read b'ffffffffffffffffffffffffffffffff', computed b'1e67c2dc1e6d59fae232dc6eb49ce751'
parsing -> checksum
2017-07-13 22:42:57 ERROR (Thread-8) [custom_components.switch.xiaomiplug] Got exception while fetching the state: wrong checksum, read b'ffffffffffffffffffffffffffffffff', computed b'1e67c2dc1e6d59fae232dc6eb49ce751'
parsing -> checksum