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

feat: Allow using custom clusters with groups #1318

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

ccutrer
Copy link

@ccutrer ccutrer commented Feb 12, 2025

But only if ALL devices in the group support the cluster. It's highly dependent on individual devices if they will support read/write/command for custom clusters. In my testing, my Inovelli switches are responding to writing attributes, but not commands (such as LED commands).

@ccutrer ccutrer force-pushed the custom-clusters-to-groups branch from a5c090f to f66199d Compare February 16, 2025 23:43
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't need to be changed.

Also, considering the changes, and the fact tests are still passing, looks like there are gaps in coverage that are not being properly detected (hence, could be misbehaving from previous logic and we wouldn't know).

ccutrer added 4 commits March 2, 2025 17:41
But only if ALL devices in the group support the cluster.
It's highly dependendt on individual devices if they will support
read/write/command for custom clusters. In my testing, my Inovelli
switches are responding to writing attributes, but not commands
(such as LED commands).
@Nerivec Nerivec force-pushed the custom-clusters-to-groups branch from f66199d to ebb4385 Compare March 2, 2025 16:41
@ccutrer
Copy link
Author

ccutrer commented Mar 2, 2025

I'm sorry I haven't had time to get back to this. Other projects have taken priority. I still plan on getting back to it, but don't have a specific estimate as to when. Feel free to finish it yourself if you feel like it warrants it. Otherwise... I'll get to it sometime!

@Nerivec
Copy link
Collaborator

Nerivec commented Mar 2, 2025

Will finish #1330 first then we can cleanup this one.

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

Successfully merging this pull request may close these issues.

3 participants