Making progress with Node Red and Cerbo. I have Node Red working where I can read the status of the Cerbo programmable relay 1 and 2. Toggle the relay using the Cerbo control panel and I see that state change.
My issue is that I configure the flow for controlling the relay and pass it a msg.payload of either numeric value of 0 or 1 and neither will trigger a change in the relay status. I even went back and referenced a thread from Mark at Victron and looked at his example flow. Nothing special or obvious. Is the Cerbo programmable relay supported?
Here is a copy of my very basic flow to initiated a relay state change on my Cerbo GX
[{"id":"6530ae7bcb0aea51","type":"tab","label":"Flow 2","disabled":false,"info":"","env":[]},{"id":"ef6cb60cd85169e5","type":"victron-output-relay","z":"6530ae7bcb0aea51","service":"com.victronenergy.system","path":"/Relay/0/State","serviceObj":{"service":"com.victronenergy.system","name":"Venus device","paths":[{"path":"/Relay/0/State","type":"enum","name":"Venus relay 1 state","enum":{"0":"Open","1":"Closed"},"writable":true,"disabled":true},{"path":"/Relay/1/State","type":"enum","name":"Venus relay 2 state","enum":{"0":"Open","1":"Closed"},"writable":true}]},"pathObj":{"path":"/Relay/0/State","type":"enum","name":"Venus relay 1 state","enum":{"0":"Open","1":"Closed"},"writable":true,"disabled":true},"initial":"0","name":"Cerbo - Relay 1","x":500,"y":200,"wires":[]},{"id":"246cbe11b7341a16","type":"inject","z":"6530ae7bcb0aea51","name":"Close Relay","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"0","payloadType":"num","x":210,"y":200,"wires":[["ef6cb60cd85169e5"]]}]