Skip to content

Commit

Permalink
Show share of AC/DC charging
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankumpf committed Jan 21, 2020
1 parent bf3c028 commit 3cca5e5
Show file tree
Hide file tree
Showing 3 changed files with 285 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/installation/debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sudo apt-get update
sudo apt-get install -y grafana
```

_TBA_: how to install the following plugins: `pr0ps-trackmap-panel` and `natel-discrete-panel`
_TBA_: how to install the following plugins: `pr0ps-trackmap-panel`, `natel-discrete-panel` and `grafana-piechart-panel`

### Install mosquitto MQTT Broker

Expand Down
2 changes: 1 addition & 1 deletion grafana/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV GF_ANALYTICS_REPORTING_ENABLED=FALSE \
GF_SECURITY_ALLOW_EMBEDDING=true \
GF_SECURITY_DISABLE_GRAVATAR=true \
GF_USERS_ALLOW_SIGN_UP=false \
GF_INSTALL_PLUGINS=pr0ps-trackmap-panel,natel-discrete-panel \
GF_INSTALL_PLUGINS=pr0ps-trackmap-panel,natel-discrete-panel,grafana-piechart-panel \
DATABASE_PORT=5432

COPY datasource.yml /etc/grafana/provisioning/datasources/
Expand Down
Loading

0 comments on commit 3cca5e5

Please sign in to comment.