Hi Jumper
Yes, because you are using the "Ultimate Filter" in red. The upper pin exits only "true" values, the second pin, only "false".
Please paste this code into your flow and examine how i changed it.
Yes, because you are using the "Ultimate Filter" in red. The upper pin exits only "true" values, the second pin, only "false".
Please paste this code into your flow and examine how i changed it.
Code:
[ { "id": "ea8482b4.dd602", "type": "knxUltimate", "z": "b01baf95.baaab", "server": "f7bf83b4.775238", "topic": "5/0/4", "outputtopic": "", "dpt": "1.001", "initialread": false, "notifyreadrequest": false, "notifyresponse": false, "notifywrite": true, "notifyreadrequestalsorespondtobus": false, "notifyreadrequestalsorespondtobusdefaultvalueifno tinitialized": "", "listenallga": false, "name": "Windfang Sperre ein", "outputtype": "write", "outputRBE": false, "inputRBE": false, "formatmultiplyvalue": 1, "formatnegativevalue": "leave", "formatdecimalsvalue": 999, "passthrough": "no", "x": 140, "y": 340, "wires": [ [ "71e96217.ed0d7c" ] ] }, { "id": "71e96217.ed0d7c", "type": "trigger", "z": "b01baf95.baaab", "op1": "", "op2": "false", "op1type": "pay", "op2type": "bool", "duration": "5", "extend": false, "units": "s", "reset": "false", "bytopic": "all", "name": "", "x": 340, "y": 340, "wires": [ [ "b2f576f9.2d8a58" ] ] }, { "id": "b2f576f9.2d8a58", "type": "function", "z": "b01baf95.baaab", "name": "Wipe origin", "func": "return {payload:msg.payload};", "outputs": 1, "noerr": 0, "x": 510, "y": 340, "wires": [ [ "4148074b.dcc77" ] ] }, { "id": "4148074b.dcc77", "type": "knxUltimate", "z": "b01baf95.baaab", "server": "f7bf83b4.775238", "topic": "5/0/4", "outputtopic": "", "dpt": "1.001", "initialread": false, "notifyreadrequest": false, "notifyresponse": false, "notifywrite": true, "notifyreadrequestalsorespondtobus": false, "notifyreadrequestalsorespondtobusdefaultvalueifno tinitialized": "", "listenallga": false, "name": "Windfang Sperre ein", "outputtype": "write", "outputRBE": true, "inputRBE": false, "formatmultiplyvalue": 1, "formatnegativevalue": "leave", "formatdecimalsvalue": 999, "passthrough": "no", "x": 750, "y": 340, "wires": [ [] ] }, { "id": "f7bf83b4.775238", "type": "knxUltimate-config", "z": "", "host": "192.168.2.13", "port": "3671", "physAddr": "1.0.5", "suppressACKRequest": false, "csv": "", "KNXEthInterface": "enp3s0", "KNXEthInterfaceManuallyInput": "", "statusDisplayLastUpdate": true, "statusDisplayDeviceNameWhenALL": true, "statusDisplayDataPoint": false, "name": "", "localEchoInTunneling": false, "delaybetweentelegrams": "", "delaybetweentelegramsfurtherdelayREAD": "" } ]
Kommentar