From 1f2cd10160c601c9584578d63c8e34f0f7c513ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20=C3=96hrstr=C3=B6m?= Date: Sun, 3 Mar 2024 19:40:06 +0100 Subject: [PATCH] Update README. --- README.md | 28 +++++++++------------------- wmbusmeters.1 | 2 +- 2 files changed, 10 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 80769d4..1c81c90 100644 --- a/README.md +++ b/README.md @@ -9,34 +9,24 @@ log file. # What does it do? Wmbusmeters converts incoming telegrams from (w)mbus/OMS compatible meters like: -`2A442D2C998734761B168D2091D37CAC21576C78_02FF207100041308190000441308190000615B7F616713` +`1844AE4C4455223368077A55000000_041389E20100023B0000` into human readable: -`MyTapWater 12345678 6.388 m³ 6.377 m³ 0.000 m³/h 8°C 23°C DRY(dry 22-31 days) 2018-03-05 12:02.50` +`MyTapWater 33225544 123.529 m³ 0 m³/h 2024-03-03 19:36:22` or into csv: -`MyTapWater;12345678;6.388;6.377;0.000;8;23;DRY(dry 22-31 days);2018-03-05 12:02.50` +`MyTapWater;33225544;123.529;0;2024-03-03 19:36:45` or into json: ```json { - "media":"cold water", - "meter":"multical21", + "media":"water", + "meter":"iperl", "name":"MyTapWater", - "id":"12345678", - "total_m3":6.388, - "target_m3":6.377, - "max_flow_m3h":0.000, - "flow_temperature":8, - "external_temperature":23, - "current_status":"DRY", - "time_dry":"22-31 days", - "time_reversed":"", - "time_leaking":"", - "time_bursting":"", - "timestamp":"2018-02-08T09:07:22Z", - "device":"im871a[1234567]", - "rssi_dbm":-40 + "id":"33225544", + "max_flow_m3h":0, + "total_m3":123.529, + "timestamp":"2024-03-03T18:37:00Z" } ``` diff --git a/wmbusmeters.1 b/wmbusmeters.1 index e83406e..939f128 100644 --- a/wmbusmeters.1 +++ b/wmbusmeters.1 @@ -178,7 +178,7 @@ and the other set to beta. Alfa has an antenna tuned for 433M, beta has an anten .TP \fBmeter_type\fR for example multical21:t1 (suffix means that we expect this meter to transmit t1 telegrams) the driver auto can be used, but is not recommended for production. .TP -\fBmeter_id\fR one or more addresses separated with commas, a single '*' wildcard, or a prefix '76543*' with wildcard. You can as a suffix fully or partially specify manufacturer, version and type: 12345678.M=KAM.V=1b.T=16 You can use p0 to p250 to specify an mbus primary address. +\fBmeter_id\fR one or more addresses separated with commas, a single '*' wildcard, or a prefix '76543*' with wildcard. You can as a suffix fully or partially specify manufacturer, version and type: 12345678.M=KAM.V=1b.T=16 You can use p0 to p250 to specify an mbus primary address. You can filter out telegrams: 76543*,!76543210 .TP \fBmeter_key\fR a unique key for the meter, if meter telegrams are not encrypted, you must supply an empty key: ""