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

[REQ] HVAC status toggle #44

Closed
1 task
brettmc opened this issue Nov 25, 2024 · 1 comment · Fixed by #52
Closed
1 task

[REQ] HVAC status toggle #44

brettmc opened this issue Nov 25, 2024 · 1 comment · Fixed by #52
Labels
enhancement New feature or request

Comments

@brettmc
Copy link

brettmc commented Nov 25, 2024

Is your feature request related to a problem?

  • Yes

Please describe the problem

I've found that I can turn on the remote climate (ie, turn on A/C when vehicle is locked and empty) in a couple of ways:

  • pressing the provided "Air Conditioning" button
  • running the "Start AC" action (passing VIN as data)

I can also see that the provided HVAC Status sensor shows that the A/C is on when I do this.

I find it confusing that the "Air Conditioning" button/sensor allows turning on remote A/C but doesn't show the status correctly.

Describe the solution you'd like

What I would like to see:

  • the Air Conditioning sensor shows as being on when A/C is remotely turned on (since I can use this sensor's button to turn on remote A/C)
  • the toggle behaviour of the HVAC Status sensor turns on/off the A/C (currently, I see Action binary_sensor.turn_on not found) if I set the tile's interaction to toggle
  • successfully turning on/off the A/C triggering an update of the HVAC and A/C sensor values, so I know if it's worked or not

Describe alternatives you've considered

No response

Additional context

No response

@brettmc brettmc added the enhancement New feature or request label Nov 25, 2024
@ad-ha
Copy link
Owner

ad-ha commented Nov 25, 2024

Hi @brettmc

Thanks for the feedback and suggestions.

Let me have a look into that and see what I might be able to do. That's a part that I had in mind to revise, because the initial deployment only had the HVAC status and the start AC (blowing) options. I after added the climate commands and ) may have mixed somethings.

I've also found an issue with the Rear Window Heating button, which I want to convert to a switch as well (with status feedback) and was planning to revise both those things.

It may take me a while to have some time to look into it, but I will include it on my roadmap for sure 👍

Cheers

This was referenced Nov 27, 2024
@ad-ha ad-ha closed this as completed in #52 Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants