skodaconnect / homeassistant-skodaconnect

Skoda Connect - A home assistant plugin to add integration with your car
Apache License 2.0
233 stars 28 forks source link

Friendly name #3

Closed siamssi closed 3 years ago

siamssi commented 3 years ago

Hello I put a friendly name but doesn't work

name: wvw1234567812356: 'Superb'

I have my vin number

image

lendy007 commented 3 years ago

Can you post your whole skodaconnect config string? For most of the people it is working fine so I suspect some indentation issue ("vin" should be 1 level to the right than "name")...

It should be:

skodaconnect:
    username: <username for skoda connect>
    password: <password for skoda connect>
    spin: <S-PIN for skoda connect>
    combustion_engine_heating_duration: <allowed values 10,20,30,40,50,60 (minutes)>
    combustion_engine_climatisation_duration: <allowed values 10,20,30,40,50,60 (minutes)>
    scandinavian_miles: false
    scan_interval:
        minutes: 5
    name:
        wvw1234567812356: 'Kodiaq'
siamssi commented 3 years ago

Hello:

image

lendy007 commented 3 years ago

According to this picture it seems that you didn't replace

wvw1234567812356

with your VIN number (in lower case!!!)...

siamssi commented 3 years ago

According to this picture it seems that you didn't replace

wvw1234567812356

with your VIN number (in lower case!!!)...

Thank you it's working !