fr zh CN Logger Sample - Supergiovane/node-red-contrib-knx-ultimate GitHub Wiki

🌐 Language: EN | IT | DE | FR | ES | 简体中文

Navigation: Home Overview: ChangelogFAQSecurityDocs: Language bar KNX Device: GatewayDeviceProtections Other KNX Nodes: Scene ControllerWatchDogLoggerGlobal ContextAlerterLoad ControlViewerAuto ResponderHA TranslatorIoT Bridge HUE: BridgeLightBatteryButtonContactDevice SW updateLight sensorMotionSceneTap DialTemperatureZigbee connectivity Samples: LoggerSwitch LightDimmingRGB colorRGBW color + WhiteCommand a scene actuatorDatapoint 213.x 4x SetpointDatapoint 222.x 3x SetpointDatapoint 237.x DALI diagsDatapoint 2.x 1 bit proprityDatapoint 22.x RCHH StatusDatetime to BUSRead StatusVirtual DeviceSubtype decodedAlexaApple HomekitGoogle HomeSwitch on/off POE port of Unifi switchSet configuration by msgScene Controller nodeWatchDog nodeGlobal Context nodeAlerter nodeLoad control nodeViewer nodeMySQL, InfluxDB, MQTT Sample Contribute to Wiki: Link


Échantillon de l'enregistreur

Copiez ce code et collez-le dans votre flux

Afficher le code

Ajustez le nœud en fonction de vos paramètres et définissez le chemin d'accès sur le nœud de fichier \ **.```javascript

[ { "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 } ]

⚠️ **GitHub.com Fallback** ⚠️