solar_control

Vars | |
connected_tracker | SOLAR_TRACK_OFF, SOLAR_TRACK_TIMED, SOLAR_TRACK_AUTO |
---|---|
history | History of power supply |
next_record | History record timer |
record_interval | Interval between records |
record_size | Size of history, should be equal or bigger than the solar cycle |
track | degree change per minute |
Procs | |
record | Record the generated power supply and capacity for history |
set_panels | Rotates the panel to the passed angles |
timed_track | Ran every time the sun updates. |
Var Details
connected_tracker

SOLAR_TRACK_OFF, SOLAR_TRACK_TIMED, SOLAR_TRACK_AUTO
history

History of power supply
next_record

History record timer
record_interval

Interval between records
record_size

Size of history, should be equal or bigger than the solar cycle
track

degree change per minute
Proc Details
record
Record the generated power supply and capacity for history
set_panels
Rotates the panel to the passed angles
timed_track
Ran every time the sun updates.