Skip to content

Instantly share code, notes, and snippets.

@dirkjanfaber
Last active January 22, 2024 13:53
Show Gist options
  • Save dirkjanfaber/81d51dda52854a30aa1f1b2839e562fc to your computer and use it in GitHub Desktop.
Save dirkjanfaber/81d51dda52854a30aa1f1b2839e562fc to your computer and use it in GitHub Desktop.
Dynamic ESS system efficency
[
{
"id": "eb74a53e0e431bfc",
"type": "inject",
"z": "5288063e6fbe9823",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "90",
"payloadType": "num",
"x": 590,
"y": 220,
"wires": [
[
"a7a35064df3323e1"
]
]
},
{
"id": "d38df05a035c8f63",
"type": "inject",
"z": "5288063e6fbe9823",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "85",
"payloadType": "num",
"x": 590,
"y": 260,
"wires": [
[
"a7a35064df3323e1"
]
]
},
{
"id": "391285ad49134ea3",
"type": "inject",
"z": "5288063e6fbe9823",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "80",
"payloadType": "num",
"x": 590,
"y": 300,
"wires": [
[
"a7a35064df3323e1"
]
]
},
{
"id": "a7a35064df3323e1",
"type": "victron-output-custom",
"z": "5288063e6fbe9823",
"service": "com.victronenergy.settings",
"path": "/Settings/DynamicEss/SystemEfficiency",
"serviceObj": {
"service": "com.victronenergy.settings",
"name": "com.victronenergy.settings"
},
"pathObj": {
"path": "/Settings/DynamicEss/SystemEfficiency",
"name": "/Settings/DynamicEss/SystemEfficiency",
"type": "number"
},
"name": "",
"onlyChanges": false,
"x": 1010,
"y": 260,
"wires": []
},
{
"id": "e7df8e606e162383",
"type": "victron-input-custom",
"z": "5288063e6fbe9823",
"service": "com.victronenergy.settings",
"path": "/Settings/DynamicEss/SystemEfficiency",
"serviceObj": {
"service": "com.victronenergy.settings",
"name": "com.victronenergy.settings"
},
"pathObj": {
"path": "/Settings/DynamicEss/SystemEfficiency",
"name": "/Settings/DynamicEss/SystemEfficiency",
"type": "number"
},
"name": "",
"onlyChanges": false,
"roundValues": "1",
"x": 760,
"y": 380,
"wires": [
[
"463a911416f14473"
]
]
},
{
"id": "463a911416f14473",
"type": "debug",
"z": "5288063e6fbe9823",
"name": "system efficiency",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 1170,
"y": 380,
"wires": []
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment