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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: