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

Add basic support for YX1F8F remote #2005

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Limb
Copy link

@Limb Limb commented Jun 17, 2023

This merge request adds basic support for the YX1F8F remote. This includes support for setting temperature, fan, and mode (including a new eco mode).

It does not currently include support for using the timer functionality. That requires sending 3 packets, of which the middle packet seems to contain an internal timer countdown reference that is tracked by the remote. I have mapped that packet out, but need to see if the timer value actually affects the internal timer on the AC unit or not.

@Limb
Copy link
Author

Limb commented Jun 17, 2023

I should also add that this remote and AC unit has the following temperature range: 60 to 90 Fahrenheit, which is not what the current safe min/max is in the header file. I'm not sure if it is worth the effort to create a second set of "safe" minimums just for this remote, and the few extra degrees are not needed by me so I did not bother to implement it, but would be willing if the request is warranted.

@Limb Limb force-pushed the YX1F8F_Clean branch 2 times, most recently from 8a706a5 to 4836964 Compare June 17, 2023 15:27
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