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.
109 lines (108 loc) • 6.63 kB
JSON
{
"knxUltimate-config": {
"properties": {
"title": "KNX/IP Gateway Configuration",
"host": "IP/Hostname",
"host_info": "Default setting is the Multicast address of KNX/IP (224.0.23.12)",
"port": "Port",
"port_info": "Default Setting is the Port of KNX/IP (3671)",
"bind_local_int": "Bind to local interface",
"restart_hint": "! Restart Node-RED after above change !",
"adv_options": "Advanced options",
"ets_import": "ETS Group Address list import",
"node-config-input-name": "Name",
"unsecureKNX": "Simple KNX connection",
"secureKNX": "Secure KNX connection",
"autoReconnect": "Automatically connect to KNX BUS at start",
"autoReconnect_yes": "Yes",
"autoReconnect_no": "No (To connect, pass msg.connectGateway = true to a Watchdog node)",
"discovering": "Discovering...",
"interfaces_found": "interfaces found.",
"discovery_failed": "Discovery failed.",
"address": "Address",
"iface_auto": "Auto",
"iface_manual": "Manually enter interface's name",
"iface_name": "Interface name:",
"iface_name_placeholder": "Interface name, ex: eth0 or ens1 or Ethernet 1 and so on...",
"ip_port": "IP Port",
"ip_protocol": "IP Protocol",
"proto_auto": "Auto",
"proto_tunnel_udp": "Tunnel UDP",
"proto_multicast": "Multicast",
"proto_tunnel_tcp": "Tunnel TCP",
"tunnel_ia_label": "Tunnel Interface IA",
"tunnel_ia_mode_auto": "Auto",
"tunnel_ia_mode_manual": "Manual",
"tunnel_ia_input_label": "Interface IA",
"tunnel_ia_placeholder": "1.1.1",
"secure_knx_label": "Secure KNX",
"refresh_interfaces": "Refresh",
"secure_multicast_physaddr_hint": "Secure + Multicast: the physical address you set will sign Data Secure telegrams. Ensure this IA is configured as a Sender for the addressed Group Addresses in ETS, or devices will reject messages.",
"secure_multicast_physaddr_hint_toggle": "Information"
},
"tabs": {
"configuration": "Configuration",
"advanced": "Advanced",
"ets_import": "ETS file import",
"utility": "Utility"
},
"advanced": {
"knx_phy_addr": "KNX Physical Address",
"show_date_status": "Show last update day and time in status",
"show_device_status": "Show device name in status (require \"Listen all Group Address\" )",
"show_datapoint_status": "Show datapoint in status",
"suppress_ack": "Suppress ACK request in tunneling mode",
"suppress_ack_help": "The option above helps old KNX/IP Interfaces compatibility. Warning: the node may not notice the disconnection from the gateway. In this case, use the watchdog in Ethernet+KNX twisted pair mode.",
"ignoreTelegramsWithRepeatedFlag": "Suppress repeated (R-Flag) telegrams fom BUS",
"log_level": "Loglevel",
"status_throttle": "Throttle node status updates",
"status_throttle_none": "Immediate (no throttle)",
"status_throttle_1s": "Update after 1 second",
"status_throttle_3s": "Update after 3 seconds",
"status_throttle_5s": "Update after 5 seconds",
"status_throttle_10s": "Update after 10 seconds",
"status_throttle_30s": "Update after 30 seconds",
"nodes_list_title": "List of your nodes in all flows",
"nodes_list_help": "Here is a list of all your configured KNX Nodes.",
"select_silent": "Silent (No log)",
"select_trace": "Trace",
"select_debug": "Debug",
"select_info": "Info",
"select_warning": "Warning",
"select_error": "Error (Default)",
"tiphost": "Write EMULATE instead of the IP address, to simulate a gateway (the gateway will not connect to the KNX BUS)",
"delaybetweentelegrams": "Delay between each telegram (in milliseconds)",
"delaybetweentelegramsfurtherdelayREAD": "and further multiply delay only between -read- telegrams"
},
"ets": {
"description": "You can import either an ETS CSV group address list, or an ESF group address list. Please prefer the ETS CSV group address list, as the datapoints are more complete.",
"youtube": " <i class=\"fa fa-youtube-play\"></i> <a target=\"_blank\" href=\"https://youtu.be/egRbR_KwP9I\"><u>See how to export the CSV on Youtube.</u></a>",
"help_ga": "If Group Address has no Datapoint",
"import_select_stop": "Stop and abort import",
"import_select_skip": "Skip the affected group address",
"import_select_fake": "Import with a fake 1.001 datapoint (Not recommended)",
"ga_list_title": "Paste here the content of the file exported from ETS, or the path to the file (e.g.: /home/pi/mycsv.csv)",
"ga_list_help": "Paste here the content of the file exported from ETS, or the path to the file (e.g.: /home/pi/mycsv.csv)",
"deploywithETS": "Some control operations will be performed. Any problems will be reported in the debug window on the right.",
"keyring": "Paste here the content of the Keyring XML file, exported from ETS",
"youtubeKeyring": "See how to export the Keyring XML file on Youtube",
"keyring_file": "Keyring file",
"password": "Password",
"secure_credentials_mode": "Secure credentials source",
"secure_credentials_mode_keyring": "ETS keyring file",
"secure_credentials_mode_manual": "Manual credentials",
"secure_credentials_mode_combined": "Keyring + manual tunnel password",
"tunnel_interface_individual_address": "Tunnel interface individual address",
"tunnel_interface_individual_address_placeholder": "1.1.1",
"tunnel_user_id": "Tunnel user ID",
"tunnel_user_password": "Tunnel user password",
"ga_list_label": "ETS group address list"
},
"utility": {
"gather_debug": "Gather debug and log for troubleshoot",
"get_all_used_ga": "Get all used GA for KNX routing filter",
"read_button": "Read",
"copy_ga_router": "Copy these group addresses in your routing table list of your KNX/IP router."
}
}
}