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
34 stars 2 forks source link

After updating to Grafana v10.2.3 most values are not shown #2

Closed chpro closed 6 months ago

chpro commented 6 months ago

Grafana v10.2.3 for most queries InfluxDB returns a 500 error. No specific error message is given

chpro commented 6 months ago

The problem is that the variable tz for timezone is used in most of the queries and the substitution seems to work differently. This can be solved by using tz('${tz:raw}') instead of tz('$tz')