Hei igjen…
Da har jeg lagd i appen 2 snarveier under modus&snarveier;
Effekt spar - klima 20 grader
Effekt normal - klima 23,5 grader
Lagd denne i TP:
For testens skyld satte jeg effekten til 2500W og timer til 2 minutter.
Den fungerer ikke…
Hva er feil?
{
"Id": "wIQgF1qu98t0GUo",
"ClassId": "wIQgF1qu98t0GUo",
"Author": "",
"Version": 0,
"CreatedAt": "2021-11-15T13:14:23.078472793+01:00",
"UpdatedAt": "2021-11-15T13:17:05.608689355+01:00",
"Name": "Temp reduce over 5500W",
"Group": "",
"Description": "Reduce temp when power is higher than 5500W",
"Nodes": [
{
"Id": "1",
"Type": "trigger",
"Label": "HAN senor",
"Address": "pt:j1/mt:evt/rt:dev/rn:zigbee/ad:1/sv:meter_elec/ad:6_1",
"Service": "meter_elec",
"ServiceInterface": "evt.meter.report",
"SuccessTransition": "3",
"ErrorTransition": "",
"Config": {
"Timeout": 0,
"VirtualServiceGroup": "ch_0",
"VirtualServiceProps": {},
"RegisterAsVirtualService": false,
"LookupServiceNameAndLocation": false,
"ValueFilter": {
"Value": "",
"ValueType": "float"
},
"IsValueFilterEnabled": false
},
"Ui": {
"x": 534,
"y": 95,
"nodeType": ""
},
"TypeAlias": "Trigger",
"LastValue": "709 W"
},
{
"Id": "3",
"Type": "if",
"Label": "If pwr is over 5500",
"Address": "",
"Service": "",
"ServiceInterface": "",
"SuccessTransition": "",
"ErrorTransition": "",
"Config": {
"TrueTransition": "13",
"FalseTransition": "",
"Expression": [
{
"Operand": "eq",
"LeftVariableName": "",
"LeftVariableIsGlobal": false,
"RightVariable": {
"Value": 5500,
"ValueType": "int"
},
"BooleanOperator": ""
}
]
},
"Ui": {
"x": 296,
"y": 233,
"nodeType": ""
},
"TypeAlias": "If condition"
},
{
"Id": "8",
"Type": "action",
"Label": "Effekt normal",
"Address": "pt:j1/mt:cmd/rt:app/rn:vinculum/ad:1",
"Service": "vinculum",
"ServiceInterface": "cmd.pd7.request",
"SuccessTransition": "",
"ErrorTransition": "",
"Config": {
"VariableName": "",
"IsVariableGlobal": false,
"Props": {},
"RegisterAsVirtualService": false,
"VirtualServiceGroup": "",
"VirtualServiceProps": {},
"ResponseToTopic": "pt:j1/mt:rsp/rt:app/rn:tpflow/ad:1",
"DefaultValue": {
"Value": {
"cmd": "set",
"component": "shortcut",
"id": 9,
"param": {},
"requestId": 1
},
"ValueType": "object"
}
},
"Ui": {
"x": 520,
"y": 514,
"nodeType": "vinc_action"
},
"TypeAlias": "Home mode"
},
{
"Id": "9",
"Type": "wait",
"Label": "30 min",
"Address": "",
"Service": "",
"ServiceInterface": "",
"SuccessTransition": "8",
"ErrorTransition": "",
"Config": 1800000,
"Ui": {
"x": 284,
"y": 466,
"nodeType": ""
},
"TypeAlias": "Delay"
},
{
"Id": "13",
"Type": "action",
"Label": "Effekt spare",
"Address": "pt:j1/mt:cmd/rt:app/rn:vinculum/ad:1",
"Service": "vinculum",
"ServiceInterface": "cmd.pd7.request",
"SuccessTransition": "9",
"ErrorTransition": "",
"Config": {
"VariableName": "",
"IsVariableGlobal": false,
"Props": {},
"RegisterAsVirtualService": false,
"VirtualServiceGroup": "",
"VirtualServiceProps": {},
"ResponseToTopic": "pt:j1/mt:rsp/rt:app/rn:tpflow/ad:1",
"DefaultValue": {
"Value": {
"cmd": "set",
"component": "shortcut",
"id": 8,
"param": {},
"requestId": 1
},
"ValueType": "object"
}
},
"Ui": {
"x": 532,
"y": 318,
"nodeType": "vinc_action"
},
"TypeAlias": "Home mode"
}
],
"Settings": null,
"IsDisabled": false,
"IsDefault": false,
"ParallelExecution": "parallel"
}