I have one tag which, since a few days ago, occasionally sends humitidy measurements that are 100% off from the true value.
An example measurement from my collector:
Feb 11 12:30:39 ruuvigw-01 ruuvi-mqtt[9768]: 2021-02-11 12:30:39,630 DEBUG: Read ruuvi data from mac EC:39:7F:B0:EB:8D: {âdata_formatâ: 5, âhumidityâ: 163.84, âtemperatureâ: 10.18, âpressureâ: 1029.79, âaccelerationâ: 999.023523246575, âacceleration_xâ: 44, âacceleration_yâ: 64, âacceleration_zâ: -996, âtx_powerâ: 4, âbatteryâ: 2887, âmovement_counterâ: 121, âmeasurement_sequence_numberâ: 2567, âmacâ: âec397fb0eb8dâ}
This is written in python, using ruuvitag-sensor ¡ PyPI
Iâve established the following so far:
- The measurements are off 100% (or very close to it) from the exact value
- Only one, or at most a few, measurements are off before realistic values are sent again
- Multiple receivers that hear the same tag record the same, incorrect values
- All other measurements from this tag are fine
- This seems to happen around once a day, but not at 24h intervals
- The tag has been running for months without any weirdness