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

Bundle of changes, MQTT autodiscovery, battery voltage reading #42

Closed mschabhuettl closed 5 months ago

mschabhuettl commented 5 months ago

Changes made to run program and then some customisations. List of things done:

- correction of WiFi connection

- added service of wake button

- changed time/date formatting

- changed data reporting

- added mqtt autodiscovering sensors, with types and values customisation

- changed mqtt paths

- fixed sleep5no

- added measuring of rssi

- changed battery voltage moment of measure

- changed voltage calculations with calibration

- added code to clear file system (to clean files from original firmware), DISABLED

- test of private config file with gitignore, with example to use in github repository, testing idea

Now I'm learning how to use git. Next things I will present in more granular way, I hope.