From 3f58573e523bb6eb62c419341dc8a0c17a6ea828 Mon Sep 17 00:00:00 2001 From: Alexei Chetroi Date: Thu, 10 Dec 2020 16:16:24 -0500 Subject: [PATCH] Add a warning about ZHA and Sonoff ZBBridge (#15877) Co-authored-by: Franck Nijhof --- source/_integrations/zha.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/_integrations/zha.markdown b/source/_integrations/zha.markdown index d9335e1c836..eb597b72007 100644 --- a/source/_integrations/zha.markdown +++ b/source/_integrations/zha.markdown @@ -75,6 +75,13 @@ Some other Zigbee coordinator hardware may not support a firmware that is capabl - [PiZiGate](https://zigate.fr/produit/pizigate-v1-0/) - [Wifi ZiGate](https://zigate.fr/produit/zigate-pack-wifi-v1-3/) +
+ +The **EZSP** protocol requires a stable connection to the serial port. With _ITEAD Sonoff ZBBridge_ connecting over the WiFi network +it is expected to see `NCP entered failed state. Requesting APP controller restart` in the logs. This is a normal part of the operation and indicates there was a drop in communication between ZHA and SonOff bridge. + +
+ ### Experimental support for additional Zigbee radio modules - Texas Instruments based radios with Z-Stack Home 1.2.x (via the [zigpy-cc](https://github.com/zigpy/zigpy-cc) library for zigpy)