Alloc danke nochmal für den Tipp! Funktioniert jetzt echt super genial, eigentlich brauch ich damit keinen io Broker mehr sondern nur noch node-red. 
Sieht jetzt so aus in Bild:
knx deconz.JPG
und in Code zum kopieren:
Das Geilste.. damit kann ich auch HSV Ansteuerung via Smart2 machen!

Sieht jetzt so aus in Bild:
knx deconz.JPG
und in Code zum kopieren:
Code:
[ { "id": "1df39864.2705c", "type": "knxUltimate", "z": "2556a66.863c25a", "server": "298bd4b.2788b2c", "topic": "1/3/51", "outputtopic": "", "dpt": "3.007", "initialread": false, "notifyreadrequest": false, "notifyresponse": false, "notifywrite": true, "notifyreadrequestalsorespondtobus": false, "notifyreadrequestalsorespondtobusdefaultvalueifno tinitialized": "0", "listenallga": false, "name": "", "outputtype": "write", "outputRBE": true, "inputRBE": false, "x": 370, "y": 460, "wires": [ [ "54eea4fa.038efc" ] ] }, { "id": "54eea4fa.038efc", "type": "function", "z": "2556a66.863c25a", "name": "relativ->absolut", "func": "var decInc = msg.payload.decr_incr;\nvar value = msg.payload.data;\n\nif (value === 0) {\n msg.payload = \"volume_Stop\"\n} else if (decInc === 0) {\n msg.payload = \"volume_down\"\n} else {\n msg.payload = \"volume_up\"\n }\n \nreturn msg;", "outputs": 1, "noerr": 0, "x": 640, "y": 460, "wires": [ [ "fe5248ea.a40018" ] ] }, { "id": "4c41477e.adfbd8", "type": "deconz-output", "z": "2556a66.863c25a", "name": "", "server": "53a2685d.968df8", "device": "00:17:88:01:02:06:17:fb-0b", "device_name": "Büro : Extended color light", "command": "bri", "commandType": "deconz_cmd", "payload": "payload", "payloadType": "msg", "transitionTime": "", "x": 1160, "y": 460, "wires": [] }, { "id": "fe5248ea.a40018", "type": "time-based-dimmer", "z": "2556a66.863c25a", "name": "", "interval": 200, "step": 5, "minValue": 0, "maxValue": "255", "startIncCommand": "volume_up", "stopIncCommand": "volume_Stop", "startDecCommand": "volume_down", "stopDecCommand": "volume_Stop", "x": 890, "y": 460, "wires": [ [ "4c41477e.adfbd8" ] ] }, { "id": "4c2b3330.ff5634", "type": "deconz-input", "z": "2556a66.863c25a", "name": "", "server": "53a2685d.968df8", "device": "00:17:88:01:02:06:17:fb-0b", "device_name": "Büro : Extended color light", "state": "bri", "output": "onchange", "outputAtStartup": true, "x": 530, "y": 560, "wires": [ [ "fe5248ea.a40018" ], [] ] }, { "id": "298bd4b.2788b2c", "type": "knxUltimate-config", "z": "", "host": "192.168.1.83", "port": "3671", "physAddr": "1.3.53", "suppressACKRequest": false, "csv": "", "KNXEthInterface": "Auto", "KNXEthInterfaceManuallyInput": "", "statusDisplayLastUpdate": true, "statusDisplayDeviceNameWhenALL": true, "statusDisplayDataPoint": false, "stopETSImportIfNoDatapoint": "stop", "loglevel": "info" }, { "id": "53a2685d.968df8", "type": "deconz-server", "z": "", "name": "Phoscon-GW", "ip": "192.168.1.124", "port": "80", "apikey": "9DE18B1FDA", "ws_port": "443", "secure": false, "polling": "15" } ]

Kommentar