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 36 forks source link

remove unnesessary bme280 library, change wire initialization #2

Closed reenari closed 3 years ago

reenari commented 3 years ago

The bme280.begin() was needed because the Wire could not initialize before power switched on for the sensors.
The explicit 'Adafruit Unified Sensor' dependency was needed to compile using Clion with platformio plugin.

pesor commented 3 years ago

Thanks for the correction, it is now included in release 4.0.5, including a correction to the counter: days since last charging of module.