question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Set climate not working

See original GitHub issue

Hello,

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:open
  • Created 2 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
tnagelscommented, Feb 10, 2022

@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?

1reaction
tnagelscommented, Oct 19, 2021

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found