Hyundai-Kia-Connect / kia_uvo

A Home Assistant HACS integration that supports Kia Connect(Uvo) and Hyundai Bluelink. The integration supports the EU, Canada and the USA.
MIT License
413 stars 85 forks source link

Hyundai i30N does not work / No Data Found v2 - No Data Found v2 #560

Closed roederm94 closed 1 year ago

roederm94 commented 1 year ago

Please check Services, Known Bug / Issues and Troubleshooting over here first: https://github.com/fuatakgun/kia_uvo/blob/master/README.md Region and Brand of car Germany (EU) / Hyundai i30N Facelift

Version of the integration 2.4.1

Describe the bug After configuring the configuration, the initialisation does not work.

Debug logs if an error occurred Logger: custom_components.kia_uvo.coordinator Source: custom_components/kia_uvo/coordinator.py:135 Integration: Hyundai / Kia Connect (documentation, issues) First occurred: 22:05:02 (4 occurrences) Last logged: 22:05:43

Unexpected error fetching kia_uvo data: No Data Found v2 - No Data Found v2 Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 225, in _async_refresh self.data = await self._async_update_data() File "/config/custom_components/kia_uvo/coordinator.py", line 135, in _async_update_data await self.hass.async_add_executor_job( File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) File "/usr/local/lib/python3.10/site-packages/hyundai_kia_connect_api/VehicleManager.py", line 69, in update_all_vehicles_with_cached_state self.update_vehicle_with_cached_state(vehicle_id) File "/usr/local/lib/python3.10/site-packages/hyundai_kia_connect_api/VehicleManager.py", line 74, in update_vehicle_with_cached_state self.api.update_vehicle_with_cached_state(self.token, vehicle) File "/usr/local/lib/python3.10/site-packages/hyundai_kia_connect_api/KiaUvoApiEU.py", line 278, in update_vehicle_with_cached_state state = self._get_cached_vehicle_state(token, vehicle) File "/usr/local/lib/python3.10/site-packages/hyundai_kia_connect_api/KiaUvoApiEU.py", line 682, in _get_cached_vehicle_state _check_response_for_errors(response) File "/usr/local/lib/python3.10/site-packages/hyundai_kia_connect_api/KiaUvoApiEU.py", line 91, in _check_response_for_errors raise error_code_mappingresponse["resCode"] hyundai_kia_connect_api.exceptions.NoDataFound: No Data Found v2 - No Data Found v2

Outlined here: https://github.com/fuatakgun/kia_uvo/blob/master/README.md

To Reproduce I can reproduce this issue every time. The implementation does not work for my car.

Expected behavior

Screenshots If applicable, add screenshots to help explain your problem.

Additional context

cdnninja commented 1 year ago

This is a duplicate to this item: https://github.com/Hyundai-Kia-Connect/kia_uvo/issues/514

Do you have a second car in the mobile app that doesn't show data when you click on it?

roederm94 commented 1 year ago

Hello, no, i dont have a second car registered.

cdnninja commented 1 year ago

Does your single car load data in the app?

roederm94 commented 1 year ago

Yes, the app is working without any issues.

roederm94 commented 1 year ago

Nevermind, you are right. The app is not working as well. Im going to fix this.

roederm94 commented 1 year ago

I think you can close this issue.