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

Update Matter Fan Control Cluster to add 'SpeedMax' attribute. #68

Closed
wants to merge 5 commits into from

Conversation

lboue
Copy link

@lboue lboue commented Jul 4, 2024

Matter Fan Control Cluster

The Matter specifications indicate that this attribute is mandatory but SpeedMax attribute is missing for Fan device type.
This poses a problem for integrating this device into Home Assistant and running tests.

Matter Specification

Matter-1.3-Application-Cluster-Specification.pdf page 306

4.4.6.5. SpeedMax Attribute
This attribute SHALL indicate that the fan has one speed (value of 1) or the maximum speed, if the fan is capable of multiple speeds.

Testing with Home Assistant

With this fix, the fan is now correctly recognized by Home Assistant.

image

@lboue lboue changed the title Update MatterFan.cpp to add missing 'SpeedMax' attribute. Update Matter Fan Control Cluster to add missing 'SpeedMax' attribute. Jul 4, 2024
@lboue lboue changed the title Update Matter Fan Control Cluster to add missing 'SpeedMax' attribute. Update Matter Fan Control Cluster to add 'SpeedMax' attribute. Jul 4, 2024
attribute SpeedMax
@lboue lboue marked this pull request as ready for review July 4, 2024 20:35
@lboue lboue closed this Aug 2, 2024
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.

None yet

1 participant