Add support for Samsung AR##NXFPEWQ## climate#1575
Open
paoloantinori wants to merge 2 commits into
Open
Conversation
Adds device code 8801 for the Samsung AR##NXFPEWQ## family, verified working with AR12NXFPEWQN (12k BTU R32 inverter split) via Broadlink RM Mini 3 (Base64). Modes: cool/heat/dry/fan_only/auto; fans auto/low/med/high/turbo; 16-30C. Codes validated end-to-end against the physical unit (power, mode, fan speed, target temperature). Uses HA-standard fan_only (the original capture used 'fan', which SmartIR's HVAC_MODES filter silently drops). Updates docs/CLIMATE.md. Supersedes closed smartHomeHub#422.
SmartIR climate.py sends swing statefully via commands[mode][fan][swing_mode][temp] (per-combo). The captured 'oscillate' was a single Samsung swing-toggle frame with no code path in climate.py to send it -> dead, inconsistent data. Removed so the file is a clean, internally-consistent 3-level no-swing code (matching the off/cool/heat/dry/fan_only/auto structure). Full swing support would require recapturing every mode/fan/temp combo in both swing states.
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.
Adds climate device code 8801 for the Samsung AR##NXFPEWQ## family, verified working with AR12NXFPEWQN (12k BTU R32 inverter split) via Broadlink RM Mini 3 (Base64). Modes: cool/heat/dry/fan_only/auto; fans auto/low/med/high/turbo; 16-30C. Codes validated end-to-end against the physical unit. Uses HA-standard fan_only (original capture used 'fan', dropped by SmartIR's HVAC_MODES filter). Supersedes closed #422. Number 8801 = next free after 8800; renumber if preferred. Updates docs/CLIMATE.md.