home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.42k stars 30.66k forks source link

Wallbox plugin issue #110566

Closed pilotopirx closed 8 months ago

pilotopirx commented 8 months ago

The problem

The current version of Wallbox plugin used by home assistant is outdated.

It's currently set to 0.4.14. It should be changed to the latest one: 0.6.0, in order to avoid malfunction and losing devices sessions.

What version of Home Assistant Core has the issue?

2024.2.1

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Core

Integration causing the issue

Wallbox plugin

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

Wallbox plugin repository

ggggh commented 8 months ago

Just wanted to highlight that this version upgrade would also bring in the restartCharger method, which would be great for some automations. We can already detect charging errors, but can't solve them without that Restart method.

home-assistant[bot] commented 8 months ago

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)

hesselonline commented 8 months ago

@pilotopirx I will have a look, Thnx!