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

[Feature Request] Ability to control qadapt_conf and eco_conf #5

Open
Zanuuu opened this issue Aug 18, 2024 · 2 comments
Open

[Feature Request] Ability to control qadapt_conf and eco_conf #5

Zanuuu opened this issue Aug 18, 2024 · 2 comments
Labels
feature request New feature or request

Comments

@Zanuuu
Copy link

Zanuuu commented Aug 18, 2024

Hi @Noltari ,

First of all, thank you very much for your amazing work. I have an Airzone multi-zone system at home, and I am very pleased to be able to integrate it into my Home Assistant.

I’d like to request a new feature to control Eco-Adapt and Q-Adapt. These parameters are important because they allow for better energy efficiency and noise control, which are critical for optimizing the comfort of my home. Having these features in Home Assistant would make it much easier to manage them automatically through my smart home setup.

Unfortunately, Eco-Adapt is read-only through the local API, while Q-Adapt is currently unavailable. However, I’ve found that both features are supported in the Airzone Cloud API. Adding them to the Airzone Cloud integration would provide significant added value, and it would be a compelling reason for me to migrate from the local integration to the cloud-based one.

If this is something you’re considering implementing, I’d be happy to help with testing or provide further feedback.

Eco-Adapt: Documentation

  • "eco_values": ["off", "manual", "a", "a_p", "a_pp"]
  • Example:
curl -X PUT "https://m.airzonecloud.com/api/v1/installations/{installationId}" \
 -H "accept: application/json" \
 -H "authorization: Bearer {token}" \
 -H "content-type: application/json" \
 -d '{"params":{"eco_conf":"a_pp"}}'

Q-Adapt: Documentation

  • "qadapt_values": ["standard", "silence", "min", "max", "power"]
  • Example:
curl -X PATCH "https://m.airzonecloud.com/api/v1/devices/{deviceId}" \
 -H "accept: application/json" \
 -H "authorization: Bearer {token}" \
 -H "content-type: application/json" \
 -d '{"installation_id":"{installationId}", "param":"qadapt_conf", "value":"standard"}'

Thank you again for your hard work and consideration.

Best regards,

@Noltari Noltari added the feature request New feature or request label Sep 15, 2024
@Noltari Noltari self-assigned this Sep 15, 2024
@Noltari
Copy link
Owner

Noltari commented Sep 15, 2024

Hi @Zanuuu,

I already reported to Airzone that Eco-Adapt is read-only through the Local API in the past and they told me that they would fix this in the future (but no ETA).

As for the Cloud API I will create new select entities as soon as I can for both Eco-Adapt and Q-Adapt, but I'm currently a bit busy so I'm not sure when I will be able to do it.

@Zanuuu
Copy link
Author

Zanuuu commented Sep 16, 2024

Hi @Noltari

In the meantime, I made 3 python scripts integrated with pyscript. One for eco-adpat, one for q-adapt and a third one to change the mode.

I'm pretty happy with the 3rd one which allows me to change the mode when the zones are off and without turning them on. Each script has its input select and its automation.

For the mode, I added a button per mode. It looks like that 🙂
image

No worries, we are all busy. Take your time to add the mode too 😅

@Noltari Noltari removed their assignment Oct 28, 2024
@Noltari Noltari changed the title Feature request : Ability to control qadapt_conf and eco_conf [Feature Request] Ability to control qadapt_conf and eco_conf Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants