Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My 2023 Air conditioner doesn't have Fan_only mode #734

Open
jcob9320 opened this issue Apr 7, 2024 · 0 comments
Open

My 2023 Air conditioner doesn't have Fan_only mode #734

jcob9320 opened this issue Apr 7, 2024 · 0 comments

Comments

@jcob9320
Copy link

jcob9320 commented Apr 7, 2024

  1. The model name of my 2023 LG air conditioner is FQ18SDTHAN.AKOR, and in HA's climate service, the Fan_only setting is not available. Currently, only Cool / Dry modes are possible.

  2. I would like to add the Fan_only mode.

  3. After adding ACMode.AIRCLEAN.name: HVACMode.FAN_ONLY below HVAC_MODE_LOOKUP in
    custom components -> smartthinq_sensors -> climate.py, Fan_only mode started working.
    HVAC_MODE_LOOKUP: dict[str, HVACMode] = { ACMode.AI.name: HVACMode.AUTO, ACMode.HEAT.name: HVACMode.HEAT, ACMode.DRY.name: HVACMode.DRY, ACMode.COOL.name: HVACMode.COOL, ACMode.FAN.name: HVACMode.FAN_ONLY, ACMode.ACO.name: HVACMode.HEAT_COOL, ACMode.AIRCLEAN.name: HVACMode.FAN_ONLY, }

  4. Here is what I've configured.
    1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant