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 32401f6 commit 845ec86
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
9 changes: 9 additions & 0 deletions backend/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
smartmeter-datacollector-configurator (1.0.0-1) unstable; urgency=low

* extend and improve READMEs
* remove EKZ logo from frontend header
* add acknowledgements to frontend footer
* support ISKRAEMECO AM550 smart meter over P1

-- Supercomputing Systems AG <[email protected]> Mon, 11 Oct 2021 09:25:59 +0200

smartmeter-datacollector-configurator (0.4.1-1) unstable; urgency=low

* manually parse JSON string if axios hasn't done it yet
Expand Down
15 changes: 8 additions & 7 deletions backend/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ Architecture: all
Pre-Depends: python3-pip
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: python3-smartmeter-datacollector
Description: Smart Meter Data Collector
# Smart Meter Data Collector Configurator
Description: Smart Meter Data Collector Configurator
.
<p align="center">
<a href="LICENSE"><img alt="License: BSD-3-Clause" src="https://img.shields.io/badge/license-3--clause%20BSD-green"></a> <a href="https://github.com/scs/smartmeter-datacollector-configurator/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-configurator/pulls"><img alt="Contributions Welcome" src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg"></a>
<br />
<img alt="Backend Python Code Checks" src="https://github.com/scs/smartmeter-datacollector-configurator/actions/workflows/backend-code-checks.yml/badge.svg?branch=master"> <img alt="Frontend Code Checks" src="https://github.com/scs/smartmeter-datacollector-configurator/actions/workflows/frontend-code-checks.yml/badge.svg?branch=master"> <a href="https://pypi.org/project/smartmeter-datacollector-configurator/"><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/smartmeter-datacollector"></a>
</p>
The smartmeter-datacollector-configurator is a web application to simplify the process of generating a valid initial configuration for smartmeter-datacollector.
.
It supports
* a graphical approach to manage the configuration
* input validation to avoid invalid configurations
* loading / saving / discarding a configuration
* restarting smartmeter-datacollector (only if installed as a Debian package)
* restarting the demo applications which comes with the custom Raspberry Pi Image

Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.1"
__version__ = "1.0.0"

0 comments on commit 845ec86

Please sign in to comment.