-
Notifications
You must be signed in to change notification settings - Fork 151
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
Old Panasonic AC - I can read the remote, now what? #131
Comments
Look at the different decoders of this schema you are now running. The first step could be to decode the temperature request, i.e. go through the full range of temperatures, and try to write a piece of code which correctly decodes this. Then the fan speed etc. At least the old Panasonic CKP does not have separate ON and OFF signals, it just has a toggle, i.e. the same signal is used, but it just switches the device on or off. |
Thanks for the response! I'm absolutely no good at coding. I can look at it and kind of figure out what's going on, but I cannot write code unfortunately. I'm happy to work it out manually, though, I just need a little more help understanding what I need to look for. I can see a clear change in the Hexadecimal output when pressing buttons. Looking at PanasonicCKPHeatpumpIR.h it looks as though the 'CKP codes' are also defined using Hex. Based on this, is the process a matter of working out -
One other thing I can't seem to determine, is where the codes for temperature are defined? |
OK, I spent a stack of time on this and answered the questions I had above for myself. |
Which IRSender* class do you use? These are listed on README.md and some offers better carrier frequency accuracy than older IRSenderBitBang. Accuracy affects range & direction. |
I’ve got an old Panasonic AC which isn’t currently supported. I’m hoping to add it. The remote is A75C2624
I’ve built the circuit and can read the codes from the remote… but I’m stuck here. It’s showing ‘Unknown Protocol’ but I appear to get sensible output (ie. Symbols/headers aren’t random or repeating) when running for Panasonic CKP - but I really don't know what I'm looking for here.
How do I move from this point to a situation where the information is useable and able to be written in as a working module?
The output is similar to this (this was for on/off button press, twice - so one ought to be 'on' the other ought to be 'off'). It seems mostly repeatable in the 'bytes' area, but the timings change each time.
The text was updated successfully, but these errors were encountered: