robinostlund / homeassistant-volkswagencarnet

Volkswagen Carnet Component for home assistant
GNU General Public License v3.0
339 stars 61 forks source link

Values not updated OK #35

Closed Konstigt closed 5 years ago

Konstigt commented 5 years ago

HA says my car is home, but it left home an hour ago. Also other values like battery is incorrect. It doesn't update OK.

grep:ing for carnet in my home-assistant.log shows this:

2019-06-07 01:44:40 WARNING (SyncWorker_11) [volkswagencarnet] Failure when communcating with the server: ('Connection aborted.', BadStatusLine('<!DOCTYPE html>\n',)), url: https://www.volkswagen-car-net.com/portal/user/*****/**********/-/emanager/get-emanager 2019-06-07 02:07:39 WARNING (SyncWorker_14) [volkswagencarnet] Failure when communcating with the server: HTTPSConnectionPool(host='www.volkswagen-car-net.com', port=443): Max retries exceeded with url: /portal/user/*****/**********/-/msgc/get-new-messages (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f1d04569c88>: Failed to establish a new connection: [Errno -2] Name or service not known',)), url: https://www.volkswagen-car-net.com/portal/user/*****/**********/-/msgc/get-new-messages 2019-06-07 02:07:39 WARNING (SyncWorker_14) [volkswagencarnet] Could not validate login: HTTPSConnectionPool(host='www.volkswagen-car-net.com', port=443): Max retries exceeded with url: /portal/user/*****/**********/-/msgc/get-new-messages (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f1d04569c88>: Failed to establish a new connection: [Errno -2] Name or service not known',)) 2019-06-07 02:07:39 WARNING (SyncWorker_14) [volkswagencarnet] Session expired, creating new login session to carnet. 2019-06-07 02:07:39 WARNING (SyncWorker_14) [volkswagencarnet] Failure when communcating with the server: HTTPSConnectionPool(host='www.volkswagen-car-net.com', port=443): Max retries exceeded with url: /portal/user/*****/**********/-/vsr/get-vsr (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f1d043908d0>: Failed to establish a new connection: [Errno -2] Name or service not known',)), url: https://www.volkswagen-car-net.com/portal/user/*****/**********/-/vsr/get-vsr 2019-06-07 02:07:39 WARNING (SyncWorker_14) [volkswagencarnet] Could not update information from carnet: HTTPSConnectionPool(host='www.volkswagen-car-net.com', port=443): Max retries exceeded with url: /portal/user/*****/**********/-/vsr/get-vsr (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f1d043908d0>: Failed to establish a new connection: [Errno -2] Name or service not known',)) 2019-06-07 02:07:39 WARNING (SyncWorker_14) [custom_components.volkswagencarnet] Could not query update from volkswagen carnet 2019-06-07 11:09:20 WARNING (SyncWorker_19) [volkswagencarnet] Session expired, creating new login session to carnet.

My configuration.yaml has scan_interval set to "minutes: 1".

Konstigt commented 5 years ago

This was probably the same as

https://github.com/robinostlund/homeassistant-volkswagencarnet/issues/37