UNPKG

node-red-contrib-knx-ultimate

Version:

Control your KNX and KNX Secure intallation via Node-Red! A bunch of KNX nodes, with integrated Philips HUE control, ETS group address importer, and KNX routing between interfaces. Easy to use and highly configurable.

32 lines (29 loc) 1.92 kB
{ "knxUltimateSceneController": { "paletteLabel": "KNX Scene Controller", "title": "Scene controller", "properties": { "node-input-server": "Gateway", "node-input-topic": "Scene Recall", "node-input-dpt": "Datapoint", "node-input-topicTrigger": "Trigger", "node-input-topicSave": "Scene Save", "node-input-name": "Node Name", "node-input-outputtopic": "Topic" }, "placeholder": { "leaveempty":"Leave empty to use Group Address", "valueexample" : "Ex: false, true, otherwise any value" }, "other": { "sceneConfig":"Scene default values configuration", "add":"Press ADD, to add a device in the scene" }, "advanced": { "notify-DPT3007":"You selected a relative DIM. Please <a target='_blank' href='https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/-Sample---Dimming'>click here to view this sample</a> and learn how to handle such payload.", "notify-DPT18001":"You selected a scene Datapoint. Please <a target='_blank' href='https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/-Sample---Control-a-scene-actuator'>click here to view this sample</a> and learn how to handle such payload." ,"notify-DPT232600": "You selected an RGB Datapoint. Please <a target='_blank' href='https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/-Sample---RGB-Color'>click here to view this sample</a> and learn how to handle such payload." ,"notify-DPT251600": "You selected an RGBW Datapoint. Please <a target='_blank' href='https://supergiovane.github.io/node-red-contrib-knx-ultimate/wiki/-Sample---RGBW-Color-plus-White'>click here to view this sample</a> and learn how to handle such payload." } } }