-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Mode N WmBus to allow wmbusmeters project to support Honeywell TPR11 Merlin 169 WmBus #26
Comments
@dwojciec can you record some signal samples? If so I would be able to add decoding support via rtl_433. |
rtl_433 -f 169500k -s 1600000 -S unknown That should work. https://www.silabs.com/documents/public/application-notes/an1119-rail-wmbus.pdf The above pdf lists the different frequencies that should be in use. The rtl_433 command should cover the whole band but you also might need to do offset tuning and then you need to tune to 169.3MHz or 169.7MHz or so. You can also let rtl_433 try to automatically recover the bits by adding a -A command. The sample files (*.cu8 files) you get you can attach to a github ticket. Either you open a new issue in rtl_433 or here. I will most likely add the signal samples to the rtl_433_tests signal repository. Then anyone who want to add support can use them as development base. |
I tried to generate files using this command : |
I looked through the files and found nothing. Can you use something like gqrx and try to locate the signal in frequency? And try and change to -S all. If possible place the transmitter close to the rtl-sdr hardware and then remove the antenna. |
The device might also need to adjust the gain parameter (-g). |
hi, i have generated some record of my signal, if it can help to go forward, thanks |
I was just about to jump in as well! I recorded some samples using the above command. It's from (I hope) my Italian water metre which outputs mode-n. |
I will check the samples when I get the time. |
I checked all samples and there was nothing more then noise found. I suspect that this method does not work well for signal reception. I will try some other options to see if I can get some better results. |
I have relaunch new trace with this command: rtl_433 -f 169500k -s 1600000 -S unknown |
hi The RTL2832 seems to be capable of reading from 64MHz to 1.7GHz Now, need help, looking for a procedure "how to install" software part (rtl_wmbus) |
so if i am right i have to save an I/Q-stream and decode this immediately with that command :
|
rtl_433 -f 169728051 -s 1600000 -S unknown -A Run that and post the recorded files. |
ok il will do that next week (THX) |
I have the same device as @bend94 (maddalena Arrow Mvm 169 ) and was able to run the command provided by @merbanan on my RTL2838 , i.e :
I got 18 *.cu8 files I'm attaching here in case it can be of use. EDIT: adding device spec sheet and manual : |
hi sorry for the delay, my house is nearly ready. |
Hi Every 10 minutes i received something. Hope it is the water counter. Best Regards |
I looked through both sets of files but couldn't find anything. From the manual it is specified that there is 1 reading per day in the factory settings. And there is also a Lora mode so it is unclear if any device is actually using the wmbus mode and it is hard to be sure we actually get a transmission. We might need to lower the bandwidth to properly get hold of this signal. So right now it is very difficult to advice what to do. I would need a device myself to be able to get further. |
What a shame ! |
coming from the documentation : Arrow MVM is available in two versions: WAN Arrow MVM 169 and Arrow WAN My counter is a 169 version so 169 MHz and wM-Bus |
The point is that I don't know what these would be. Maybe try without -s 1600000 and tune to 169.4MHz directly. Maybe a tad bit lower. That should cover only 169.3MHz - 169.5MHz. Then run it for a day and see what you get. If possible remove the antenna and place it directly by the receiver. |
I saw that page on the web => https://github.com/weetmuts/wmbusmeters |
like this ? rtl_433 -f 169400000 -S unknown -A |
It is not as easy as running "rtl_433 -f 169728051 -s 1600000 -S unknown -A". WirelessMBus n-mode has 7 different channels (frequencies) and 4 different modulations: a (1a) 25 KHz, 4.8 kb/s, 169.406250 The 4 modulations used in n-mode are different than used in t-mode or C-mode |
@nestorayuso what would you run in term of command ? |
All channel stuff doesn't matter. As long as the signal is recorded properly we can decode it. And yes just rtl_433 -f 169400000 -S unknown. |
Hi there, I have a Gas Meter that uses W-MBUS on 169Mhz and communication protocol DLMS-COSE (not sure what does it means). Further details here: Here some I'm not sure how to "read" them and also I'm not sure if those signals can be in any way "decoded". Any help or comment will be very appreciated. Thanks |
I've also collected some cu8 samples, my area is full of the meters from ref. wmbusmeters/wmbusmeters#677 (NexMeter RF169MHz). I captured the samples with |
Quick question for the experts on this thread. I live in the South of France and I am a Suez water company customer. In France, Suez uses the WIZE network and my counter is a Diehl/Sappel part number 3065469 which operates on the 169Mhz frequency. If my understanding is correct, the counter only sends information once or twice a day to the Suez servers. So, if this correct, I would not really gain anything to try to get the information out of my meter directly versus fetching the information from the Suez servers daily (there are a few solutions to do that around). Am I looking at this correctly? Thanks |
Hello! I tried to decoder packets in n-Mode wireless m-bus in 169.44375MHz (channel n1d,n2d). I recorded some packets and analized without exit. This frequency is used in narrow band m-bus, and also wize protocol. Both uses GFSK at 2400bps NRZ. That is like the packets that I recorded. But analizing the protocol I can't find any of the preambles and sync bytes that the two standards refrect in papers... Acording Specifications for m-bus mode n channel c and d:
Acording Specifications for wize PHY-WM2400 frames:
I don't know how continue to identify and decode this packets. Any help ? I attached some .cu8 captures!!! |
rtl-wmbus supports mode T1, mode C1 and mode S1 but not mode N as mentioned here wmbusmeters/wmbusmeters#321. With the Support of mode N wmbusmeters project could benefit from it.
All informations relative to Mode N (wmBus) are welcome to evaluate the complexity of packet decoding project of mode N.
The text was updated successfully, but these errors were encountered: