-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
Daikin AC Becomes Unavailable in Auto Mode using AZAI6WSCDKB #89237
Comments
Hey there @Noltari, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) airzone documentation |
When setting the mode to "Heat / Cool" in the UI, the following error is returned with a GUI notification "failed to call service" (the other modes work fine):
|
Hi @sup3rm3ga, So the main problem with Auto / Heat & Cool mode on the Airzone integration is that it has never been tested since my device doesn't support it. I need to look into this, but we could try by adding a new key to
This will always show the climate as idling, but at least it won't throw an exception. Probably the proper way of solving this would be implementing a detection at the aioqsw library which would return "COOLING", "HEATING" or "IDLE" depending on the current temperature and the double setpoint... |
BTW @sup3rm3ga, can you provide the diagnostics data from your integration? |
I think I added it to the original posting. Do you see it?
From: Álvaro Fernández Rojas ***@***.***>
Date: Monday, March 6, 2023 at 11:40 AM
To: home-assistant/core ***@***.***>
Cc: sup3rm3ga ***@***.***>, Mention ***@***.***>
Subject: Re: [home-assistant/core] Daikin AC Becomes Unavailable in Auto Mode using AZAI6WSCDKB (Issue #89237)
BTW @sup3rm3ga<https://github.com/sup3rm3ga>, can you provide the diagnostics data from your integration?
—
Reply to this email directly, view it on GitHub<#89237 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AA2V3JBTTSHPNDREPNKFHPLW2YHOHANCNFSM6AAAAAAVRG4ULQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I can’t say for sure, but I would like you to know that there is still only one temperature setting on the device when it is in “Auto” mode. It seems like it just tries to reach the given temperature whether that requires Heat or Cool mode. In other words, “Idle” doesn’t seem to be a thing, nor do there appear to be 2 setpoints for Auto mode.
From: Álvaro Fernández Rojas ***@***.***>
Date: Monday, March 6, 2023 at 11:39 AM
To: home-assistant/core ***@***.***>
Cc: sup3rm3ga ***@***.***>, Mention ***@***.***>
Subject: Re: [home-assistant/core] Daikin AC Becomes Unavailable in Auto Mode using AZAI6WSCDKB (Issue #89237)
Hi @sup3rm3ga<https://github.com/sup3rm3ga>,
So the main problem with Auto / Heat & Cool mode on the Airzone integration is that it has never been tested since my device doesn't support it.
In fact, as far as I know, for full compatibility with the Auto mode of Airzone devices, we should use the double temperature setpoints and right now, only single is supported.
I need to look into this, but we could try by adding a new key to HVAC_ACTION_LIB_TO_HASS https://github.com/home-assistant/core/blob/dev/homeassistant/components/airzone/climate.py#L42:
HVAC_ACTION_LIB_TO_HASS: Final[dict[OperationMode, HVACAction]] = {
...
OperationMode.AUTO: HVACAction.IDLE,
}
This will always show the climate as idling, but at least it won't throw an exception.
Probably the proper way of solving this would be implementing a detection at the aioqsw library which would return "COOLING", "HEATING" or "IDLE" depending on the current temperature and the double setpoint...
—
Reply to this email directly, view it on GitHub<#89237 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AA2V3JCGTOZRR4XPISY6WP3W2YHLDANCNFSM6AAAAAAVRG4ULQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Thanks for all the info that you provided @sup3rm3ga. |
Hello |
Hi @plouf34, is it the same error as @sup3rm3ga? |
The problem
I have two AZAI6WSCDKB in local mode. When my units are set to Auto, the climate entity becomes "unavailable" and the following error appears in the log:
What version of Home Assistant Core has the issue?
2023.3.1
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
AirZone
Link to integration documentation on our website
https://www.home-assistant.io/integrations/airzone/
Diagnostics information
config_entry-airzone-4a9e7ad7e98896ea6580a0a457233e45.json.txt
Example YAML snippet
No response
Anything in the logs that might be useful for us?
The text was updated successfully, but these errors were encountered: