svalouch / rctmon

Pulls data from RCT Power GmbH devices for use with monitoring systems.
https://rctmon.readthedocs.io
GNU General Public License v3.0
17 stars 8 forks source link

Inverter Status: unknown type 7.5 #13

Closed petzsch closed 2 years ago

petzsch commented 2 years ago

I got a strange type (7.5) for inverter status. Any idea what this could mean?

image

svalouch commented 2 years ago

Looks like I made a copy&paste-error when assembling the documentation (assuming you're using the query from the Flux queries page), Sorry for that!

This is fixed by replacing fn: mean with fn: max in the aggregateWindow-function.

petzsch commented 2 years ago

Thanks that was probably the cause of my problem. :-)