merbanan / rtl_433

Program to decode radio transmissions from devices on the ISM bands (and other frequencies)
GNU General Public License v2.0
5.93k stars 1.3k forks source link

Device Support for Aquastream M Bus 868MHz (T1 Mode) #1807

Open nie3mals opened 2 years ago

nie3mals commented 2 years ago

Hi all, I have a Water reader from Aquastream which supports remote reading on 868MHz.

According to the specs and this details, the sensor should support to report the following:

currently with:

rtl_433 -D -G 4 -f 868900000 -s 1600000 -v

I get this info:


time : 2021-09-15 20:40:07 model : Wireless-MBus Mode : T Manufacturer: IMT ID : 10025571 Version : 5 Device Type: 0x0E Device Type String: Bus/System component Control : 0x44 Data Length: 71 Data : 4444b42571550210050e7287545505b4250107720030254dcb7063b83c7dbc6468d4e8a7055462e2dcc77b6f6c34e5ed03677ad306aa0bfb30e45955d584653f5ed34675715425ac07 Integrity : CRC Control Info: 0x72 Access number: 0x00 Device Type: 0x00 Configuration Word: 0x0000 Volume flow[1]: 17602209457.588 m3/min Energy[0]: 0.000 MJ

where the sensor Id is correct, the volume flow is wrong and some other info is missing.

any idea how to include also the other readings like the current clock reading? I am happy the share samples if someone can support me. bear with me, I am quite new in this topic! thanks!

merbanan commented 2 years ago

I would recommend the https://github.com/weetmuts/wmbusmeters project for this use case.

merbanan commented 2 years ago

If you post a signal sample rtl_433 might also add support for this sensor. In that case use rtl_433 -f 868.9M -S known to record signals.

nie3mals commented 2 years ago

@merbanan , thanks for your comments! It would be great the see rtl_433 supporting this device. attached some sample data. incase further files are need, I am happy to share those. since its convenient, I uploaded the samples here as zip file. please let me know if you need those also in RTL_433_test thanks for any help!

reference.zip samples.zip

nie3mals commented 2 years ago

Hi all, I added tow additional samples. Hope they help further. Please let me know how to move forward. I am happy for any support to decode the device

reference_2.zip samples_2.zip

reference_3.zip samples_3.zip

many thanks!

nie3mals commented 2 years ago

Hi all, any help or suggestion would be appreciated. I am happy to close also the issue if the request for the device support is not appropriated.

gdt commented 9 months ago

@nie3mals What's the status and plans? Are you going to work on a PR that would add a decoder?

nie3mals commented 2 months ago

@gdt, would like to. but I need to have here support. are you able to help me out. not yet on that techincal skill level ;-)