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

I might help improving KELVINATOR protocol (Timer function) #2045

Open
MaBoCoMark opened this issue Nov 20, 2023 · 1 comment
Open

I might help improving KELVINATOR protocol (Timer function) #2045

MaBoCoMark opened this issue Nov 20, 2023 · 1 comment

Comments

@MaBoCoMark
Copy link

Overview

I'm using Gree model which detected using Kelvinator protocol.
And I want to add Timer setting function to ir_Kelvinator.h, but IDK if someone has done this before.
Already tested both RecieveDump and TurnOn Programs both works properly on my Gree device.

Details

I'm trying to perform Timer Settings by using this library, but I didn't find the function.
As my model is Gree brand, it do have timer set function on its own remote.
Here's what I get via RecvDumpV3 with its original remote :

Protocol  : KELVINATOR
Code      : 0x19902050000000301990206000E00111 (128 Bits)
Mesg Desc.: Power: On, Mode: 1 (Cool), Temp: 16C, Fan: 0 (Auto), Turbo: Off, Quiet: Off, XFan: Off, Ion: Off, Light: On, Swing(H): Off, Swing(V): 0 (Off)

Protocol  : KELVINATOR
Code      : 0x19802150000000401980216000C00301 (128 Bits)
Mesg Desc.: Power: On, Mode: 1 (Cool), Temp: 16C, Fan: 0 (Auto), Turbo: Off, Quiet: Off, XFan: Off, Ion: Off, Light: On, Swing(H): Off, Swing(V): 0 (Off)

The raw HEX codes do have difference, but the DumpV3 didn't detect the timer setting information.
And I've checked the code inside ir_Kelvinator.h from line 144 didn't find any method about timer.

I'd like to do some reverse engineering about the timer function by myself in my spare time, might take a lot of time to finish the code part.
Just want to confirm that nobody already achieved my goal xD, don't want to waste time do something that others already done before.

Looking forward to replies :D Thanks!

@MaBoCoMark MaBoCoMark changed the title I might help improving KELVINATOR protocol I might help improving KELVINATOR protocol (Timer function) Nov 20, 2023
@crankyoldgit
Copy link
Owner

I'm not aware of any active development on that front, but I can test as I have a remote for the device

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