Disable reporting of SwBuildId for IKEA lights #3446
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
IKEA lights add a implicit bindings of Basic Cluster for each group they are in including default group 0xfff0. For some lights there are up to 4 Basic Cluster bindings (perhaps even more). deCONZ additionally adds a unicast binding. The group bindings can't be removed as the result status asserts "No Entry".
The attribute was configured to report every 30 minutes, resulting in multiple group casts which is quite heavy and might cause negative side effects. As a side note Xiaomi mains powered switches also have the default group 0xfff0, it's not clear yet if they are related.
This PR disabled reporting of attribute 0x4000 and falls back to simple ZCL read attribute command.