Jeg skal lage en flow som sikrer at sikringen ikke ryker når jeg lader begge bilene.
Oppsettet er 1 sikring på 25A ut til to ladere.
Lader 1: Futurehome Charge Audi
Lader 2: Futurehome Charge Zoe
Lader 2 kan ikke overstige 16A grunnet zoe er vanskelig å ha med å gjøre så der er en omformer som maks kan ha 16A i belastning. Lader 1 kan lade med 25A.
For at jeg skal slippe å gå inn å manuelt justere Lader 1 til 13A og Lader 2 til 12A når vi har behov for å lade begge bilene ønsker jeg å legge inn en flow til fikse dette. Må kanskje legge inn en delay så den utsetter start av lading med 15s så ikke laderne blir overivrige og gunner på med maks.
Er jeg på rett vei? Får bare opp at begge er disconnected når Lader 1 faktisk står og lader.
{
"Id": "3ZJegM92mtHYMbS",
"ClassId": "3ZJegM92mtHYMbS",
"Author": "",
"Version": 0,
"CreatedAt": "2024-11-13T19:58:50.79366845+01:00",
"UpdatedAt": "2024-11-13T21:52:58.136995268+01:00",
"Name": "Ladehåndtering",
"Group": "",
"Description": "Aldri overstige 25A",
"Nodes": [
{
"Id": "1",
"Type": "trigger",
"Label": "Zoe lader",
"SuccessTransition": "14",
"TimeoutTransition": "",
"ErrorTransition": "",
"Address": "pt:j1/mt:evt/rt:dev/rn:zigbee/ad:1/sv:chargepoint/ad:3_1",
"Service": "chargepoint",
"ServiceInterface": "evt.state.report",
"Config": {
"ConnectorID": "",
"InputVariableType": "",
"IsValueFilterEnabled": false,
"LookupServiceNameAndLocation": false,
"PropFilterName": "",
"PropFilterValue": "",
"RegisterAsVirtualService": false,
"Timeout": 0,
"ValueFilter": {
"Value": "charging",
"ValueType": "string"
},
"ValueJPath": "",
"ValueJPathResultType": "",
"VirtualServiceGroup": "",
"VirtualServiceProps": null
},
"Ui": {
"nodeType": "",
"x": 407,
"y": 166
},
"TypeAlias": "Trigger",
"LastValue": "disconnected"
},
{
"Id": "3",
"Type": "action",
"Label": "Audi lader 13A",
"SuccessTransition": "11",
"TimeoutTransition": "",
"ErrorTransition": "",
"Address": "pt:j1/mt:cmd/rt:dev/rn:zigbee/ad:1/sv:chargepoint/ad:2_1",
"Service": "chargepoint",
"ServiceInterface": "cmd.current_session.set_current",
"Config": {
"DefaultValue": {
"Value": 13,
"ValueType": "int"
},
"IsVariableGlobal": false,
"Props": {},
"RegisterAsVirtualService": false,
"ResponseToTopic": "",
"VariableName": "",
"VirtualServiceGroup": "",
"VirtualServiceProps": {}
},
"Ui": {
"nodeType": "",
"x": 329,
"y": 901
},
"TypeAlias": "Action",
"LastValue": 25
},
{
"Id": "5",
"Type": "action",
"Label": "Zoe lader 12A",
"SuccessTransition": "3",
"TimeoutTransition": "",
"ErrorTransition": "",
"Address": "pt:j1/mt:cmd/rt:dev/rn:zigbee/ad:1/sv:chargepoint/ad:3_1",
"Service": "chargepoint",
"ServiceInterface": "cmd.current_session.set_current",
"Config": {
"DefaultValue": {
"Value": 12,
"ValueType": "int"
},
"IsVariableGlobal": false,
"Props": {},
"RegisterAsVirtualService": false,
"ResponseToTopic": "",
"VariableName": "",
"VirtualServiceGroup": "",
"VirtualServiceProps": {}
},
"Ui": {
"nodeType": "",
"x": 403,
"y": 714
},
"TypeAlias": "Action",
"LastValue": 16
},
{
"Id": "7",
"Type": "action",
"Label": "Zoe Lader 16A",
"SuccessTransition": "8",
"TimeoutTransition": "",
"ErrorTransition": "",
"Address": "pt:j1/mt:cmd/rt:dev/rn:zigbee/ad:1/sv:chargepoint/ad:3_1",
"Service": "chargepoint",
"ServiceInterface": "cmd.current_session.set_current",
"Config": {
"DefaultValue": {
"Value": 16,
"ValueType": "int"
},
"IsVariableGlobal": false,
"Props": {},
"RegisterAsVirtualService": false,
"ResponseToTopic": "",
"VariableName": "",
"VirtualServiceGroup": "",
"VirtualServiceProps": {}
},
"Ui": {
"nodeType": "",
"x": 704,
"y": 719
},
"TypeAlias": "Action",
"LastValue": 16
},
{
"Id": "8",
"Type": "action",
"Label": "Zoe lader start",
"SuccessTransition": "9",
"TimeoutTransition": "",
"ErrorTransition": "",
"Address": "pt:j1/mt:cmd/rt:dev/rn:zigbee/ad:1/sv:chargepoint/ad:3_1",
"Service": "chargepoint",
"ServiceInterface": "cmd.charge.start",
"Config": {
"DefaultValue": {
"Value": "",
"ValueType": "null"
},
"IsVariableGlobal": false,
"Props": {},
"RegisterAsVirtualService": false,
"ResponseToTopic": "",
"VariableName": "",
"VirtualServiceGroup": "",
"VirtualServiceProps": {}
},
"Ui": {
"nodeType": "",
"x": 686,
"y": 897
},
"TypeAlias": "Action",
"LastValue": "disconnected"
},
{
"Id": "9",
"Type": "action",
"Label": "Audi lader 25A",
"SuccessTransition": "10",
"TimeoutTransition": "",
"ErrorTransition": "",
"Address": "pt:j1/mt:cmd/rt:dev/rn:zigbee/ad:1/sv:chargepoint/ad:2_1",
"Service": "chargepoint",
"ServiceInterface": "cmd.current_session.set_current",
"Config": {
"DefaultValue": {
"Value": 25,
"ValueType": "int"
},
"IsVariableGlobal": false,
"Props": {},
"RegisterAsVirtualService": false,
"ResponseToTopic": "",
"VariableName": "",
"VirtualServiceGroup": "",
"VirtualServiceProps": {}
},
"Ui": {
"nodeType": "",
"x": 720,
"y": 1061
},
"TypeAlias": "Action",
"LastValue": 25
},
{
"Id": "10",
"Type": "action",
"Label": "Audi lader start",
"SuccessTransition": "",
"TimeoutTransition": "",
"ErrorTransition": "",
"Address": "pt:j1/mt:cmd/rt:dev/rn:zigbee/ad:1/sv:chargepoint/ad:2_1",
"Service": "chargepoint",
"ServiceInterface": "cmd.charge.start",
"Config": {
"DefaultValue": {
"Value": "",
"ValueType": "null"
},
"IsVariableGlobal": false,
"Props": {},
"RegisterAsVirtualService": false,
"ResponseToTopic": "",
"VariableName": "",
"VirtualServiceGroup": "",
"VirtualServiceProps": {}
},
"Ui": {
"nodeType": "",
"x": 738,
"y": 1232
},
"TypeAlias": "Action",
"LastValue": "disconnected"
},
{
"Id": "11",
"Type": "action",
"Label": "Zoe Start 12A",
"SuccessTransition": "12",
"TimeoutTransition": "",
"ErrorTransition": "",
"Address": "pt:j1/mt:cmd/rt:dev/rn:zigbee/ad:1/sv:chargepoint/ad:3_1",
"Service": "chargepoint",
"ServiceInterface": "cmd.charge.start",
"Config": {
"DefaultValue": {
"Value": "",
"ValueType": "null"
},
"IsVariableGlobal": false,
"Props": {},
"RegisterAsVirtualService": false,
"ResponseToTopic": "",
"VariableName": "",
"VirtualServiceGroup": "",
"VirtualServiceProps": {}
},
"Ui": {
"nodeType": "",
"x": 325,
"y": 1053
},
"TypeAlias": "Action",
"LastValue": "disconnected"
},
{
"Id": "12",
"Type": "action",
"Label": "Audi Start 13A",
"SuccessTransition": "",
"TimeoutTransition": "",
"ErrorTransition": "",
"Address": "pt:j1/mt:cmd/rt:dev/rn:zigbee/ad:1/sv:chargepoint/ad:3_1",
"Service": "chargepoint",
"ServiceInterface": "cmd.charge.start",
"Config": {
"DefaultValue": {
"Value": "",
"ValueType": "null"
},
"IsVariableGlobal": false,
"Props": {},
"RegisterAsVirtualService": false,
"ResponseToTopic": "",
"VariableName": "",
"VirtualServiceGroup": "",
"VirtualServiceProps": {}
},
"Ui": {
"nodeType": "",
"x": 328,
"y": 1227
},
"TypeAlias": "Action",
"LastValue": "disconnected"
},
{
"Id": "13",
"Type": "trigger",
"Label": "Audi lader",
"SuccessTransition": "14",
"TimeoutTransition": "",
"ErrorTransition": "",
"Address": "pt:j1/mt:evt/rt:dev/rn:zigbee/ad:1/sv:chargepoint/ad:3_1",
"Service": "chargepoint",
"ServiceInterface": "evt.state.report",
"Config": {
"ConnectorID": "",
"InputVariableType": "",
"IsValueFilterEnabled": false,
"LookupServiceNameAndLocation": false,
"PropFilterName": "",
"PropFilterValue": "",
"RegisterAsVirtualService": false,
"Timeout": 0,
"ValueFilter": {
"Value": "charging",
"ValueType": "string"
},
"ValueJPath": "",
"ValueJPathResultType": "",
"VirtualServiceGroup": "",
"VirtualServiceProps": null
},
"Ui": {
"nodeType": "",
"x": 683,
"y": 165
},
"TypeAlias": "Trigger",
"LastValue": "disconnected"
},
{
"Id": "14",
"Type": "if",
"Label": "Hvis begge Charging",
"SuccessTransition": "",
"TimeoutTransition": "",
"ErrorTransition": "",
"Address": "",
"Service": "",
"ServiceInterface": "",
"Config": {
"Expression": [
{
"BooleanOperator": "and",
"LeftVariableName": "fh.home.mode",
"Operand": "eq",
"RightVariable": {
"Value": "charging",
"ValueType": "string"
},
"LeftVariableIsGlobal": true
},
{
"BooleanOperator": "",
"LeftVariableName": "Hvis lader",
"Operand": "eq",
"RightVariable": {
"Value": "charging",
"ValueType": "string"
},
"LeftVariableIsGlobal": true
}
],
"FalseTransition": "7",
"TrueTransition": "5"
},
"Ui": {
"nodeType": "",
"x": 575,
"y": 372
},
"TypeAlias": "If condition"
}
],
"Settings": null,
"IsDisabled": false,
"IsDefault": false,
"ParallelExecution": "parallel"
}