ccremer / fronius-exporter

Prometheus Exporter for Fronius Symo Photovoltaics
Apache License 2.0
20 stars 15 forks source link

Downrange ratio between 0-1 for self consumption and autonomy metrics #31

Closed ccremer closed 3 years ago

ccremer commented 3 years ago

Summary

Downranges the percentages from Symo API (0-100) to 0-1 as Prometheus convention expects. Also, in case the photovoltaic power is zero, the device API returns null, which doesn't make sense.

Checklist