it Logger Sample - Supergiovane/node-red-contrib-knx-ultimate GitHub Wiki
🌐 Language: EN | IT | DE | FR | ES | 简体中文
Navigazione: Home Panoramica: Changelog • FAQ • Sicurezza • Docs: Barra lingue Nodo KNX Dispositivo: Gateway • Dispositivo • Protezioni Altri Nodi KNX: Scene Controller • WatchDog • Logger • Global Context • Alerter • Controllo Carico • Viewer • Auto Responder • Traduttore HA • IoT Bridge HUE: Bridge • Luce • Batteria • Pulsante • Contatto • Aggiornamento SW • Sensore Luce • Movimento • Scena • Tap Dial • Temperatura • Connettività Zigbee Esempi: Logger • Switch Light • Dimming • RGB color • RGBW color + White • Command a scene actuator • Datapoint 213.x 4x Setpoint • Datapoint 222.x 3x Setpoint • Datapoint 237.x DALI diags • Datapoint 2.x 1 bit proprity • Datapoint 22.x RCHH Status • Datetime to BUS • Read Status • Virtual Device • Subtype decoded • Alexa • Apple Homekit • Google Home • Switch on/off POE port of Unifi switch • Set configuration by msg • Scene Controller node • WatchDog node • Global Context node • Alerter node • Load control node • Viewer node • MySQL, InfluxDB, MQTT Sample Contribuisci alla Wiki: Link
** Copia questo codice e incollalo nel tuo flusso **
Regola i nodi in base alla configurazione e imposta ** il percorso nel nodo file **.
[
{
"id": "b8e9e444.0af1f",
"type": "knxUltimateLogger",
"z": "9b496263.064388",
"server": "55dbcdcf.4aacdc",
"topic": "Logger",
"intervalCreateETSXML": "15",
"name": "",
"autoStartTimerCreateETSXML": true,
"maxRowsInETSXML": "0",
"x": 340,
"y": 200,
"wires": [
[
"d46f6877.010698"
]
]
},
{
"id": "d46f6877.010698",
"type": "file",
"z": "9b496263.064388",
"name": "",
"filename": "",
"appendNewline": true,
"createDir": false,
"overwriteFile": "true",
"encoding": "none",
"x": 530,
"y": 200,
"wires": [
[]
]
},
{
"id": "55dbcdcf.4aacdc",
"type": "knxUltimate-config",
"z": "",
"host": "224.0.23.12",
"port": "3671",
"physAddr": "15.15.22",
"suppressACKRequest": false,
"csv": "",
"KNXEthInterface": "en9",
"KNXEthInterfaceManuallyInput": "",
"statusDisplayLastUpdate": true,
"statusDisplayDeviceNameWhenALL": true,
"statusDisplayDataPoint": false,
"stopETSImportIfNoDatapoint": "stop",
"loglevel": "error",
"name": "Gateway",
"localEchoInTunneling": true
}
]