Updated CHANGES and added files.

pull/186/head
Fredrik Öhrström 2020-11-12 01:03:45 +01:00
rodzic e83dc5b248
commit 52cd7f275a
3 zmienionych plików z 8 dodań i 1 usunięć

Wyświetl plik

@ -1,4 +1,8 @@
Version 1.0.3: 2020-11-11
Add missing files and update man page for --nodeviceexit
Version 1.0.2: 2020-11-11
Fixed bug that prevented rtlwmbus[1234] from working.

Wyświetl plik

@ -155,7 +155,7 @@ depending on if you are running as a daemon or not.
# Running without config files, good for experimentation and test.
```
wmbusmeters version: 1.0.2
wmbusmeters version: 1.0.3
Usage: wmbusmeters {options} <device> ( [meter_name] [meter_type]{:<modes>} [meter_id] [meter_key] )*
As <options> you can use:
@ -181,6 +181,7 @@ As <options> you can use:
--meterfilesnaming=(name|id|name-id) the meter file is the meter's: name, id or name-id
--meterfilestimestamp=(never|day|hour|minute|micros) the meter file is suffixed with a
timestamp (localtime) with the given resolution.
--nodeviceexit if no wmbus devices are found, then exit immediately
--oneshot wait for an update from each meter, then quit
--resetafter=<time> reset the wmbus dongle regularly, default is 23h
--selectfields=id,timestamp,total_m3 select fields to be printed

Wyświetl plik

@ -69,6 +69,8 @@ mqtt_publish) sent to a REST API (eg curl) or store it in a database
\fB\--meterfilestimestamp=\fR(never|day|hour|minute|micros) the meter file is suffixed with a timestamp (localtime) with the given resolution.
\fB\--nodeviceexit\fR if no wmbus devices are found, then exit immediately
\fB\--oneshot\fR wait for an update from each meter, then quit
\fB\--resetafter=\fR<time> reset the wmbus dongle regularly, default is 24h