evcc-io / evcc

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

Porsche Taycan Offline #10800

Closed hegi2k closed 10 months ago

hegi2k commented 10 months ago

Describe the bug

Nach einem Neustart erscheint der Taycan nur noch offline. Mehrfache Neustarts, Updates brachten keinen Erfolg.

Steps to reproduce

1. 2. 3. ...

Configuration details

# open evcc at http://evcc.local:7070
network:
  schema: http
  host: evcc.local # .local suffix announces the hostname on MDNS
  port: 7070

log: info
levels:
  cache: error

# unique installation id
plant:

interval: 10s # control cycle interval

sponsortoken: 

# sponsors can set telemetry: true to enable anonymous data aggregation
# see https://github.com/evcc-io/evcc/discussions/4554
telemetry: false

meters:
- type: template
  template: sma-home-manager 
  usage: grid  
  host: 192.168.188.43  
  name: grid1
- type: template
  template: sma-inverter 
  usage: pv  
  host: 192.168.188.44  
  password: Voltaik2021!  
  name: pv2

chargers:
- type: template
  template: go-e-gemini 
  host: 192.168.188.75  
  name: wallbox4

vehicles:
- type: template
  template: porsche 
  title: Taycan  
  user: xxx  
  password: xxx  
  vin: xxx 
  capacity: 71  
  name: ev3

loadpoints:
- title: Garage
  charger: wallbox4
  vehicle: ev3
  mode: pv
  phases: 3
  mincurrent: 6
  maxcurrent: 16
  resetOnDisconnect: true

site:
  title: Zuhause
  meters:
    grid: grid1
    pvs:
    - pv2

Log details

