TTGO T HIGrow Versions Save

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.

v4.3.2

3 years ago

There was a small error in the DST routine, so summertime dit not get registered correctly.

It is now fixed.

v4.3.1

3 years ago

Finally managed to get the days on battery correct calculated, by using Epoch time.

v4.2.2

3 years ago

In preparation for the Greenhouse Auto Watering project I am right now working on, the variable "plantValveNo" have been added.

The plantValveNo will later tell the Greenhouse Auto Watering, which water valve is assigned to the plant.

v4.2.1

3 years ago

As the BME280 library gave a lot of problems in the implementation, the BME280 library is now included in the lib folder.

v4.2.0

3 years ago

The sensor BME280 is now implemented into the TTGO-T-HIGrow module.

Note, the changes in the user-variables.h ---> see the WIKI

The BME280 is autodiscovered.

If module both have DHT sensor and BME280 sensor, the BME280 sensor will overwrite the DHT sensor values.

v4.1.0

3 years ago

It is now possible to add the external TTGO soil sensor to the board.

The bord can be used both with or without the sensor, you just set the assigned variable in user-variables.h to either false or true

v4.0.7

3 years ago

From this release, the WIFI hostname, will automatically be assigned the designated Plant Name.

This makes it far easier to locate the IP of the TTGO-T-HIGrow module in the router.

You might have to refres the browser window in order to see the change.

v.4.0.6

3 years ago

Once again, I try to get this correct.

4.0.5

3 years ago

Merged change from @@reenari, and corrected counter days since last change

v4.0.4

3 years ago

Charged date, and days since last charged, is added to SPIFFS, so that you can reset the module, without loosing data.

Data is however reset, if you connect an USB cable to the board, as this will be seen as a new start of recharging.