Skip to content

Remote Control

Rocky edited this page Apr 15, 2024 · 9 revisions

The Victron devices can be remote controlled over the victron RX Port.

the remote function can be set in the Victron App grafik grafik

Over WebUI just switch the state with the switch

over webhook:

http://<DEVICE_IP>/set?remotecontrol=1 Switch the remote channel On

http://<DEVICE_IP>/set?remotecontrol=0 Switch the remote channel Off

over MQTT:

<topic>/Remote_Control set to true or false

get the remote Control state with

<topic>/Remote_Control_State

Clone this wiki locally