Closed fusionstream closed 4 years ago
Oh and for the sake of posterity, the codes as discovered below are actually inaccurate when compared to what my remote actually sends; in particular the part where it has the exact same remote control as my RLA502A700L https://github.com/adafruit/Raw-IR-decoder-for-Arduino/blob/3a335fe03f7768a5c4eae52a5449a2440a74be30/MitsubishiHeavy.cpp
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The above models seem to work with the 1685. I'm not sure how to confirm the aircon is putting out the temperature/fan speed/mode as desired but it sure is pretty close.
The codes from the 1685 json seem to be different from what I captured with my RM4C mini and the RLA502A700L remote control. I suspect the codes are being modified somehow perhaps based on the time set in the controller because the exact same configuration with a different time (I suspect the seconds or microseconds are also being sent) produces a different code.
Particularly however while the starting hex is the same JgA2AW, the end is different where yours is ADQUAAA== and mine is ADQU=. I'm not sure about the byte alignment but hey, your codes seem to work.
The 1685 code does not support: Vane control: L/R and U/D and 3D Auto Silent mode Allergy Mode Night/Setback High/Normal/Eco mode. Timer (but with the fixed codes in 1685, and automation via home assistant, I guess this is fine).