logoalt Hacker News

joecool1029yesterday at 10:31 PM1 replyview on HN

> I've got an RTL-SDR radio listening on 433Mhz near a public parking lot and I can definitely see the comings and goings of individual cars.

For anyone else looking to do the same with it this project is great: https://github.com/merbanan/rtl_433


Replies

EvanAndersonyesterday at 10:42 PM

That's the stuff! I've got it doing MQTT into Home Assistant at my house, and CSV into a pipe to a Python script for a commercial temperature monitoring and alerting app. The commercial app is the one that happens to be near a parking lot, but I also periodically get cars showing up on Home Assistant too.

rtl_433 has been great. The ability to capture unknown-to-it signals and build decoders on the command line is really nice. I've got some cheapie driveway motion sensors that I built a decoder for. It was exceptionally easy and all the config was runtime.

show 2 replies