Skip to content

Commit

Permalink
Merge pull request #11 from Ragin-LundF/develop
Browse files Browse the repository at this point in the history
Release 1.3.0
  • Loading branch information
Ragin-LundF authored Apr 30, 2023
2 parents d226610 + 524a918 commit 375998f
Show file tree
Hide file tree
Showing 7 changed files with 4,300 additions and 14 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"python.formatting.provider": "black"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 1.3.0
Support for InfluxDB 2.x

- Added a new Grafana Dashboard Template [GrafanaFritzBoxDashboard_Influx2.json](GrafanaFritzBoxDashboard_Influx2.json)

Update of dependencies

- `fritzconnection` to 1.12.0
- `PyYAML` 6.0.0 replaces now HiYaPyCo (thanks to @sbstnzmr)

It is required to re-execute the pip installer:

```bash
pip3 install -r requirements.txt
./install.sh
```

The `install.sh` script will only update the python files, but not an existing configuration (neither telegraf nor `config.yaml`).

## 1.2.0

Please ensure, that the directory of the application has the same user/group as the telegraf daemon.
Expand Down
Loading

0 comments on commit 375998f

Please sign in to comment.