-
-
Notifications
You must be signed in to change notification settings - Fork 7
Remote Control
Rocky edited this page Oct 18, 2024
·
10 revisions
The Victron devices can be remote controlled over the victron RX Port.
the remote function can be set in the Victron App
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
If you don't have the willingness to tinker and learn... TURN BACK!
This project is not a commercial product and support is limited. You have to be willing to research and solve potential problems yourself.