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 and ETS group address importer. Easy to use and highly configurable.
26 lines (24 loc) • 1 kB
JSON
{
"knxUltimateAlerter": {
"paletteLabel": "KNX Alerter",
"title": "Alerter node",
"properties": {
"node-input-server": "Gateway",
"node-input-name": "Name",
"node-input-timerinterval": "Interval between each MSG (in seconds)",
"node-input-whentostart": "Alerting cycle start type",
"node-input-initialread": "Read value of each device on connection/reconnect",
"node-input-initialread0": "No",
"node-input-initialread1": "Read from KNX BUS",
"node-input-initialreadGAInRules": "Read states at start/reconnection"
},
"selectlists": {
"manualstart": "Start alert cycle manually via incoming message",
"ifnewalert": "Start the alert cycle with each new alerted device"
},
"other": {
"sceneConfig": "Devices to monitor (DPT MUST BE BOOLEAN)",
"add": "Press Add, to add a device"
}
}
}