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 · 3 comments
Closed

ZSX signature ? #6

metarutaiga opened this issue Feb 1, 2020 · 3 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

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

2 participants