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

TCL 112 Protocol HalfDegree Wrong Position #1998

Open
kickit2 opened this issue May 29, 2023 · 2 comments
Open

TCL 112 Protocol HalfDegree Wrong Position #1998

kickit2 opened this issue May 29, 2023 · 2 comments
Assignees

Comments

@kickit2
Copy link

kickit2 commented May 29, 2023

Version 2.8.5

Describe the bug

IRL AC unit did not respond to half degree C commands for TCL 112 Protocol. Compared to IR code from remote and found HalfDegree bit in wrong position. Corrected on local copy of code and verified desired functionality on IRL unit.

Byte 12 of TCL protocol should be as follows
uint8_t :2;
uint8_t HalfDegree :1;
uint8_t SwingH :1;
uint8_t :3;
uint8_t isTcl :1;

@crankyoldgit crankyoldgit self-assigned this May 29, 2023
@crankyoldgit
Copy link
Owner

@kickit2 What is the make & model numbers for the a/c unit and the remote please?

@kickit2
Copy link
Author

kickit2 commented Jun 1, 2023

Make and Model is a "Denali Aire", "1DAC10K" which seems to be just another reseller of 3rd party built equipment. The remote is branded "Denali Aire" but without a model number. Opening the remote revels a PCB with the following details

TCL Aircon GYKQ-58
3.60.011-2181001010
V3.0
2018.11.07

I suppose its possible this remote / unit uses a slightly modified protocol, but literally everything else matches and I've run in to no other issues (on things it supports anyways - this unit doesn't have heat for example)

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