audi_connect_ha
audi_connect_ha copied to clipboard
a request to add additional sensors
would someone like to see if it is possible to add the unique sensors from this fork. https://github.com/cyr-ius/hass-audiconnect For example, tire information, preheat temp., charging time, etc. In my opinion, there are some nice additions in it.
https://github.com/cyr-ius/hass-audiconnect
+1
Especially for tire pressure
Can you check if the data is in the mobile app? Some data points were recently removed from audi's API. Also enable debug logging and post your vehicle data.
A lot of information is not available in the app. The existing sensors are also not all visible in the app, so it is difficult to say.
Yes. Once debug logs are provided we can take a look. To confirm that branch you shared no longer work for that data?
uhhh, I switched back to this github last week, I no longer have the Cyr-ius fork running, so I can no longer generate a debug log. (except that I don't really know how to do this either) Is anyone else still using the Cyr-ius fork?
I can give you the yaml sensor data from the Cyr-ius fork, if that is of any use to you.
In the worst case, I have to set up a Test home assistant environment, but then I have to gather some hardware first. I would like to hear from you what is the smartest thing to do.
sorry something happened on my PC
Debug logs from this repo are needed.
Okay, clearly, I just don't have much IT skills and I have no idea how to create a debug log or where to find it. Is there a simple explanation of what you expect from me?
Oh, just a small comment, is that even possible, because the Cyr-ius fork is not working at all at this moment.
Yes. Will work on docs at some point. If you go to the integration page in HA and click the enable debug logs button. After that the main home assistant logs will have debug logging. May need to reload the integration to take effect.
Unfortunately it doesn't work, I can no longer install the integration.
I'll ask in Cyr-ius' github
So this integration isn't working for you? If you want the other one please ask on that GitHub page. Debug logs from this repo are needed.
Is this what we are looking for? https://github.com/cyr-ius/hass-audiconnect/files/14417395/config_entry-audiconnect-a822b94995e84ebc08e4f7f866511bea.json
@cdnninja I'm not seeing tire info in the data anywhere. I dug into @cyr-ius audiconnectpy/services.py and looks like there are a lot more endpoints they are using for polling data maybe? Let me know what you think.
I'm not sure if they exist in the new api?
yeah taking more time to compare, I think you're right. I'm not seeing any others.
@Heelderpeel unfortunately it doesn't seem like Audi is providing all the data they used to. If the app has it, we can likely get it, and we can do our best to keep an eye on the data thats coming through the api and add them as they come.
I think we'll have to close this one for now, but please open new issues if you have them or if you see new sensors we can add.
let me know what you think.