Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yaml vehicles icon: Anzeige in Konfiguration falsch #18625

Open
2 tasks done
An-Wi opened this issue Feb 6, 2025 · 1 comment · May be fixed by #18647
Open
2 tasks done

yaml vehicles icon: Anzeige in Konfiguration falsch #18625

An-Wi opened this issue Feb 6, 2025 · 1 comment · May be fixed by #18647
Assignees

Comments

@An-Wi
Copy link

An-Wi commented Feb 6, 2025

Describe the bug

Das Icon für die Fahrzeuge, was in der Konfiguration angezeigt wird, entspricht beim Anlegen der Fahrzeuge über die UI dem hinterlegten Icon.
Beim Anlegen über die yaml-Datei wird hier nur das Standard-Icon (car) angezeigt.

Image

Die Darstellung beim Laden der Fahrzeuge funktioniert dagegen mit den hinterlegten Icons.

Image

Steps to reproduce

  1. yaml - vehicles - icon: definieren
  2. evcc: neu starten
  3. UI - Konfiguration: aufrufen

Configuration details

# 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/vehicles
vehicles:
  - name: ev1
    title: Ariya  
    #type: template
    ##template: nissan 
    #template: nissan-ariya
    type: nissan
    version: v2     #ariya
    expiry: 12h
    user: ***
    password: ***
    vin: JN***
    capacity: 87  # kWh
    cache: 5m   #default: 15m
    #priority: 9
    identifiers:
    - N-0402fb013d4903-card1
    icon: taxi  #car

  - name: ev2
    title: Leaf
    type: template
    #template: nissan
    #expiry: 12h
    #user: ***
    #password: ***
    #vin: JN***
    capacity: 59  # kWh
    cache: 5m   #default: 15m
    #priority: 1
    identifiers:
    - N-04038101c00303-card2
    icon: bus   #taxi


  - name: ev9
    title: Gastfahrzeug
    type: template
    template: offline
    mincurrent: 6
    maxcurrent: 16
    phases: 3
    mode: minpv
    priority: 10
  #  identifiers:
  #  - N-04038101c00303-card2
    icon: device    #van   #generic

Log details

(kein Logeintrag beim Aufruf der Konfiguration)

What type of operating system or environment does evcc run on?

Windows

External automation

  • I have made sure that no external automation like HomeAssistant or Node-RED is active or accessing any of the mentioned devices when this issue occurs.

Nightly build

  • I have verified that the issue is reproducible with the latest nightly build

Version

0.133.0

@naltatis naltatis linked a pull request Feb 6, 2025 that will close this issue
@naltatis
Copy link
Member

naltatis commented Feb 6, 2025

Gut gesehen. Ist mit #18647 gefixt.

@naltatis naltatis self-assigned this Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants