jertel / vuegraf

Populate metrics from your Emporia Vue energy monitoring devices into an InfluxDB
MIT License
166 stars 53 forks source link

Minimal Configuration doc #32

Closed jbird526 closed 3 years ago

jbird526 commented 3 years ago

In the doc for Minimal Configuration the "password" has a trailing comma that if used in .json, will cause container startup to fail. { "influxDb": { "host": "my.influxdb.hostname", "port": 8086, "user": "root", "pass": "root", "database": "vue", "reset": false }, "accounts": [ { "name": "Primary Residence", "email": "my@email.address", "password": "my-emporia-password", } ] }

jertel commented 3 years ago

Fixed. Thanks.