From d3cd80f4311b3676dadfce0f45d4a6bb1e9b37c5 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sat, 3 Aug 2024 09:46:58 +0200 Subject: [PATCH] Migrated to ember --- configuration.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index 8e9e040..a326266 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -8,10 +8,12 @@ serial: disable_led: true # Optional: adapter type, not needed unless you are experiencing problems (default: shown below, options: zstack, deconz, ezsp) #adapter: null + adapter: ember # Optional: Baud rate speed for serial port, this can be anything firmware support but default is 115200 for Z-Stack and EZSP, 38400 for Deconz, however note that some EZSP firmware need 57600. #baudrate: 115200 # Optional: RTS / CTS Hardware Flow Control for serial port (default: false) #rtscts: false + rtscts: true # Required: MQTT settings mqtt: @@ -196,6 +198,7 @@ advanced: network_key: '!secret network_key' # Optional: Logging level, options: debug, info, warn, error (default: info) #log_level: info + log_level: warning # Optional: log timestamp format (default: shown below) #timestamp_format: 'YYYY-MM-DD HH:mm:ss' # Optional: Location of log directory (default: shown below) -- 2.47.3