Hi - I’m banging my head against the wall trying to figure out why I can’t get the rtl_433 addon to talk to MQTT. I set it up a few days ago, and it seemed to be working great (i.e. I was seeing the 433mhz sensors showing up as Devices in Home Assistant, and they were reporting correct values), but now it seems to no longer be updating and the values seen in Home Assistant are from ~2 days ago and no longer updating.
HA Setup: Core 2024.5.4, Supervisor 2024.06.2, Operating System 12.2, Frontend 20240501.1. Running on an ODROID mini PC. I have the following addons: mosquitto broker, rtl_433, rtl_433 mqtt auto discovery, mqtt explorer. I also have the MQTT integration. In home assistant I created a non-admin “mqttuser”+password, and use that as the login for all of the addons that require it.
I have other devices that communicate over mosquitto/MQTT and they are working fine, it’s only the devices coming in from rtl_433 that are not updating.
If I open the rtl_433 addon and look at the “log” tab, I see recent+sensible dates+times+values, such as:
time : 2024-07-14 12:34:53
model : Acurite-Tower
id : 4601
channel : A
Battery : 1
Temperature: 25.3 C
Humidity : 51 %
Integrity : CHECKSUM
time : 2024-07-14 12:35:09
model : Acurite-Tower
id : 4601
channel : A
Battery : 1
Temperature: 25.3 C
Humidity : 51 %
Integrity : CHECKSUM
However, if I look in MQTT explorer at that “Acurite Tower device4601”, the “time” field has been stuck on “2024-07-13T00:26:17.667658-0700” (which is ~2 days ago), and the temperature has been stuck at the same value as well.
So if I’m understanding right, rtl_433 is correctly reading/intertrepting the values from the RTL-SDR radio dongle, but somehow the connection between rtl_433 and mosquitto/MQTT is not working?
Has anybody encountered this? I’ve searched the forums and google and found a few suggestions, but nothing has resolved this yet,