python-openzwave
python-openzwave copied to clipboard
Low Battery Alarm format error.
I am observing the following error from python-openzwave:
Error in manager callback UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa7 in position 1: invalid start byte
Which I traced down to be a low battery alarm from one of my zwave devices which is not handled by openzwave or by the python wrapper. It appears to be trying to interpret it as a utf-8 when it is a hex.
Hi Could you provide log please Thanks for reporting