Here’s a question (and a bit of background, I’m an “old school” guy, and redundant ANYTHING makes me less than happy).
I have a bunch of “things”, mostly around Home Automation, that emit 433Mhz signals with data that I’d like to capture (the immediate things are Accurite Sensors for our two freezers and scattered around the house, but some other things include a garage door opener and some motion sensors). These things aren’t really weather related, but, I WOULD like to be able to grab the data and use it in my Home Automation system. I could, and currently have) add at least the temp sensors to weewx and then write queries to get the data out of weewx, but then redundancies (data in two places, extra code) start to set in.
I could also set up a second SDR and a second Pi and a second copy of RTL_433, but there are those damn redundancies again 😊.
So – has anyone else run into this problem and maybe found an “elegant” solution? Or, perhaps not-so-elegant? I suppose I could hack rtl_433 and conditionally direct SOME of the traffic to “someplace else”; but that seems kinda “brute force”.
Thanks in advance!
Clay Jackson
So – has anyone else run into this problem and maybe found an “elegant” solution? Or, perhaps not-so-elegant? I suppose I could hack rtl_433 and conditionally direct SOME of the traffic to “someplace else”; but that seems kinda “brute force”.