evcc: Bluelink: Problem mit Fahrzeugerkennung

Describe the bug

Fahrzeug wird nicht (bzw. nur selten) automatisch erkannt. https://github.com/evcc-io/evcc/discussions/4030#discussioncomment-3322620

Steps to reproduce

Kein Defaultfahrzeug ausgewählt. Fahrzeug angesteckt. Im UI wird “Gastfahrzeug verbunden” angezeigt. Fahrzeug muss per Hand ausgewählt werden.

Configuration details

vehicles:
- name: auto
  type: template
  template: hyundai
  title: (T)Raumschiff      # Wird in der Benutzeroberfläche angezeigt
  user: xxx  # Benutzername um auf das Gerät zuzugreifen
  password: xxx      # Passwort des Benutzerkontos
  vin: xxx
  capacity: 72
  language: de            
  phases: 3 
  #cloud: true
  ###onIdentify
  mode: pv
  minSoC: 0
  targetSoC: 99
loadpoints:
- title: Carport
  charger: wallbox
  vehicles: 
  - auto
  mode: off
  phases: 1
  mincurrent: 6
  maxcurrent: 16
  resetOnDisconnect: true
  enable:           # Verhalten zum Start des PV-ladens
    threshold: 0     
    delay: 1m        
  disable:          # Verhalten zum Stop des PV-Ladens
    threshold: 100
    delay: 1m        
  soc:
    min: 0
    target: 99
    estimate: true  
    poll:
      mode: always
      interval: 180m

Log details

Bluelink20220809.txt

13:09:16 car connected 13:11:37 Fahrzeug manuell ausgewählt

What type of operating system are you running?

Linux

Version

0.99

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 19 (17 by maintainers)

Most upvoted comments

Ok, ich hatte alles auf trace. Ich habe meine log levels jetzt so angepasst, dass nur noch hyundai auf trace ist. Dann sollte der unnütze Kram demnächst raus sein. Wenn der Akku wieder etwas Platz hat, werde ich einen nächsten Versuch starten.