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.
29 lines (28 loc) • 1.11 kB
JSON
{
"knxUltimateLogger": {
"paletteLabel": "KNX Logger",
"title": "KNX logger for ETS",
"properties": {
"node-input-server": "Gateway",
"node-input-topic": "Topic",
"node-input-name": "Node Name",
"node-input-autoStartTimerCreateETSXML": "Auto start timer",
"mlxETSFileAccordion": "ETS compatible BUS Diagnostic File",
"node-input-intervalCreateETSXML": "New payload every (in minutes)",
"node-input-maxRowsInETSXML":"Max number of rows (0 = no limit)",
"node-input-saveMode": "Action",
"node-input-filePath": "File path (absolute or relative)",
"telegramCounter": "KNX Telegram Counter",
"node-input-intervalTelegramCount": "Count interval (in seconds)"
},
"placeholder": {
"node-input-filePath": "/var/tmp/knx-logger.xml"
},
"selectlists": {
"saveMode": {
"emit": "Emit payload only",
"emit_save": "Emit payload and save to file"
}
}
}
}