From eb1ccc2e30f2feae35d40638b34c0d8cbdb15879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20=C3=96hrstr=C3=B6m?= Date: Sat, 14 Jan 2023 09:01:51 +0100 Subject: [PATCH] Update README and CHANGES. --- CHANGES | 12 +++++++++++- README.md | 23 +++-------------------- 2 files changed, 14 insertions(+), 21 deletions(-) diff --git a/CHANGES b/CHANGES index f12db1a..6516035 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,16 @@ +George Hopkins improved the fhkvdataiii driver to infer the current year and +the rtlwmbus driver to propagate the timestamp from rtlwmbus input into the final +json timestamp. Thanks George! + +Rob Peters fixed a missing log output for ell_type. Thanks Rob! + +Added the GWF water meter. + Zleba improved the qwater driver! Thanks Zleba! +The option --logfile=syslog now works. + ATTENTION! The hydrus driver has been rewritten from scratch! current_date is now meter_datetime Several fields were printed with value 0 even if the telegram did not contain the actual zero, such fields are no longer printed. Also the third text field has changed from max_flow_m3h @@ -41,7 +51,7 @@ Version 1.11.0-RC1 2022-12-29 Chpego and SzczepanLeon improved the HA-addon. Thanks! -Ranma added support for the pollcumqheat 55 driver. Thanks Ranma! +Ranma added support for the pollucomf 55 driver. Thanks Ranma! Jacek27 added another Munia temp/hygrometer version. Thanks Jacek27! diff --git a/README.md b/README.md index fd5c496..f114c2e 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,7 @@ it will automatically convert the value between two units. The formula ```ini -calculate_sum_mj='5 kwh + 8 gj + (7 kw * 3 h)' +calculate_sum_mj=5 kwh + 8 gj + (7 kw * 3 h) ``` will add the field: @@ -557,6 +557,7 @@ Diehl HYDRUS (hydrus) Diehl IZAR RC I G4 (dme_07) Elster Merlin 868 (emerlin868) Elster V200H (ev200) +GWF Water (gwfwater) Maddalena EVO 868 (evo868) Honeywell Q400 (q400) Itron (itron) @@ -596,6 +597,7 @@ Heat meter Maddelena microClima (microclima) Heat and Cooling meter BMeters Hydrocal-M3 (hydrocalm3) Heat and Cooling meter Axioma Qualcosonic E3 (qualcosonic) Heat meter Qundis Q heat 5.5 (qheat) +Heat meter Sensus Pollucom F (pollucomf) Supported room sensors: Bmeters RFM-AMB Thermometer/Hygrometer (rfmamb) @@ -949,25 +951,6 @@ If the daemon has started then the wmbus device will be taken and you cannot sta To run manually, first make sure the daemon is stopped `sudo systemctl stop wmbusmeters` if this hangs, then do `sudo killall -9 wmbusmetersd` and/or `sudo killall -9 wmbusmeters`. -## How to receive telegrams over longer distances - -I only have personal experience of the im871a,amb8465 and an rtlsdr -compatible dongle. The commercial dongles (im871a,amb8464) receive -well despite having tiny antennas inside the dongle. However the -reception range is limited by walls and you must definitely get quite -close to the meter if it is mounted underground in a concrete tube. - -The rtlsdr/rtl-wmbus solution seems to work for a lot of users, but it -does use more cpu-power since it decodes the radio traffic in -software. Range seems to be similar to the other dongles, despite the -antenna being much larger. - -At least one professional collector use the same commercial dongles, -but the versions with an external antenna connector, into which they -attach a radio amplifier for the proper frequency, and then a larger -antennna. This makes it possible to receive telegrams from meters -underground and over larger distances. - ## Non-standard baud rate set for AMB8465 USB stick Wmbusmeters expects the serial baud rate for the AMB8465 USB stick to be 9600 8n1.