From: Giorgio Ravera Date: Wed, 3 Jan 2024 14:38:48 +0000 (+0100) Subject: Changed channel to improve BTcino devices, disabled legacy support X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=84e860066898681d61f95c0f52ab930b0142ec3f;p=zigbee2mqtt.git Changed channel to improve BTcino devices, disabled legacy support --- diff --git a/configuration.yaml b/configuration.yaml index 857c1f5..458a86c 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -18,7 +18,7 @@ mqtt: # Required: MQTT server URL (use mqtts:// for SSL/TLS connection) server: 'mqtt://mqtt.giorgioravera.it' #server: 'mqtts://mqtt.giorgioravera.it:8883' - # Optional: MQTT base topic for Zigbee2MQTT MQTT messages + # Optional: MQTT base topic for Zigbee2MQTT MQTT messages (default: zigbee2mqtt) #base_topic: zigbee2mqtt # Optional: absolute path to SSL/TLS certificate of CA used to sign server and client certificates (default: nothing) #ca: '/etc/ssl/mqtt-ca.crt' @@ -67,6 +67,7 @@ device_options: retain: true temperature_precision: 0 humidity_precision: 0 + legacy: false # Define the files which contains the configs devices: devices.yaml @@ -154,7 +155,6 @@ advanced: # It can't go over the maximum of the respective hardware and might be limited # by firmware (for example to migrate heat, or by using an unsupported firmware). # For the CC2652R(B) this is 5 dBm, CC2652P/CC1352P-2 20 dBm. - #transmit_power: 5 transmit_power: 3 # Optional: state caching, MQTT message payload will contain all attributes, not only changed ones. # Has to be true when integrating via Home Assistant (default: true) @@ -186,7 +186,7 @@ advanced: #ext_pan_id: [0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD] # Optional: ZigBee channel, changing requires re-pairing of all devices. (Note: use a ZLL channel: 11, 15, 20, or 25 to avoid Problems) # (default: 11) - channel: 15 + #channel: 11 # Optional: network encryption key, will improve security # Note: changing requires repairing of all devices (default: shown below) network_key: '!secret network_key' @@ -222,4 +222,4 @@ advanced: # Wether to use legacy mode for the availability message payload (default: true) # true = online/offline # false = {"state":"online"} / {"state":"offline"} - #legacy_availability_payload: true + legacy_availability_payload: false