Skip to content
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

Add support for Honeywell TPR11 Merlin 169 WmBus #321

Closed
tonioa opened this issue Aug 9, 2021 · 4 comments
Closed

Add support for Honeywell TPR11 Merlin 169 WmBus #321

tonioa opened this issue Aug 9, 2021 · 4 comments

Comments

@tonioa
Copy link

tonioa commented Aug 9, 2021

Hello,
Firstly thanks for your work on that.

I am trying to catch my French Water Meter reference Honeywell TPR11 Merlin 169 WmBus
Seem the frequency is 169Mhz

i have try all of this command: (note rtl_sdr and rtl-wmbus is installed)
wmbusmeters auto:c1
wmbusmeters --debug --t1 rtlwmbus

but i didn't receive nothing do you know if it compatible ?
https://ibb.co/2WQBDCZ

Thanks for your work and your time

Anthony

@weetmuts
Copy link
Member

weetmuts commented Aug 9, 2021

You need to listen to 169MHz. You can try: wmbusmeters rtlwmbus:169M
(Perhaps tune it using ppm, see the README.)

And you can try the rtl_wmbus command by itself:
rtl_sdr -f 169M -s 1600000 - 2>/dev/null | build/rtl_wmbus
See: https://github.com/xaelsouth/rtl-wmbus

@tonioa
Copy link
Author

tonioa commented Aug 10, 2021

Thanks for your reply.

I have try the 2 commands but i only catch this:

T1;0;0;2021-08-09 19:12:25.000;14;14;00000000;0x

I will continue and try tuning with ppm

@merbanan
Copy link

169MHz uses mode N which is not supported by rtl-wmbus. Record some signal samples and post them here. Then we can add support via rtl_433 and maybe rtl-wmbus in the future. You can record with rtl_433 with rtl_433 -f 169M -S unknown.

Info about mode N can be found here:
https://radiocrafts.com/technologies/wireless-m-bus-technology-overview/

@Cissoubaka
Copy link

Hi, I have this cold water meter, I wait until my supplier change my meter (HS, after 6 months, still at 0) and then I'll post some record.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants