-
Notifications
You must be signed in to change notification settings - Fork 835
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
Need example for Turn ON Hitachi AC #570
Comments
Assuming you've got a Hitachi A/C unit that uses the 28-byte message size, you should be able to pretty much just edit the TurnOnToshibaAC.ino example code by search & replacing the following:
And the example will probably just work. |
Note: You will need to be using the current head of the master branch of this library, or a version greater than 2.5.2 for that level of Hitachi support. (i.e after 9a5e2ae) |
Using IRrecvDumpV2.ino; I got following serial print:
I am using latest code from master branch only. This 108 bit data will not be worked with Toshiba example file. |
Sorry, per comments in the code & PR #563 there is only detailed Hitachi Protocol support for the 28-Byte So, in order to turn on a unit that is using the
If you can successfully analyse and decode the 13-Byte protocol into it's various parts, we can possibly add full support for that variant. |
Hey @viv1ag, How are you going with this? Did it work for you? |
Marking this Stale. Closing for now. |
Timestamp : 001468.221 Protocol : HITACHI_AC How to write example file for Hitachi AC |
See the following example code that can get you started for your particular device/protocol/needs: But, please remember this FAQ |
Dear Developers,
Could you please add the example for "Turn On Hitachi AC" as other AC examples have been added.
#HelpWanted
The text was updated successfully, but these errors were encountered: