evcc-io / evcc

Sonne tanken ☀️🚘
https://evcc.io
MIT License
3.54k stars 656 forks source link

Aufploppen "Keine Verbindung zum Server" Meldung nach Update, Bedienung ohne Einschränkung möglich #7760

Closed StevieC121176 closed 1 year ago

StevieC121176 commented 1 year ago

Describe the bug

Nach dem Update auf Version 0.116.6 (d327fe71) ploppt im Sekundentakt unten markierte Meldung auf. Die Bedienung ist aber ohne Einschränkung möglich und auch die Anzeigen funktionieren. Das Verhalten hatte ich mit der vorigen Version nicht. Geändert wurde ausser dem Update nichts.

IMG_0336

Steps to reproduce

1. 2. 3. ... EVCC stoppen Update auf neue Version 0.116.6 (d327fe71) EVCC starten Fehlermeldung

Configuration details

<details><summary>Konfiguration (/home/pi/evcc.yaml)</summary>

# 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: kostal-plenticore 
  id: 71  
  host: 192.168.178.117  
  port: 1502  
  usage: pv  
  modbus: tcpip  
  name: pv1
- type: template
  template: kostal-plenticore 
  id: 71  
  host: 192.168.178.118  
  port: 1502  
  usage: pv 
  modbus: tcpip 
  name: pv2
- type: template
  template: kostal-plenticore 
  id: 71  
  host: 192.168.178.118  
  port: 1502  
  usage: battery  
  modbus: tcpip 
  capacity: 12.8 
  name: battery2
- type: template
  template: kostal-ksem 
  id: 71  
  host: 192.168.178.116  
  port: 502  
  usage: grid  
  modbus: tcpip  
  name: grid3

chargers:
#- type: template
 # template: daheimladen 
#  token: *****
 # stationid: *****  
 #host: 192.168.178.74  
 # name: wallbox9
- type: template
  template: daheimladen-mb 
  host: 192.168.178.74
  port: 502
#  host: 192.168.178.80 
#  port: 5200  
  name: wallbox9
- type: template
  template: homematic 
  host: 192.168.178.68  
  port: 2010  
  device: '*****'
  standbypower: 15  
  user: *****
  password: *****
  meterchannel: 6  
  switchchannel: 3 
  integrateddevice: false  
# icon: bike  
  name: wallbox10
- type: template
  template: shelly 
  host: 192.168.178.101  
  user: *****
  password: *****
  channel: 0  
  standbypower: 15  
  integrateddevice: false  
#  icon: bike  
  name: wallbox1

vehicles:
- type: template
  template: enyaq
  title: Skoda Enyaq 80iV
  user: *****
  password: *****
  vin: *****
  capacity: 82
  phases: 3
  cache: 15
  mode: off
  minSoC: 30
  targetSoC: 99
  minCurrent: 6
  maxCurrent: 16
  identifiers:
  - *****
  name: ev6
  icon: car
- type: template
  template: skoda 
  title: Skoda Citigo iV  
  user: *****
  password: *****
  vin: *****
  capacity: 38  
  phases: 2  
  cache: 15  
  mode: off  
  minSoC: 30
  targetSoC: 99  
  minCurrent: 6  
  maxCurrent: 16  
  identifiers:
  - ***** 
  name: ev7
  icon: car
- type: template
  template: offline 
  title: E-Bike
  capacity: 0.75
  phases: 1  
  mode: off  
  minCurrent: 1
  maxCurrent: 6
  name: ev8
  icon: bike
- type: template
  template: id 
  title: Volkswagen ID5  
  user: *****
  password: *****
  vin: *****
  capacity: 82  
  phases: 3  
  icon: car  
  cache: 15m  
  mode: Off  
  minSoc: 30  
  targetSoc: 99  
  minCurrent: 6  
  maxCurrent: 16  
  name: ev9

loadpoints:
- title: Garage
  charger: wallbox9
  mode: off
  phases: 3
  mincurrent: 6
  maxcurrent: 16
  resetOnDisconnect: false
#  Priority: 1
  soc:
    poll:
      mode: charging
      interval: 60m
    estimate: true
- title: Fahrrad
  charger: wallbox10
  vehicle: ev8
  mode: off
  phases: 1
  mincurrent: 6
  maxcurrent: 16
  resetOnDisconnect: false
 # Priority: 2
- title: Individual
  charger: wallbox1
  vehicle: ev8
  mode: off
  phases: 1
  mincurrent: 6
  maxcurrent: 16
  resetOnDisconnect: false
 # Priority: 2

site:
  title: Mein Zuhause
  meters:
    grid: grid3
    pvs:
    - pv1
    - pv2
    batteries:
    - battery2
  residualPower: 100
#  bufferSoC: 90
#  prioritySoC: 80
  bufferSoC: 100
  prioritySoC: 90

influx:
  url: http://192.168.178.80:8086
  database: evcc
  user: *****
  password: *****

modbusproxy:
  - port: 5200
    uri: 192.168.178.74:502 # IP und Port des Gerätes, das abgefragt werden soll

mqtt:
  broker: 192.168.178.80:1883
  topic: evcc # root topic for publishing, set empty to disable publishing
  # clientid: foo
  user: *****
  password: *****

tariffs:
  currency: EUR # (default EUR)
  grid:
    # static grid price
    type: fixed
    price: 0.234 # [currency]/kWh

  feedin:
    # rate for feeding excess (pv) energy to the grid
    type: fixed
    price: 0.082 # [currency]/kWh

  planner:
    type: grünstromindex
    zip: "*****"

Log details

-- Journal begins at Mon 2023-04-24 07:58:04 CEST, ends at Mon 2023-05-01 14:12:09 CEST. --
May 01 14:09:54 raspberrypi systemd[1]: Started evcc.
May 01 14:09:54 raspberrypi evcc[3340]: [main  ] INFO 2023/05/01 14:09:54 evcc 0.116.6 (d327fe71)
May 01 14:09:54 raspberrypi evcc[3340]: [main  ] INFO 2023/05/01 14:09:54 using config file: /etc/evcc.yaml
May 01 14:09:54 raspberrypi evcc[3340]: [main  ] INFO 2023/05/01 14:09:54 starting ui and api at :7070
May 01 14:09:55 raspberrypi evcc[3340]: [db    ] INFO 2023/05/01 14:09:55 using sqlite database: /var/lib/evcc/evcc.db
May 01 14:09:55 raspberrypi evcc[3340]: [mqtt  ] INFO 2023/05/01 14:09:55 connecting evcc-439627092 at tcp://192.168.178.80:1883
May 01 14:09:55 raspberrypi evcc[3340]: [mqtt  ] DEBUG 2023/05/01 14:09:55 tcp://192.168.178.80:1883 connected
May 01 14:09:55 raspberrypi evcc[3340]: [proxy-5200] DEBUG 2023/05/01 14:09:55 modbus proxy for 192.168.178.74:502 listening at :5200
May 01 14:10:07 raspberrypi evcc[3340]: [site  ] WARN 2023/05/01 14:10:07 vehicle 'E-Bike' does not support automatic detection
May 01 14:10:07 raspberrypi evcc[3340]: [site  ] INFO 2023/05/01 14:10:07 site config:
May 01 14:10:07 raspberrypi evcc[3340]: [site  ] INFO 2023/05/01 14:10:07   meters:      grid ✓ pv ✓ battery ✓
May 01 14:10:07 raspberrypi evcc[3340]: [site  ] INFO 2023/05/01 14:10:07     grid:      power ✓ energy ✓ currents ✓
May 01 14:10:07 raspberrypi evcc[3340]: [site  ] INFO 2023/05/01 14:10:07     pv 1:      power ✓ energy ✗ currents ✗
May 01 14:10:07 raspberrypi evcc[3340]: [site  ] INFO 2023/05/01 14:10:07     pv 2:      power ✓ energy ✗ currents ✗
May 01 14:10:07 raspberrypi evcc[3340]: [site  ] INFO 2023/05/01 14:10:07     battery 1: power ✓ energy ✗ currents ✗ soc ✓ capacity ✓
May 01 14:10:07 raspberrypi evcc[3340]: [site  ] INFO 2023/05/01 14:10:07   vehicles:
May 01 14:10:07 raspberrypi evcc[3340]: [site  ] INFO 2023/05/01 14:10:07     vehicle 1: range ✓ finish ✓ status ✓ climate ✓ wakeup ✗
May 01 14:10:07 raspberrypi evcc[3340]: [site  ] INFO 2023/05/01 14:10:07     vehicle 2: range ✓ finish ✓ status ✓ climate ✗ wakeup ✗
May 01 14:10:07 raspberrypi evcc[3340]: [site  ] INFO 2023/05/01 14:10:07     vehicle 3: range ✓ finish ✓ status ✓ climate ✓ wakeup ✗
May 01 14:10:07 raspberrypi evcc[3340]: [site  ] INFO 2023/05/01 14:10:07     vehicle 4: range ✗ finish ✗ status ✗ climate ✗ wakeup ✗
May 01 14:10:07 raspberrypi evcc[3340]: [lp-1  ] INFO 2023/05/01 14:10:07 loadpoint 1:
May 01 14:10:07 raspberrypi evcc[3340]: [lp-1  ] INFO 2023/05/01 14:10:07   mode:        off
May 01 14:10:07 raspberrypi evcc[3340]: [lp-1  ] INFO 2023/05/01 14:10:07   charger:     power ✓ energy ✓ currents ✓ phases ✗ wakeup ✗
May 01 14:10:07 raspberrypi evcc[3340]: [lp-1  ] INFO 2023/05/01 14:10:07   meters:      charge ✓
May 01 14:10:07 raspberrypi evcc[3340]: [lp-1  ] INFO 2023/05/01 14:10:07     charge:    power ✓ energy ✓ currents ✓
May 01 14:10:07 raspberrypi evcc[3340]: [lp-2  ] INFO 2023/05/01 14:10:07 loadpoint 2:
May 01 14:10:07 raspberrypi evcc[3340]: [lp-2  ] INFO 2023/05/01 14:10:07   mode:        off
May 01 14:10:07 raspberrypi evcc[3340]: [lp-2  ] INFO 2023/05/01 14:10:07   charger:     power ✓ energy ✓ currents ✗ phases ✗ wakeup ✗
May 01 14:10:07 raspberrypi evcc[3340]: [lp-2  ] INFO 2023/05/01 14:10:07   meters:      charge ✓
May 01 14:10:07 raspberrypi evcc[3340]: [lp-2  ] INFO 2023/05/01 14:10:07     charge:    power ✓ energy ✓ currents ✗
May 01 14:10:07 raspberrypi evcc[3340]: [lp-3  ] INFO 2023/05/01 14:10:07 loadpoint 3:
May 01 14:10:07 raspberrypi evcc[3340]: [lp-3  ] INFO 2023/05/01 14:10:07   mode:        off
May 01 14:10:07 raspberrypi evcc[3340]: [lp-3  ] INFO 2023/05/01 14:10:07   charger:     power ✓ energy ✓ currents ✗ phases ✗ wakeup ✗
May 01 14:10:07 raspberrypi evcc[3340]: [lp-3  ] INFO 2023/05/01 14:10:07   meters:      charge ✓
May 01 14:10:07 raspberrypi evcc[3340]: [lp-3  ] INFO 2023/05/01 14:10:07     charge:    power ✓ energy ✓ currents ✗
May 01 14:10:07 raspberrypi evcc[3340]: [lp-1  ] DEBUG 2023/05/01 14:10:07 phase timer inactive
May 01 14:10:07 raspberrypi evcc[3340]: [lp-1  ] DEBUG 2023/05/01 14:10:07 pv timer inactive
May 01 14:10:07 raspberrypi evcc[3340]: [lp-1  ] DEBUG 2023/05/01 14:10:07 guard timer inactive
May 01 14:10:07 raspberrypi evcc[3340]: [lp-2  ] DEBUG 2023/05/01 14:10:07 phase timer inactive
May 01 14:10:07 raspberrypi evcc[3340]: [lp-2  ] DEBUG 2023/05/01 14:10:07 pv timer inactive
May 01 14:10:07 raspberrypi evcc[3340]: [lp-2  ] DEBUG 2023/05/01 14:10:07 guard timer inactive
May 01 14:10:07 raspberrypi evcc[3340]: [lp-2  ] INFO 2023/05/01 14:10:07 vehicle updated: unknown -> E-Bike
May 01 14:10:07 raspberrypi evcc[3340]: [lp-2  ] DEBUG 2023/05/01 14:10:07 set charge mode: off
May 01 14:10:07 raspberrypi evcc[3340]: [lp-2  ] DEBUG 2023/05/01 14:10:07 set max current: 6
May 01 14:10:07 raspberrypi evcc[3340]: [lp-2  ] DEBUG 2023/05/01 14:10:07 set min soc: 0
May 01 14:10:07 raspberrypi evcc[3340]: [lp-2  ] DEBUG 2023/05/01 14:10:07 set target soc: 100
May 01 14:10:07 raspberrypi evcc[3340]: [lp-3  ] DEBUG 2023/05/01 14:10:07 phase timer inactive
May 01 14:10:07 raspberrypi evcc[3340]: [lp-3  ] DEBUG 2023/05/01 14:10:07 pv timer inactive
May 01 14:10:07 raspberrypi evcc[3340]: [lp-3  ] DEBUG 2023/05/01 14:10:07 guard timer inactive
May 01 14:10:07 raspberrypi evcc[3340]: [lp-2  ] INFO 2023/05/01 14:10:07 vehicle updated: E-Bike -> unknown
May 01 14:10:07 raspberrypi evcc[3340]: [lp-3  ] INFO 2023/05/01 14:10:07 vehicle updated: unknown -> E-Bike
May 01 14:10:07 raspberrypi evcc[3340]: [lp-3  ] DEBUG 2023/05/01 14:10:07 set charge mode: off
May 01 14:10:07 raspberrypi evcc[3340]: [lp-3  ] DEBUG 2023/05/01 14:10:07 set max current: 6
May 01 14:10:07 raspberrypi evcc[3340]: [lp-3  ] DEBUG 2023/05/01 14:10:07 set min soc: 0
May 01 14:10:07 raspberrypi evcc[3340]: [lp-3  ] DEBUG 2023/05/01 14:10:07 set target soc: 100
May 01 14:10:07 raspberrypi evcc[3340]: [site  ] DEBUG 2023/05/01 14:10:07 ----
May 01 14:10:07 raspberrypi evcc[3340]: [lp-1  ] DEBUG 2023/05/01 14:10:07 charge power: 0W
May 01 14:10:07 raspberrypi evcc[3340]: [lp-2  ] DEBUG 2023/05/01 14:10:07 charge power: 0W
May 01 14:10:07 raspberrypi evcc[3340]: [lp-3  ] DEBUG 2023/05/01 14:10:07 charge power: 0W
May 01 14:10:07 raspberrypi evcc[3340]: [main  ] INFO 2023/05/01 14:10:07 new version available: 0.116.7
May 01 14:10:08 raspberrypi evcc[3340]: [site  ] DEBUG 2023/05/01 14:10:08 pv power: 1573W
May 01 14:10:09 raspberrypi evcc[3340]: [site  ] ERROR 2023/05/01 14:10:09 battery 1 soc: read tcp 192.168.178.77:49876->192.168.178.118:1502: i/o timeout
May 01 14:10:09 raspberrypi evcc[3340]: [site  ] DEBUG 2023/05/01 14:10:09 battery soc: 0%
May 01 14:10:09 raspberrypi evcc[3340]: [site  ] DEBUG 2023/05/01 14:10:09 battery power: -1W
May 01 14:10:09 raspberrypi evcc[3340]: [site  ] DEBUG 2023/05/01 14:10:09 grid power: 0W
May 01 14:10:09 raspberrypi evcc[3340]: [site  ] DEBUG 2023/05/01 14:10:09 grid powers: [-250 590 -340]W
May 01 14:10:09 raspberrypi evcc[3340]: [site  ] DEBUG 2023/05/01 14:10:09 grid currents: [-1.64 3.29 -1.56]A
May 01 14:10:09 raspberrypi evcc[3340]: [site  ] DEBUG 2023/05/01 14:10:09 giving priority to battery charging at soc: 0%
May 01 14:10:09 raspberrypi evcc[3340]: [site  ] DEBUG 2023/05/01 14:10:09 site power: 100W
May 01 14:10:09 raspberrypi evcc[3340]: [lp-1  ] DEBUG 2023/05/01 14:10:09 charge voltages: [239 237 237]V
May 01 14:10:09 raspberrypi evcc[3340]: [lp-1  ] DEBUG 2023/05/01 14:10:09 detected connected phases: 3p
May 01 14:10:09 raspberrypi evcc[3340]: [lp-1  ] DEBUG 2023/05/01 14:10:09 charge currents: [0 0 0]A
May 01 14:10:09 raspberrypi evcc[3340]: [lp-1  ] DEBUG 2023/05/01 14:10:09 charge meter total import: 2803.800kWh
May 01 14:10:09 raspberrypi evcc[3340]: [lp-1  ] DEBUG 2023/05/01 14:10:09 charger status: A
May 01 14:10:09 raspberrypi evcc[3340]: [lp-1  ] INFO 2023/05/01 14:10:09 car disconnected
May 01 14:10:09 raspberrypi evcc[3340]: [lp-1  ] DEBUG 2023/05/01 14:10:09 set charge mode: off
May 01 14:10:09 raspberrypi evcc[3340]: [lp-1  ] DEBUG 2023/05/01 14:10:09 set min current: 6
May 01 14:10:09 raspberrypi evcc[3340]: [lp-1  ] DEBUG 2023/05/01 14:10:09 set max current: 16
May 01 14:10:09 raspberrypi evcc[3340]: [lp-1  ] DEBUG 2023/05/01 14:10:09 set min soc: 0
May 01 14:10:09 raspberrypi evcc[3340]: [lp-1  ] DEBUG 2023/05/01 14:10:09 set target soc: 100
May 01 14:10:10 raspberrypi evcc[3340]: [site  ] DEBUG 2023/05/01 14:10:10 ----

What type of operating system are you running?

Linux

Version

0.116.6 (d327fe71)

StevieC121176 commented 1 year ago

Ich konnte es etwas eingrenzen. Es scheint nur neuere IOS Geräte zu betreffen. Das Verhalten kann ich auf dem iPhone mit IOS 16.5 und dem iMac mit der neuesten Version beobachten. Auf einem alten iPad mit iOS 12.3 funktioniert es ohne Probleme genau wie auf Android Geräten.

andig commented 1 year ago

Ist schon behoben.