michbeck100 / pv-monitoring

Contains configuration and Grafana dashboard for monitoring PV inverters
Apache License 2.0
43 stars 11 forks source link

Speicher SoC #9

Closed Knock82 closed 11 months ago

Knock82 commented 11 months ago

Wähle ich als Timerange mehr als die letzten 24h aus verschwindet der Detailgraph Speicher-SoC.

Knock82 commented 11 months ago

Ändere ich

SELECT mean(battery_level) * mean(max_soc) / 100 FROM $rp.mqtt_consumer WHERE $timeFilter GROUP BY time($__interval) fill(none)

zu

SELECT mean(battery_level) FROM $rp.mqtt_consumer WHERE $timeFilter GROUP BY time($__interval) fill(none)

schaut es gut aus. Verstehe diese Berechnung aber auch nicht.

michbeck100 commented 11 months ago

Hast Recht. Hab ich entfernt.