What's going on with these 314 byte SRKXXZS Mitsubishi Heavy IR codes? #1418
erraticallyefficient
started this conversation in
General
Replies: 1 comment 7 replies
-
Note sure how I can help with this, other than to offer constructive advice.
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have a SRKXXZS Mitsubishi Heavy Air Conditioner, with a RLA502A700L remote.
Unfortunately, I don't have an ESP8266 to collect the IR codes from the remote, however I do have a Broadlink RM4 mini.
The Broadlink RM4 is integrated with Home Assistant, and I've been running the learn commands with Node Red to collect the base64 output for each command. My intent here was to decode the bytes, then setup my own simple Node Red flow to build new ones based on the commands I want to send to the AC.
However, when I look at the collection of collected IR bytes, I'm not seeing the patterns I expect to see!
Given that this issue is possibly with the Broadlink, I didn't want to make an issue on this github. But also given that this github has the best resources I've seen so far...
https://github.com/crankyoldgit/IRremoteESP8266/wiki/Adding-support-for-a-new-AC-protocol etc
and you've already tackled some variants of the Mitsubishi Heavy, I thought you guys might have some idea what's going on here, and point me in the right direction!
Here is my collection of base64 commands, and my attempt to decide them into something meaningful. The colours are just to highlight patterns. (Or lack thereof!)
https://docs.google.com/spreadsheets/d/1F1DyulrEQg6hQ89R8tkbdz888bEwiuDR4h9Qynh81Cs/edit?usp=sharing
I collected these in sequence, and avoided changing any other settings on the remote between collections. The sequence of temp ups and downs were re-collected a day later, and I didn't reset the clock... However, as you can see, I'm getting a lot more bytes back than the complete examples you have of Mitsubishi heavy remotes, and there's no consistent value changes, even when I do something as simple as walking through the complete temperature range.
Does anyone have any tips on what I might be doing wrong, and/or how this could be decoded?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions