Inhaltsverzeichnis

days_hist.hs: daily data

This file contains the yields earned each day. The file has to be organized chronologically downward, that means the newest values go first. The file can contain any number of lines but only the first line is imported. The line should contain the value of the past day. The current day is not part of this file, as it is not finished at the moment of the import.

If several inverters have been configurated in base_vars.js, they have to be noted here the follwoing way - separated by „|“.

file information

1 Inverter

da[dx++]="date|yield;maximum output"

2 Inverter

da[dx++]="date|yield IV1;maximum output IV1|yield IV2;maximum output IV2"

The date is indicated the following way: DD.MM.YY. The absolute yield is indicated as integer in Wh, the maximum output as integer in W.

example

1 inverter

da[dx++]="14.02.09|123456;1234"
da[dx++]="13.02.09|123456;1234"
da[dx++]="12.02.09|123456;1234"
da[dx++]="11.02.09|123456;1234"

2 inverter

da[dx++]="14.02.09|123456;1234|123456;1234"
da[dx++]="13.02.09|123456;1234|123456;1234"
da[dx++]="12.02.09|123456;1234|123456;1234"
da[dx++]="11.02.09|123456;1234|123456;1234"