All checks were successful
continuous-integration/drone/push Build is passing
76 lines
1.9 KiB
YAML
76 lines
1.9 KiB
YAML
set_remote_panel_state:
|
|
name: Set Remote Panel State
|
|
description: Set the remote panel mode and/or AC input current limit over MQTT.
|
|
fields:
|
|
mode:
|
|
name: Mode
|
|
description: Remote panel mode.
|
|
required: false
|
|
selector:
|
|
select:
|
|
mode: dropdown
|
|
options:
|
|
- charger_only
|
|
- inverter_only
|
|
- on
|
|
- off
|
|
current_limit:
|
|
name: Current Limit
|
|
description: AC input current limit in amps.
|
|
required: false
|
|
selector:
|
|
number:
|
|
min: 0
|
|
max: 100
|
|
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
|