givenergy-modbus / BatteryPauseMode
Type Alias: BatteryPauseMode
BatteryPauseMode =
"disabled"|"pause_charge"|"pause_discharge"|"pause_both"
Defined in: src/model/inverter-snapshot.ts:30
Battery pause mode — Gen3-only feature.
Controls whether the battery is paused from charging, discharging, or both. 'disabled' means normal operation. This is independent of the timed charge/export toggles and timeslot configuration.
HR(318): 0=disabled, 1=pause_charge, 2=pause_discharge, 3=pause_both.
Terminology note: GivTCP calls HR(59) "enable_discharge" and doesn't model timed discharge separately. This library follows the GivEnergy app's terminology instead, where HR(59) is "timed export" (export to grid) and HR(318) is "battery pause mode" with an associated "timed discharge" slot (HR 319-320).