I recently bought an SR-ZGP2801K4-DIM-S Zigbee Green Power switch (solar-powered), and I would like to connect it to my ESP32-H2 device. I’m trying to use the sample project from the ESP Zigbee SDK:
So far, I have set up my ESP32-H2 and flashed the example, but I’m unsure how to properly pair the SR-ZGP2801K4-DIM-S with it. I’ve tried pressing and holding the switch buttons for 10 seconds, then pressing it once, holding it for 10 seconds again to enter pairing mode, but I don’t see any logs indicating that it’s being detected.
I believe i flashed the code right because i have the following logs on my terminal :
I (450) gpio: GPIO[9]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:4
I (450) ESP_ZGP_COMBO: Deferred driver initialization successful
I (460) ESP_ZGP_COMBO: Device started up in non factory-reset mode
I (470) ESP_ZGP_COMBO: Device rebooted
I (1070) ESP_ZGP_COMBO: Network(0x4cd9) is open for 180 seconds
Does anyone have experience with pairing Zigbee Green Power devices with ESP32-H2? Any guidance on troubleshooting or specific configurations required in the sample project would be greatly appreciated!
Thanks in advance!