skodaconnect / homeassistant-skodaconnect

Skoda Connect - A home assistant plugin to add integration with your car
Apache License 2.0
232 stars 28 forks source link

Average fuel consumption sensor unavailable after latest update #27

Closed quantummobile closed 3 years ago

quantummobile commented 3 years ago

Describe the bug A clear and concise description of what the bug is.

Average fuel consumption sensor unavailable after latest update

Latest working release If the problem started after updating to a new release, please state latest working release.

Debug logs If applicable, add debug logs. See README on how to enable debug logs with response debugging.

Installation:

Additional context Add any other context about the problem here.

Farfar commented 3 years ago

Average fuel consumption sensor unavailable after latest update

This issue is quite lacking in information. What release is this not working in? In which release was it working? The latest, 1.0.40-RC1 is purely a beta release for testing new API login and should not be used of you don't have any problem with 1.0.38.

quantummobile commented 3 years ago

The release this issue occured is v1.0.38. There was no issue with average fuel consumption sensor in previous releases.

Home Assistant OS 5.12 core-2021.3.4 supervisor-2021.03.6

Farfar commented 3 years ago

The release this issue occured is v1.0.38. There was no issue with average fuel consumption sensor in previous releases.

Home Assistant OS 5.12 core-2021.3.4 supervisor-2021.03.6

Can you please provide some debug logs?

quantummobile commented 3 years ago

Sure, but I need your guidance on this matter.

Farfar commented 3 years ago

Sure, but I need your guidance on this matter.

Check the README here on how to enable debug logging.

quantummobile commented 3 years ago

Sure, but I need your guidance on this matter.

Check the README here on how to enable debug logging.

Thanks, I presume only this should be enabled? custom_components.skodaconnect.sensor: debug

Farfar commented 3 years ago

Sure, but I need your guidance on this matter.

Check the README here on how to enable debug logging.

Thanks, I presume only this should be enabled? custom_components.skodaconnect.sensor: debug

For me to know what might go wrong I need you to enable: 'skodaconnect.connection: debug' Also add 'response_debug: True' under skodaconnect configuration to enable logging of raw API responses, that might also help in debugging your issue.

quantummobile commented 3 years ago

Alright, looks like the issue was on the Skoda side. I did notice in the logs, that login to skodaconnect fails. Turned out that their own app experienced outages, must be some server related stuff.

After the Skoda app was fixed, I restarted HA and sensor is back to normal now.