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.

29 lines (28 loc) 1.15 kB
{ "knxUltimateLogger": { "paletteLabel": "Logger KNX", "title": "Logger KNX per ETS", "properties": { "node-input-server": "Gateway", "node-input-topic": "Topic", "node-input-name": "Nome", "node-input-autoStartTimerCreateETSXML": "Avvia il timer automaticamente", "mlxETSFileAccordion": "File compatibile con diagnostica ETS", "node-input-intervalCreateETSXML": "Nuovo payload ogni (in minuti)", "node-input-maxRowsInETSXML":"Numero massimo di righe (0 = nessun limite)", "node-input-saveMode": "Azione", "node-input-filePath": "Percorso file (assoluto o relativo)", "telegramCounter": "Contatore telegrammi KNX", "node-input-intervalTelegramCount": "Intervallo conteggio (in secondi)" }, "placeholder": { "node-input-filePath": "/var/tmp/knx-logger.xml" }, "selectlists": { "saveMode": { "emit": "Emetti solo il payload", "emit_save": "Emetti il payload e salva su file" } } } }