From 2c247bf4ea836a73bb5084ac3e6a4a99c6c77ef4 Mon Sep 17 00:00:00 2001 From: Hedda Date: Fri, 2 Feb 2024 14:06:26 +0100 Subject: [PATCH] Update Zigbee device limitation in zha.markdown (#30217) * Update Zigbee device limitation in zha.markdown Update Zigbee devices limitations in zha.markdown * Update source/_integrations/zha.markdown Co-authored-by: Franck Nijhof --------- Co-authored-by: Franck Nijhof --- source/_integrations/zha.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/zha.markdown b/source/_integrations/zha.markdown index 5d99cad4532..79ae8633b98 100644 --- a/source/_integrations/zha.markdown +++ b/source/_integrations/zha.markdown @@ -483,6 +483,8 @@ To help resolve any kinks or compatibility problems, report bugs as issues with Note that ZHA only supports connecting a single dedicated Zigbee Coordinator radio adapter or module with a single Zigbee network and that the Zigbee Coordinator cannot already be connected or used by any other application. Any devices that are or have previously been connected to another Zigbee implementation will also need to first be reset to their factory default settings before they can be paired/joined to ZHA, please see each device manufacturer's documentation. +Any Zigbee device can only be connected to a single Zigbee Coordinator (only one Zigbee gateway). This is a limitation in the current (as well as previous) Zigbee protocol specifications, governed by the [CSA (Connectivity Standards Alliance)](https://csa-iot.org/all-solutions/zigbee/). As such, it is a limit that applies to all Zigbee implementations, not just the ZHA implementation. + Support for commissioning Zigbee 3.0 devices via "Install Code" or "QR Code" via the 'zha.permit' service has so far only been implemented for 'ezsp' (Silicon Labs EmberZNet) or 'znp' (Texas Instruments) radio type in ZHA. Other radio types are missing support in their respective [radio libraries for zigpy](https://github.com/zigpy/) or manufacturer's firmware commands/APIs. ZHA does currently not support devices that can only use the ZGP ("Zigbee Green Power") profile which is used in a few batteryless self-powered or energy harvesting devices, (such as for example; Philips Hue Click, Philips Hue Tap, and some "Friends of Hue" partnership switches).