Toni
Toni
This part of the library was just submitted by Github user @nick1802, could you ask him?
Unfortunately I have no idea if this particular variant works, and also I don't have any way to test. But try it out, there's support for Mitsubishi MSY. Use 'mitsubishi_msy'...
You're welcome :) For debugging, I have used this (https://github.com/ToniA/Raw-IR-decoder-for-Arduino) to read the IR remote commands. So you'd need to check out what are the differences between the signal the...
The plugin P035 also seems to support these devices, what if you try to use that one instead ("Communication - IR Transmit")? One example of the command is this: IRSENDAC,...
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,...
You have used my 'Raw-IR-decoder-for-Arduino' sketch, and I think this is the way to go. The protocol selection in the decoder is not very selective, so it accepted the DeLonghi...
The stock checksum calculation is not working? https://github.com/ToniA/arduino-heatpumpir/blob/master/GreeHeatpumpIR.cpp#L166 Does the decoder always say the checksum is correct (even though it does not understand the protocol)?
I don't have access to this remote, so I also can't decode the code needed for this :(
Oh, I should make a new version of the example. The problem simply is that now the 'CarrierHeatpumpIR' is a virtual class, and there are a number of implementations of...
Yes, I've been thinking about this since beginning, but didn't really get anywhere with the device-specific settings. I think the JSON string format would probably be the way to go....