Replies: 3 comments 1 reply
-
Good Morning,
-H means the time in seconds . -> The sdr stick reads 120 s the first frequency an the 120 s the second frequency and the from begin. you have to save the transmission into a db or json files or some think like this and handed over to your GUI in a suitable way. |
Beta Was this translation helpful? Give feedback.
-
IMHO when you will use rtl_433 in your manner, you need to sdr sticks. |
Beta Was this translation helpful? Give feedback.
-
Have been unable to work on this for awhile, thanks for the suggestions @AutomGuy. I'm sending the data over mqtt, so the storage of info is not a concern. I just want to have it run one command for 15 seconds (to be sure it gets at least one reading from the every 10 second signal) and then run the other command for 13ish minutes (to be sure to get the every 12.5 min reading). And then repeat the process indefinitely. |
Beta Was this translation helpful? Give feedback.
-
Howdy!
I have two devices that I want to listen to readings from.
rtl_433 -f 916.45M -s 1200k -R 223
- this device sends readings every 10 seconds, but only actually updates the readings once an hour.rtl_433 -f 915M
- this device sends readings every 12.5 minutes and I'd like to have an updated reading ~hourly.My goal would be to have it listen for
1
for 30 seconds, enough to get at least one reading. Then it should listen for2
for 13 minutes (or until it gets a reading), then sleep for half an hour and start over.Is this possible? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions