Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for auto discover of genBinaryOutput #194

Open
tomaszduda23 opened this issue Sep 4, 2024 · 2 comments
Open

support for auto discover of genBinaryOutput #194

tomaszduda23 opened this issue Sep 4, 2024 · 2 comments

Comments

@tomaszduda23
Copy link

tomaszduda23 commented Sep 4, 2024

esphome/esphome#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 esphome/esphome#7340 (comment). genBinaryOutput was implemented instead of genOnOff since it support description which could be used to distinguished clusters after #160 gets implemented.

@puddly
Copy link
Contributor

puddly commented Sep 4, 2024

Can you provide sample firmware for something like the nRF52840 to test this out?

@tomaszduda23
Copy link
Author

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:

  1. if you have SWD you can just erase memory and re-flash
  2. factory reset by GPIO (I need pin number based on your board)
  3. I could factory reset each time when power on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants