You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
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!
The text was updated successfully, but these errors were encountered:
MaBoCoMark
changed the title
I might help improving KELVINATOR protocol
I might help improving KELVINATOR protocol (Timer function)
Nov 20, 2023
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 :
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!
The text was updated successfully, but these errors were encountered: