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
Hi, this library has served me very well with other HVAC units, however, I seem to have stumbled upon a unit that does not yet have support. Here are some details of the unit and it's remote:
As described in the readme, I've set up Raw-IR-decoder-for-Arduino on an Arduino Uno with the TSOP38238 acting as an IR Reciever.
However, I have tried the options 1-6, and none of them give me decoded output containing a pair of "Hh" (Options 1,3,4,5 gives me individual "h's scattered throughout the dump with no hexadecimal output)
Options 2 (Panasonic CKP, Midea etc. codes) and 6 (ZH/JG-01 codes) gives me hexadecimal output, but with no "h", "H" or "Hh" pairs. Here is some annotated output from using Option 6:
On a cursory glance, it looks like the last byte is some sort of checksum, the 4th byte seems to control ON/OFF and the 5th byte seems to have influence on temperature (however I don't see any pattern related to the numbers that match up)
I'd like to add support for this model, however I am unsure how to proceed with the reverse engineering. I'm happy to provide any other captures. Once decoded, I can also attempt to create a PR with support for this system.
The text was updated successfully, but these errors were encountered:
Hi, this library has served me very well with other HVAC units, however, I seem to have stumbled upon a unit that does not yet have support. Here are some details of the unit and it's remote:
Amazon Listing - https://www.amazon.in/gp/product/B0BRKX6FD5/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&th=1

As described in the readme, I've set up Raw-IR-decoder-for-Arduino on an Arduino Uno with the TSOP38238 acting as an IR Reciever.
However, I have tried the options 1-6, and none of them give me decoded output containing a pair of "Hh" (Options 1,3,4,5 gives me individual "h's scattered throughout the dump with no hexadecimal output)
Options 2 (Panasonic CKP, Midea etc. codes) and 6 (ZH/JG-01 codes) gives me hexadecimal output, but with no "h", "H" or "Hh" pairs. Here is some annotated output from using Option 6:
On a cursory glance, it looks like the last byte is some sort of checksum, the 4th byte seems to control ON/OFF and the 5th byte seems to have influence on temperature (however I don't see any pattern related to the numbers that match up)
I'd like to add support for this model, however I am unsure how to proceed with the reverse engineering. I'm happy to provide any other captures. Once decoded, I can also attempt to create a PR with support for this system.
The text was updated successfully, but these errors were encountered: