Closed silkyclouds closed 6 months ago
The R820T tuner is fine. Acutally I prefer it over the E4000.
Go through https://triq.org/rtl_433/ANALYZE.html to find and grab a transmission. Then upload here as zip.
You can also run this to get more output:
rtl_433 -f 868M -s 1024k -Y autolevel -M level -M noise -vv
maybe even add -A
to see every single piece of transmission
Thanks for such a fast reply @zuckschwerdt !
how long am I supposed to let it run to be sure I'm not mising my Diehl water meter announces ?
oh and for what it's worth, I moved the rock64 device on which the usb key/antenna is plugged to the basement, just to be sure it's close enough of the water meter, the distance between the antenna and the meter is now less than a meter...which I believe should be allright. ;)
for what it's worth (2), here is exactly what's mentionned on the meter : DIEHL metering, HRL-o- G3 868Mhz v2.3
there is also a little "on" sign on the right side but I cannot see any button or anything... could it be that this specific meter needs to be "enabled" when the guy comes to make the yearly check of the meter?
I'm already sharing the first 5 minutes log here : https://pastebin.com/TsBBXn4B
thanks again !!!
You might need to remove the antenna, a meter might be too close and overload the reception. You only get transmissions from the water meter then, which is good.
From the logs we see that your setup is working fine and you are receiving some transmissions.
Now you need to capture a few sample files (-S unknown
) and look through them (https://triq.org/pdv/ ) if there is a solid transmission in there.
I would expect a commerical water meter to send regular (hourly?) messages in M-BUS format. But that's just a guess.
OK so I remove the antenna as it's super close from the water meter, indeed.
I restart the exact same exact command but do add -Y unknown in the params. And will analyse the exported file thourgh the website you provided. Cool. I'll keep you posted !!!
hmm -Y unknown is simply not working, can you please let me know the exact command to run in order to end up with a capture file ? Would be helpful. thanks !
in the meanwhile I've ran : "rtl_433 -f 868M -s 1024k -Y autolevel -M level -M noise -vv -W log.txt"
but I'm really super noob here, and I'm not really knowing what I'm doing. ;)
-S and you can increase the sample rate to 1200k.
Yes, thanks. -S unknown
sorry. And do not use -W
-- it is not a txt log!
ok so just to be sure :
rtl_433 -f 868M -S unknown -Y autolevel -M level -M noise -vv
is that right ?
what will be the output file then ? do I need to add something ?
rtl_433 -f 868M -s 1200k -Y autolevel -M level -M noise -v -S unknown
you will get a bunch of .cu8 files, one per transmission.
ok cool, I'm letting this running in a screen for how long ?
I can see it is creating the files by the way :
Saving signal to file g001_868M_1200k.cu8 (33685 samples, 131072 bytes) Saving signal to file g002_868M_1200k.cu8 (33358 samples, 131072 bytes) Saving signal to file g003_868M_1200k.cu8 (33017 samples, 131072 bytes) [Auto Level] Current noise level -33.0 dB, estimated noise -33.0 dB Saving signal to file g004_868M_1200k.cu8 (33023 samples, 131072 bytes) Saving signal to file g005_868M_1200k.cu8 (33089 samples, 131072 bytes) Saving signal to file g006_868M_1200k.cu8 (33549 samples, 131072 bytes) Saving signal to file g007_868M_1200k.cu8 (33221 samples, 131072 bytes) Saving signal to file g008_868M_1200k.cu8 (35095 samples, 131072 bytes)
I guess 10-20 files, then look at them and zip up the interesting ones.
ok ok, so, I have a lot of these extracts now , and all of them seem to display the exact same thing on https://triq.org/pdv/
That is empty, just noise. you want a yellow/red streak in there like the usual SDR spectrograms ("waterfall").
Ok I just did notice I was allowed to upload several scan results at once.
On 200+ checks, only a few ones do have some lines. I zipped them.
Those are too faint, likely just some random temperature sensors. Take a peek here, that's what you are looking for (or roughly similar): https://github.com/merbanan/rtl_433_tests/tree/master/tests/m-bus/01
I just noticed that "DIEHL HRL-c G3" (do you really have a "DIEHL HRL-o G3" or is that a typo?) are LoRaWAN, but that's no something we can do, LoRa is proprietary.
well, here is a picture of the sticker, not sure if it's a C or an O to be honest. Are you telling me that both models do exist ?
EDIT: I went down to the basement, and even the real thing is hard to read. I'll see if I can check this by using the P/N.
EDIT2: a quick search on this model (C) looks like it is a loraWAN indeed : https://www.diehl.com/metering/en/products-services/system-software/system-software-components/hrl-c-g3-at/558116/
EDIT3 : I'm screwed : https://github.com/wmbusmeters/wmbusmeters/issues/479
It looks a bit more like a "c". And I found no mention of a "o" anyway. LoRa is doable and mostly cheap (NodeMCU+LoRa) but the mention of keys is not good at all.
This seems not actionable.
Hi ! I'm interessted in this subject, any news on it ?
yeap? Is there any possible plan for this?
Closing as LoRaWAN is not something rtl_433 can do. Anybody interested would need a LoRa adapter or tranceiver and the keys to read the transmission.
hi guys,
I've got a new water meter and did watch this youtube video telling me I could read its content using a DVB-T usb key : https://www.youtube.com/watch?v=m5R6sfsGmvE&lc=UgwZeWsIuUNGae--8pV4AaABAg.9mux3sd2R1_9n2kaFudq2J
So, I ordered it, and it looks like, even if the key is 100% similar design wise, it runs another chip.
FYI, the water meter is a Diehl G3 model, and the frequency is 868Mhz (it's written on the counter...)
here is what I can see when I'm running rtl_433 :
aaaaan that's about it. I can let it run for hours, nothing is displayed. I'd like to get this to work first, and see what the water meter broadcasts, before I start using this with wmbusmeters.
Can anybody help ? Should I replace the key for a e4000 model ? Could it be that my water meter actually isn't broadcasting on the channels that it states ?
any helps is welcome. Thanks !!!