pull/729/head 1.10.0
Fredrik Öhrström 2022-12-05 20:44:22 +01:00
rodzic 72ab0bfa25
commit 34b0cc511a
3 zmienionych plików z 34 dodań i 2 usunięć

27
CHANGES
Wyświetl plik

@ -1,4 +1,6 @@
Version: 1.10.0 2022-12-05
╭─────────────────────────────────────────────────────────────────╮
│ │
│ Important change! The old style │
@ -12,7 +14,7 @@
│ Please use --selectfields to resolve this. │
│ │
│ I.e. It is a very good idea to check your multical heat │
│ meter values when you upgrade to wmbusmeters 2.0 !
│ meter values when you upgrade to wmbusmeters 1.10 !
│ │
╰─────────────────────────────────────────────────────────────────╯
@ -64,6 +66,9 @@ and a timezone.
ATTENTION! A bug was fixed where the on_time_h and operating_time_h
(and related error times) were wrong.
ATTENTION! The lansensm driver now prints an extra field with the minutes since
the last test was made. The json is improved.
ATTENTION! The em24 driver has been refactored to the new driver
format and some errors in the fields were discovered! The reactive
consumption and production values were negative. This was in error,
@ -86,6 +91,26 @@ replaced with: total_forward_m3, total_backward_m3, forward_at_set_date_m3, back
Same fields and same content: flow_temperature_c, flow_m3h
---------------------------------------------------------------------------------------------
Karsten Festag added Engelmann FAW Radio transmitter and Engelmann Sensostar U
extended with tests for wmbus and mbus. Thanks Karsten!
Jannick Fahlbusch, Stefan Rado, Jan jnxxx, Ovettel, Artur Ptaszek, Sergey Melnik,
Jan Suchal, Patrick Huesmann improved the HA-addon! Thanks!
Steven Cooreman improved the Itron driver. Thanks Steven!
Patrick Huesmann improved the qwater driver. Thanks Patrick!
Florian Zschetzsche added support for the qheat 55 driver. Thanks Florian!
Lasse Bang Mikkelsen added support for flowiq2200 and HA-addon fixes and kem-import fixes. Thanks Lasse!
Bibo added support for the abbb23 driver and improved the docker builds and the lansensm driver! Thanks Bibo!
Thisandre added support for the mkradio4a and vario511 meters. Thanks Andre!
Added the bfw 240 radio heat cost allocator.
Kajetan Krykwiński added support for the Apator E-ITN heat cost allocator. Thanks Kajetan!

Wyświetl plik

@ -281,7 +281,7 @@ depending on if you are running as a daemon or not.
# Running without config files, good for experimentation and test.
```
wmbusmeters version: 1.8.0
wmbusmeters version: 1.10.0
Usage: wmbusmeters {options} [device] { [meter_name] [meter_driver] [meter_id] [meter_key] }*
wmbusmeters {options} [hex] { [meter_name] [meter_driver] [meter_id] [meter_key] }*
wmbusmetersd {options} [pid_file]
@ -296,6 +296,9 @@ As {options} you can use:
--analyze=<key> Analyze a telegram to find the best driver use the provided decryption key.
--analyze=<driver> Analyze a telegram and use only this driver.
--analyze=<driver>:<key> Analyze a telegram and use only this driver with this key.
--calculate_field_unit='...' Add field_unit to the json and calculate it using the formula. E.g.
--calculate_sumtemp_c='external_temperature_c+flow_temperature_c'
--calculate_flow_f=flow_temperature_c
--debug for a lot of information
--donotprobe=<tty> do not auto-probe this tty. Use multiple times for several ttys or specify "all" for all ttys.
--exitafter=<time> exit program after time, eg 20h, 10m 5s

Wyświetl plik

@ -39,6 +39,10 @@ mqtt_publish) sent to a REST API (eg curl) or store it in a database
\fB\--analyze=\fR<driver>:<key> Analyze a telegram and use only this driver with this key.
Add :verbose to any analyze to get more verbose analyze output.
\fB\--calculate_xxx_yyy=\fR... Add xxx_yyy to the json and calculate it using the formula. E.g.
\fB\--calculate_sumtemp_c=\fR'external_temperature_c+flow_temperature_c'
\fB\--calculate_flow_f\fR=flow_temperature_c Units are automatically translated if possible.
\fB\--debug\fR for a lot of information
\fB\--donotprobe=\fR<tty> do not auto-probe this tty. Use multiple times for several ttys or specify "all" for all ttys