-
Notifications
You must be signed in to change notification settings - Fork 25
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
Range entity no longer working #302
Comments
We'll need more logging since it is working on my Enyaq with 1.9.1 |
home-assistant_myskoda_2024-11-16T19-54-10.454Z.log Did enable debug logging but didn't see any errors to indicate anything going wrong. Removed VIN number and other unrelated log lines from other integrations. |
Can you enable tracing as well, in the integration options (right next to the S-PIN) |
home-assistant_myskoda_2024-11-16T22-50-58.236Z.log |
Yes, it is, however since we support electric, hybrid and ice vehicles, we get the data from a different endpoint, but that endpoint i do not see queried in this log. Is the log complete? It would seem to miss a few endpoints |
This is everything I get in the logging. I stopped when I got a lot of: Mind telling me what endpoint you are expecting to see? I suspect you're expecting Maybe this also helps but I do not have all subscriptions active.
|
Possibly related to #268 - range was changed to populate from driving_range instead of battery |
The driving_range endpoint is only queried if we see the
So that is likely what is happening here. I think maybe for the Range sensor we have it fall back to the range from the battery data if the driving_range isn't available ? |
Yeah, if the car has the right capabilities and the license is missing, we can fall back indeed. |
Due to missing subscriptions for the STATE capability the driving_range can be missing while the battery data is available. Fixes skodaconnect#302
Due to missing subscriptions for the STATE capability the driving_range can be missing while the battery data is available. Fixes skodaconnect#302
Due to missing subscriptions for the STATE capability the driving_range can be missing while the battery data is available. Fixes #302
Describe the bug
Since the update to 1.9.0 I noticed I no longer have a valid range value.
I'm using the integration with my Skoda Enyaq IV
Is this working in MySkoda app?*
Yes I can see the range in the MySkoda App
Latest working release
Pre 1.9.0
Debug logs
If applicable, add debug logs. Debug logs help us locate and fix a problem quicker
Installation:
Core: 2024.11.2
Supervisor: 2024.11.2
Operating System: 13.2
Frontend: 20241106.2
The text was updated successfully, but these errors were encountered: