Sensor Data from Raspberry PI to HA on Intel NUC

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?

Someone has already done the hard work for you:

Simple to configure with yaml. I’ve been using it reliably for digital i/o for a couple of years.

1 Like

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?

I’m using bash scripts and mqtt sensors for this.

2 Likes