Ness DX8/DX16 Alarm

2019-03-23 21:43:00 DEBUG (MainThread) [nessclient.client] Decoding data: ‘820003601700867e’
2019-03-23 21:43:00 DEBUG (MainThread) [nessclient.packet] Decoding bytes: ‘820003601700867e’
2019-03-23 21:43:00 WARNING (MainThread) [nessclient.client] Failed to decode packet
ValueError: 23 is not a valid RequestID

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/nessclient/client.py”, line 123, in _recv_loop
event = BaseEvent.decode(pkt)
File “/usr/local/lib/python3.7/site-packages/nessclient/event.py”, line 39, in decode
return StatusUpdate.decode(packet)
File “/usr/local/lib/python3.7/site-packages/nessclient/event.py”, line 149, in decode
request_id = StatusUpdate.RequestID(int(packet.data[0:2], 16))
File “/usr/local/lib/python3.7/enum.py”, line 309, in call
return cls.new(cls, value)
File “/usr/local/lib/python3.7/enum.py”, line 561, in new
raise exc
File “/usr/local/lib/python3.7/enum.py”, line 545, in new
result = cls.missing(value)
File “/usr/local/lib/python3.7/enum.py”, line 574, in missing
raise ValueError("%r is not a valid %s" % (value, cls.name))
ValueError: 23 is not a valid RequestID