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

Fertilizer reporting in percentage rather than µS/cm #29

Open netmanchris opened 2 years ago

netmanchris commented 2 years ago

First - Thanks for this great project. Really appreciate you and @BeardedTinker working on this!

I’m noticing that the output from the HiGrow sensor for the fertilization level is retuning a % value. But strangely - it looks like the value can sometimes be high ( seeing 399% on one sensor. ) Given that I’ve mapped the sensor._name_fertilizer into the conductivity key for the HomeAssistant Plant integration. Should we think of the fertilizer value as mapping direction to the µS/cm value? Ie. The max/min conductivity values for the Plant integration should still apply?

pesor commented 2 years ago

I more or less gave up on this value, as it is not being estimater correctly, because it is using DC in stead of AC.

This means that the value decreases rapidly and not according to a real measurement.

I Seem to remember that I have explained it in the WIKI.

kohlerryan commented 1 year ago

Interested in this issue as well. Would be nice if it could work.