Set climate not working
See original GitHub issueHello,
none of the below works to turn on the climate in my A7 via HA. When I turn it on in the Audi app the status of sensor.xxx_climatisation_state
changes. But setting it from HA is not working?
Any idea how I can debug this?
Locking/Unlocking the doors works.
audi_service_climatisation:
sequence:
- service: audiconnect.execute_vehicle_action
data:
vin: !secret vin
action: 'start_climatisation'
audi_service_preheater:
sequence:
- service: audiconnect.execute_vehicle_action
data:
vin: !secret vin
action: 'start_preheater'
audi_service_window_heating:
sequence:
- service: audiconnect.execute_vehicle_action
data:
vin: !secret vin
action: 'start_window_heating'
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Why Isn't Your Car's Automatic Climate Control Working?
Why Isn't Your Car's Automatic Climate Control Working? · 1. Faulty Control Module · 2. One or More Failed Sensors · 3. Bad...
Read more >Troubleshoot Automatic Climate Control System - AA1Car
Maintaining a relatively constant temperature setting is not as easy as it sounds because the temperature inside and outside the vehicle is constantly...
Read more >Toyota Climate Control Reset | GetJerry.com
If you experience such problems, you can reset your Toyota's climate control by unplugging and reinstalling the HVAC/ECAS fuse.
Read more >"2 minute How to" Program your Climate Controls ... - YouTube
In this video we walk through the steps to setting up your T-Style Radios Climate Controls. USE THIS LINK TO GET YOUR PDF...
Read more >Climate not working properly (won't maintain set temp)
If the temperature sensor is not working correctly, it would make sense that climate keeper can't keep the accurate temp). Informative.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@arnerek This seems logical. In earlier tests @arjenvrh did on my eTron, we had the exact same issue: API works but car rejected the request. Also, I see in the app that you can set the temperature, and that was not implemented.
Could you maybe make a pull request to get this merged in the code?
I now also get the same error. Both on a new A6 TFSIe and a Q3 TFSIe. It works from the Audi app, and “stop climatisation” does work. So it would seem that the “start” function is indeed missing some parameters.
EDIT: typo