SOC controlled Cerbo Relay with Manual Override

Confirm you are using at least v3.65?

[
    {
        "id": "537102ec093e4762",
        "type": "switch",
        "z": "0157ae6ce9f00fff",
        "name": "Soc",
        "property": "payload.Soc",
        "propertyType": "msg",
        "rules": [
            {
                "t": "lte",
                "v": "12",
                "vt": "num"
            },
            {
                "t": "gte",
                "v": "50",
                "vt": "num"
            }
        ],
        "checkall": "true",
        "repair": false,
        "outputs": 2,
        "x": 630,
        "y": 520,
        "wires": [
            [
                "d6ceed32e2da4a19"
            ],
            [
                "3cfd18a53cc86dec"
            ]
        ]
    },
    {
        "id": "4697814bf8a82252",
        "type": "victron-input-system",
        "z": "0157ae6ce9f00fff",
        "service": "com.victronenergy.system/0",
        "path": "/Dc/Battery/Soc",
        "serviceObj": {
            "service": "com.victronenergy.system/0",
            "name": "Venus system",
            "communityTag": "system"
        },
        "pathObj": {
            "path": "/Dc/Battery/Soc",
            "type": "float",
            "name": "Battery State of Charge (%)"
        },
        "name": "Soc",
        "onlyChanges": false,
        "roundValues": "1",
        "rateLimit": "0.2",
        "outputs": 1,
        "conditionalMode": false,
        "outputTrue": "true",
        "outputFalse": "false",
        "debounce": "2000",
        "x": 170,
        "y": 520,
        "wires": [
            [
                "956f73e5424af72f"
            ]
        ]
    },
    {
        "id": "d6ceed32e2da4a19",
        "type": "change",
        "z": "0157ae6ce9f00fff",
        "name": "On (Low Soc)",
        "rules": [
            {
                "t": "set",
                "p": "payload",
                "pt": "msg",
                "to": "1",
                "tot": "num"
            }
        ],
        "action": "",
        "property": "",
        "from": "",
        "to": "",
        "reg": false,
        "x": 800,
        "y": 500,
        "wires": [
            [
                "59238e575eb6c286"
            ]
        ]
    },
    {
        "id": "3cfd18a53cc86dec",
        "type": "change",
        "z": "0157ae6ce9f00fff",
        "name": "Off (Normal Soc)",
        "rules": [
            {
                "t": "set",
                "p": "payload",
                "pt": "msg",
                "to": "0",
                "tot": "num"
            }
        ],
        "action": "",
        "property": "",
        "from": "",
        "to": "",
        "reg": false,
        "x": 790,
        "y": 540,
        "wires": [
            [
                "59238e575eb6c286"
            ]
        ]
    },
    {
        "id": "23dd9098d4d986da",
        "type": "switch",
        "z": "0157ae6ce9f00fff",
        "name": "Auto/Manual",
        "property": "payload[\"Manual/auto\"]",
        "propertyType": "msg",
        "rules": [
            {
                "t": "eq",
                "v": "1",
                "vt": "num"
            }
        ],
        "checkall": "true",
        "repair": false,
        "outputs": 1,
        "x": 470,
        "y": 520,
        "wires": [
            [
                "537102ec093e4762"
            ]
        ]
    },
    {
        "id": "24f70e5061c4150f",
        "type": "victron-virtual-switch",
        "z": "0157ae6ce9f00fff",
        "name": "Manual",
        "outputs": 3,
        "switch_1_type": 9,
        "switch_1_initial": 0,
        "switch_1_label": "",
        "switch_1_customname": "Manual",
        "switch_1_group": "Relay",
        "switch_1_include_measurement": false,
        "switch_1_rgb_color_wheel": false,
        "switch_1_cct_wheel": false,
        "switch_1_rgb_white_dimmer": false,
        "x": 180,
        "y": 580,
        "wires": [
            [],
            [
                "59238e575eb6c286"
            ],
            [
                "956f73e5424af72f"
            ]
        ]
    },
    {
        "id": "956f73e5424af72f",
        "type": "join",
        "z": "0157ae6ce9f00fff",
        "name": "",
        "mode": "custom",
        "build": "object",
        "property": "payload",
        "propertyType": "msg",
        "key": "topic",
        "joiner": "\\n",
        "joinerType": "str",
        "useparts": false,
        "accumulate": true,
        "timeout": "",
        "count": "2",
        "reduceRight": false,
        "reduceExp": "",
        "reduceInit": "",
        "reduceInitType": "",
        "reduceFixup": "",
        "x": 310,
        "y": 520,
        "wires": [
            [
                "23dd9098d4d986da"
            ]
        ]
    },
    {
        "id": "6d1e8eca3b6d7b40",
        "type": "debug",
        "z": "0157ae6ce9f00fff",
        "name": "Relay goes here",
        "active": true,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "payload",
        "targetType": "msg",
        "statusVal": "",
        "statusType": "auto",
        "x": 1100,
        "y": 520,
        "wires": []
    },
    {
        "id": "59238e575eb6c286",
        "type": "junction",
        "z": "0157ae6ce9f00fff",
        "x": 920,
        "y": 520,
        "wires": [
            [
                "6d1e8eca3b6d7b40"
            ]
        ]
    },
    {
        "id": "8c5507b466a46e9f",
        "type": "global-config",
        "env": [],
        "modules": {
            "@victronenergy/node-red-contrib-victron": "1.6.64"
        }
    }
]