implement some features of Venus OS
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -25,3 +25,51 @@ set_remote_panel_state:
|
||||
step: 0.1
|
||||
unit_of_measurement: A
|
||||
mode: box
|
||||
|
||||
set_ess_control:
|
||||
name: Set ESS Control
|
||||
description: Set ESS-style control values compatible with guide CGwacs paths.
|
||||
fields:
|
||||
ess_setpoint:
|
||||
name: ESS Setpoint
|
||||
description: AC power setpoint in watts. Positive charges/imports, negative discharges/exports.
|
||||
required: false
|
||||
selector:
|
||||
number:
|
||||
min: -20000
|
||||
max: 20000
|
||||
step: 1
|
||||
unit_of_measurement: W
|
||||
mode: box
|
||||
ess_max_charge_power:
|
||||
name: ESS Max Charge Power
|
||||
description: Maximum allowed charge/import power in watts.
|
||||
required: false
|
||||
selector:
|
||||
number:
|
||||
min: 0
|
||||
max: 20000
|
||||
step: 1
|
||||
unit_of_measurement: W
|
||||
mode: box
|
||||
ess_max_discharge_power:
|
||||
name: ESS Max Discharge Power
|
||||
description: Maximum allowed discharge/export power in watts.
|
||||
required: false
|
||||
selector:
|
||||
number:
|
||||
min: 0
|
||||
max: 20000
|
||||
step: 1
|
||||
unit_of_measurement: W
|
||||
mode: box
|
||||
ess_mode:
|
||||
name: ESS Mode
|
||||
description: ESS battery life mode value (10 optimized, 9 keep charged).
|
||||
required: false
|
||||
selector:
|
||||
number:
|
||||
min: 9
|
||||
max: 10
|
||||
step: 1
|
||||
mode: box
|
||||
|
||||
Reference in New Issue
Block a user