I don't have any RTL433 in mysetup anymore, but from my notes, when I had my doorbell integrated into HA, I was using this HASSIO addon...
https://github.com/DarwinData/hassio-addons
homeassistant
Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io
You might be on the wrong track with the last paragraph. Does the mosquito broker even support "devices"? Doesn't it just support generic topics and messages?
It sounds like for whatever reason rtl_433 is not pushing messages to your MQTT broker. Check with MQTT Explorer if you haven't already
Double check your MQTT connection settings in rtl_433. Also try changing QOS settings to see if it helps
I’m a few versions behind, but I’m using the add-on without issue. A few things I would check if my setup failed:
- The wrapper has 2 major components. Make sure you’re running both of them.
- Slim down your config.
- You mentioned you have your own decoders. Double check the rtl_433 version that’s being used in the add-on to ensure everything is compatible.
From the /r/homeassistant lurking days, I know that some other people skip the add-on in favor of using a script or another machine that proxies the data into HA. So there are a few other options in case the add-on approach doesn’t seem to be working quite right.
The decoders I'd hashed together were not very "proper" at all, just devices with chunks of the data interpreted as values.
What I should really do is figure out how to contribute them properly to the project as actual devices, then pull that in.
Hello, thankyou for all the helpful comments.
rtl_433 MQTT Auto Discovery is now installed.
Following that being set up, I got a couple of pushes of data from the (well known) temperature sensor I have. Just the one, because I think I broke something afterwards.
But that's OK; We're starting to win the battle!