[main  ] INFO 2023/11/16 14:03:19 evcc 0.122.1 (bc8e3a45)
[main  ] INFO 2023/11/16 14:03:19 using config file: /etc/evcc.yaml
[main  ] INFO 2023/11/16 14:03:19 starting ui and api at :7070
[db    ] INFO 2023/11/16 14:03:20 using sqlite database: /home/pi/.evcc/evcc.db
[main  ] ERROR 2023/11/16 14:03:24 creating vehicle ev3 failed: cannot create ve                                                                                                hicle 'template': cannot create vehicle 'porsche': unexpected status: 502 (Bad G                                                                                                ateway)
[lp-1  ] WARN 2023/11/16 14:03:24 locking phase config to 3p for switchable char                                                                                                ger
[lp-1  ] DEBUG 2023/11/16 14:03:24 charge total import: 3361.997kWh
[site  ] WARN 2023/11/16 14:03:24 deprecated: use 'pv' instead of 'pvs'
[site  ] INFO 2023/11/16 14:03:24 site config:
[site  ] INFO 2023/11/16 14:03:24   meters:      grid βœ“ pv βœ“ battery βœ—
[site  ] INFO 2023/11/16 14:03:24     grid:      power βœ“ energy βœ“ currents βœ“
[site  ] INFO 2023/11/16 14:03:24     pv 1:      power βœ“ energy βœ“ currents βœ“
[site  ] INFO 2023/11/16 14:03:24   vehicles:
[site  ] INFO 2023/11/16 14:03:24     vehicle 1: range βœ— finish βœ— status βœ— climate βœ— wakeup βœ—
[lp-1  ] INFO 2023/11/16 14:03:24 loadpoint 1:
[lp-1  ] INFO 2023/11/16 14:03:24   mode:        pv
[lp-1  ] INFO 2023/11/16 14:03:24   charger:     power βœ“ energy βœ“ currents βœ“ phases βœ“ wakeup βœ—
[lp-1  ] INFO 2023/11/16 14:03:24   meters:      charge βœ“
[lp-1  ] INFO 2023/11/16 14:03:24     charge:    power βœ“ energy βœ“ currents βœ“
[lp-1  ] DEBUG 2023/11/16 14:03:24 phase timer inactive
[lp-1  ] DEBUG 2023/11/16 14:03:24 pv timer inactive
[lp-1  ] DEBUG 2023/11/16 14:03:24 guard timer inactive
[lp-1  ] INFO 2023/11/16 14:03:24 vehicle updated: unknown -> Taycan (offline)
[site  ] WARN 2023/11/16 14:03:24 interval <30s can lead to unexpected behavior, see https://docs.evcc.io/docs/reference/configuration/interval
[site  ] DEBUG 2023/11/16 14:03:24 ----
[lp-1  ] DEBUG 2023/11/16 14:03:24 charge power: 0W
[site  ] DEBUG 2023/11/16 14:03:24 pv power: 434W
[site  ] DEBUG 2023/11/16 14:03:24 grid power: 799W
[site  ] DEBUG 2023/11/16 14:03:24 grid powers: [30 819 -50]W
[site  ] DEBUG 2023/11/16 14:03:24 grid currents: [0.712 3.98 -0.534]A
[site  ] DEBUG 2023/11/16 14:03:24 site power: 799W
[lp-1  ] DEBUG 2023/11/16 14:03:24 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/11/16 14:03:24 charge total import: 3361.997kWh
[lp-1  ] DEBUG 2023/11/16 14:03:24 charger status: B
[lp-1  ] INFO 2023/11/16 14:03:24 car connected
[lp-1  ] DEBUG 2023/11/16 14:03:24 pv timer elapse
[lp-1  ] DEBUG 2023/11/16 14:03:24 pv timer inactive
[lp-1  ] DEBUG 2023/11/16 14:03:24 charger: guard elapse
[lp-1  ] DEBUG 2023/11/16 14:03:24 guard timer inactive
[lp-1  ] DEBUG 2023/11/16 14:03:24 charge total import: 3361.997kWh
[lp-1  ] DEBUG 2023/11/16 14:03:24 switched phases: 3p
[site  ] DEBUG 2023/11/16 14:03:34 ----
[lp-1  ] DEBUG 2023/11/16 14:03:34 charge power: 0W
[site  ] DEBUG 2023/11/16 14:03:34 pv power: 439W
[site  ] DEBUG 2023/11/16 14:03:34 grid power: 2910W
[site  ] DEBUG 2023/11/16 14:03:34 grid powers: [2149 814 -53]W
[site  ] DEBUG 2023/11/16 14:03:34 grid currents: [9.54 3.98 -0.532]A
[site  ] DEBUG 2023/11/16 14:03:34 site power: 2910W
[lp-1  ] DEBUG 2023/11/16 14:03:34 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/11/16 14:03:34 charge total import: 3361.997kWh
[lp-1  ] DEBUG 2023/11/16 14:03:34 charger status: B
[lp-1  ] DEBUG 2023/11/16 14:03:34 pv charge current: 0A = 0A + -4.22A (2910W @ 3p)
[lp-1  ] DEBUG 2023/11/16 14:03:34 pv enable timer reset
[lp-1  ] DEBUG 2023/11/16 14:03:34 pv timer inactive
[site  ] DEBUG 2023/11/16 14:03:44 ----
[lp-1  ] DEBUG 2023/11/16 14:03:44 charge power: 0W
[site  ] DEBUG 2023/11/16 14:03:44 pv power: 447W
[site  ] DEBUG 2023/11/16 14:03:44 grid power: 2944W
[site  ] DEBUG 2023/11/16 14:03:44 grid powers: [2197 807 -60]W
[site  ] DEBUG 2023/11/16 14:03:44 grid currents: [9.83 3.93 -0.539]A
[site  ] DEBUG 2023/11/16 14:03:44 site power: 2944W
[lp-1  ] DEBUG 2023/11/16 14:03:44 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/11/16 14:03:44 charge total import: 3361.997kWh
[lp-1  ] DEBUG 2023/11/16 14:03:44 charger status: B
[lp-1  ] DEBUG 2023/11/16 14:03:44 pv charge current: 0A = 0A + -4.27A (2944W @ 3p)
[site  ] DEBUG 2023/11/16 14:03:54 ----
[lp-1  ] DEBUG 2023/11/16 14:03:54 charge power: 0W
[site  ] DEBUG 2023/11/16 14:03:54 pv power: 450W
[site  ] DEBUG 2023/11/16 14:03:54 grid power: 2986W
[site  ] DEBUG 2023/11/16 14:03:54 grid powers: [2221 814 -49]W
[site  ] DEBUG 2023/11/16 14:03:54 grid currents: [9.85 3.96 -0.543]A
[site  ] DEBUG 2023/11/16 14:03:54 site power: 2986W
[lp-1  ] DEBUG 2023/11/16 14:03:54 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/11/16 14:03:54 charge total import: 3361.997kWh
[lp-1  ] DEBUG 2023/11/16 14:03:54 charger status: B
[lp-1  ] DEBUG 2023/11/16 14:03:54 pv charge current: 0A = 0A + -4.33A (2986W @ 3p)
[site  ] DEBUG 2023/11/16 14:04:04 ----
[lp-1  ] DEBUG 2023/11/16 14:04:04 charge power: 0W
[site  ] DEBUG 2023/11/16 14:04:04 pv power: 460W
[site  ] DEBUG 2023/11/16 14:04:04 grid power: 2822W
[site  ] DEBUG 2023/11/16 14:04:04 grid powers: [2080 803 -61]W
[site  ] DEBUG 2023/11/16 14:04:04 grid currents: [9.22 3.95 -0.547]A
[site  ] DEBUG 2023/11/16 14:04:04 site power: 2822W
[lp-1  ] DEBUG 2023/11/16 14:04:04 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/11/16 14:04:04 charge total import: 3361.997kWh
[lp-1  ] DEBUG 2023/11/16 14:04:04 charger status: B
[lp-1  ] DEBUG 2023/11/16 14:04:04 pv charge current: 0A = 0A + -4.09A (2822W @ 3p)

What type of operating system are you running?

Linux

Version

evcc version 0.122.1 (bc8e3a45)

andig commented 10 months ago

Ohne trace log ist da nichts zu zu sagen. Gut wΓ€re auch Dein Sponsortoken nicht zu teilen ;)