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
{{ message }}
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.
when refreshing devices I got:
DEBUG:zigate:Raw packet received, b'\x01\x87\x02\x12\x02\x10\x02\x1aO\xf0\x02\x11\x02\x11\x02\x122\xef\xe7\x02\x18\x02\x10\x02\x10\x03'
DEBUG:zigate:Dispatch ZIGATE_PACKET_RECEIVED
DEBUG:zigate:Received response 0x8702: b'f001010232efe70800'
ERROR:zigate:Error decoding response 0x8702: b'f001010232efe70800'
ERROR:zigate:Traceback (most recent call last):
File "/zigate/zigate/core.py", line 589, in decode_data
response = RESPONSES.get(msg_type, Response)(value, lqi)
File "/zigate/zigate/responses.py", line 36, in init
self.decode()
File "/zigate/zigate/responses.py", line 1251, in decode
self.data['dst_address'], self.data['sequence'] = struct.unpack('!QB', additional)
struct.error: unpack requires a buffer of 9 bytes
The text was updated successfully, but these errors were encountered: