ptvoinfo / zigbee-configurable-firmware

PTVO firmware for CC2530, CC2531, and CC2652 Zigbee chips
https://ptvo.info/zigbee-configurable-firmware-features/
MIT License
205 stars 22 forks source link

Newer version has lower resolution results for pressure sensors BM280 #238

Closed aleksander000 closed 6 months ago

aleksander000 commented 1 year ago

ver. 1.8 : "linkquality":235,"pressure_l5":99460, ver. 1.9 : "linkquality":231,"pressure_l5":994,

in ver 2.9 resolution is worst, two digits less

glcos commented 1 year ago

@aleksander000 I observed the same behaviour https://github.com/ptvoinfo/zigbee-configurable-firmware/issues/225#issuecomment-1697033227 I'm not upgrading until this is fixed

ptvoinfo commented 1 year ago

The new version uses the standard Zigbee cluster for pressure and sends kPa to a coordinator with one digit after the decimal point. Z2M or other higher system may round this value. You can enable debug logs and check incoming raw data.

aleksander000 commented 12 months ago

Why the previous versions did not need any play with debug etc. and showed more precision data ?

aleksander000 commented 11 months ago

Incoming RAW data in the new version have only 3 digits: ver. 1.8 : "linkquality":235,"pressure_l5":99460, ver. 1.9 : "linkquality":231,"pressure_l5":994, Definitely the something is wrong with PTVO

ptvoinfo commented 11 months ago

@aleksander000 Could you please try to enable debug log in Z2M and check data in incoming Zigbee message?