-
Notifications
You must be signed in to change notification settings - Fork 98
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
fix: Climatisation State for 2024 Q4 #452
Conversation
Add mapping for climatisation state for 2024 Q4
@pergolafabio please test, this should pull the climate state for your vehicle. |
Can you also add the timer left? the timer that counts down from 30 to 0 |
I see the timer left in this request url: => remainingClimatisationTime_min Maybe also the target temp is interesting? => targetTemperature Body:
|
for more information, see https://pre-commit.ci
I've added Ideally, entities like remaining time, and target temp, would be attributes to the Please submit a feature request for Target Temp and any others so myself or someone else can get to it when they have more time. |
ok, the remainingClimatisationTime is also working! :-) the target temp is for another time then :-) |
Just trying to understand, you said :
But you added the "remainingClimatisationTime_min" also with a few lines of code? that entity didnt exist either? I also see the target temp in this request:
|
No worries! To create new entities requires telling the integration where to look, how to interpret the data, and providing all the metadata for the new entities. That requires modification and code in 3 different files. The |
ah ok, makes sense for diagnostics, you have a lot more, but its because you have a hjybrid :-) as for the door/window/trunk sensors, i have them, but the states doesnt work... they are always locked... |
Trip Data is unavailable for your vehicle at this time according to the logs:
as you're suggesting, the Audi App may need to be updated, or we may need to find more services for newer vehicles. If you find anything with HTTPTool let us know in a feature request. |
Will do, will check next time when the app gets updated... Are you also going to work on the climate start ? |
And thnx! Much appreciated 👍 |
I merged this. |
I will be working on it when I have time. I'm desperately missing it with the summer heat. |
Add mapping for climatisation state for 2024 Q4