Files
invertergui/custom_components/victron_mk2_mqtt/services.yaml

28 lines
659 B
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