I’m trying to use a philips hue switch (paired with hue bridge) to turn on or off some normal zigbee bulbs.
When I create a flow with the app, it works for that specific scene, but I would like to map multiple scenes to the same “turn off” action. For some reason it is not taking the actions.
Ideas?
{
"Id": "EDAp1V8zzDC8FN6",
"ClassId": "EDAp1V8zzDC8FN6",
"Author": "",
"Version": 0,
"CreatedAt": "2022-01-17T12:41:28.878537782+01:00",
"UpdatedAt": "2022-01-17T12:41:28.878537782+01:00",
"Name": "scene 1002 off",
"Group": "test",
"Description": "test of 1002 off",
"Nodes": [
{
"Id": "1",
"Type": "trigger",
"Label": "no label",
"SuccessTransition": "2",
"TimeoutTransition": "",
"ErrorTransition": "",
"Address": "pt:j1/mt:evt/rt:dev/rn:hue/ad:1/sv:scene_ctrl/ad:s18_0",
"Service": "scene_ctrl",
"ServiceInterface": "evt.scene.report",
"Config": {
"Timeout": 0,
"ConnectorID": "",
"ValueFilter": {
"Value": null,
"ValueType": "string"
},
"PropFilterName": "",
"PropFilterValue": "",
"ValueJPath": "",
"ValueJPathResultType": "",
"InputVariableType": "",
"IsValueFilterEnabled": false,
"RegisterAsVirtualService": false,
"LookupServiceNameAndLocation": false,
"VirtualServiceGroup": "",
"VirtualServiceProps": null
},
"Ui": {
"x": 745,
"y": 108,
"nodeType": ""
},
"TypeAlias": "Trigger",
"LastValue": "1002"
},
{
"Id": "2",
"Type": "if",
"Label": "is 1002",
"Address": "",
"Service": "",
"ServiceInterface": "",
"SuccessTransition": "",
"ErrorTransition": "",
"Config": {
"TrueTransition": "3",
"FalseTransition": "5",
"Expression": [
{
"Operand": "eq",
"LeftVariableName": "",
"LeftVariableIsGlobal": false,
"RightVariable": {
"Value": 1002,
"ValueType": "string"
},
"BooleanOperator": ""
}
]
},
"Ui": {
"x": 730,
"y": 295,
"nodeType": ""
},
"TypeAlias": "If condition"
},
{
"Id": "3",
"Type": "action",
"Label": "office light on",
"Address": "pt:j1/mt:cmd/rt:dev/rn:zigbee/ad:1/sv:out_bin_switch/ad:3_1",
"Service": "out_bin_switch",
"ServiceInterface": "cmd.binary.set",
"SuccessTransition": "",
"ErrorTransition": "",
"Config": {
"VariableName": "",
"IsVariableGlobal": false,
"Props": {},
"RegisterAsVirtualService": false,
"VirtualServiceGroup": "",
"VirtualServiceProps": {},
"ResponseToTopic": "",
"DefaultValue": {
"Value": true,
"ValueType": "bool"
}
},
"Ui": {
"x": 602,
"y": 467,
"nodeType": ""
},
"TypeAlias": "Action",
"LastValue": true
},
{
"Id": "4",
"Type": "action",
"Label": "office light off",
"Address": "pt:j1/mt:cmd/rt:dev/rn:zigbee/ad:1/sv:out_bin_switch/ad:3_1",
"Service": "out_bin_switch",
"ServiceInterface": "cmd.binary.set",
"SuccessTransition": "",
"ErrorTransition": "",
"Config": {
"VariableName": "",
"IsVariableGlobal": false,
"Props": {},
"RegisterAsVirtualService": false,
"VirtualServiceGroup": "",
"VirtualServiceProps": {},
"ResponseToTopic": "",
"DefaultValue": {
"Value": false,
"ValueType": "bool"
}
},
"Ui": {
"x": 910,
"y": 712,
"nodeType": ""
},
"TypeAlias": "Action",
"LastValue": true
},
{
"Id": "5",
"Type": "if",
"Label": "is 4002",
"Address": "",
"Service": "",
"ServiceInterface": "",
"SuccessTransition": "",
"ErrorTransition": "",
"Config": {
"TrueTransition": "4",
"FalseTransition": "",
"Expression": [
{
"Operand": "eq",
"LeftVariableName": "",
"LeftVariableIsGlobal": false,
"RightVariable": {
"Value": "4002",
"ValueType": "string"
},
"BooleanOperator": ""
}
]
},
"Ui": {
"x": 853,
"y": 481,
"nodeType": ""
},
"TypeAlias": "If condition"
}
],
"Settings": null,
"IsDisabled": false,
"IsDefault": false,
"ParallelExecution": ""
}