Hey guys,
since I added my first device, a Osram Plug, via Zigbee (Conbee II) I’m expierincing these to errors:
2019-05-31 11:25:51 WARNING (MainThread) [zigpy_deconz.zigbee.application] Error while sending frame: 0xe9
And
Exception in thread zeroconf-Engine:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.7/site-packages/zeroconf.py", line 1147, in run
reader.handle_read(socket_)
File "/usr/local/lib/python3.7/site-packages/zeroconf.py", line 1196, in handle_read
self.zc.handle_query(msg, _MDNS_ADDR, _MDNS_PORT)
File "/usr/local/lib/python3.7/site-packages/zeroconf.py", line 2103, in handle_query
self.send(out, addr, port)
File "/usr/local/lib/python3.7/site-packages/zeroconf.py", line 2107, in send
packet = out.packet()
File "/usr/local/lib/python3.7/site-packages/zeroconf.py", line 1032, in packet
overrun_additionals += self.write_record(additional, 0)
File "/usr/local/lib/python3.7/site-packages/zeroconf.py", line 1000, in write_record
record.write(self)
File "/usr/local/lib/python3.7/site-packages/zeroconf.py", line 491, in write
out.write_string(self.address)
File "/usr/local/lib/python3.7/site-packages/zeroconf.py", line 905, in write_string
assert isinstance(value, bytes)
AssertionError
Any ideas?