-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
Renault integration: wrong plug_state #124682
Comments
Hey there @epenet, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) renault documentation |
@tmenguy you can open a PR to bump the dependency to v0.2.6 and adjust the sensor accordingly. |
yes I know, never did a PR on homeassitant core directly ... seems a bit daunting :) |
The PR to bump the dependency has been merged. |
Ok I'll try then :) I have an Hass setup ...any special stuff I have to do to send the pull request? |
You can look at epenet@a2372c0 for a sample |
@epenet I completely missed your example ... would have been quicker :) I do hope what I have done is comparable :) |
* Added PlugState 3, that is coming with renault-api 0.2.7, it fixes home-assistant#124682 HA ticket * Added PlugState 3, that is coming with renault-api 0.2.7, it fixes home-assistant#124682 HA ticket
* Added PlugState 3, that is coming with renault-api 0.2.7, it fixes home-assistant#124682 HA ticket * Added PlugState 3, that is coming with renault-api 0.2.7, it fixes home-assistant#124682 HA ticket
The problem
Hi,
Lately I have some inconsistency between the plus sensor and the plug state one (vehicle : Twingo eTech), and the integration having issues (like no refresh of the sensor).
Seems there was some changes on the Renault side.
See some logs below but in a nutshell:
File "/usr/local/lib/python3.12/site-packages/renault_api/kamereon/models.py", line 384, in get_plug_status
raise exceptions.KamereonException(
renault_api.kamereon.exceptions.KamereonException: Unable to convert
3
to PlugState.seems to be in the renault API library.
Hope this help
BR
Thomas
What version of Home Assistant Core has the issue?
core-2024.8.3
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
Renault
Link to integration documentation on our website
https://www.home-assistant.io/integrations/renault/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: