I never turn it off so I can’t help with that. Could it be you misunderstood what this toggle does? It enables another toggle in the right top corner of the VRM dashboard, where you can turn DESS off (at the bottom of this screenshot)
If that doesn’t work either, I do know there have been issues before that some settings set in VRM fail to ‘stick’. You could try two things: VRM beta (https://betavrm.victronenergy.com/) might behave different than standard VRM. And what gives most control is to install VenusOS large and set it from there with the victron-output-dess node. Simply download this flow (buttom lower right corner) and import to node red, should work directly. You can check in VRM
[
{
"id": "3f9bb5e3d4d9df52",
"type": "group",
"z": "77e8033910d87d1a",
"style": {
"stroke": "#999999",
"stroke-opacity": "1",
"fill": "none",
"fill-opacity": "1",
"label": true,
"label-position": "nw",
"color": "#a4a4a4"
},
"nodes": [
"2e40edcd310ecf61",
"97bde198ea98e622",
"d1adee21dbcd2616",
"934a4c58baba2a6f",
"7d805ff101481e8e",
"4f239e4e8064317e",
"8d6d1aec9763b4f8"
],
"x": 34,
"y": 39,
"w": 652,
"h": 202
},
{
"id": "2e40edcd310ecf61",
"type": "inject",
"z": "77e8033910d87d1a",
"g": "3f9bb5e3d4d9df52",
"name": "0 - Off",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "0",
"payloadType": "num",
"x": 130,
"y": 120,
"wires": [
[
"97bde198ea98e622"
]
]
},
{
"id": "97bde198ea98e622",
"type": "victron-output-dess",
"z": "77e8033910d87d1a",
"g": "3f9bb5e3d4d9df52",
"service": "com.victronenergy.settings",
"path": "/Settings/DynamicEss/Mode",
"serviceObj": {
"service": "com.victronenergy.settings",
"name": "Venus settings",
"communityTag": "dess"
},
"pathObj": {
"path": "/Settings/DynamicEss/Mode",
"type": "enum",
"name": "Dynamic ESS mode",
"enum": {
"0": "Off",
"1": "Auto",
"4": "Node-RED"
},
"mode": "both"
},
"name": "",
"onlyChanges": false,
"roundValues": "no",
"rateLimit": 0,
"outputs": 0,
"conditionalMode": false,
"condition1Operator": ">",
"condition2Enabled": false,
"condition2Service": "",
"condition2Path": "",
"condition2Operator": ">",
"logicOperator": "AND",
"outputTrue": "true",
"outputFalse": "false",
"outputOnChange": false,
"debounce": 2000,
"x": 210,
"y": 80,
"wires": []
},
{
"id": "d1adee21dbcd2616",
"type": "inject",
"z": "77e8033910d87d1a",
"g": "3f9bb5e3d4d9df52",
"name": "1 - Auto (VRM DESS)",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "1",
"payloadType": "num",
"x": 180,
"y": 160,
"wires": [
[
"97bde198ea98e622"
]
]
},
{
"id": "934a4c58baba2a6f",
"type": "inject",
"z": "77e8033910d87d1a",
"g": "3f9bb5e3d4d9df52",
"name": "4 - Node-RED (DESS)",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "4",
"payloadType": "num",
"x": 180,
"y": 200,
"wires": [
[
"97bde198ea98e622"
]
]
},
{
"id": "7d805ff101481e8e",
"type": "victron-input-dess",
"z": "77e8033910d87d1a",
"g": "3f9bb5e3d4d9df52",
"service": "com.victronenergy.settings",
"path": "/Settings/DynamicEss/Mode",
"serviceObj": {
"service": "com.victronenergy.settings",
"name": "Venus settings",
"communityTag": "dess"
},
"pathObj": {
"path": "/Settings/DynamicEss/Mode",
"type": "enum",
"name": "Dynamic ESS mode",
"enum": {
"0": "Off",
"1": "Auto",
"4": "Node-RED"
},
"mode": "both"
},
"name": "",
"onlyChanges": false,
"roundValues": "no",
"rateLimit": 0,
"outputs": 1,
"conditionalMode": false,
"outputTrue": "true",
"outputFalse": "false",
"debounce": "2000",
"x": 520,
"y": 80,
"wires": [
[]
]
},
{
"id": "4f239e4e8064317e",
"type": "victron-input-ess",
"z": "77e8033910d87d1a",
"g": "3f9bb5e3d4d9df52",
"service": "com.victronenergy.settings",
"path": "/Settings/CGwacs/Hub4Mode",
"serviceObj": {
"service": "com.victronenergy.settings",
"name": "Venus settings",
"communityTag": "ess"
},
"pathObj": {
"path": "/Settings/CGwacs/Hub4Mode",
"type": "enum",
"name": "ESS mode",
"enum": {
"1": "Optimized mode or 'keep batteries charged' and phase compensation enabled",
"2": "Optimized mode or 'keep batteries charged' and phase compensation disabled",
"3": "External control"
},
"mode": "both"
},
"name": "",
"onlyChanges": false,
"roundValues": "no",
"rateLimit": 0,
"outputs": 1,
"conditionalMode": false,
"outputTrue": "true",
"outputFalse": "false",
"debounce": "2000",
"x": 490,
"y": 140,
"wires": [
[]
]
},
{
"id": "8d6d1aec9763b4f8",
"type": "victron-input-ess",
"z": "77e8033910d87d1a",
"g": "3f9bb5e3d4d9df52",
"service": "com.victronenergy.settings",
"path": "/Settings/CGwacs/BatteryLife/State",
"serviceObj": {
"service": "com.victronenergy.settings",
"name": "Venus settings",
"communityTag": "ess"
},
"pathObj": {
"path": "/Settings/CGwacs/BatteryLife/State",
"type": "enum",
"name": "ESS state",
"enum": {
"1": "BatteryLife enabled (GUI controlled)",
"2": "Optimized Mode /w BatteryLife: self consumption",
"3": "Optimized Mode /w BatteryLife: self consumption, SoC exceeds 85%",
"4": "Optimized Mode /w BatteryLife: self consumption, SoC at 100%",
"5": "Optimized Mode /w BatteryLife: SoC below dynamic SoC limit",
"6": "Optimized Mode /w BatteryLife: SoC has been below SoC limit for more than 24 hours. Charging the battery (5A)",
"7": "Optimized Mode /w BatteryLife: Inverter/Charger is in sustain mode",
"8": "Optimized Mode /w BatteryLife: recharging, SoC dropped by 5% or more below the minimum SoC",
"9": "'Keep batteries charged' mode is enabled",
"10": "Optimized mode w/o BatteryLife: self consumption, SoC at or above minimum SoC",
"11": "Optimized mode w/o BatteryLife: self consumption, SoC is below minimum SoC",
"12": "Optimized mode w/o BatteryLife: recharging, SoC dropped by 5% or more below minimum SoC"
}
},
"name": "",
"onlyChanges": false,
"roundValues": "no",
"rateLimit": 0,
"outputs": 1,
"conditionalMode": false,
"outputTrue": "true",
"outputFalse": "false",
"debounce": "2000",
"x": 490,
"y": 200,
"wires": [
[]
]
},
{
"id": "f69566642ed056ae",
"type": "global-config",
"env": [],
"modules": {
"@victronenergy/node-red-contrib-victron": "1.6.60"
}
}
]