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 and ETS group address importer. Easy to use and highly configurable.

25 lines (23 loc) 1.02 kB
{ "knxUltimateWatchDog": { "paletteLabel": "KNX WatchDog", "title": "Watchdog", "properties": { "node-input-server": "Gateway", "node-input-checkLevel": "Check level (please see the wiki)", "node-input-topic": "Group Address to monitor", "node-input-name": "Node Name", "node-input-autoStart": "Auto start the watchdog timer", "advancedOptionsAccordion": "Advanced Options", "node-input-retryInterval": "Retry interval (in seconds)", "node-input-maxRetry": "Number of retry before giving an error" }, "placeholder": { "monitor": "Ex: 12/0/0. For 'Only Ethernet' checks, please use a non existent Group Address." }, "selectlists": { "Ethernet": "Only Ethernet unicast (Default), using ping. Works ONLY with KNX Interfaces (not routers)", "EthKNX": "Ethernet + KNX Twisted Pair, using a real KNX device" } } }