40 lines
1.4 KiB
Plaintext
40 lines
1.4 KiB
Plaintext
|
|
# LVX6048 settings profile. Edit freely; all keys are optional.
|
||
|
|
# `flash.py diff` previews changes; `flash.py apply --confirm` writes.
|
||
|
|
|
||
|
|
# enum: AGM | FLOODED | USER
|
||
|
|
battery_type: AGM
|
||
|
|
|
||
|
|
# V 40.0..48.0 — hard shutdown; must be < stop_discharge_voltage. Only honored when battery_type=USER.
|
||
|
|
cutoff_voltage: 40.8
|
||
|
|
|
||
|
|
# V 44.0..51.0 — switch battery→grid below this (pair: stop_charge_voltage). Only honored when battery_type=USER.
|
||
|
|
stop_discharge_voltage: 46.0
|
||
|
|
|
||
|
|
# V 48.0..58.4 — CC→CV transition (pair: float_voltage; must be >= float_voltage). Only honored when battery_type=USER.
|
||
|
|
bulk_voltage: 56.4
|
||
|
|
|
||
|
|
# A 2,10,20,30,40,50,60,70,80 — grid-side cap only
|
||
|
|
max_utility_charging_current: 30
|
||
|
|
|
||
|
|
# A 10,20,30,40,50,60,70,80 — combined solar+AC cap
|
||
|
|
max_charging_current: 60
|
||
|
|
|
||
|
|
# enum: solar_utility_battery | solar_battery_utility
|
||
|
|
output_source_priority: solar_battery_utility
|
||
|
|
|
||
|
|
# enum: solar_first | solar_and_utility | solar_only
|
||
|
|
charger_priority: solar_first
|
||
|
|
|
||
|
|
# enum: battery_load_utility_ac | load_battery_utility
|
||
|
|
solar_power_priority: battery_load_utility_ac
|
||
|
|
|
||
|
|
# enum: enabled | disabled (PEI/PDI)
|
||
|
|
grid_tie: disabled
|
||
|
|
|
||
|
|
# V 0 (=Full) or 48.0..58.0 — switch grid→battery above this (pair: stop_discharge_voltage). Only honored when battery_type=USER.
|
||
|
|
stop_charge_voltage: 54.0
|
||
|
|
|
||
|
|
# V 48.0..58.4 — held while on grid (pair: bulk_voltage; must be <= bulk_voltage). Only honored when battery_type=USER.
|
||
|
|
float_voltage: 54.0
|
||
|
|
|