From 0d33fc5879a2a4348149ba8cb9d86f662f09387f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20=C3=96hrstr=C3=B6m?= Date: Wed, 27 Apr 2022 21:53:18 +0200 Subject: [PATCH] Update README. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d815b78..7ad9ad5 100644 --- a/README.md +++ b/README.md @@ -107,19 +107,20 @@ device=/dev/ttyUSB1:rc1800:t1 # Bus aliases and polling To poll an C2/T2/S2 wireless meter or an wired m-bus meter you need to give the (w)mbus device a bus-alias, for example -here we pick the bus alias MAIN: +here we pick the bus alias MAIN for the mbus using 2400 bps for all meters on this bus. ``` -MAIN=/dev/ttyUSB0:mbus +MAIN=/dev/ttyUSB0:mbus:2400 ``` and here we pick the bus alias WIRELESS2 for an im871a dongle: ``` WIRELESS2=/dev/ttyUSB1:im871a:c2 ``` +(This is not yet fully functional.) The bus alias is then used in the meter driver specification to specify which bus the mbus poll request should be sent to. ``` -wmbusmeters MAIN=/dev/ttyUSB0:mbus MyTempMeter piigth:MAIN:2400:mbus 12001932 NOKEY +wmbusmeters MAIN=/dev/ttyUSB0:mbus:2400 MyTempMeter piigth:MAIN:mbus 12001932 NOKEY ``` # Example wmbusmeter.conf file