Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
weetmuts committed Mar 3, 2024
1 parent 8c09f7b commit 1f2cd10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 20 deletions.
28 changes: 9 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3886.377 m³ 0.000 m³/h 8°C 23°C DRY(dry 22-31 days) 2018-03-05 12:02.50`
`MyTapWater 33225544 123.5290 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"
}
```

Expand Down
2 changes: 1 addition & 1 deletion wmbusmeters.1
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""

Expand Down

0 comments on commit 1f2cd10

Please sign in to comment.