ha-puzzles / evcc-grafana-dashboards

Grafana Dashboards for EVCC
17 stars 2 forks source link

Aggregation: Add support for connecting to remote hosts #20

Closed cschlipf closed 1 month ago

cschlipf commented 5 months ago

Add support for connecting to an Influx DB running on a remote host as solution for users that cannot run the aggregation script on localhost (e.g. HAOS).

https://docs.influxdata.com/influxdb/v1/tools/shell/#influx-arguments -host 'host name' The host to which influx connects. By default, InfluxDB runs on localhost.