From c549f7aa840d49ed83094c807fa9a2557dbb51bf Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Sun, 2 Apr 2023 16:14:37 -0500 Subject: [PATCH 01/19] Add Zigbee2MQTT section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7cad61a3..bd46c90a 100644 --- a/README.md +++ b/README.md @@ -335,6 +335,11 @@ For most Zigbee networks, **using groups is essential for optimal performance**. As a rule of thumb, if you always control lights together (e.g., bulbs in a ceiling fixture), they should be in a Zigbee group. Expose only the group (not individual bulbs) in Home Assistant Dashboards and external systems like Google Home or Apple HomeKit. +##### Zigbee2MQTT +Please read the [Zigbee2MQTT FAQ](https://www.zigbee2mqtt.io/guide/faq/) + +(coming soon): A guide on configurating the best options for zigbee2mqtt configuration with Adaptive Lighting. + ### :rainbow: Light Colors Not Matching Bulbs from different manufacturers or models may have varying color temperature specifications. For instance, if you have two Adaptive Lighting configurations—one with only Philips Hue White Ambiance bulbs and another with a mix of Philips Hue White Ambiance and Sengled bulbs—the Philips Hue bulbs may appear to have different color temperatures despite having identical settings. From 653c1c8e3c0583431086e3ca4b64c884b38854b1 Mon Sep 17 00:00:00 2001 From: th3w1zard1 Date: Sun, 2 Apr 2023 21:14:52 +0000 Subject: [PATCH 02/19] chore(docs): update TOC --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd46c90a..f0cc3c45 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ The `adaptive_lighting.manual_control` event is fired when a light is marked as - [:bulb: Lights Not Responding or Turning On by Themselves](#bulb-lights-not-responding-or-turning-on-by-themselves) - [:signal_strength: WiFi Networks](#signal_strength-wifi-networks) - [:spider_web: Zigbee, Z-Wave, and Other Mesh Networks](#spider_web-zigbee-z-wave-and-other-mesh-networks) + - [Zigbee2MQTT](#zigbee2mqtt) - [:rainbow: Light Colors Not Matching](#rainbow-light-colors-not-matching) - [:bulb: Bulb-Specific Issues](#bulb-bulb-specific-issues) - [:bar_chart: Graphs!](#bar_chart-graphs) From 897e400e15f53b407d7f9cf273e723d3c71f03b3 Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Sun, 2 Apr 2023 16:19:10 -0500 Subject: [PATCH 03/19] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd46c90a..fcc46185 100644 --- a/README.md +++ b/README.md @@ -338,7 +338,7 @@ As a rule of thumb, if you always control lights together (e.g., bulbs in a ceil ##### Zigbee2MQTT Please read the [Zigbee2MQTT FAQ](https://www.zigbee2mqtt.io/guide/faq/) -(coming soon): A guide on configurating the best options for zigbee2mqtt configuration with Adaptive Lighting. +(coming soon): A guide on configuring the best options in Zigbee2MQTT for use with Adaptive Lighting. ### :rainbow: Light Colors Not Matching From 3831c5334a76f7de4dede0b75b8a386f83c19426 Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Sun, 2 Apr 2023 16:50:25 -0500 Subject: [PATCH 04/19] Update README.md --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c795b2cc..5fb0fe7b 100644 --- a/README.md +++ b/README.md @@ -337,9 +337,18 @@ For most Zigbee networks, **using groups is essential for optimal performance**. As a rule of thumb, if you always control lights together (e.g., bulbs in a ceiling fixture), they should be in a Zigbee group. Expose only the group (not individual bulbs) in Home Assistant Dashboards and external systems like Google Home or Apple HomeKit. ##### Zigbee2MQTT -Please read the [Zigbee2MQTT FAQ](https://www.zigbee2mqtt.io/guide/faq/) - -(coming soon): A guide on configuring the best options in Zigbee2MQTT for use with Adaptive Lighting. +Please check out the following resources: +[Zigbee2MQTT | FAQ](https://www.zigbee2mqtt.io/guide/faq/) +[Zigbee2MQTT | Configuration](https://www.zigbee2mqtt.io/guide/configuration/) +[Zigbee2MQTT | Device-Specific Configurations](https://www.zigbee2mqtt.io/supported-devices/) + +##### ZHA +We recommend Zigbee2MQTT as it's widely considered to be the best performer. +However if you'd like to debug ZHA check out the following articles: +https://www.home-assistant.io/integrations/zha/#troubleshooting specifically `ZHA EXCEPTION AND DEVIATION HANDLING` +We recommend the following addons/integrations for ZHA: +https://github.com/mdeweerd/zha-toolkit +https://github.com/zigpy/zha-device-handlers also available [here](https://pypi.org/project/zha-quirks/) ### :rainbow: Light Colors Not Matching From 10ace0c3f56c0b6517662f7d0f3caf5f3f267038 Mon Sep 17 00:00:00 2001 From: th3w1zard1 Date: Sun, 2 Apr 2023 21:50:39 +0000 Subject: [PATCH 05/19] chore(docs): update TOC --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5fb0fe7b..9e5651f0 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ The `adaptive_lighting.manual_control` event is fired when a light is marked as - [:signal_strength: WiFi Networks](#signal_strength-wifi-networks) - [:spider_web: Zigbee, Z-Wave, and Other Mesh Networks](#spider_web-zigbee-z-wave-and-other-mesh-networks) - [Zigbee2MQTT](#zigbee2mqtt) + - [ZHA](#zha) - [:rainbow: Light Colors Not Matching](#rainbow-light-colors-not-matching) - [:bulb: Bulb-Specific Issues](#bulb-bulb-specific-issues) - [:bar_chart: Graphs!](#bar_chart-graphs) From c2b04d83b8682a01ae037b944c7db874ae0fc073 Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Sun, 2 Apr 2023 16:52:37 -0500 Subject: [PATCH 06/19] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fb0fe7b..4ea50522 100644 --- a/README.md +++ b/README.md @@ -339,16 +339,23 @@ As a rule of thumb, if you always control lights together (e.g., bulbs in a ceil ##### Zigbee2MQTT Please check out the following resources: [Zigbee2MQTT | FAQ](https://www.zigbee2mqtt.io/guide/faq/) + [Zigbee2MQTT | Configuration](https://www.zigbee2mqtt.io/guide/configuration/) + [Zigbee2MQTT | Device-Specific Configurations](https://www.zigbee2mqtt.io/supported-devices/) ##### ZHA We recommend Zigbee2MQTT as it's widely considered to be the best performer. + However if you'd like to debug ZHA check out the following articles: + https://www.home-assistant.io/integrations/zha/#troubleshooting specifically `ZHA EXCEPTION AND DEVIATION HANDLING` + We recommend the following addons/integrations for ZHA: -https://github.com/mdeweerd/zha-toolkit -https://github.com/zigpy/zha-device-handlers also available [here](https://pypi.org/project/zha-quirks/) + +[ZHA-Toolkit](https://github.com/mdeweerd/zha-toolkit) + +[ZHA-Device-Handlers](https://github.com/zigpy/zha-device-handlers) also available [here](https://pypi.org/project/zha-quirks/) ### :rainbow: Light Colors Not Matching From e40446ae7ace45bb9dd75a090ede23e2d5c04790 Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Sun, 2 Apr 2023 16:56:54 -0500 Subject: [PATCH 07/19] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1b1504eb..a10539f9 100644 --- a/README.md +++ b/README.md @@ -345,18 +345,18 @@ Please check out the following resources: [Zigbee2MQTT | Device-Specific Configurations](https://www.zigbee2mqtt.io/supported-devices/) +Coming soon: [The best configuration options for use with Adaptive Lighting](https://github.com/basnijholt/adaptive-lighting/discussions/502) + ##### ZHA We recommend Zigbee2MQTT as it's widely considered to be the best performer. However if you'd like to debug ZHA check out the following articles: -https://www.home-assistant.io/integrations/zha/#troubleshooting specifically `ZHA EXCEPTION AND DEVIATION HANDLING` +https://www.home-assistant.io/integrations/zha/#troubleshooting specifically [ZHA EXCEPTION AND DEVIATION HANDLING](https://www.home-assistant.io/integrations/zha/#zha-exception-and-deviation-handling) We recommend the following addons/integrations for ZHA: - -[ZHA-Toolkit](https://github.com/mdeweerd/zha-toolkit) - -[ZHA-Device-Handlers](https://github.com/zigpy/zha-device-handlers) also available [here](https://pypi.org/project/zha-quirks/) +1.[ZHA-Toolkit](https://github.com/mdeweerd/zha-toolkit) +2.[ZHA-Device-Handlers](https://github.com/zigpy/zha-device-handlers) also available [here](https://pypi.org/project/zha-quirks/) ### :rainbow: Light Colors Not Matching From 30fe6cdffbc0a11be4910dab831b7567f6aecb76 Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Sun, 2 Apr 2023 16:57:54 -0500 Subject: [PATCH 08/19] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a10539f9..5923d3b1 100644 --- a/README.md +++ b/README.md @@ -355,8 +355,9 @@ However if you'd like to debug ZHA check out the following articles: https://www.home-assistant.io/integrations/zha/#troubleshooting specifically [ZHA EXCEPTION AND DEVIATION HANDLING](https://www.home-assistant.io/integrations/zha/#zha-exception-and-deviation-handling) We recommend the following addons/integrations for ZHA: -1.[ZHA-Toolkit](https://github.com/mdeweerd/zha-toolkit) -2.[ZHA-Device-Handlers](https://github.com/zigpy/zha-device-handlers) also available [here](https://pypi.org/project/zha-quirks/) + +1. [ZHA-Toolkit](https://github.com/mdeweerd/zha-toolkit) +2. [ZHA-Device-Handlers](https://github.com/zigpy/zha-device-handlers) also available [here](https://pypi.org/project/zha-quirks/) ### :rainbow: Light Colors Not Matching From 112b64144d12dce9a5a74efd94868080088ac81c Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Sun, 2 Apr 2023 16:59:35 -0500 Subject: [PATCH 09/19] Update README.md --- README.md | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 5923d3b1..0b3293c6 100644 --- a/README.md +++ b/README.md @@ -338,24 +338,19 @@ For most Zigbee networks, **using groups is essential for optimal performance**. As a rule of thumb, if you always control lights together (e.g., bulbs in a ceiling fixture), they should be in a Zigbee group. Expose only the group (not individual bulbs) in Home Assistant Dashboards and external systems like Google Home or Apple HomeKit. ##### Zigbee2MQTT -Please check out the following resources: -[Zigbee2MQTT | FAQ](https://www.zigbee2mqtt.io/guide/faq/) - -[Zigbee2MQTT | Configuration](https://www.zigbee2mqtt.io/guide/configuration/) - -[Zigbee2MQTT | Device-Specific Configurations](https://www.zigbee2mqtt.io/supported-devices/) +Please check out the following resources:\ +- [Zigbee2MQTT | FAQ](https://www.zigbee2mqtt.io/guide/faq/) +- [Zigbee2MQTT | Configuration](https://www.zigbee2mqtt.io/guide/configuration/) +- [Zigbee2MQTT | Device-Specific Configurations](https://www.zigbee2mqtt.io/supported-devices/) Coming soon: [The best configuration options for use with Adaptive Lighting](https://github.com/basnijholt/adaptive-lighting/discussions/502) ##### ZHA -We recommend Zigbee2MQTT as it's widely considered to be the best performer. - -However if you'd like to debug ZHA check out the following articles: - +We recommend Zigbee2MQTT as it's widely considered to be the best performer.\ +However if you'd like to debug ZHA check out the following articles:\ https://www.home-assistant.io/integrations/zha/#troubleshooting specifically [ZHA EXCEPTION AND DEVIATION HANDLING](https://www.home-assistant.io/integrations/zha/#zha-exception-and-deviation-handling) -We recommend the following addons/integrations for ZHA: - +We recommend the following addons/integrations for ZHA:\ 1. [ZHA-Toolkit](https://github.com/mdeweerd/zha-toolkit) 2. [ZHA-Device-Handlers](https://github.com/zigpy/zha-device-handlers) also available [here](https://pypi.org/project/zha-quirks/) From ed3ec1b373e49180ed1cf68d5c780fbbaf244a1b Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Sun, 2 Apr 2023 17:03:36 -0500 Subject: [PATCH 10/19] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0b3293c6..59d0b7a9 100644 --- a/README.md +++ b/README.md @@ -338,7 +338,7 @@ For most Zigbee networks, **using groups is essential for optimal performance**. As a rule of thumb, if you always control lights together (e.g., bulbs in a ceiling fixture), they should be in a Zigbee group. Expose only the group (not individual bulbs) in Home Assistant Dashboards and external systems like Google Home or Apple HomeKit. ##### Zigbee2MQTT -Please check out the following resources:\ +Please check out the following resources: - [Zigbee2MQTT | FAQ](https://www.zigbee2mqtt.io/guide/faq/) - [Zigbee2MQTT | Configuration](https://www.zigbee2mqtt.io/guide/configuration/) - [Zigbee2MQTT | Device-Specific Configurations](https://www.zigbee2mqtt.io/supported-devices/) @@ -346,13 +346,13 @@ Please check out the following resources:\ Coming soon: [The best configuration options for use with Adaptive Lighting](https://github.com/basnijholt/adaptive-lighting/discussions/502) ##### ZHA -We recommend Zigbee2MQTT as it's widely considered to be the best performer.\ -However if you'd like to debug ZHA check out the following articles:\ +We recommend Zigbee2MQTT as it's widely considered to be the best performer. +However if you'd like to debug ZHA check out the following articles: https://www.home-assistant.io/integrations/zha/#troubleshooting specifically [ZHA EXCEPTION AND DEVIATION HANDLING](https://www.home-assistant.io/integrations/zha/#zha-exception-and-deviation-handling) -We recommend the following addons/integrations for ZHA:\ -1. [ZHA-Toolkit](https://github.com/mdeweerd/zha-toolkit) -2. [ZHA-Device-Handlers](https://github.com/zigpy/zha-device-handlers) also available [here](https://pypi.org/project/zha-quirks/) +We recommend the following addons/integrations for ZHA: +1. [ZHA-Toolkit](https://github.com/mdeweerd/zha-toolkit) +2. [ZHA-Device-Handlers](https://github.com/zigpy/zha-device-handlers) also available [here](https://pypi.org/project/zha-quirks/) ### :rainbow: Light Colors Not Matching From ffba128c06430425748929dbddc1adf3858b2e2b Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Sun, 2 Apr 2023 17:05:10 -0500 Subject: [PATCH 11/19] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59d0b7a9..eb275652 100644 --- a/README.md +++ b/README.md @@ -350,9 +350,10 @@ We recommend Zigbee2MQTT as it's widely considered to be the best performer. However if you'd like to debug ZHA check out the following articles: https://www.home-assistant.io/integrations/zha/#troubleshooting specifically [ZHA EXCEPTION AND DEVIATION HANDLING](https://www.home-assistant.io/integrations/zha/#zha-exception-and-deviation-handling) + We recommend the following addons/integrations for ZHA: -1. [ZHA-Toolkit](https://github.com/mdeweerd/zha-toolkit) -2. [ZHA-Device-Handlers](https://github.com/zigpy/zha-device-handlers) also available [here](https://pypi.org/project/zha-quirks/) +1.[ZHA-Toolkit](https://github.com/mdeweerd/zha-toolkit) +2.[ZHA-Device-Handlers](https://github.com/zigpy/zha-device-handlers) also available [here](https://pypi.org/project/zha-quirks/) ### :rainbow: Light Colors Not Matching From a7586c4aeb4e89f9b06afa69d6beea573692e915 Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Sun, 2 Apr 2023 17:07:09 -0500 Subject: [PATCH 12/19] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index eb275652..022e2e07 100644 --- a/README.md +++ b/README.md @@ -346,13 +346,13 @@ Please check out the following resources: Coming soon: [The best configuration options for use with Adaptive Lighting](https://github.com/basnijholt/adaptive-lighting/discussions/502) ##### ZHA -We recommend Zigbee2MQTT as it's widely considered to be the best performer. -However if you'd like to debug ZHA check out the following articles: +We recommend Zigbee2MQTT as it's widely considered to be the best performer. +However if you'd like to debug ZHA check out the following articles: https://www.home-assistant.io/integrations/zha/#troubleshooting specifically [ZHA EXCEPTION AND DEVIATION HANDLING](https://www.home-assistant.io/integrations/zha/#zha-exception-and-deviation-handling) - - -We recommend the following addons/integrations for ZHA: -1.[ZHA-Toolkit](https://github.com/mdeweerd/zha-toolkit) + + +For ZHA we recommend the following addons: +1.[ZHA-Toolkit](https://github.com/mdeweerd/zha-toolkit) 2.[ZHA-Device-Handlers](https://github.com/zigpy/zha-device-handlers) also available [here](https://pypi.org/project/zha-quirks/) ### :rainbow: Light Colors Not Matching From 0cfbe702581cc0f0ca14983b80ed0fb7bbaada74 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 2 Apr 2023 22:07:19 +0000 Subject: [PATCH 13/19] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 022e2e07..d20a7139 100644 --- a/README.md +++ b/README.md @@ -346,13 +346,13 @@ Please check out the following resources: Coming soon: [The best configuration options for use with Adaptive Lighting](https://github.com/basnijholt/adaptive-lighting/discussions/502) ##### ZHA -We recommend Zigbee2MQTT as it's widely considered to be the best performer. -However if you'd like to debug ZHA check out the following articles: +We recommend Zigbee2MQTT as it's widely considered to be the best performer. +However if you'd like to debug ZHA check out the following articles: https://www.home-assistant.io/integrations/zha/#troubleshooting specifically [ZHA EXCEPTION AND DEVIATION HANDLING](https://www.home-assistant.io/integrations/zha/#zha-exception-and-deviation-handling) - - -For ZHA we recommend the following addons: -1.[ZHA-Toolkit](https://github.com/mdeweerd/zha-toolkit) + + +For ZHA we recommend the following addons: +1.[ZHA-Toolkit](https://github.com/mdeweerd/zha-toolkit) 2.[ZHA-Device-Handlers](https://github.com/zigpy/zha-device-handlers) also available [here](https://pypi.org/project/zha-quirks/) ### :rainbow: Light Colors Not Matching From 59f3d61145e6017b700b54b31db398a647efdc3f Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Sun, 2 Apr 2023 17:17:23 -0500 Subject: [PATCH 14/19] Correct newlines before `pre-commit` --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d20a7139..022e2e07 100644 --- a/README.md +++ b/README.md @@ -346,13 +346,13 @@ Please check out the following resources: Coming soon: [The best configuration options for use with Adaptive Lighting](https://github.com/basnijholt/adaptive-lighting/discussions/502) ##### ZHA -We recommend Zigbee2MQTT as it's widely considered to be the best performer. -However if you'd like to debug ZHA check out the following articles: +We recommend Zigbee2MQTT as it's widely considered to be the best performer. +However if you'd like to debug ZHA check out the following articles: https://www.home-assistant.io/integrations/zha/#troubleshooting specifically [ZHA EXCEPTION AND DEVIATION HANDLING](https://www.home-assistant.io/integrations/zha/#zha-exception-and-deviation-handling) - - -For ZHA we recommend the following addons: -1.[ZHA-Toolkit](https://github.com/mdeweerd/zha-toolkit) + + +For ZHA we recommend the following addons: +1.[ZHA-Toolkit](https://github.com/mdeweerd/zha-toolkit) 2.[ZHA-Device-Handlers](https://github.com/zigpy/zha-device-handlers) also available [here](https://pypi.org/project/zha-quirks/) ### :rainbow: Light Colors Not Matching From 0ef2fc1d635899b625d5454a1baa22e2f25e1f04 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 2 Apr 2023 22:17:38 +0000 Subject: [PATCH 15/19] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 022e2e07..d20a7139 100644 --- a/README.md +++ b/README.md @@ -346,13 +346,13 @@ Please check out the following resources: Coming soon: [The best configuration options for use with Adaptive Lighting](https://github.com/basnijholt/adaptive-lighting/discussions/502) ##### ZHA -We recommend Zigbee2MQTT as it's widely considered to be the best performer. -However if you'd like to debug ZHA check out the following articles: +We recommend Zigbee2MQTT as it's widely considered to be the best performer. +However if you'd like to debug ZHA check out the following articles: https://www.home-assistant.io/integrations/zha/#troubleshooting specifically [ZHA EXCEPTION AND DEVIATION HANDLING](https://www.home-assistant.io/integrations/zha/#zha-exception-and-deviation-handling) - - -For ZHA we recommend the following addons: -1.[ZHA-Toolkit](https://github.com/mdeweerd/zha-toolkit) + + +For ZHA we recommend the following addons: +1.[ZHA-Toolkit](https://github.com/mdeweerd/zha-toolkit) 2.[ZHA-Device-Handlers](https://github.com/zigpy/zha-device-handlers) also available [here](https://pypi.org/project/zha-quirks/) ### :rainbow: Light Colors Not Matching From 499cbfab6e7a4810aee7000ef75681f70d21f748 Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Sun, 2 Apr 2023 17:18:55 -0500 Subject: [PATCH 16/19] I give in --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d20a7139..4c9163f6 100644 --- a/README.md +++ b/README.md @@ -348,12 +348,12 @@ Coming soon: [The best configuration options for use with Adaptive Lighting](htt ##### ZHA We recommend Zigbee2MQTT as it's widely considered to be the best performer. However if you'd like to debug ZHA check out the following articles: -https://www.home-assistant.io/integrations/zha/#troubleshooting specifically [ZHA EXCEPTION AND DEVIATION HANDLING](https://www.home-assistant.io/integrations/zha/#zha-exception-and-deviation-handling) +https://www.home-assistant.io/integrations/zha/#troubleshooting specifically [ZHA EXCEPTION AND DEVIATION HANDLING](https://www.home-assistant.io/integrations/zha/#zha-exception-and-deviation-handling) For ZHA we recommend the following addons: -1.[ZHA-Toolkit](https://github.com/mdeweerd/zha-toolkit) -2.[ZHA-Device-Handlers](https://github.com/zigpy/zha-device-handlers) also available [here](https://pypi.org/project/zha-quirks/) +1. [ZHA-Toolkit](https://github.com/mdeweerd/zha-toolkit) +2. [ZHA-Device-Handlers](https://github.com/zigpy/zha-device-handlers) also available [here](https://pypi.org/project/zha-quirks/) ### :rainbow: Light Colors Not Matching From 717635aa81264b03174b12cb981369c794b03306 Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Sun, 2 Apr 2023 18:09:21 -0500 Subject: [PATCH 17/19] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4c9163f6..accfba75 100644 --- a/README.md +++ b/README.md @@ -313,6 +313,8 @@ logger: After the issue occurs, create a new issue report with the log (`/config/home-assistant.log`). +Please include your [Adaptive Lighting Configuration](https://github.com/basnijholt/adaptive-lighting/discussions/503) + ## :exclamation: Common Problems & Solutions ### :bulb: Lights Not Responding or Turning On by Themselves From 299be90eef8cea6f62b3ee49f245763bc48163cd Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Sun, 2 Apr 2023 20:41:56 -0500 Subject: [PATCH 18/19] Added a zigbee2mqtt guide for AL --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index accfba75..6372f70c 100644 --- a/README.md +++ b/README.md @@ -340,13 +340,13 @@ For most Zigbee networks, **using groups is essential for optimal performance**. As a rule of thumb, if you always control lights together (e.g., bulbs in a ceiling fixture), they should be in a Zigbee group. Expose only the group (not individual bulbs) in Home Assistant Dashboards and external systems like Google Home or Apple HomeKit. ##### Zigbee2MQTT -Please check out the following resources: +[Ensure your Zigbee2MQTT is configured correctly to work with Adaptive Lighting](https://github.com/basnijholt/adaptive-lighting/discussions/506). + +Still need help? Please check out the following resources: - [Zigbee2MQTT | FAQ](https://www.zigbee2mqtt.io/guide/faq/) - [Zigbee2MQTT | Configuration](https://www.zigbee2mqtt.io/guide/configuration/) - [Zigbee2MQTT | Device-Specific Configurations](https://www.zigbee2mqtt.io/supported-devices/) -Coming soon: [The best configuration options for use with Adaptive Lighting](https://github.com/basnijholt/adaptive-lighting/discussions/502) - ##### ZHA We recommend Zigbee2MQTT as it's widely considered to be the best performer. However if you'd like to debug ZHA check out the following articles: From d1ef1fceba9a821a1071b3545542308e5ec298bf Mon Sep 17 00:00:00 2001 From: th3w1zard1 Date: Tue, 9 Jan 2024 09:01:45 +0000 Subject: [PATCH 19/19] chore(docs): update TOC --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1304b966..6f074e00 100644 --- a/README.md +++ b/README.md @@ -59,13 +59,12 @@ The `adaptive_lighting.manual_control` event is fired when a light is marked as - [:robot: Automation examples](#robot-automation-examples) - [Additional Information](#additional-information) - [:sos: Troubleshooting](#sos-troubleshooting) - - [:exclamation: Common Problems & Solutions](#exclamation-common-problems--solutions) - [:bulb: Lights Not Responding or Turning On by Themselves](#bulb-lights-not-responding-or-turning-on-by-themselves) - - [:signal_strength: WiFi Networks](#signal_strength-wifi-networks) - - [:spider_web: Zigbee, Z-Wave, and Other Mesh Networks](#spider_web-zigbee-z-wave-and-other-mesh-networks) - - [Zigbee2MQTT](#zigbee2mqtt) - - [ZHA](#zha) - - [:rainbow: Light Colors Not Matching](#rainbow-light-colors-not-matching) + - [:signal_strength: WiFi Networks](#signal_strength-wifi-networks) + - [:spider_web: Zigbee, Z-Wave, and Other Mesh Networks](#spider_web-zigbee-z-wave-and-other-mesh-networks) + - [Zigbee2MQTT](#zigbee2mqtt) + - [ZHA](#zha) + - [:rainbow: Light Colors Not Matching](#rainbow-light-colors-not-matching) - [:bulb: Bulb-Specific Issues](#bulb-bulb-specific-issues) - [:bar_chart: Graphs!](#bar_chart-graphs) - [:sunny: Sun Position](#sunny-sun-position)