evcc-io / evcc

Sonne tanken β˜€οΈπŸš˜
https://evcc.io
MIT License
3.53k stars 651 forks source link

Seat Mii electric - keine Verbindung zur API #9663

Closed markus80d closed 1 year ago

markus80d commented 1 year ago

Describe the bug

Evcc bekommt seit ca. 1-2 Tagen keine Verbindung mehr zum Seat-Portal (keine SOC's mehr).

Steps to reproduce

1. 2. 3. ...

Configuration details

network:
  schema: http
  host: 192.168.33.76
  port: 7070

interval: 30s

log: info

chargers:
- name: garage
  type: template
  template: go-e-v3
  host: 192.168.178.69

loadpoints:
- title: Garage 
  charger: garage
  mode: pv
  vehicle: mii
  phases: 0
  enable:
    delay: 5m
    threshold: -1000
  disable:
    delay: 5m
    threshold: 700
  guardduration: 5m
  mincurrent: 6
  maxcurrent: 16
  resetOnDisconnect: true
  soc:
    poll:
    #   mode: connected
    #   interval: 120m
      mode: charging
      interval: 60m
    estimate: true

meters:
- name: grid
  type: template
  template: shelly-3em
  usage: grid
  host: 192.168.178.40

site:
  title: Laderegelung E-Auto
  meters:
    grid: grid
  residualPower: 0

vehicles:
  - name: mii
    type: template
    template: seat
    title: Seat Mii electric
    user: xxx
    password: xxx
    phases: 2
    capacity: 32
    # minSoC: 15
    # targetSoC: 87
    icon: car

tariffs:
  currency: EUR
  grid:
    type: fixed
    price: 0.3593
  feedin:
    type: fixed
    price: 0.145

sponsortoken: xxx

telemetry: true
plant: xxx

Log details

Using config file: /config/evcc.yaml
starting evcc: 'EVCC_DATABASE_DSN=/data/evcc.db evcc --config /config/evcc.yaml'
[main  ] INFO 2023/09/01 14:08:06 evcc 0.119.3
[main  ] INFO 2023/09/01 14:08:06 using config file: /config/evcc.yaml
[main  ] INFO 2023/09/01 14:08:06 starting ui and api at :7070
[db    ] INFO 2023/09/01 14:08:07 using sqlite database: /data/evcc.db
[main  ] ERROR 2023/09/01 14:08:08 creating vehicle mii failed: cannot create vehicle 'template': cannot create vehicle 'seat': cannot get vehicles: RS.security.9007: The context has not gained a legitimation due to missing access rights.
[site  ] INFO 2023/09/01 14:08:09 site config:
[site  ] INFO 2023/09/01 14:08:09   meters:      grid βœ“ pv βœ— battery βœ—
[site  ] INFO 2023/09/01 14:08:09     grid:      power βœ“ energy βœ“ currents βœ“
[site  ] INFO 2023/09/01 14:08:09   vehicles:
[site  ] INFO 2023/09/01 14:08:09     vehicle 1: range βœ— finish βœ— status βœ— climate βœ— wakeup βœ—
[lp-1  ] INFO 2023/09/01 14:08:09 loadpoint 1:
[lp-1  ] INFO 2023/09/01 14:08:09   mode:        pv
[lp-1  ] INFO 2023/09/01 14:08:09   charger:     power βœ“ energy βœ“ currents βœ“ phases βœ“ wakeup βœ—
[lp-1  ] INFO 2023/09/01 14:08:09   meters:      charge βœ“
[lp-1  ] INFO 2023/09/01 14:08:09     charge:    power βœ“ energy βœ“ currents βœ“
[lp-1  ] INFO 2023/09/01 14:08:09 vehicle updated: unknown -> Seat Mii electric (offline)
[lp-1  ] INFO 2023/09/01 14:08:09 car connected
[lp-1  ] INFO 2023/09/01 14:08:09 start charging ->

What type of operating system are you running?

HomeAssistant Add-on

Version

119.3

StefanSchoof commented 1 year ago

Unter https://github.com/evcc-io/evcc/discussions/9615 gibt es mehr Personen mit den gleichen Fehler

markus80d commented 1 year ago

Hallo Stefan, danke für den Hinweis! Ja stimmt, das ist so wie es aussieht genau gleich wie bei mir. Ich schließe meinen Issued in dem Fall wieder. VG Markus

markus80d commented 1 year ago

Duplikat