Difference between revisions of "Grouping models"
From PhotoVoltaic Logger new generation
(Created page with "== Grouping models == === Accumulator === An accumulator model accepts only childs of the '''same channel type'''. It sums up all data from the sub channels for the same ti...") |
m |
||
Line 8: | Line 8: | ||
It is used for example to combine all single string powers (P<sub>DC*</sub>) into one P<sub>DC</sub> | It is used for example to combine all single string powers (P<sub>DC*</sub>) into one P<sub>DC</sub> | ||
+ | |||
+ | === Average === | ||
+ | |||
+ | === Differentiator === | ||
+ | |||
+ | === DifferentiatorFull === | ||
+ | |||
+ | === Group === | ||
+ | |||
+ | === InternalConsumption === | ||
+ | |||
+ | === Ratio === | ||
+ | |||
+ | |||
+ | These models implements an interface for external services to provide data in special formats: | ||
+ | |||
+ | === PVLog === | ||
+ | |||
+ | === PVLog2 === | ||
+ | |||
+ | === Sonnenertrag === |
Revision as of 11:19, 2 March 2014
Contents
Grouping models
Accumulator
An accumulator model accepts only childs of the same channel type.
It sums up all data from the sub channels for the same timestamp, adjusted at full minute.
It is used for example to combine all single string powers (PDC*) into one PDC
Average
Differentiator
DifferentiatorFull
Group
InternalConsumption
Ratio
These models implements an interface for external services to provide data in special formats: