You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From latest HA integration (so on this lib 2.5.0) I got this as a crash in my HA logs... seems there is a new plug state in town:
File "/usr/src/homeassistant/homeassistant/components/renault/sensor.py", line 109, in _get_plug_state_formatted
plug_status = data.get_plug_status() if data else None
^^^^^^^^^^^^^^^^^^^^^^
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.
Hi,
From latest HA integration (so on this lib 2.5.0) I got this as a crash in my HA logs... seems there is a new plug state in town:
File "/usr/src/homeassistant/homeassistant/components/renault/sensor.py", line 109, in _get_plug_state_formatted
plug_status = data.get_plug_status() if data else None
^^^^^^^^^^^^^^^^^^^^^^
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.Opened it also on the HA part : home-assistant/core#124682
BR
Thomas
The text was updated successfully, but these errors were encountered: