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

ZSX signature ? #6

Closed
metarutaiga opened this issue Feb 1, 2020 · 5 comments
Closed

ZSX signature ? #6

metarutaiga opened this issue Feb 1, 2020 · 5 comments

Comments

@metarutaiga
Copy link

My ZSX signature first byte is 0x6D, not 0x6C.

so I suggest the code
if ((rx_SPIframe[SB0] == 0x6c)
could be
if (((rx_SPIframe[SB0] & 0xfe) == 0x6c)

Thanks.

@absalom-muc
Copy link
Owner

Have you already tested that all commands are working in the same way as for the ZS series?
What is the exact name of the AC? Is it SRK xx ZSX-S for the indoor unit and SRC xx ZSX-S for the outdoor unit?

@metarutaiga
Copy link
Author

metarutaiga commented Feb 5, 2020

Yes, it's ZSX series. The all command are almost working.
But some function like auto-fan and 6 level vanes and wide-vanes need to check how to set.

@absalom-muc
Copy link
Owner

Implemented in v1.3

@oliv3r
Copy link
Contributor

oliv3r commented Jan 17, 2025

@absalom-muc I wonder if we have any sense if this difference in siganture comes from the fact whether it uses 22 or 33 byte frames? I don't think we've seen a lot of signature bytes from users to make a sensible statement here?

@absalom-muc
Copy link
Owner

yes, this is correct.

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

No branches or pull requests

3 participants