Skip to content

Commit

Permalink
release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Montellese committed Oct 11, 2021
1 parent bdcbb52 commit b187786
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
smartmeter-datacollector (1.0.0-1) unstable; urgency=low

* extend cosem logic to allow multiple device ID obis codes
* use system time if the smart meter doesn't provide a clock
* use random uuid if no fallback id is given
* support ISKRAEMECO AM550 smart meter over P1

-- Supercomputing Systems AG <[email protected]> Mon, 11 Oct 2021 07:31:05 +0200

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

* bugfix for clearing the HDLC buffer if it gets too large
Expand Down
4 changes: 4 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ Description: Smart Meter Data Collector
* 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

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__ = "0.6.1"
__version__ = "1.0.0"

0 comments on commit b187786

Please sign in to comment.