Script Options
The script contains the following configurable variables/functions to adapt the script to your ship configuration or needs:
DISPLAY_TAG
Type: string
Current Default Value:
"PowerStatus"
Any LCD panel with this in its name is overridden to show the power status.
BATTERY_REACTOR_MIN
Type: float
Current Default Value:
0.05F
The fraction of battery capacity at which reactors are enabled, regardless of load, to prevent a blackout.
ENABLE_BATTERY_CHARGE_IF_LOW
Type: bool
Current Default Value:
false
Whether to allow reactors to charge batteries during the above condition.
SOURCE_PRIORITY
Type: string[]
Current Default Value:
{"Solar", "Wind", "Battery", "Hydrogen", "Reactor"}
The order to draw from power sources to meet demand.
Source Code
The source code for Tiered Power Manager can be found here:
GitHub