| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| zigbee [2025/01/02 21:33] – [Andra länkar] utedass | zigbee [2025/09/27 17:33] (current) – [Specifikationer och dokument] utedass |
|---|
| ====== Länkar ====== | ====== Länkar ====== |
| ==== Specifikationer och dokument ==== | ==== Specifikationer och dokument ==== |
| | M och O förekommer ofta, det står för Mandatory respektive Optional. |
| | |
| | Permitted transmissions i ZLO kan ha UGB, Unicast, Groupcast eller Broadcast, som säger vilka som får addresseras. |
| | |
| * [[https://csa-iot.org/developer-resource/specifications-download-request/|CSA Specifications]] -- Connectivity Standards Alliance download page | * [[https://csa-iot.org/developer-resource/specifications-download-request/|CSA Specifications]] -- Connectivity Standards Alliance download page |
| |
| |
| ==== Andra länkar ==== | ==== Andra länkar ==== |
| * [[https://github.com/espressif/esp-idf/blob/master/examples/zigbee/common/zcl_utility/src/zcl_utility.c|zcl_utility.c]] -- Exempel på hur man lägger till manufacturer och model identifier | |
| * [[https://esp32.com/viewtopic.php?t=36365]] -- Example of something | |
| |
| | * [[https://github.com/mdeweerd/zha-toolkit|ZHA Toolkit]] -- Home Assistant plugin med myyycket matnyttig info i sin Readme.md |
| | |
| * [[https://github.com/prairiesnpr/esp_zha_test_bench/blob/master/main/main.c]] -- Seems to add multiple things to his project | |
| * [[https://dev.ti.com/tirex/explore/node?node=A__AfQHvIpphydZzeMquAz5XA__com.ti.SIMPLELINK_ACADEMY_CC13XX_CC26XX_SDK__AfkT0vQ__LATEST|TI Guide]] | * [[https://dev.ti.com/tirex/explore/node?node=A__AfQHvIpphydZzeMquAz5XA__com.ti.SIMPLELINK_ACADEMY_CC13XX_CC26XX_SDK__AfkT0vQ__LATEST|TI Guide]] |
| | * [[https://community.home-assistant.io/t/zha-help-please-how-to-use-a-zigbee-button-in-an-automation/661257/3|ZHA Help, please. How to use a Zigbee button in an automation]] -- Hur man kan göra automationer på events som inte dyker upp i GUI:t |
| | * [[https://github.com/zigpy/zha-device-handlers/blob/dev/zhaquirks/ikea/fourbtnremote.py|ZHA Quirk for Ikea 4 button]] |
| | * [[https://community.home-assistant.io/t/switch-manager-new-refined-switch-integration-to-manage-your-switches/497649|Switch Manager]] -- Ett smidigt sätt att hantera strömbrytare i HomeAssistant |
| | * [[https://community.home-assistant.io/t/why-and-how-to-avoid-device-ids-in-automations-and-scripts/605517|Why and how to avoid device ids in automations]] -- Someone who advocates for using entities instead of device ids |
| ==== ESP specifika saker ==== | ==== ESP specifika saker ==== |
| * [[https://github.com/espressif/esp-zigbee-sdk/issues/125|How to add a manufacturer specific attribute to a Standard cluster (TZ-350)]] | * [[https://github.com/espressif/esp-zigbee-sdk/issues/125|How to add a manufacturer specific attribute to a Standard cluster (TZ-350)]] |
| * [[https://github.com/espressif/esp-zigbee-sdk/issues/94|Handling not all responses (TZ-260)]] | * [[https://github.com/espressif/esp-zigbee-sdk/issues/94|Handling not all responses (TZ-260)]] |
| | * [[https://github.com/prairiesnpr/esp_zha_test_bench/blob/master/main/main.c]] -- Seems to add multiple things to his project |
| | * [[https://github.com/espressif/esp-idf/blob/master/examples/zigbee/common/zcl_utility/src/zcl_utility.c|zcl_utility.c]] -- Exempel på hur man lägger till manufacturer och model identifier |
| | * [[https://esp32.com/viewtopic.php?t=36365]] -- Example of something |
| | * [[https://github.com/espressif/arduino-esp32/tree/master/libraries/Zigbee/src|ESP Arduino Core Zigbee]] -- Good place to look for how to use some IDF-functions |
| |
| |