Devices are untagged #17
-
Hi, I initially did not have my device names listed out in the vuegraf.json file and added them later and restarted the process. In grafana, they are listed as "<account_name>-<circuit #>". Vuegraf does list the channel names correctly. In the influxdb, if I do a show series, they also have the same name format as in grafana. Do i have to reset the DB because i updated the json afterwards? influxdb:
energy_usage,account_name=Home,device_name=Home-1 log from vuegraf: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It sounds like the device names in the JSON don't match what's coming back from the Emporia API. If they match correctly then vuegraf will use the channel names in your JSON file, regardless of what you originally had injected into the InfluxDB. That said, you will want to reset your Influx DB anyway to clear out the badly named data. |
Beta Was this translation helpful? Give feedback.
It sounds like the device names in the JSON don't match what's coming back from the Emporia API. If they match correctly then vuegraf will use the channel names in your JSON file, regardless of what you originally had injected into the InfluxDB.
That said, you will want to reset your Influx DB anyway to clear out the badly named data.