emericg / WatchFlower

A plant monitoring application that reads and plots data from compatible Bluetooth sensors and thermometers like Xiaomi 'Flower Care' or Parrot 'Flower Power'
https://emeric.io/WatchFlower
GNU General Public License v3.0
192 stars 27 forks source link

After using Blink LED function the LED does not stop blinking #44

Closed notsven closed 3 years ago

notsven commented 3 years ago

I used the Blink LED function on my xiaomi flower care sensor. Somehow the LED does not stop blinking since and already consumed a whole battery.

emericg commented 3 years ago

This is very peculiar... Is it still doing it after a battery change?

I can probably add some code so it force disable the LED when syncing (so if it got stuck, it would deactivate on the next sync) but this is usually done by the sensor itself, so I guess it's a bug in the sensor firmware.

emericg commented 3 years ago

I've added some code to (try and) check if the LED was kept ON. It will be in the next relase.