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

Handle hvacFanCtrl messages without fanMode data #5327

Merged
merged 1 commit into from
Jan 14, 2023

Conversation

davidjb
Copy link
Contributor

@davidjb davidjb commented Jan 14, 2023

This handles hvacFanCtrl messages where fanMode isn't present, such as {"fanModeSequence":1} (such as that generated by the Mercator SSWF01G fan controller, reported in Koenkk/zigbee2mqtt#15186). Previously, without fanMode present in the message, the state was assumed to be on given the lookup implementation.

Section 6.4.2.2 of the ZCL mentions that FanMode and FanModeSequence should be mandatory but at least the SSWF01G sends these attributes in separate messages.

This handles `hvacFanCtrl` messages where `fanMode` isn't present, such
as `{"fanModeSequence":1}` (such as that generated by the Mercator
SSWF01G fan controller, reported in
Koenkk/zigbee2mqtt#15186). Previously, without
`fanMode` present, the state was assumed to be on.
@Koenkk
Copy link
Owner

Koenkk commented Jan 14, 2023

Thanks!

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

2 participants