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

Not all sensor data shown in HASS #40

Open septarchy opened 1 year ago

septarchy commented 1 year ago

Hello @pesor

Thanks for developing this software! I've got it setup now.

The only thing i dont understand is when i monitor my sensor in visual code:

chipId 4417938f3cf8
Tgrow_HIGrow/4417938f3cf8

Sending message to topic: {"plant":{"Tgrow_HIGrow":"4417938f3cf8","sensorname":"Sensor1","date":"29-06","time":"13:08","sleep5Count":0,"bootCount":0,"lux":21.66667,"temp":25.6,"humid":64,"soil":97,"soilTemp":0,"salt":278,"saltadvice":"optimal","bat":100,"batcharge":"charging","batchargeDate":"29-06","daysOnBattery":0,"battvolt":2864,"battvoltage":5.077568,"pressure":0,"plantValveNo":1,"wifissid":"The Promised LAN","rel":"4.3.2"}}
Attempting to connect to the MQTT broker: 10.0.1.100
You're connected to the MQTT broker!

Message published successfully

I see allot more information being send to the mqtt broker then that i can i see in HASS: https://i.imgur.com/UAmtj3V.png There's allot of sensor data that has the value Unknown in HASS, what might be causing this?