chpro / fronius-grafana-dashboard

Setting up and visualizing data from your Fronius Symo GEN24 10.0 inverter and Smart Meter TS 65A-3 using InfluxDB and Grafana.
MIT License
38 stars 3 forks source link

Missing telegraf config? #10

Closed ciuly closed 2 hours ago

ciuly commented 3 hours ago

Hello,

I am migrating your dashboard to latest grafana + flux (influxdb v2) + infinity plugin since the JSON one you are using is feature frozen and suggests moving to infinity. It appears there is missing config in this repo, specifically for this line https://github.com/chpro/fronius-grafana-dashboard/blob/51725ac419411105ed75a19e34895e296fdb1867/grafana/dashboard.json#L1641 Either that, or I missed some crucial step/understanding somewhere.

Could you check what is the source of that measurement? I was expecting to see it in telegraf.conf to be stored in influxdb.

Thank you

chpro commented 2 hours ago

Hi,

thanks for the effort to update the dashboard. This query can be removed it seems to be a leftover from the project I have based this dashboard on. You can easily identify such queries by the autogen.http in from clause.

ciuly commented 2 hours ago

Sounds good, thank you