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
{{ message }}
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
Describe the bug
Fails to start when charging returns error. Noticed since yesterday when cable not connected correctly. After replacing cable restarted container and now ok.
To Reproduce:
Part connect cable
Restart docker container
Expected behavior:
start up and show Screenshots:
If applicable, add screenshots to help explain your problem.
Version info:
The version you are using and the method you are using (Docker container/HA Addon/Cloned repo)
Logs:
Jul 06 08:58:16 volvo2mqtt [1] - INFO: Starting volvo2mqtt version v1.7.3
Jul 06 08:58:17 volvo2mqtt [1] - INFO: Vin: ['XXXXXXXXXXXXXXXXXX'] found!
Jul 06 08:58:17 volvo2mqtt [1] - INFO: Success! Battery Charge Level is supported by your vehicle.
Jul 06 08:58:17 volvo2mqtt [1] - INFO: Success! Electric Range is supported by your vehicle.
Jul 06 08:58:17 volvo2mqtt [1] - INFO: Success! Estimated Charging Time is supported by your vehicle.
Jul 06 08:58:17 volvo2mqtt [1] - INFO: Success! Charging System Status is supported by your vehicle.
Traceback (most recent call last):
File "/volvoAAOS2mqtt/./main.py", line 13, in
authorize()
File "/volvoAAOS2mqtt/volvo.py", line 52, in authorize
check_supported_endpoints()
File "/volvoAAOS2mqtt/volvo.py", line 159, in check_supported_endpoints
state = api_call(entity["url"], "GET", vin, entity["id"])
File "/volvoAAOS2mqtt/volvo.py", line 250, in api_call
return parse_api_data(data, sensor_id)
File "/volvoAAOS2mqtt/volvo.py", line 297, in parse_api_data
return charging_connection_states[data["chargingConnectionStatus"]["value"]]
KeyError: 'CONNECTION_STATUS_FAULT'
The text was updated successfully, but these errors were encountered:
Describe the bug
Fails to start when charging returns error. Noticed since yesterday when cable not connected correctly. After replacing cable restarted container and now ok.
To Reproduce:
Expected behavior:
start up and show
Screenshots:
If applicable, add screenshots to help explain your problem.
Version info:
The version you are using and the method you are using (Docker container/HA Addon/Cloned repo)
Logs:
Jul 06 08:58:16 volvo2mqtt [1] - INFO: Starting volvo2mqtt version v1.7.3
Jul 06 08:58:17 volvo2mqtt [1] - INFO: Vin: ['XXXXXXXXXXXXXXXXXX'] found!
Jul 06 08:58:17 volvo2mqtt [1] - INFO: Success! Battery Charge Level is supported by your vehicle.
Jul 06 08:58:17 volvo2mqtt [1] - INFO: Success! Electric Range is supported by your vehicle.
Jul 06 08:58:17 volvo2mqtt [1] - INFO: Success! Estimated Charging Time is supported by your vehicle.
Jul 06 08:58:17 volvo2mqtt [1] - INFO: Success! Charging System Status is supported by your vehicle.
Traceback (most recent call last):
File "/volvoAAOS2mqtt/./main.py", line 13, in
authorize()
File "/volvoAAOS2mqtt/volvo.py", line 52, in authorize
check_supported_endpoints()
File "/volvoAAOS2mqtt/volvo.py", line 159, in check_supported_endpoints
state = api_call(entity["url"], "GET", vin, entity["id"])
File "/volvoAAOS2mqtt/volvo.py", line 250, in api_call
return parse_api_data(data, sensor_id)
File "/volvoAAOS2mqtt/volvo.py", line 297, in parse_api_data
return charging_connection_states[data["chargingConnectionStatus"]["value"]]
KeyError: 'CONNECTION_STATUS_FAULT'
The text was updated successfully, but these errors were encountered: