Volkswagen Carnet API shutdown: Difference between revisions
No edit summary Tags: Mobile edit Mobile web edit Visual edit |
|||
| Line 47: | Line 47: | ||
|Charge on a dynamic electricity tariff||'''Yes'''<ref name="evcctariffs">{{Cite web |url=https://docs.evcc.io/en/tariffs/ |title=Tariffs & forecasts |publisher=evcc documentation |access-date=2026-05-30}}</ref>||'''No'''<ref name="ellisolar" /> | |Charge on a dynamic electricity tariff||'''Yes'''<ref name="evcctariffs">{{Cite web |url=https://docs.evcc.io/en/tariffs/ |title=Tariffs & forecasts |publisher=evcc documentation |access-date=2026-05-30}}</ref>||'''No'''<ref name="ellisolar" /> | ||
|- | |- | ||
|Pull fresh data from the car on demand||'''Yes'''<ref name="vwdash">{{Cite web |url=https://github.com/robinostlund/volkswagencarnet/blob/master/volkswagencarnet/vw_dashboard.py |title=vw_dashboard.py source (RequestUpdate, Charging, DepartureTimer, BatteryTargetSOC, ScanInterval, ChargeMaxACAmpere, ElectricClimatisation, DoorLock, Position) |publisher=GitHub (robinostlund/volkswagencarnet) |access-date=2026-05-30}}</ref>||'''No'''<ref name="vwallservices" /> | |Pull fresh data from the car on demand||'''Yes'''<ref name="vwdash">{{Cite web |url=https://github.com/robinostlund/volkswagencarnet/blob/master/volkswagencarnet/vw_dashboard.py |title=vw_dashboard.py source (RequestUpdate, Charging, DepartureTimer, BatteryTargetSOC, ScanInterval, ChargeMaxACAmpere, ElectricClimatisation, DoorLock, Position) |publisher=GitHub (robinostlund/volkswagencarnet) |access-date=2026-05-30}}</ref>||'''Yes/No'''<ref name="vwallservices" /> | ||
|- | |- | ||
|Choose how often each car is checked||'''Yes'''<ref name="harepo">{{Cite web |url=https://github.com/robinostlund/homeassistant-volkswagencarnet |title=Volkswagen Connect for Home Assistant (README) |publisher=GitHub (robinostlund/homeassistant-volkswagencarnet) |access-date=2026-05-30}}</ref>||'''No'''<ref name="vwallservices" /> | |Choose how often each car is checked||'''Yes'''<ref name="harepo">{{Cite web |url=https://github.com/robinostlund/homeassistant-volkswagencarnet |title=Volkswagen Connect for Home Assistant (README) |publisher=GitHub (robinostlund/homeassistant-volkswagencarnet) |access-date=2026-05-30}}</ref>||'''No'''<ref name="vwallservices" /> | ||
| Line 53: | Line 53: | ||
|Read instantaneous charge power in kilowatts||'''Yes'''<ref name="vwdash" />||'''No'''<ref name="zanatta">{{Cite web |url=https://www.davidezanatta.com/blog/volkswagen-weconnect-id-in-home-assistant-and-custom-dashboard-for-id-3/?lang=en |title=Volkswagen WeConnect ID in Home Assistant and Custom Dashboard for ID.3 |last=Zanatta |first=Davide |access-date=2026-05-30}}</ref> | |Read instantaneous charge power in kilowatts||'''Yes'''<ref name="vwdash" />||'''No'''<ref name="zanatta">{{Cite web |url=https://www.davidezanatta.com/blog/volkswagen-weconnect-id-in-home-assistant-and-custom-dashboard-for-id-3/?lang=en |title=Volkswagen WeConnect ID in Home Assistant and Custom Dashboard for ID.3 |last=Zanatta |first=Davide |access-date=2026-05-30}}</ref> | ||
|- | |- | ||
|Cap AC charging current in amperes||'''Yes'''<ref name="vwdash" />||'''No'''<ref name="vwallservices" /> | |Cap AC charging current in amperes||'''Yes'''<ref name="vwdash" />||'''Yes/No'''<ref name="vwallservices" /> | ||
|- | |- | ||
|Multiple departure timers usable from scripts and automations||'''Yes'''<ref name="haservices">{{Cite web |url=https://github.com/robinostlund/homeassistant-volkswagencarnet/blob/master/custom_components/volkswagencarnet/services.yaml |title=services.yaml (update_schedule service) |publisher=GitHub (robinostlund/homeassistant-volkswagencarnet) |access-date=2026-05-30}}</ref>||'''No'''<ref name="vwallservices" /> | |Multiple departure timers usable from scripts and automations||'''Yes'''<ref name="haservices">{{Cite web |url=https://github.com/robinostlund/homeassistant-volkswagencarnet/blob/master/custom_components/volkswagencarnet/services.yaml |title=services.yaml (update_schedule service) |publisher=GitHub (robinostlund/homeassistant-volkswagencarnet) |access-date=2026-05-30}}</ref>||'''No'''<ref name="vwallservices" /> | ||
| Line 85: | Line 85: | ||
;Pull fresh data from the car on demand | ;Pull fresh data from the car on demand | ||
:The integration exposed a ''RequestUpdate'' control (surfaced in Home Assistant as ''switch.refresh_data'') that woke the cloud poll on command, so a dashboard or automation could force a fresh reading at any moment.<ref name="vwdash" /> The official apps refresh on their own internal schedule with no user-facing "refresh now" control.<ref name="vwallservices" /> | :The integration exposed a ''RequestUpdate'' control (surfaced in Home Assistant as ''switch.refresh_data'') that woke the cloud poll on command, so a dashboard or automation could force a fresh reading at any moment.<ref name="vwdash" /> The VW (VW Connect) app has a manual 'pull-down to refresh' function, other official apps refresh on their own internal schedule with no user-facing "refresh now" control.<ref name="vwallservices" /> | ||
;Choose how often each car is checked | ;Choose how often each car is checked | ||
| Line 94: | Line 94: | ||
;Cap AC charging current in amperes | ;Cap AC charging current in amperes | ||
:The integration exposed ''select.charge_max_ac_ampere'' as a writable control limited to 5, 10, 13, 16 or 32 A, letting owners throttle wallbox draw from any automation.<ref name="vwdash" /> The official apps have no equivalent amperage selector.<ref name="vwallservices" /> | :The integration exposed ''select.charge_max_ac_ampere'' as a writable control limited to 5, 10, 13, 16 or 32 A, letting owners throttle wallbox draw from any automation.<ref name="vwdash" /> The VW (VW Connect) app has a selector under the Settings page. Other official apps have no equivalent amperage selector.<ref name="vwallservices" /> | ||
;Multiple departure timers usable from scripts and automations | ;Multiple departure timers usable from scripts and automations | ||