[ { "id": "59076a59c621a331", "type": "victron-input-system", "z": "5aef17788644a399", "service": "com.victronenergy.system/0", "path": "/Dc/Battery/Soc", "serviceObj": { "service": "com.victronenergy.system/0", "name": "Venus system" }, "pathObj": { "path": "/Dc/Battery/Soc", "type": "float", "name": "Battery State of Charge (%)" }, "name": "SOC", "onlyChanges": false, "x": 90, "y": 1100, "wires": [ [ "ae70d34eef87a36f" ] ] }, { "id": "12d68b314fc853d0", "type": "mqtt out", "z": "5aef17788644a399", "name": "lowsoc", "topic": "W/c0619ab42ba3/system/0/SystemState/LowSoc", "qos": "", "retain": "", "respTopic": "", "contentType": "", "userProps": "", "correl": "", "expiry": "", "broker": "8e98c5c4bc960cf9", "x": 690, "y": 1140, "wires": [] }, { "id": "bc086483c4c02539", "type": "victron-input-system", "z": "5aef17788644a399", "service": "com.victronenergy.system/0", "path": "/Control/ActiveSocLimit", "serviceObj": { "service": "com.victronenergy.system/0", "name": "Venus system" }, "pathObj": { "path": "/Control/ActiveSocLimit", "type": "integer", "name": "ESS active SOC limit (%)" }, "initial": "", "name": "ESS_SOC", "onlyChanges": false, "x": 100, "y": 1140, "wires": [ [ "6de97e01126e9cf3" ] ] }, { "id": "6de97e01126e9cf3", "type": "negate", "z": "5aef17788644a399", "name": "", "property": "payload", "showState": false, "filter": false, "x": 250, "y": 1140, "wires": [ [ "ae70d34eef87a36f" ] ] }, { "id": "ae70d34eef87a36f", "type": "sum", "z": "5aef17788644a399", "name": "", "topic": "", "x": 390, "y": 1140, "wires": [ [ "08e2447339e03b24" ] ] }, { "id": "08e2447339e03b24", "type": "function", "z": "5aef17788644a399", "name": "lowsoc reset", "func": "if (msg.payload>0) msg.payload={ \"value\" : 0 };\nelse return;\nreturn msg;", "outputs": 1, "noerr": 0, "initialize": "", "finalize": "", "libs": [], "x": 550, "y": 1140, "wires": [ [ "12d68b314fc853d0" ] ] }, { "id": "8e98c5c4bc960cf9", "type": "mqtt-broker", "name": "lokal", "broker": "127.0.0.1", "port": "1883", "clientid": "", "autoConnect": true, "usetls": false, "protocolVersion": "4", "keepalive": "60", "cleansession": true, "birthTopic": "", "birthQos": "0", "birthPayload": "", "birthMsg": {}, "closeTopic": "", "closeQos": "0", "closePayload": "", "closeMsg": {}, "willTopic": "", "willQos": "0", "willPayload": "", "willMsg": {}, "userProps": "", "sessionExpiry": "" } ]