I followed the steps in the wiki.
I have my network on channel 11, so I pressed button 1 for 10 seconds but nothing.
I also tried all other buttons, just to be sure.
I tried it close to lights, I tried it far from a light.
I had the pairing allowed for all devices or only the one I was close to.
I also do not see anything in the logs of Z2M.
I just repaired my old hue bridge and there the switch works, so the hardware itself is not broken.
Does anybody have an idea what I could do to troubleshoot here?
ZIgbee2mqtt ezsp support is still tagged as experimental. There’s been a fair amount of discussion since the ZBDongle-E release, and pairing problems have been reported.
I would first try the dev branch. There have been some recent pairing related changes merged for ezsp.
Oh!
That is a good point! Did not think about the still experimental support.
I will try the dev branch later today and maybe get a debug log from both branches.
FYI, need to know Philips Hue Tap Switch is a “Zigbee Green Power” (ZGP, a.k.a. GreenPower) device.
As mentioned, Silicon Labs EZSP (“EmberZNet Serial Protocol”) based adapter support is still experimental in Zigbee2MQTT, and while Silabs EFR32MG1x/EFR32MG2x hardware and firmware do have support “Zigbee Green Power” (ZGP, a.k.a. GreenPower) the ezsp adapter/driver code in the zigbee-herdsman library which Zigbee2MQTT depends on does not yet support “Zigbee Green Power” (ZGP, a.k.a. GreenPower) which Philips Hue Tap and a few other “Friends of Hue” batteryless devices uses, see development here → https://github.com/Koenkk/zigbee-herdsman/issues/319
So for now you need a Texas Instruments z-stack (CC2652 or CC1352 based) adapter/driver or if you are a Python developer yourself then you could help with coding for the project by mapping the correct missing frames needed for “Zigbee Green Power” (ZGP, a.k.a. GreenPower) into the ezsp adapter/driver code → https://github.com/Koenkk/zigbee-herdsman/tree/master/src/adapter/ezsp so in conclusion the ezsp software code need some development work to specifically add “Zigbee Green Power” (ZGP, a.k.a. GreenPower) support → https://github.com/Koenkk/zigbee-herdsman/search?q=green plus both more developers as well as more testers activly helping out on improving that ezsp adapter/driver code in the zigbee-herdsman library.