Add Mitsubishi Electric MSY-GE series (cooling-only splits) — device code 1141#1572
Open
messelink wants to merge 1 commit into
Open
Add Mitsubishi Electric MSY-GE series (cooling-only splits) — device code 1141#1572messelink wants to merge 1 commit into
messelink wants to merge 1 commit into
Conversation
…d code set MSY-GE13VA / MSY-GE15VA / MSY-GE15VE cooling-only splits. Broadlink/Base64. cool/dry/fan_only/auto x fan(auto/quiet/low/medium/high/max) x swing(auto/highest/high/middle/low/lowest/swing) x 16-31C, 2688 commands + off. Codes generated from the fully reverse-engineered remote protocol and round-trip verified (Broadlink-decode -> 18-byte Mitsubishi frame == source).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Mitsubishi Electric MSY-GE series (cooling-only splits)
Adds a climate device file for the Mitsubishi Electric MSY-GE series —
MSY-GE13VA,MSY-GE15VA,MSY-GE15VE(cooling-only wall splits, common inSG/AU). Stock support for these is thin; the closest existing codes only covered
cool / fan-auto / a narrow temp band.
Electric block 1120–1139); renumber if you'd prefer a different slot. Docs
table (
docs/CLIMATE.md) updated to match.How the codes were produced (provenance)
Rather than learning a handful of buttons, the full remote IR protocol was
reverse-engineered and verified, then every command was generated from the
confirmed frame structure (18-byte Mitsubishi Electric frame, sent twice):
physical remote, and the temperature field follows
B7 = temp − 16exactly.observing the unit.
heatpumpir'smitsubishi_msyconstants.Mitsubishi frame must equal the source frame.
Honest scope / caveats
are the remote's exact timings, so they should work on any IR controller
(Broadlink included), but I have not tested on Broadlink hardware; please
confirm if you can.
is what brings the file to ~2.1 MB / 2688 codes. If you'd prefer a slimmer file
(cool-only is the common case here), the swing axis can be dropped — let me know.
🤖 Generated with Claude Code