lg-trend.py <option>
--hours HOURS
: Create a bar graph of electricity usage per hour for the given number of hours.
Example:
lektrix/bin/lg-trend.py --hours 84
Two different modifiers are possible:
--balance
lektrix/bin/lg-trend.py --days 84
lektrix/bin/lg-trend.py --months 36
Balancing is a mathematical excercise that is meant to study the effect of energy storage.
--balances
shows what would happen if all the
energy that is exported in the unbalanced case could
be used optimally. So, the (red) imported energy is first
canceled out by any (blue) exported energy before
creating the graph; effectively maximising the (green)
own usage part.
--balance
does the same as the --balances
option,
however now the T1 and T2 counters are strictly kept
separate.
So, energy exported during the peak hours is only
canceled out against the energy imported during those
same peak hours.
ms-trend.py <option>
lektrix/bin/ms-trend.py --hours 84
lektrix/bin/ms-trend.py --days 84
lektrix/bin/ms-trend.py --months 36
me-trend.py <option>
lektrix/bin/me-trend.py --hours 84