Hi all, I am relatively new in the Home Assistant community but am hooked already.
One think I am trying to do is connect the data I am collecting around temperature, humidity and light from my raspberry pis and send to my HA. I am running DHT11 sensors with a python script that is logging temp and humidity data.
I figured I need to use MQTT to get the data over to my HA that is sitting on an Linux instance on an Intel NUC. Does anyone have any good YouTube videos or docs that can walk me though how to do this?
Thanks for this! And this will help me send messages from remote Pi’s? i.e I have a pi in my office collecting temp data, will this help me in pushing the data from that pi to my HA instance on a separate device?