Skip to content
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

Wallbox not connectable anymore #133562

Open
darnoldser opened this issue Dec 19, 2024 · 3 comments
Open

Wallbox not connectable anymore #133562

darnoldser opened this issue Dec 19, 2024 · 3 comments

Comments

@darnoldser
Copy link

The problem

The wallbox integration stopped working.

What version of Home Assistant Core has the issue?

core-2024.12.4

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Wallbox

Link to integration documentation on our website

https://www.home-assistant.io/integrations/wallbox/

Diagnostics information

Logger: homeassistant.helpers.script
Quelle: helpers/script.py:859
Erstmals aufgetreten: 10:42:30 (27 Vorkommnisse)
Zuletzt protokolliert: 10:50:30

Error in 'choose[0]' evaluation: In 'state': In 'state' condition: unknown entity switch.wallbox_portal_pause_resume
Error in 'choose[1]' evaluation: In 'numeric_state': In 'numeric_state' condition: unknown entity sensor.wallbox_portal_max_charging_current

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Logger: homeassistant.helpers.script
Quelle: helpers/script.py:859
Erstmals aufgetreten: 10:42:30 (27 Vorkommnisse)
Zuletzt protokolliert: 10:50:30

Error in 'choose[0]' evaluation: In 'state': In 'state' condition: unknown entity switch.wallbox_portal_pause_resume
Error in 'choose[1]' evaluation: In 'numeric_state': In 'numeric_state' condition: unknown entity sensor.wallbox_portal_max_charging_current

Additional information

these logs are taken from the protocol logging. And are created when the Wallbox integration tried to add the wallbox.

@home-assistant
Copy link

Hey there @hesselonline, mind taking a look at this issue as it has been labeled with an integration (wallbox) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of wallbox can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign wallbox Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


wallbox documentation
wallbox source
(message by IssueLinks)

@darnoldser
Copy link
Author

here are 2 protocol entries which happened with the existing integration.

Logger: homeassistant.config_entries
Quelle: config_entries.py:640
Erstmals aufgetreten: 17. Dezember 2024 um 20:27:04 (1 Vorkommnisse)
Zuletzt protokolliert: 17. Dezember 2024 um 20:27:04

Error setting up entry Wallbox Portal for wallbox
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 640, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/wallbox/init.py", line 35, in async_setup_entry
await wallbox_coordinator.async_config_entry_first_refresh()
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 306, in async_config_entry_first_refresh
await self._async_refresh(
log_failures=False, raise_on_auth_failed=True, raise_on_entry_error=True
)
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 379, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/wallbox/coordinator.py", line 160, in _async_update_data
return await self.hass.async_add_executor_job(self._get_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
asyncio.exceptions.CancelledError: Global task timeout

Logger: homeassistant.bootstrap
Quelle: bootstrap.py:739
Erstmals aufgetreten: 17. Dezember 2024 um 20:23:02 (5 Vorkommnisse)
Zuletzt protokolliert: 17. Dezember 2024 um 20:27:02

Waiting on integrations to complete setup: {('wallbox', '03416c95048e18b94713e7dc8806f20f'): 86973.298869031, ('tuya', 'a78c9294659f739b1dc437b28e7b5aeb'): 86981.326218381}

@darnoldser
Copy link
Author

and here a log file

home-assistant_wallbox_2024-12-19T09-57-01.376Z.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant