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

Fan only not working #276

Open
tdigu opened this issue Mar 16, 2024 · 4 comments
Open

Fan only not working #276

tdigu opened this issue Mar 16, 2024 · 4 comments

Comments

@tdigu
Copy link

tdigu commented Mar 16, 2024

Firstly, i am grateful for this code, it gives a great way to control my mini split systems without added hardware or complexity to control.
The only feature that does not work for both of my mini split systems is the fan only mode.
This is some of the config:
"app": "fglair-us", "model": "AP-WA1E", "sw_version": "bc 2.6.17-fgl2 06/29/20 09:03:57 ID jre/mfg/2dfbf5d", "dsn": "AC000W000472697", "temp_type": "C",
"app": "fglair-us", "model": "AP-WB1E", "sw_version": "bc 2.6.17-fgl2 06/29/20 09:03:57 ID jre/mfg/2dfbf5d", "dsn": "AC000W002915637", "temp_type": "C",

Thank you.

@satarex
Copy link

satarex commented Aug 12, 2024

I have the same issue,
the problem is that the application sends in configuration that it supports FAN_ONLY
From homeassistant/climate/REDACTED/hvac/config :

modes:
  - 'off'
  - fan_only
  - heat
  - cool
  - dry
  - auto

But it expects FAN.
See the logs:

mqtt_client.py:55] Failed to parse value FAN_ONLY for property operation_mode
Traceback (most recent call last):
  File "/app/aircon/mqtt_client.py", line 53, in mqtt_on_message
    chosen_device.queue_command(prop_name, payload.upper())
  File "/app/aircon/aircon.py", line 159, in queue_command
    data_value = data_type[value]
  File "/usr/local/lib/python3.10/enum.py", line 440, in __getitem__
    return cls._member_map_[name]

@DeltaNu1142
Copy link

DeltaNu1142 commented Oct 7, 2024

I also have this issue. I can't turn on the fan from HA because the add-on doesn't recognize "fan_only" as a valid command. And I can't send "fan" with an automation elsewhere as a workaround because it's not an accepted hvac_mode.

@Cook23
Copy link

Cook23 commented Nov 2, 2024

Do you find workaround for this issue ?

Why this pull request haven't be merged ?

Fix: setting fglair fan_only mode : #194

Thanks

@DeltaNu1142
Copy link

I have found no workaround for this issue.

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

No branches or pull requests

4 participants