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] Dropdown to change climate HVAC modes without turning on the primary zone or group #6

Closed
Zanuuu opened this issue Aug 18, 2024 · 1 comment
Assignees
Labels
feature request New feature or request

Comments

@Zanuuu
Copy link

Zanuuu commented Aug 18, 2024

Hi @Noltari,

It's me again.
I've seen many posts/issues about HVAC mode, primary and basic zones, and I’d like to submit a simple idea.

First, I want to show you that I’ve already tried different workarounds for this issue with my limited skills. I created a script that saves the state of the primary zone, changes the mode on it, and then turns it off again if it was off before the change. It works better with the local integration due to latency issues (even with added delays and logic retries).
The script is executable via one button per mode in Lovelace, with the mode passed as an input variable. While this workaround functions, it’s not very clean.

To improve this, I’d like to ask if it would be possible to add a workaround as a new feature :
A dropdown list populated with 'mode_available' to control 'mode' on group's device and/or primary zone's device

Mode parameter Documentation

  • 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":{"mode":2}}' 

I’m aware that various topics have been opened on this issue, but I wanted to submit this idea regardless, as it seems that modifications to the Climate card in Home Assistant may not be arriving anytime soon.

Thanks again.
Best regards,

@Noltari
Copy link
Owner

Noltari commented Sep 13, 2024

@Noltari Noltari self-assigned this Sep 15, 2024
@Noltari Noltari added the feature request New feature or request label Sep 15, 2024
@Noltari Noltari changed the title Feature request: Dropdown to change climate HVAC modes without turning on the primary zone or group [Feature Request] Dropdown to change climate HVAC modes without turning on the primary zone or group 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