Replies: 1 comment 4 replies
-
|
I would keep
Proposal: add a And please try to apply esphome coding standards (e.q. always use this-> for class attributes) and activate the pre-commit hook. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I am working on enabling reporting of individual attributes as well as optional reporting of attributes immediately on setting. Therefore I have moved the reporting feature to ZigBeeAttributes.
See my branch here: individual_reporting
The functionality is implemented, but I still have problems with the following random crashes:
StackTrace
The crash is related to the way I'm updating the reporting info in the setup function. It doesn't happen if
esp_zb_zcl_update_reporting_info()is not called.I have already experimented with the zigbee lock and the setup priority, but I can't figure out what the root cause is. Maybe someone here with a better understanding of the zigbee stack has an idea.
Beta Was this translation helpful? Give feedback.
All reactions