question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

All entities get unavailable

See original GitHub issue

Region: EU Car: Kona EV 2020

Issue: I installed v2.0 some time ago and until the last update yesterday all entities get unavailable within a couple of hours. That’s the entry of the regular log:

Dieser Fehler wurde von einer benutzerdefinierten Integration verursacht

Logger: custom_components.kia_uvo.coordinator
Source: custom_components/kia_uvo/coordinator.py:117 
Integration: Kia Uvo / Hyundai Bluelink (documentation, issues) 
First occurred: 16:46:22 (1 occurrences) 
Last logged: 16:46:22

Unexpected error fetching kia_uvo data: Request timeout. - Request timeout.
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh
    self.data = await self._async_update_data()
  File "/config/custom_components/kia_uvo/coordinator.py", line 117, 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 80, in check_and_force_update_vehicles
    self.update_vehicle_with_cached_state(vehicle)
  File "/usr/local/lib/python3.10/site-packages/hyundai_kia_connect_api/VehicleManager.py", line 63, 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 218, 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 419, 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 69, in _check_response_for_errors
    raise error_code_mapping[response["resCode"]](response["resMsg"])
hyundai_kia_connect_api.exceptions.RequestTimeoutError: Request timeout. - Request timeout.

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:52 (26 by maintainers)

github_iconTop GitHub Comments

1reaction
gasman1844commented, Dec 13, 2022

Since 2.0.43 I’ve not seen this issue. Thanks for fixing.

1reaction
cdnninjacommented, Dec 9, 2022

@4homeassistant That first 7:01 issue is the one I am focusing on.

The 13:33 issue looks like an API issue and not something I can fix, if it recovers that is awesome though.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Showing Unavailable Entities - Home Assistant Community
Hello All, I am trying to figure out how to show entities that have fallen off of the zigbee network. Code below is...
Read more >
PSA: resolving entities becoming unavailable : r/homeassistant
In my Netgear router there is something called QOS (Quality-of-Services) - i am sure different router brands have some similar service which ...
Read more >
Entities become "unavailable" after 5 minutes #145 - GitHub
In Android, I have disabled all screensavers and power saving settings, I have kept the screen timeout at 1min, as there is no...
Read more >
Find Missing Entities in Home Assistant - mostlychris
Prevent Home Assistant from failing by finding entities and services before they stop other things from working.
Read more >
Fitter Resource Utilization by Entity Report - Intel
If that same entity is compiled with other entities, the estimated unavailable logic will be distributed among all the entities. You should expect...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found