From a4eb08389f08f4d08378b940fc0bc69e52c0545b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20=C3=96hrstr=C3=B6m?= Date: Sat, 30 Jan 2021 18:17:01 +0100 Subject: [PATCH] Update CHANGES. --- CHANGES | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGES b/CHANGES index 3975767..7b06dfe 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,20 @@ +IMPORTANT CHANGES THAT MIGHT AFFECT YOU! + +Added support for telegrams with different dll id vs tpl id. + +Such telegrams can be generated when a standalone radio converter +(with its own id) is attached to an mbus meter (with its own id). +Ie there are two distinct ids. The id specified to wmbusmeters will +be now tried both against the dll id and the tpl id, previously +it was only tried against the dll id. + +Important! The meter id reported in the json "id":"........" will +now always be the tpl id, if such an id was part of the telegram. +For most meters this is not a problem, but if you have a standalone +radio converter, or a meter with a wmbus plugin (radio converter meter side), +then you might get a different id. + Version 1.0.5: 2021-01-30 Xael South added support for the Gran-System-S electricity meters!