Skip to content

Commit

Permalink
release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raymar9 committed May 19, 2023
1 parent 3ac817d commit f56dfc4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
16 changes: 16 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
smartmeter-datacollector (1.1.0-1) unstable; urgency=low

* add L+G E360 and Kamstrup HAN-NVE smart meter support
* software parses DLMS messages that do not start with a push object list
* improved OBIS code handling
* use message timestamp as fallback
* add system time (from OS) override option
* make baudrate configurable for each smart meter
* extend and generalize meter ID detection
* fix current value scaling
* update dependencies
* add Python 3.10 code checks

-- Supercomputing Systems AG <[email protected]> Fri, 19 May 2023 19:18:26 +0200


smartmeter-datacollector (1.0.2-1) unstable; urgency=low

* bugfix catching gurux converter failures
Expand Down
10 changes: 4 additions & 6 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ Description: Smart Meter Data Collector
The acquired values can be forwarded to one or more data sinks like a MQTT broker or logger.
.
The following smart meters are supported:
* Landis+Gyr E450: Data pushed by smart meter over CII interface (wired M-Bus). Encoded with HDLC and DLMS/COSEM.
* Unencrypted data
* Encrypted data
* Iskraemeco AM550: Data pushed by smart meter over P1 interface (DSMR). Encoded with HDLC (IEC 62056-46) and DLMS/COSEM.
* Unencrypted data
* Encrypted data
* Landis+Gyr E450
* Landis+Gyr E360
* Iskraemeco AM550
* Kamstrup OMNIPOWER with HAN-NVE
2 changes: 1 addition & 1 deletion smartmeter_datacollector/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# See LICENSES/README.md for more information.
#
__version__ = "1.0.2"
__version__ = "1.1.0"

0 comments on commit f56dfc4

Please sign in to comment.