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

4.x.x integration HA on Raspberry PI #8

Closed pesor closed 3 years ago

pesor commented 3 years ago

@ericsebastion

Lets start with the basics.

You are running Home Assistant on Raspberry PI! Which version of PI?

Do you have a mqtt server running on the Raspberry PI?

Do you have a Windows10 PC, as a workstation?

This is 3 crucial questions - I need answer for, to proceed.

ericsebastion commented 3 years ago

I have a Raspberry Pi 4+ and using Mosquito Broker for my MQTT. Im using a Windows 10 to do my code work and flashing of other ESP32s i have for my grow tent.

Thanks!

pesor commented 3 years ago

This is what I expected.

You then only need to use Windows10 to do all the implementation about the TTGO-T-HIGrow.

You need to have VSCode and PlatformIO installed, there is a good tutorial video in the issue about VSCode and PlatformIO.

You need to install Python for Windows10, and Eric6, there is a documentation made by Emmanuel, in the Repo Code section.

Then you should be ready to start running.

Start with the modules, and use MQTTlens, to see the output from the modules on your mqtt server(broker)

You will not see any modules in HA, until autodiscover, but that is ALL as it should be.

When you have that up and running, and see the messages in MQTTlens, we go to the autodiscover part.

//Per

pesor commented 3 years ago

@ericsebastion

I just reread my above note, and it could be read as you are on your own on the first part.

This is not the case, when doing the first part, just ask as many questions as you need, I will be there.

//Per