#MQTT set up questions

1 messages · Page 1 of 1 (latest)

floral mango
#

Hi. I recently realized that the weather station I have (Acurite Iris 5 in 1 but not one that connects to Wi-Fi) communicates over a 443 mhz with its display and I should be able to grab that info and add it to HA. I know I'll have to use MQTT and a USB tuner but after that I'm kinda out of what I know. My HA is in a VM on my unraid server, would it be best to host MQTT in a docker container there or should it be inside the HA VM or on its own hardware like a pi? Any info would be great. Any links to some resources would be appreciated as well

floral mango
potent egret
#

In your case it shouldn't really matter where you host the MQTT broker. You could just use the Mosquitto addon.

floral mango
#

Then would I have to pass through the USB tuner in unraid to my HA VM? I'm guessing so since I had to do that for a zwave stick but what to just double check

potent egret
#

Not necessarily. A service using MQTT and the MQTT broker do not have to be on the same host. They talk through the network.

floral mango
#

I thought I figured it out but I didn't. I believe I got my MQTT broker (Mosquitto) set up and the addon from the video I sent. I just can't get the 2 to talk. I think I might have over-complicated my setup by having my HA in a VM on unraid but that's already done. I almost want to say that I am using the wrong IP address but I have tried multiple ones it could be and not much change. I've tried my server IP, my VM's main IP, then I tried what I believe are 2 internal to the VM IP, and I've even tried my domain address (didn't really think it would work but it was something to try)

potent egret
#

You should be able to use core-mosquitto as address. The ip of the VM should also work. Check with MQTT Explorer if the broker works properly.

floral mango
#

That might have worked but on the addon side of things I'm not getting a connection successful message

#

I connected to it with MQTT Explorer and now it showed up in HA. Not quite sure on that one but not mad

#

The addon log still isn't saying connected but the device and entities are there so.... 🤷‍♀️

potent egret
#

I can't help with the other addon but if it works that's fine, I guess.