Open tomaszduda23 opened 2 months ago
Can you provide sample firmware for something like the nRF52840 to test this out?
How would you like to flash it? nRF52840 supports two boot loaders MCUboot and Adafruit (https://deploy-preview-4111--esphome.netlify.app/components/nrf52).
For testing you would also need factory reset. There are few possibilities:
https://github.com/esphome/esphome/pull/7340 adds zigbee support to esphome on nrf52840. genBinaryOutput clusters were implemented in hope that it would be discovered automatically. Auto discovery works for genBinaryInput but it does not for output https://github.com/esphome/esphome/pull/7340#issuecomment-2325216093. genBinaryOutput was implemented instead of genOnOff since it support description which could be used to distinguished clusters after https://github.com/zigpy/zha/issues/160 gets implemented.