ptvoinfo / zigbee-configurable-firmware

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

BH1750 sensor delay #270

Closed Viald closed 2 months ago

Viald commented 3 months ago

My sensor BH1750 (I2C bus) gives the right value but each time after the second report. It's always late !

I tried to move it at different output (4 and 7) but the issue is still the same. I have also this problem in PSM mode.

I also tried to change reporting interval.

Here is a cycle exemple:

report Lux value -interval-> report same value -interval + illuminance change -> report same value -interval-> report new value

Image 1218

ptvoinfo commented 3 months ago

I can repeat this issue and will fix it in the next version.

Viald commented 3 months ago

Perfect. Thanks