I have been following this guide for automatic plant watering sensor + pump.
I have had many issues, since this is my first this kind of project.
At this point I have got the ESP32 device online.
I believe the issue now is with MQTT.
The guide has a comment “Once complete you should see the device show up in MQTT”
I don’t see it, and as the device is online, I believe the issue is with my MQTT configuration.
Here below yaml from the ESP project:
mqtt:
broker: “core-mosquitto”
port: 1883
username: “my_mqtt_user_as_plain_text”
password: “password_as_plain_text”
Thank you. This helped.
Not sure if it was working earlier already even.
I was expecting this to be discovered by MQTT integration but found it from ESP integration instead.
Anyway, thank you a lot
Now my tomatoes won’t die.