Add MSZ-GA25VA model support with complete IR commands#1560
Open
danandrea737 wants to merge 1 commit into
Open
Add MSZ-GA25VA model support with complete IR commands#1560danandrea737 wants to merge 1 commit into
danandrea737 wants to merge 1 commit into
Conversation
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 support for Mitsubishi Electric MSZ-GA25VA air conditioner model
This PR adds complete IR control support for the Mitsubishi Electric MSZ-GA25VA model to the SmartIR climate codes database.
Features Added
Device Model: MSZ-GA25VA (Mitsubishi Electric)
Controller: Broadlink IR adapter
Command Encoding: Base64
Complete Functionality
✅ Power Control
Power Off command
✅ Temperature Control
Temperature range: 16°C to 31°C
1°C precision for granular temperature control
Dedicated IR codes for each temperature level (16 temperature settings)
✅ Operation Modes
Auto mode
Cool mode
Dry mode
Heat mode
✅ Fan Speed Control
Auto
Low
Mid
High
Highest
✅ Swing Control
Auto swing
Swing on/off
IR Commands Provided
All commands are fully encoded and tested with complete coverage for:
Every temperature setpoint (16-31°C)
All operation mode and fan speed combinations
Both swing modes (individual positions excluded due current SmartIR limitations)
Proper alternating pulse sequences for reliable Broadlink transmission
This enables full Home Assistant integration with SmartIR for the MSZ-GA25VA model with extensive automation capabilities.