2020-02-07 06:40:48 +00:00
|
|
|
Version 0.9.25: 2020-02-07
|
|
|
|
|
|
|
|
Fix bug i esyswm and ebzwmbe that printed zero values
|
|
|
|
for phase 2 and 3.
|
|
|
|
|
2020-02-06 18:36:01 +00:00
|
|
|
Version 0.9.24: 2020-02-06
|
|
|
|
|
|
|
|
Added the electricity meter eBZ wMB-E01 (ebzwmbe)
|
|
|
|
Fixed bugs with detecting the wmbus dongles.
|
|
|
|
Fixed bug in im871a driver that could
|
|
|
|
get out of sync and never receive any more telegrams.
|
|
|
|
|
2020-02-02 16:05:10 +00:00
|
|
|
Version 0.9.23: 2020-02-02
|
|
|
|
|
|
|
|
Added the electricity meters:
|
|
|
|
ESysWM-20 (esyswm) from EasyMeter
|
|
|
|
eHZ Generation P (ehzp) from EMH Metering
|
|
|
|
|
|
|
|
Added the water meter:
|
|
|
|
Q400 (q400) from Axis Industries.
|
|
|
|
|
|
|
|
Fixed a bug in the auto-start from udev that
|
|
|
|
prevented rtlsdr/rtlwmbus to work properly.
|
|
|
|
|
2020-01-19 23:08:42 +00:00
|
|
|
Version 0.9.22: 2020-01-19
|
|
|
|
|
|
|
|
Bibo added docker support. Thanks Bibo!
|
|
|
|
Checkout https://hub.docker.com/repository/docker/weetmuts/wmbusmeters
|
|
|
|
|
2020-01-19 22:36:19 +00:00
|
|
|
Version 0.9.21: 2020-01-19
|
|
|
|
|
|
|
|
Michal Bursa helped improve detection of a failing USB device
|
|
|
|
and added support for automatically starting multiple wmbusmeters
|
|
|
|
daemons if several dongles are inserted at the same time.
|
|
|
|
Thanks Michal!
|
|
|
|
|
|
|
|
Note! The wmbusmeters.service file is replaced with wmbusmeters@.service
|
|
|
|
and the contents of the udev file is changed. The install script
|
|
|
|
will properly install the new files and copy the old ones to ~/old.xxxx.backup files,
|
|
|
|
and tell the user how to reload the systemd and udev daemons.
|
|
|
|
|
2019-12-11 17:56:34 +00:00
|
|
|
Version 0.9.20: 2019-12-11
|
|
|
|
|
|
|
|
Added support for meterfilestimestamp
|
|
|
|
to get the effect of log rotation of the meter files.
|
|
|
|
|
2019-11-26 17:13:49 +00:00
|
|
|
Version 0.9.19: 2019-11-26
|
|
|
|
|
|
|
|
Chester4444 added support for the nanoCUL usb stick. Thanks chester4444!
|
|
|
|
Michal added a utility program (kem-import.py) to import KEM files. Thanks Michal!
|
|
|
|
Added support for the Diehl HYDRUS watermeter.
|
|
|
|
Added proper support for Multical302.
|
2019-09-16 14:32:24 +00:00
|
|
|
|
2019-11-10 07:09:21 +00:00
|
|
|
Version 0.9.18: 2019-11-10
|
|
|
|
|
|
|
|
Jacek added support for the Sappel/IZAR 868 meter. Thanks Jacek!
|
|
|
|
|
2019-11-03 23:35:00 +00:00
|
|
|
Version 0.9.17: 2019-11-03
|
|
|
|
|
|
|
|
Thanks to afl-fuzz I found and added
|
|
|
|
some (in retrospect pretty obvious)
|
|
|
|
missing checks to deal with
|
|
|
|
corrupted telegrams that crashed
|
|
|
|
wmbusmeters.
|
|
|
|
|
|
|
|
Now afl-fuzz does not trigger any crash
|
|
|
|
after running for a couple of minutes.
|
|
|
|
Lets fuzz more....
|
|
|
|
|
2019-11-03 22:45:16 +00:00
|
|
|
Version 0.9.16: 2019-11-03
|
|
|
|
|
|
|
|
Significant rewrite of serial.cc.
|
|
|
|
WMBusmeters can now specify stdin as <device>
|
|
|
|
and continuously read wmbus frames from stdin.
|
|
|
|
Either raw, or rtlwmbus formatted if stdin:rtlwmbus
|
|
|
|
is supplied as the <device>. Check the README for
|
|
|
|
more additions.
|
|
|
|
|
2019-10-20 19:46:48 +00:00
|
|
|
Version 0.9.15: 2019-10-20
|
|
|
|
|
|
|
|
Added Bmeter (rfmamb) and Lansen room sensors (lansenth).
|
|
|
|
Added support for the rfmrx2 dongle.
|
|
|
|
Added rawtty (eg /dev/ttyUSB0:38400) support for dongles
|
|
|
|
that only transmit raw telegrams on the serial port.
|
|
|
|
Added the ability to add static json data tailored for the meter.
|
|
|
|
|
2019-09-16 14:32:24 +00:00
|
|
|
Version 0.9.14: 2019-09-16
|
|
|
|
|
|
|
|
Added negative match rule for ids. You can now write:
|
|
|
|
id=78*,!7812345*,!78222222
|
|
|
|
which will match any meter whose id begins with 78
|
|
|
|
but not match any meter whose id begins with 7812345,
|
|
|
|
nor the meter with the exact id 78222222.
|
|
|
|
|
|
|
|
The order of the match rules does not matter.
|
|
|
|
|
2019-08-14 09:10:51 +00:00
|
|
|
Version 0.9.13: 2019-08-14
|
|
|
|
|
|
|
|
Fix bug that prevented rtl_wmbus to run inside daemon.
|
|
|
|
|
2019-08-12 09:48:52 +00:00
|
|
|
Version 0.9.12: 2019-08-12
|
|
|
|
|
|
|
|
Added experimental detection for apator162 where the total water consumption
|
|
|
|
is located within the proprietary data.
|
|
|
|
|
2019-06-20 12:28:52 +00:00
|
|
|
Version 0.9.11: 2019-06-20
|
|
|
|
|
|
|
|
Added --meterfilesnaming=(name|id|name-id)
|
|
|
|
to choose the file name written meter file.
|
|
|
|
|
|
|
|
Naming using id or name-id is necessary when a meter
|
|
|
|
specification listens to many different meters using id
|
|
|
|
wildcards.
|
|
|
|
|
|
|
|
Version 0.9.10: 2019-06-13
|
2019-06-13 19:31:00 +00:00
|
|
|
|
|
|
|
Update logrotate to trigger HUP when rotating log files.
|
|
|
|
This will re-initialize the serial connection to the usb dongle
|
|
|
|
and reload the config files as well.
|
|
|
|
|
|
|
|
Added reload command to systemctl.
|
|
|
|
|
2019-06-11 16:56:57 +00:00
|
|
|
Version 0.9.9: 2019-06-11
|
|
|
|
|
|
|
|
Added support for the signal HUP to trigger wmbusmeters(d)
|
|
|
|
to reload config files.
|
|
|
|
|
|
|
|
Added significantly better tracking of listening modes (C1,T1,S1 etc)
|
|
|
|
and notify the user if the wmbusmeters configuration would not hear
|
|
|
|
certain meters specified.
|
|
|
|
|
|
|
|
The apator162 meter can send either on c1 or t1. Thus if you have
|
|
|
|
an imst871a dongle that can only listen on one of c1/t1, then
|
|
|
|
you have to specify which link mode you expect the meter to use.
|
|
|
|
You do that by suffixing the meter type with the link mode, like
|
|
|
|
this: `apator162:c1`
|
|
|
|
|
|
|
|
If you do not do this, then wmbusmeters will assume that it must
|
|
|
|
listen to both c1 and t1 at the same time. Which might
|
|
|
|
be fine for amd8465 and rtlwmbus dongles, but not for imst871a.
|
2019-05-04 20:39:45 +00:00
|
|
|
|
2019-05-22 18:06:05 +00:00
|
|
|
Version 0.9.8: 2019-05-22
|
|
|
|
|
|
|
|
Added support for the EurisII heat cost allocator from Innotas.
|
|
|
|
|
2019-05-04 20:39:45 +00:00
|
|
|
Version 0.9.7: 2019-05-04
|
|
|
|
|
|
|
|
FeatureExpert added support for the Vario 451 heat meter. Thanks FeatureExpert!
|
|
|
|
|
|
|
|
New feature: --addconversions=GJ,L
|
|
|
|
|
|
|
|
This feature required a major rewrite of how meters print their data.
|
|
|
|
When the new option --addconversion=<unit> is used, then
|
|
|
|
any meter that outputs a compatible unit (like kWh) will have
|
|
|
|
the additional unit (like GJ) also added to to the json.
|
|
|
|
|
|
|
|
So if there is a total_energy_consumption_kwh in the json,
|
|
|
|
there will now also be a total_energy_consumption_gj
|
|
|
|
|
|
|
|
For the human readable output and the fields output, the kWh is replaced with GJ.
|
|
|
|
|
|
|
|
ATTENTION! change in json keys!
|
|
|
|
|
|
|
|
Some untyped json field names, like "flow_temperature":10 had to
|
|
|
|
change name to "flow_temperature_c":0 (so that if --addconversions=F
|
|
|
|
is used, then "flow_temperature_f":32 will be added.)
|
|
|
|
|
2019-04-27 11:34:50 +00:00
|
|
|
Version 0.9.6: 2019-04-27
|
|
|
|
|
|
|
|
Added support for the MK Radio 3 water meter. Thanks FeatureExpert!
|
2018-02-28 21:14:16 +00:00
|
|
|
|
2019-04-26 17:17:52 +00:00
|
|
|
Version 0.9.5: 2019-04-26
|
|
|
|
|
|
|
|
Improved install/uninstall scripts. Thanks Bibo!
|
|
|
|
|
|
|
|
Fixed wrong default sample frequency for rtl_wmbus. Thanks inc90!
|
|
|
|
|
2019-04-03 15:31:51 +00:00
|
|
|
Version 0.9.4: 2019-04-03
|
2019-03-22 06:31:25 +00:00
|
|
|
|
2019-04-03 15:31:51 +00:00
|
|
|
The device auto can now detect an rtlsdr dongle and start
|
|
|
|
rtl_sdr|rtl_wmbus properly. It can only detecht the rtlsdr
|
|
|
|
dongle if the new udev rule has been installed, which will
|
|
|
|
create the symlink /dev/rtlsdr when the dongle is inserted.
|
|
|
|
|
|
|
|
Added the meter vendor Echelon to the generic amiplus meter type.
|
|
|
|
(The Echelon meter seems to be a standard electricity meter with a
|
|
|
|
wmbus addon sourced from Develco.)
|
|
|
|
|
|
|
|
Version 0.9.3: 2019-03-20
|
|
|
|
|
|
|
|
Added initial support for the generic Tauron Amiplus electricity meter type (amiplus).
|
|
|
|
This is actually a generic meter type, that will match the meter vendors
|
|
|
|
that provide meters under the Amiplus brand to Taurn. The first vendor to
|
|
|
|
be supported is from Apator.
|
2019-03-22 06:31:25 +00:00
|
|
|
|
|
|
|
Added support for the at-wmbus-16-2 snap on meter (apator162).
|
|
|
|
Unfortunately it uses a vendor specific protocol,
|
|
|
|
that is merely wrapped inside a wmbus telegram. Lets hope
|
|
|
|
the offset to the consumption is stable between
|
|
|
|
meters of this type.
|
|
|
|
|
2019-03-12 19:05:05 +00:00
|
|
|
Verison 0.9.2: 2019-03-12
|
|
|
|
|
|
|
|
Add max_flow to the iperl meter. This is based
|
|
|
|
on a guess that the flow value is actually the max
|
|
|
|
flow.
|
|
|
|
|
|
|
|
Note! Since max flow was added to iperl, there is an extra
|
|
|
|
column in the human output and --format=fields output.
|
|
|
|
There is also "max_flow_m3h"="123" in the json output, but that does not
|
|
|
|
affect existing code depending on json.
|
|
|
|
|
|
|
|
Verison 0.9.1: 2019-03-05
|
|
|
|
|
|
|
|
Added support for listening to multiple meters
|
|
|
|
with the same key (or no key). Simple use '*'
|
|
|
|
as meter id, or make a comma separated list.
|
|
|
|
|
|
|
|
Added experimental support for listening to
|
|
|
|
--n1a to --n1f and an imst dongle. Might not work.
|
|
|
|
|
2019-02-26 08:33:10 +00:00
|
|
|
Version 0.9.0: 2019-02-26
|
2019-02-25 21:03:20 +00:00
|
|
|
|
2019-02-26 08:33:10 +00:00
|
|
|
Reading the meter settings from config files
|
|
|
|
in /etc is now supported.
|
2019-02-25 21:03:20 +00:00
|
|
|
Running wmbusmeters as daemon is now supported.
|
2019-02-26 08:33:10 +00:00
|
|
|
Using rtl_wmbus to receive wmbus messages from
|
|
|
|
rtl_sdr is work in progress.
|
2019-02-25 21:03:20 +00:00
|
|
|
Updated README
|
2019-02-26 21:19:16 +00:00
|
|
|
Updated some command line options robot is now format.
|
2019-03-12 19:05:05 +00:00
|
|
|
Listening to qcaloric now seems to work.
|
2019-03-12 19:37:25 +00:00
|
|
|
Added support for MacOSX.
|
2019-02-25 21:03:20 +00:00
|
|
|
|
2019-02-23 12:41:17 +00:00
|
|
|
Version 0.8.4: 2019-02-23
|
|
|
|
|
|
|
|
Add config files support and daemon mode.
|
|
|
|
|
|
|
|
Version 0.8.3: 2019-02-17
|
|
|
|
|
|
|
|
Add experimental support for qcaloric.
|
|
|
|
|
2019-01-27 23:03:25 +00:00
|
|
|
Version 0.8.2: 2019-01-27
|
|
|
|
|
|
|
|
Properly supports short C1 frames after it has received a long frame.
|
|
|
|
(Ie the format signature hash is properly calculated and used.)
|
|
|
|
Now properly extracts temperature from short frames!
|
|
|
|
Added support for Multical21 meters with max flow configuration.
|
|
|
|
|
|
|
|
Note! Since max flow was added to multical21, there is an extra
|
2019-02-26 21:19:16 +00:00
|
|
|
column in the human output and --format=fields output.
|
2019-01-27 23:03:25 +00:00
|
|
|
There is also "max_flow_m3h"="123" in the json output, but that does not
|
|
|
|
affect existing code depending on json.
|
|
|
|
|
2019-01-04 21:27:51 +00:00
|
|
|
Version 0.8.1: 2019-01-04
|
|
|
|
|
|
|
|
Fixed memory leak in shell invocation.
|
|
|
|
Improved dvparser to properly handle the supercom587 telegrams.
|
|
|
|
(It still does not extract all the data, but the data is properly parsed and chunked.)
|
|
|
|
Added address sanitizer to debug build.
|
|
|
|
Added static analysis check.sh.
|
|
|
|
|
2018-11-29 21:32:31 +00:00
|
|
|
Version 0.8: 2018-11-29
|
|
|
|
|
|
|
|
Multical21 now reports flow temperature and external temperature.
|
|
|
|
|
2018-11-23 08:04:31 +00:00
|
|
|
Version 0.7: 2018-11-23
|
|
|
|
|
|
|
|
David Mallon contributed the iPerl water meter! Thanks David!
|
|
|
|
|
2018-11-02 12:50:12 +00:00
|
|
|
Version 0.6: 2018-11-02
|
|
|
|
|
|
|
|
Added --shell command to invoke for example: mosquitto to send an MQTT message
|
|
|
|
or psql to insert received data into a database.
|
|
|
|
|
2018-11-02 18:00:14 +00:00
|
|
|
Added proper T1 telegram support. First meter to use T1 is supercom587.
|
2018-11-29 21:32:31 +00:00
|
|
|
A large part of the supercom587 message is not yet properly decoded.
|
|
|
|
However the important part, the total consumption, is correct.
|
2018-11-02 18:00:14 +00:00
|
|
|
|
2018-04-01 08:36:31 +00:00
|
|
|
Version 0.5:
|
|
|
|
|
|
|
|
Added difvif parser to extract as much as possible automatically
|
|
|
|
from the the telegram.
|
|
|
|
|
|
|
|
Added initial support for Omnipower electricity meter.
|
|
|
|
|
2018-03-05 10:29:25 +00:00
|
|
|
Version 0.4:
|
|
|
|
|
2018-04-01 08:36:31 +00:00
|
|
|
Added initial support for heat energy meter Multical302.
|
2018-03-05 10:29:25 +00:00
|
|
|
Restructured to source to more easily support multiple meters.
|
|
|
|
|
|
|
|
ATTENTION! There is a difference in the command line interface.
|
|
|
|
You must now proved the meter type. Thus for each meter you
|
|
|
|
supply quadruplets instead of triplets.
|
2018-02-28 21:14:16 +00:00
|
|
|
|
|
|
|
Version 0.3:
|
|
|
|
|
|
|
|
Added support for wmbus USB receiver Amber AMB8465.
|
|
|
|
|
|
|
|
Version 0.2:
|
|
|
|
|
|
|
|
Initial working release supporting wmbus USB receiver IMST im871a and the meter Multical21.
|