pesor / TTGO-T-HIGrow

The extremely good plant sensor named LILYGO TTGO-T-HIGrow, is here integrated into Home Assistant, via MQTT messages, that can be Autodiscovered, via the belonging Python program. The program supports both DHT sensors, the new BME280 sensor and the external soil temperature sensor.
https://github.com/pesor/TTGO-T-HIGrow
MIT License
70 stars 35 forks source link

no 5 minute sleepcount reported (sleep5no, config.sleep5no) #36

Open Maaciej opened 2 years ago

Maaciej commented 2 years ago

config.sleep5no is always 0, because it is never set to sleep5no

Workaround:

in save-configuration.h change this

plant["sleep5Count"] = config.sleep5no;

to this

plant["sleep5Count"] = sleep5no;

PeterKoch12 commented 1 year ago

I also have issues with deepsleep and dead 18360 in 5 days. I wonder if this is due deprecated adc_power_off() or this issue. Shouldn't it be solved with pull request?