rbaron / b-parasite

🌱💧 An open source DIY soil moisture sensor
1.85k stars 143 forks source link

Fix: Counter was missing #95

Closed derrohrbach closed 1 year ago

derrohrbach commented 1 year ago

The counter in the classic b-parasite protocol was missing. This led to the parasite-scanner and esphome implementation to ignore the ble updates. This fixes the problem for me.

Tested with parasite-scanner and esphome

rbaron commented 1 year ago

Thanks @derrohrbach.