Skip to content

Commit

Permalink
release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Montellese committed Sep 10, 2021
1 parent 6845bab commit dc2b5f0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
smartmeter-datacollector (0.6.0-1) unstable; urgency=low

* improved error handling and unit tests

-- Supercomputing Systems AG <[email protected]> Fri, 10 Sep 2021 09:09:58 +0200

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

* support building Debian source and binary packages for distribution on Debian Buster amd64 and raspios
Expand Down
13 changes: 6 additions & 7 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ Architecture: all
Pre-Depends: python3-pip
Depends: ${misc:Depends}, ${python3:Depends}
Description: Smart Meter Data Collector
# Smart Meter Data Collector
.
<p align="center">
<a href="LICENSE"><img alt="License: GPL-2.0-only" src="https://img.shields.io/badge/license-GPLv2-blue.svg"></a> <a href="https://github.com/scs/smartmeter-datacollector/pulls"><img alt="Pull Requests Welcome" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"></a> <a href="https://github.com/scs/smartmeter-datacollector/pulls"><img alt="Contributions Welcome" src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg"></a>
<br />
<img alt="Python Code Checks" src="https://github.com/scs/smartmeter-datacollector/actions/workflows/python-code-checks.yml/badge.svg?branch=master"> <a href="https://pypi.org/project/smartmeter-datacollector/"><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/smartmeter-datacollector"></a>
</p>
The smartmeter-datacollector tool is a Python3 software which allows you to continuously retrieve data from supported smart meters (listed below).
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
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.5.0"
__version__ = "0.6.0"

0 comments on commit dc2b5f0

Please sign in to comment.