Great tutorial and it works just great. I integrated sensors from my weather station into Home Assistant and it all toodled along perfectly until the batteries in the weather station went flat. When I put the new batteries in, the weather station gave itself a new ID number which meant that the mqtt path to the sensor was different to what I had configured in my yaml file. It took a while to suss it out, but all is good again...
@miked41222 жыл бұрын
I use a router with a USB2 port and flashed with Openwrt. RTL433 is available in the Openwrt repository.
@blevenzon2 жыл бұрын
Such awesome stuff. I’m so trying this. I’ve been using decommissioned Dell wyse terminals from work (thanks to you) instead of RasPi as well. But I def want to try this. Also love the blooper outtakes at the end. Priceless. Thanks so much
@apalrdsadventures2 жыл бұрын
Glad you liked it! They're great little mini computers
@GeoffSeeley2 жыл бұрын
Thanks for this! I just setup HA but getting my SDR/Acurite sensors hooked into it was still on the todo list as I knew I'd have to do something like this after playing with the rtl_433 software. I'm going to take this one step further and do it in a Proxmox CT or VM.
@apalrdsadventures2 жыл бұрын
AFAIK there's an addon for HA already, but I run all of my radio stuff remotely since my Proxmox systems are in a corner of a concrete basement.
@gold_space Жыл бұрын
Very cool.. didn't know 433 mhz is used by these cheap sensors.. learned something new.. great usecase for my rtl sdr.
@robertopontone2 жыл бұрын
Great topic, explained in plain simple way. Thank you 😊
@apalrdsadventures2 жыл бұрын
Glad it was helpful!
@CharcoalDaddyBBQ3 ай бұрын
Cool!!! Thank you for sharing! More sensors for my home! Love it!
@Tntdruid2 жыл бұрын
Very cool, the 433 sensors are very cheap 👍
@apalrdsadventures2 жыл бұрын
Yes they are!
@bitterrotten2 жыл бұрын
This is exactly what I needed. Thank you.
@apalrdsadventures2 жыл бұрын
Glad it helped!
2 жыл бұрын
My TV tuner stick gets warm, almost hot by continuously running RTL-433 on it, so I'm not sure if it's a good idea to run this 24/7. It's one of those RTL2832U green RTLSDR sticks covered in aluminum from Ali Express. What is your experience with this? As you've said, 433MHz outdoor sensors are dirt cheap, so I'm considering this method.
@apalrdsadventures2 жыл бұрын
Mine doesn't get hot to the touch, but it's not enclosed or anything, just sitting out on a shelf.
@Black_Dollarz Жыл бұрын
The mic sounds soooooooooooooooo much better
@MkmeOrg Жыл бұрын
This was really helpful. Cheers
@apalrdsadventures Жыл бұрын
Glad it helped!
@r7boatguy Жыл бұрын
Seems that 433MHz is on its way out in N America in favor of 915MHz. I'm going to try your method with some ecowitt devices that use that frequency. Did you have any issues loading Linux o the thin client?
@apalrdsadventures Жыл бұрын
No, I haven’t had any issues with Linux on the thin clients. Rtl433 does support 915Mhz sensors, but it’s still only doing fairly basic decoding and nothing like zigbee.
@AntonisAsc2 жыл бұрын
Very nice video! I know I want to start learning to setup Home Assistant and 433 is in many sensors etc. Your cute cat has some objections and interrupts your video :3
@apalrdsadventures2 жыл бұрын
He's a busy guy, gotta supervise everything I do
@blevenzon2 жыл бұрын
Oh I just noticed RTL433 has a Docker image so I wonder if we can pass through NESDR to proxmox 🤔
@apalrdsadventures2 жыл бұрын
You could, but I don't do this because my Proxmox server (which also runs Home Assistant) is in a corner of a concrete basememt, so all of my radios are remote
@blevenzon2 жыл бұрын
@@apalrdsadventures thanks so much for taking the time to reply. Also hope you’re doing better personally, so glad you’re posting videos again.
@magfalАй бұрын
There's a reason most stuff on 433 is non encrypted: it's a legal requirement to broadcast on the frequency in many places.
@mmondello87872 жыл бұрын
Great how to video I do have a couple questions. How do I change the output to Imperial for the USA? How can I speed up the data transfer (refresh rate) from RTL443 server to MQTT? Thanks Mark
@apalrdsadventures2 жыл бұрын
You can switch -C s for -C customary (convert all to imperial) or -C native (use whatever the sensor sends) for different units. I keep everything in SI in home assistant though, even being in the US. As to update rate, it sends data whenever it gets data from the sensor, so it's entirely on the sensor. The devices I have update a few times a minute, and there's really nothing you can do about that, unless you're not getting the signal and missing sensor updates.
@mmondello87872 жыл бұрын
@@apalrdsadventures So in the command line /rtl/usr/bin/rtl_433 -C si _F ... now looks like /rtl/usr/bin/rtl_433 -C i _F ... Is that correct?
@apalrdsadventures2 жыл бұрын
/usr/bin/rtl_433 -C customary ... would be the argument
@mmondello87872 жыл бұрын
@@apalrdsadventures thanks again. Now im just working on getting the updated information to mqtt Mosquitto broker in HA. it got there when I first put it on line and now I dont see the updates.
@jean-lucbezzina8382 Жыл бұрын
Hello Thanks for your tutorial. I am French and came across your very interesting explanation. i use 433 mhz in my project and also zigbbe with the mosquitto broker. But I see you are using homeassistant in a debian distribution. What I had managed to do because I did not want to free myself from the bone to do something else. Only I saw on I do not avsi the pluggins then qh'one has it when one loads a homeassistant version for RASBIAN. Do you have an idea or a tutorial that explains how to do it? Good continuation. Great !
@electronixTechАй бұрын
I wonder if this would work with a 10-year-old La Crosse weather station I have. I can hear data from the sensor on my Uniden scanner at 433.787 MHz and was always interested in using the data from it and route it to my computer.
@apalrdsadventuresАй бұрын
RTL-433 can decode most simple one-way protocols, so it will almost certainly decode your remote sensors. But there's a full list on their Github if it doesn't work out of the box, some decoders have to be enabled manually.
@electronixTechАй бұрын
@@apalrdsadventures Thanks. I subscribed to your channel, and I am catching up on your videos now. I tried installing RTL_433 on a Raspberry Pi 4 using an RTL-SDR, and it's not working at all. I will have to take some time to figure this out.
@KeithWeston Жыл бұрын
Thanks!
@apalrdsadventures Жыл бұрын
Glad you like it!
@meierthomas Жыл бұрын
Love the simplicity of this. Could this be made to work with 433Mhz remotes as well? I have a few of those and want to integrate them as well
@apalrdsadventures Жыл бұрын
It depends. Old garage door openers (with the DIP switches to set codes) should be possible, although I'm not sure what software if any exists to decode them.
@magfalАй бұрын
I can read the signals from my 6 button 433mhz outlet relay remote
@meierthomasАй бұрын
@@magfal So you have built the above solution? What I'm not clear about is whether this is only one way; i.e. read a 433Mhz sensor as opposed to send signals to a 433MHz device which will allow me to replace a remote with Home Assistant
@magfalАй бұрын
@@meierthomas I'm using the buttons on the remote to trigger things in home assistant. Communication the other way has a potential to be illeagal if performed incorrectly in some jurisdictions so I've kept that part of my home automation read only.
@meierthomasАй бұрын
@@magfal Thanks. That makes sense
@Madthrax239 ай бұрын
You need a dedicated computer to connect the rtl-sdr and transmit through mqtt. Is there any solution to connect directly the dongle to an HA on rpi4 ?
@JC.722 жыл бұрын
Can we do the same on a rf 433 bridge device? Such as the modded sonoff rf433 with tasmota firmware mod?
@apalrdsadventures2 жыл бұрын
The Sonoff RF433 doesn't support nearly as many 433Mhz device types as rtl433 does, even with alternative firmware for the RF chip. Stock, it only supports Sonoff 433Mhz devices.
@dablet Жыл бұрын
can it be used to control 433mhz devices???
@apalrdsadventures Жыл бұрын
This method is receive only
@XDaarn Жыл бұрын
Can you use this to receive 868mhz also? do you have any idee for a transmitter?
@apalrdsadventures Жыл бұрын
It can receive 868 as well (the full list of protocols / devices is here - github.com/merbanan/rtl_433#running ) but 868 can't be used in the US. Also it can only do one frequency at a time, so to do both 433 and 868 you'll need two of them.
@XDaarn Жыл бұрын
@@apalrdsadventures thx you for your easy understanding videos many of my project have got so mush easier with you video. will you soon have a video of ceph fileshare?
@apalrdsadventures Жыл бұрын
CephFS is definitely coming!
@RossCanpolat2 жыл бұрын
I've done a like for like install (Debian 11) and when I run sudo rtl_433 the last thing i see is "Allocating 15 zero-copy buffers" and then nothing, no data. Does this mean I'm not picking up anything or is there a fault? I've tried pressing buttons on a generic 433Mhz keyfob (not programmed to anything) right beside the antenna and I'm picking up nothing.
@apalrdsadventures2 жыл бұрын
It sounds like it's not finding anything. You can try changing the frequency (default is 433, but it also has some decoders for 315 and 900mhz bands as well) to see if the keyfob is one of those. Depending on what kind of keyfob it is, it might not have a decoder for it.
@RossCanpolat2 жыл бұрын
@@apalrdsadventures Nah still not picking up anything. I think ill try plug into a laptop and do a bit of a wardrive around my town with it. Its bound to pick up something unless the SDR dongle is faulty.
@RossCanpolat2 жыл бұрын
@@apalrdsadventures Just to follow up, I left the VM running for 3 days doing the scan and I finally picked up something. I think my antenna & its placement is just awful
@norbertessel81696 ай бұрын
Hello everyone. I have the same issue. And if I only put "rtl_433 -c -si" it is picking up in seconds. If I include the mqtt command, nothing.
@shephusted27142 жыл бұрын
433 is way to go for longer range - it beats the hell out of 2ghz /5ghz - build some antennae #seattle wireless
@goldenshellback2811 Жыл бұрын
The cat @1:20, there was a glitch in the matrix
@apalrdsadventures Жыл бұрын
Sometimes the cat appears on the table too, it's wild
@pavlovsky02 жыл бұрын
make and AREDN node in one of your videos!
@apalrdsadventures2 жыл бұрын
I'm not a licensed amateur radio operator, so I wouldn't be able to use it outside of the ISM bands. There also aren't any nodes within line of sight of my location, at any frequency. That said, I'd love to have a bigger location to play with PTP / PTMP radio systems and routing
@pavlovsky02 жыл бұрын
@@apalrdsadventures yeah I’m thinking of getting licensed to play around with Aredn.
@stargazer76446 ай бұрын
Those are demons, not daymons. Yes, it is spelled daemon. It is pronounced demon. Also, sudo is sue-dew not sue-doh. The command uses su to do something, not to doe something.