If you have learned signals that don't get decoded when you look at them in IR.exe, post your file to the Diagnosis Area then post your question here (including a link to the file).
I cannot decode my AC remote with irwidget. I'd like to add the device to my URC-1056 remote. Could someone take a look at it?
I have learned the keys with IRwidget latest version:
I assume all the text files included in your zip were pulled from an IRScope .ict file? If so, could I see the ict file instead as it would save me all the fork of re-creating it from the text files.
Rob www.hifi-remote.com Please don't PM me with remote questions, post them in the forums so all the experts can help!
As expected, this is like most A/C signals. The way A/C remotes work is, they show you on the screen what all your current settings are, for things like temp, fan speed, wind mode, etc and then the remote has buttons where you can raise the temp, or the fan speed, etc. But what really happens is, the signal that the remote sends has everything encoded into it, such as the speed, temp, etc. So you don't get one signal for "TEMP +", if the temp is currently 69 and you raise it by 1, the signal that the remote sends will have 70 encoded into it.
So, there will be some work on your part to fully capture this remote, and then we'll have to think about how we can usefully convert it into an upgrade.
For each button on the remote, you will need to capture the signal for each available setting. For example, if the temp has a range of, let's say, 65 to 75, you would need to capture the signal for each press of TEMP+ or TEMP- that causes the temp to be 65, 66, 67... 75. Then do the same for the next button. And use the NOTES feature in IRScope to label what you have captured.
For the technical folks, the signal looks like an elongated version of the NEC signal, it's 38kHz, it's 14 bytes long and the burst times are (in Pronto hex): "000F 000F" and "000F 0030", which is about +400 -400, +400 -1200
Rob www.hifi-remote.com Please don't PM me with remote questions, post them in the forums so all the experts can help!
I have just written an executor to generate this signal, next I will put together an upgrade with all the functions in it, then I'll have to do some extensive testing on it, because these things never work perfectly the first time.
Rob www.hifi-remote.com Please don't PM me with remote questions, post them in the forums so all the experts can help!
My tests show that my executor appears to work, so I'm ready for you to try it out. There are several files in this zip, but the only one you need to use is the RMDU file.
Keep in mind that every signal sets every feature, so they're all combo features. I have loaded up several different combo signals into this test upgrade, so all I'm asking for now is for you to load it up into your remote and see if it controls your A/C. Assuming it does, I will try and put together some sort of spreadsheet which will let you create your own custom combo buttons.