Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
120a717efc | ||
|
|
829f7cbe58 | ||
|
|
e14fb13bcd | ||
|
|
bfaef6ef76 | ||
|
|
b4c756bc40 | ||
|
|
688f9d1088 |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1 +1,4 @@
|
||||
/build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
__pycache__
|
||||
|
||||
14
CHANGELOG.md
14
CHANGELOG.md
@@ -1,5 +1,19 @@
|
||||
# Changelog
|
||||
|
||||
## v0.4 (2021-06-13)
|
||||
|
||||
Improvements:
|
||||
|
||||
* Added grafana dashboard
|
||||
* Added dependencies to setup.py
|
||||
* Published to pypi
|
||||
|
||||
## v0.3 (2020-09-13)
|
||||
|
||||
Misc:
|
||||
|
||||
* Add documentation
|
||||
|
||||
## v0.2 (2020-09-06)
|
||||
|
||||
Bug fixes:
|
||||
|
||||
@@ -40,6 +40,14 @@ docker build -t energy-usage:latest .
|
||||
docker run -v config.yaml:/etc/energy-usage/config.yaml energy-usage:latest
|
||||
```
|
||||
|
||||
## Grafana
|
||||
|
||||
`grafana.energy-usage.json` contains an example Grafana dashboard which consumes this data (using the prometheus query interface of VictoriaMetrics).
|
||||
|
||||

|
||||
|
||||
Upon import of the dashboard, you will be prompted to select your datasource, and enter your unit and standing charges. These are used to plot the costs of realtime usage data, and the daily/weekly/monthly consumption using accumulated usage statistics by the meters. The dashboard does not currently use live tarrif data, as this is not provided in the Bright MQTT feed.
|
||||
|
||||
## Tested with:
|
||||
|
||||
* Python 3
|
||||
|
||||
BIN
energy-usage-dashboard.png
Normal file
BIN
energy-usage-dashboard.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 201 KiB |
@@ -1 +1 @@
|
||||
VERSION = "0.1"
|
||||
VERSION = "0.4"
|
||||
|
||||
1654
grafana.energy-usage.json
Normal file
1654
grafana.energy-usage.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user