OpenZWave / python-openzwave

Python wrapper for openzwave
Other
200 stars 141 forks source link

Low Battery Alarm format error. #145

Open rafale77 opened 5 years ago

rafale77 commented 5 years ago

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.

bibi21000 commented 5 years ago

Hi Could you provide log please Thanks for reporting