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
Nach dem Update auf 0.131.5 (nightly zwecks Fehlersuche ebenfalls) erhalte ich beim initialisieren meines Fahrzeuges folgende error message: [main ] ERROR 2024/11/14 20:08:25 creating vehicle audi failed: cannot create vehicle type 'template': cannot create vehicle type 'etron': cannot get vehicles: Message: Post "https://app-api.live-my.audi.com/vgql/v1/graphql": dial tcp: lookup app-api.live-my.audi.com: i/o timeout, Locations: [], Extensions: map[code:request_error], Path: []
bzw. in nightly:
[main ] ERROR 2024/11/14 20:22:11 creating vehicle audi failed: cannot create vehicle type 'template': cannot create vehicle type 'etron': Get "https://identity.vwgroup.io/oidc/v1/authorize?client_id=f4d0934f-32bf-4ce4-b3c4-699a7049ad26%40apps_vw-dilab_com&code_challenge=JWjPg1lbSLahj9lzvf3UmKePROEvrLHBHaH3ZQJemNw&code_challenge_method=S256&prompt=login&redirect_uri=myaudi%3A%2F%2F%2F&response_type=code+id_token+token&scope=openid+profile+mbb&ui_locales=de-DE&nonce=aFxkhgTyEyuCrswklvWoIjrwowwKGdrbcGBrgUfCDnV&state=303b9690-2401-45bd-a026-c9416e094563": dial tcp: lookup identity.vwgroup.io: i/o timeout
Bestätigen von Terms&Conditions ist in der App nicht angeboten.
Steps to reproduce
Audi inkl. credentials anlegen
Applikation starten
Logs prüfen
Configuration details
network:
# schema is the HTTP schema# setting to `https` does not enable https, it only changes the way URLs are generatedschema: http# host is the hostname or IP address# if the host name contains a `.local` suffix, the name will be announced on MDNS# docker: MDNS announcements don't work. host must be set to the docker host's name.host: 192.168.188.70# port is the listening port for UI and api# evcc will listen on all available interfacesport: 7070interval: 30s# control cycle interval. Interval <30s can lead to unexpected behavior, see https://docs.evcc.io/docs/reference/configuration/interval# database configuration for persisting charge sessions and settings# database:# type: sqlite# dsn: <path-to-db-file>sponsortoken: ***# telemetry enables aggregated statisticsplant: ***## Telemetry allows collecting usage data (grid and green energy, charge power).# Data is aggregated, no individual charging sessions are tracked. The collected,# anonymous data can be retrieved using https://api.evcc.io.## See https://github.com/evcc-io/evcc/pull/4343 or details.## For time being, this is only available to sponsors, hence data is associated with# the sponsor token's identity.## telemetry: true# log settingslog: infolevels:
site: debuglp-1: debuglp-2: debugcache: errordb: error# modbus proxy for allowing external programs to reuse the evcc modbus connection# each entry will start a proxy instance at the given port speaking Modbus TCP and# relaying to the given modbus downstream device (either TCP or RTU, RS485 or TCP)#modbusproxy:# # - port: 5200# # uri: solar-edge:502# # # rtu: true# # # readonly: true # use `deny` to raise modbus errors# meter definitions# name can be freely chosen and is used as reference when assigning meters to site and loadpoints# for documentation see https://docs.evcc.io/docs/devices/metersmeters:
- name: shellytype: templatetemplate: shelly-3emusage: pvhost: 192.168.188.37# - name: pv# type: ...# - name: battery# type: ...# - name: charge# type: ...# - name: aux# type: ...# charger definitions# name can be freely chosen and is used as reference when assigning charger to vehicle# for documentation see https://docs.evcc.io/docs/devices/chargerschargers:
- name: Go-etype: templatetemplate: go-e-v3host: ***# status: A # optional# power: 0 # optional# enabled: true # optional# vehicle definitions# name can be freely chosen and is used as reference when assigning vehicle to loadpoint# for documentation see https://docs.evcc.io/docs/devices/vehiclesvehicles:
- name: auditype: templatetemplate: audititle: Audi Q4 e-troncapacity: 77# kWhuser: *** # userpassword: *** # passwordvin: ***# onIdentify: # set defaults when vehicle is identified# mode: pv # enable PV-charging when vehicle is identified# site describes the EVU connection, PV and home batterysite:
title: Home # display name for UImeters:
# grid: shelly # grid meterpv: shelly # battery:# - battery # list of battery meters# aux:# - aux # list of auxiliary meters for adjusting grid operating pointresidualPower: # additional household usage marginmaxGridSupplyWhileBatteryCharging: 0# ignore battery charging if AC consumption is above this value# loadpoint describes the charger, charge meter and connected vehicleloadpoints:
- title: Garage # display name for UIcharger: Go-e # charger# meter: charge # external charge meter (if charger has no meter included). NOT grid or pv meter.# mode: "off" # default charge mode to apply when vehicle is disconnected; use "off" to disable by default if charger is publicly available# remaining settings are experts-only and best left at default valuespriority: 0# relative priority for concurrent charging in PV mode with multiple loadpoints (higher values have higher priority)soc:
# polling defines usage of the vehicle APIs# Modifying the default settings it NOT recommended. It MAY deplete your vehicle's battery# or lead to vehicle manufacturer banning you from API use. USE AT YOUR OWN RISK.poll:
# poll mode defines under which condition the vehicle API is called:# charging: update vehicle ONLY when charging (this is the recommended default)# connected: update vehicle when connected (not only charging), interval defines how often# always: always update vehicle regardless of connection state, interval defines how often (only supported for single vehicle)mode: charging# poll interval defines how often the vehicle API may be polled if NOT charginginterval: 60mestimate: true # set false to disable interpolating between api updates (not recommended)enable: # pv mode enable behaviordelay: 1m# threshold must be exceeded for this longthreshold: 0# grid power threshold (in Watts, negative=export). If zero, export must exceed minimum charge power to enabledisable: # pv mode disable behaviordelay: 3m# threshold must be exceeded for this longthreshold: 0# maximum import power (W)# tariffs are the fixed or variable tariffstariffs:
currency: EUR # three letter ISO-4217 currency code (default EUR)grid:
# either static grid price (or price zones)type: fixedprice: 0.2863# EUR/kWh# zones:# - days: Mon-Fri# hours: 2-5# price: 0.2 # EUR/kWh# - days: Sat,Sun# price: 0.15 # EUR/kWh# or variable tariffs# type: tibber# token: "476c477d8a039529478ebd690d35ddd80e3308ffc49b59c65b142321aee963a4" # access token# homeid: "cc83e83e-8cbf-4595-9bf7-c3cf192f7d9c" # optional if multiple homes associated to account# type: awattar# region: de # optional, choose at for Austria# charges: # optional, additional charges per kWh# tax: # optional, additional tax (0.1 for 10%)# type: octopusenergy# tariff: AGILE-FLEX-22-11-25 # Tariff code# region: A # optional# type: elering # Nordpool# region: ee # or lt, lv, fi# charges: # optional, additional charges per kWh# tax: # optional, additional tax (0.1 for 10%)# type: energinet # Energinet using the price in DKK# region: dk1 # or dk2# charges: # optional, additional charges per kWh# tax: # optional, additional tax (0.1 for 10%)# type: entsoe # Entso-E european market data# domain: BZN|DE-LU # https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html#_areas# securitytoken: # api token# charges: # optional, additional charges per kWh# tax: # optional, additional tax (0.1 for 10%)# type: pun # PUN - Prezzo unico nazionale - Hourly Italian wholesale prices# charges: 0 # optional, additional charges per kWh# tax: 0 # optional, additional tax (0.1 for 10%)# type: amber# token: # api token from https://app.amber.com.au/developers/# siteid: # site ID returned by the API# channel: general# type: custom # price from a plugin source; see https://docs.evcc.io/docs/reference/plugins# price:# source: http# uri: https://example.org/price.json# jq: .price.currentfeedin:
# rate for feeding excess (pv) energy to the gridtype: fixedprice: 0.1231# EUR/kWh# type: octopusenergy# tariff: AGILE-FLEX-22-11-25 # Tariff code# region: A # optional# type: amber# token: # api token from https://app.amber.com.au/developers/# siteid: # site ID returned by the API# channel: feedInco2:
# co2 tariff provides co2 intensity forecast and is for co2-optimized target charging if no variable grid tariff is specifiedtype: grünstromindex # GrünStromIndex (Germany only)zip: ***# type: electricitymaps # https://app.electricitymaps.com/map# uri: <uri># token: <token> # needs to be a token with forecast (not in the free tier)# zone: DE# type: ngeso # National Grid Electricity System Operator data (Great Britain only) https://carbonintensity.org.uk/# provides national data if both region and postcode are omitted - Choose ONE only!# region: 1 # optional, coarser than using a postcode - The region details are at https://carbon-intensity.github.io/api-definitions/#region-list# postcode: SW1 # optional - Outward postcode i.e. RG41 or SW1 or TF8. Do not include full postcode, outward postcode only# mqtt message brokermqtt:
# broker: localhost:1883# topic: evcc # root topic for publishing, set empty to disable# user:# password:# influx databaseinflux:
# url: http://localhost:8086# database: evcc# user:# password:# eebus credentialseebus:
# uri: # :4712# interfaces: # limit eebus to specific network interfaces# - en0# certificate: # local signed certificate, required, can be generated via `evcc eebus-cert`# public: # public key# private: # private key# push messagesmessaging:
events:
start: # charge start eventtitle: Charge startedmsg: Started charging in "${mode}" modestop: # charge stop eventtitle: Charge finishedmsg: Finished charging ${chargedEnergy:%.1fk}kWh in ${chargeDuration}.connect: # vehicle connect eventtitle: Car connectedmsg: "Car connected at ${pvPower:%.1fk}kW PV"disconnect: # vehicle connected eventtitle: Car disconnectedmsg: Car disconnected after ${connectedDuration}soc: # vehicle soc update eventtitle: Soc updatedmsg: Battery charged to ${vehicleSoc:%.0f}%guest: # vehicle could not be identifiedtitle: Unknown vehiclemsg: Unknown vehicle, guest connected?services:
# - type: pushover# app: # app id# recipients:# - # list of recipient ids# - type: telegram# token: # bot id# chats:# - # list of chat ids# - type: email# uri: smtp://<user>:<password>@<host>:<port>/?fromAddress=<from>&toAddresses=<to># - type: ntfy# uri: https://<host>/<topics># priority: <priority># tags: <tags>
Describe the bug
Nach dem Update auf 0.131.5 (nightly zwecks Fehlersuche ebenfalls) erhalte ich beim initialisieren meines Fahrzeuges folgende error message:
[main ] ERROR 2024/11/14 20:08:25 creating vehicle audi failed: cannot create vehicle type 'template': cannot create vehicle type 'etron': cannot get vehicles: Message: Post "https://app-api.live-my.audi.com/vgql/v1/graphql": dial tcp: lookup app-api.live-my.audi.com: i/o timeout, Locations: [], Extensions: map[code:request_error], Path: []
bzw. in nightly:
[main ] ERROR 2024/11/14 20:22:11 creating vehicle audi failed: cannot create vehicle type 'template': cannot create vehicle type 'etron': Get "https://identity.vwgroup.io/oidc/v1/authorize?client_id=f4d0934f-32bf-4ce4-b3c4-699a7049ad26%40apps_vw-dilab_com&code_challenge=JWjPg1lbSLahj9lzvf3UmKePROEvrLHBHaH3ZQJemNw&code_challenge_method=S256&prompt=login&redirect_uri=myaudi%3A%2F%2F%2F&response_type=code+id_token+token&scope=openid+profile+mbb&ui_locales=de-DE&nonce=aFxkhgTyEyuCrswklvWoIjrwowwKGdrbcGBrgUfCDnV&state=303b9690-2401-45bd-a026-c9416e094563": dial tcp: lookup identity.vwgroup.io: i/o timeout
Bestätigen von Terms&Conditions ist in der App nicht angeboten.
Steps to reproduce
Configuration details
Log details
What type of operating system are you running?
Docker container
Nightly build
Version
evcc version 0.131.5 (6836749)
The text was updated successfully, but these errors were encountered: