Control relay 5 and 6 node red

Hi,
how to control relay 5 and 6 from Node red on raspberry Venus OS with Kwindrem RpiGPIO setup.

thanks,

I just found the solution.
when you look at RemoteGPIO/Node-red/dashboard.json at main · Lucifer06/RemoteGPIO
you can import the dashboard.json in node red. There you can find a lot of relay’s.
The only i was interested was relay 5 and 6 because i already could choose relay 1 to 4.
In node red "relay control’ you can only choose up to relay 4.

Here is the json code for relay 5 u can change the code for relay 6

[
{
“id”: “fd7a062b42021afb”,
“type”: “victron-output-relay”,
“z”: “18c135f039d46bd9”,
“service”: “com.victronenergy.system/0”,
“path”: “/Relay/4/State”,
“serviceObj”: {
“service”: “com.victronenergy.system/0”,
“name”: “Venus device”
},
“pathObj”: {
“path”: “/Relay/4/State”,
“type”: “enum”,
“name”: “Venus relay 5 state”,
“enum”: {
“0”: “Open”,
“1”: “Closed”
},
“writable”: true
},
“initial”: “”,
“name”: “”,
“onlyChanges”: false,
“x”: 860,
“y”: 280,
“wires”:
}
]

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.