From 85179750241e1a2c3b983186f6c4ea3b25910a37 Mon Sep 17 00:00:00 2001 From: "duck." Date: Wed, 12 Feb 2025 22:20:41 +0000 Subject: [PATCH 1/2] Add usability warning to E2013 docpage Adds a warning message to the E2013 device page warning about a known issue when paired with certain routers --- docs/devices/E2013.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/devices/E2013.md b/docs/devices/E2013.md index d82c5e1f37b6..866dd19c9cd9 100644 --- a/docs/devices/E2013.md +++ b/docs/devices/E2013.md @@ -24,6 +24,17 @@ pageClass: device-page +::: warning Known Issues with This Device + +The IKEA PARASOLL door/window sensor is known to suffer from serious usability issues in some Zigbee networks, resulting in some adapters regularly going unavailable / draining their battery. + +Whether this issue will affect you appears to depend on the other devices / routers in your Zigbee network, though the exact devices causing this issue have not been confirmed. Further discussion and investigation is available in the GitHub issue: [zigbee2mqtt#22579](https://github.com/Koenkk/zigbee2mqtt/issues/22579) + +In the meantime, **it is generally not recommended to buy PARASOLL sensors specifically for use with a Zigbee2MQTT network**. + +::: + + ## Pairing To pair the device, press the pairing button 4 times in 5 seconds to factory reset, it should now enter pairing mode. From 928519884e8939fdfd97cfb338d0744e713ed66f Mon Sep 17 00:00:00 2001 From: "duck." Date: Wed, 12 Feb 2025 22:28:17 +0000 Subject: [PATCH 2/2] Fix typo on E2013 device page It's a sensor, not an adapter. Whoops --- docs/devices/E2013.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devices/E2013.md b/docs/devices/E2013.md index 866dd19c9cd9..a97fe3100b63 100644 --- a/docs/devices/E2013.md +++ b/docs/devices/E2013.md @@ -26,7 +26,7 @@ pageClass: device-page ::: warning Known Issues with This Device -The IKEA PARASOLL door/window sensor is known to suffer from serious usability issues in some Zigbee networks, resulting in some adapters regularly going unavailable / draining their battery. +The IKEA PARASOLL door/window sensor is known to suffer from serious usability issues in some Zigbee networks, resulting in some sensors regularly going unavailable / draining their battery. Whether this issue will affect you appears to depend on the other devices / routers in your Zigbee network, though the exact devices causing this issue have not been confirmed. Further discussion and investigation is available in the GitHub issue: [zigbee2mqtt#22579](https://github.com/Koenkk/zigbee2mqtt/issues/22579)