The file months.js contains the monthly values. The file hast to be organized chronologically downward, that means the newest values have to go first. At any times, only the first three lines are imported. The current month should be the first line.
If several inverters have been configurated in base_vars.js, they have to be noted here the follwoing way - separated by „|“.
1 Inverter
mo[mx++]="date|yield"
2 inverter
mo[mx++]="date|yield IV1|yield IV2"
The date is indicated the following way: DD.MM.YY. The absolute yield is indicated in Wh and not in kWh!!!
1 inverter
mo[mx++]="14.02.09|123456" mo[mx++]="31.01.09|123456" mo[mx++]="31.12.08|123456"
2 inverter
mo[mx++]="14.02.09|123456|123456" mo[mx++]="31.01.09|123456|123456" mo[mx++]="31.12.08|123456|123456"