I would like to get an ESP32C6 Zigbee controller up and running and add standard door switches. I would like to receive just open and close commands (regardless of zones, etc).
How do I do that?
Search found 7 matches
- Thu Oct 19, 2023 2:47 pm
- Forum: ESP-IDF
- Topic: How to implement door switches in Zigbee controllers
- Replies: 1
- Views: 6279
- Wed Oct 11, 2023 4:28 am
- Forum: ESP-IDF
- Topic: Zigbee example door lock open-close
- Replies: 2
- Views: 2710
Re: Zigbee example door lock open-close
Thank you for that.
My question is a bit different: where / how should a callback be added? I just look for a way to do a printf when anything is sent by the door sensor.
My question is a bit different: where / how should a callback be added? I just look for a way to do a printf when anything is sent by the door sensor.
- Tue Oct 10, 2023 1:54 pm
- Forum: ESP-IDF
- Topic: Zigbee example door lock open-close
- Replies: 2
- Views: 2710
Zigbee example door lock open-close
Hello There, This might be an easy question - I am just trying to make examples work. The HA_ light and switch examples are fine. Then I compiled and flashed esp_zigbee_customized_devices/customized_server what is a light implementing controller. I would like that to be a door controller. I have a c...
- Sat Sep 23, 2023 1:58 pm
- Forum: ESP-IDF
- Topic: zigbee HA_on_off_light example reconnection
- Replies: 0
- Views: 1037
zigbee HA_on_off_light example reconnection
I build HA_on_off_light and HA_on_off_switch from the zigbee esp-idf examples. Those work fine. If light is powered off or reset then it reconnects nicely. However if switch is reset or turned off and on, then the light (end device) never connects back until reset or powered off and on again. Is it ...
- Fri Sep 22, 2023 2:41 pm
- Forum: ESP-IDF
- Topic: Making a working zigbee light with an ESP32-C6
- Replies: 3
- Views: 6262
Re: Making a working zigbee light with an ESP32-C6
Have you had any success? Maybe back to CC2652P and windows builds taking 5 minutes each, zigbee implementation is useless in its current form.
- Fri Sep 22, 2023 2:35 pm
- Forum: ESP-IDF
- Topic: Example does not build after installation
- Replies: 3
- Views: 1212
Re: Example does not build after installation
Same error on mac. It looks there is something to do with zboss linking - has anyone managed to actually build a sleepy end device ever? collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. ninja failed with exit code 1, output of the command is in the /Users/xx/esp/es...
- Mon Sep 18, 2023 1:06 pm
- Forum: ESP-IDF
- Topic: Example does not build after installation
- Replies: 3
- Views: 1212
Example does not build after installation
Ubuntu 20.04 VM. I followed the steps as described in https://docs.espressif.com/projects/esp-zigbee-sdk/en/latest/esp32/developing.html All fine. sdk is in /home/xx/github/esp-idf, . ./export.sh done. Then - so what do I do wrong? $ cd /home/xx/github/esp-zigbee-sdk/examples/esp_zigbee_sleep/ $ idf...