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.

2.0.x loses all services after some time

See original GitHub issue

I’m not sure when it started exactly… but after some time, 2.0.x loses all services… no service are available for this integration (no service in developper tools and unknown services in my scripts/automations). Sensors still work fine. I don’t know if it’s a bug with HA or the integration. I’m running latest HA stable. I have to restart HA to get this working… only reloading the integration is not enough.

see below error when trying to start climate this morning. and also errors following the integration reload. there’s no other error in the log that might tell us what is going on.

2022-12-01 07:05:00.038 ERROR (MainThread) [homeassistant.components.script.kona_chauffage_continue] KONA - Climat Continue: Choose at step 1: choice 1: Repeat at step 1: Error executing script. Service not found for call_service at pos 1: Unable to find service kia_uvo.start_climate
2022-12-01 07:05:00.045 ERROR (MainThread) [homeassistant.components.script.kona_chauffage_continue] KONA - Climat Continue: Choose at step 1: choice 1: Error executing script. Service not found for repeat at pos 1: Unable to find service kia_uvo.start_climate
2022-12-01 07:05:00.053 ERROR (MainThread) [homeassistant.components.script.kona_chauffage_continue] KONA - Climat Continue: Error executing script. Service not found for choose at pos 1: Unable to find service kia_uvo.start_climate
2022-12-01 07:05:00.064 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/script/__init__.py", line 484, in _async_run
return await self.script.async_run(script_vars, context)
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1524, in async_run
await asyncio.shield(run.async_run())
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 409, in async_run
await self._async_step(log_exceptions=False)
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 453, in _async_step
self._handle_exception(
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 476, in _handle_exception
raise exception
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 451, in _async_step
await getattr(self, handler)()
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 896, in _async_choose_step
await self._async_run_script(script)
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1029, in _async_run_script
await self._async_run_long_action(
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 648, in _async_run_long_action
long_task.result()
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1524, in async_run
await asyncio.shield(run.async_run())
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 409, in async_run
await self._async_step(log_exceptions=False)
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 453, in _async_step
self._handle_exception(
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 476, in _handle_exception
raise exception
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 451, in _async_step
await getattr(self, handler)()
File "/usr/src/homeassistant/homeassistant/helpers/trace.py", line 252, in async_wrapper
await func(*args)
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 813, in _async_repeat_step
await async_run_sequence(iteration, extra_msg)
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 795, in async_run_sequence
await self._async_run_script(script)
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1029, in _async_run_script
await self._async_run_long_action(
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 648, in _async_run_long_action
long_task.result()
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1524, in async_run
await asyncio.shield(run.async_run())
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 409, in async_run
await self._async_step(log_exceptions=False)
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 453, in _async_step
self._handle_exception(
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 476, in _handle_exception
raise exception
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 451, in _async_step
await getattr(self, handler)()
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 684, in _async_call_service_step
await service_task
File "/usr/src/homeassistant/homeassistant/core.py", line 1691, in async_call
raise ServiceNotFound(domain, service) from None
homeassistant.exceptions.ServiceNotFound: Unable to find service kia_uvo.start_climate
2022-12-01 08:42:36.268 WARNING (MainThread) [homeassistant.core] Unable to remove unknown service kia_uvo/update
2022-12-01 08:42:36.272 WARNING (MainThread) [homeassistant.core] Unable to remove unknown service kia_uvo/force_update
2022-12-01 08:42:36.275 WARNING (MainThread) [homeassistant.core] Unable to remove unknown service kia_uvo/lock
2022-12-01 08:42:36.277 WARNING (MainThread) [homeassistant.core] Unable to remove unknown service kia_uvo/unlock
2022-12-01 08:42:36.279 WARNING (MainThread) [homeassistant.core] Unable to remove unknown service kia_uvo/stop_climate
2022-12-01 08:42:36.282 WARNING (MainThread) [homeassistant.core] Unable to remove unknown service kia_uvo/start_climate
2022-12-01 08:42:36.284 WARNING (MainThread) [homeassistant.core] Unable to remove unknown service kia_uvo/start_charge
2022-12-01 08:42:36.286 WARNING (MainThread) [homeassistant.core] Unable to remove unknown service kia_uvo/stop_charge
2022-12-01 08:42:36.288 WARNING (MainThread) [homeassistant.core] Unable to remove unknown service kia_uvo/set_charge_limits

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:17

github_iconTop GitHub Comments

1reaction
zadigrecommented, Dec 5, 2022

I’ll do it next time it crashes… It has been ok for the whole day… even changing the AC or DC charge limit did not crash it.

0reactions
cdnninjacommented, Dec 7, 2022

Lets close it out. Feel free to comment here if it returns and we can re-open.

Read more comments on GitHub >

github_iconTop Results From Across the Web

5 Reasons Why Your Wi-Fi Is Down and How to Fix It - CNET
1. Modem/router malfunctions ; 2. Inadequate speeds or equipment ; 3. Hacking or network issues ; 4. Bad weather ; 5. ISP service...
Read more >
If you see No Service, Searching, or SOS on your iPhone or iPad
Tap Settings > General > About. If an update is available, you'll see an option to update your carrier settings.
Read more >
‎Repeated internet loss every night. | Xfinity Community Forum
Hi, I've been having issues the past week where my internet will start to slow down, and then eventually entirely cut off for...
Read more >
Chapter 14: SOLUTIONS TO TEXT PROBLEMS:
2. Since a new customer is offering to pay $300 for one dose, ... Since firms were losing money in the short run,...
Read more >
Troubleshoot Common L2L and Remote Access IPsec VPN ...
VPN tunnel gets disconnected after every 18 hours ... presented in this document can lead to a temporary loss of all IPsec VPN...
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