evcc-io / evcc

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

pulsar plus und cannot create charger ... und Ladestation gesperrt #15707

Closed stm9x9 closed 1 month ago

stm9x9 commented 1 month ago

Describe the bug

Seitdem ich von der letzten 0.129.x auf 0.130.2 gewechselt bin, konnte ich die Wallbox Puslar Plus überhaupt nicht verbinden. Jetzt mit der 0.130.4 gibt es ein ein klein wenig anderes Bild aber immer noch kaputt:

Wenn ich evcc neu starte, dann steht in der Wallbox kurz OCPP verbinden ... und recht schnell OCPP verbunden. Aber in evcc sieht das ganz anders aus.

ich bekomme den Fehler

cannot create charger 'PulsarPlus': cannot create charger type 'template': cannot create charger type 'ocpp': Scheduled

und die Oberfläche sieht so aus:

image

und die Konfig sieht auch ganz leer aus:

image

Beim nächsten (also nicht regelmäßig oder abwechselnd sondern mal so mal so) startet evcc gut, dafür wechselt dann aber in der App der Status auf "Ladestation entsperren", was ich gar nicht kann, solange die wallbox im OCPP-Modus ist. In evcc steht dann jetzt auch: waiting for local authentication

Ich muß jetzt also in der Wallbox OCPP ausschalten mit Neustart. Dann kann ich die Box entsperren. Sofort fängt sie an zu laden. Ich schalte dann OCCP wieder ein, Neustart. Dann steht in der App: "Ladevorgang beendet" obwohl das Auto nocht nicht voll ist. Und da ist ein neues Symbol in evcc: Vorgang abgebrochen, Erneut verbinden.

Wenn ich dann auf Schnelladen gehe (Sonne ist nicht mehr), dann passiert nichts, Log unten.

Also so oder so, egal welcher Fehler oder auch nicht: Laden kann ich seit der 130.x nicht mehr :-/

Steps to reproduce

1. 2. 3. ...

Configuration details

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

log: debug
levels:
  cache: error
  ocpp: trace
  bmw: trace

# unique installation id
plant: xxx
interval: 10s # control cycle interval

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

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

meters:
- type: template
  template: huawei-dongle-powersensor
  id: 1
  host: Huawei-Solar
  port: 502
  usage: grid
  modbus: tcpip
  timeout: 15s
  name: Netz
- type: template
  template: huawei-dongle-powersensor
  id: 1
  host: Huawei-Solar
  port: 502
  usage: pv
  modbus: tcpip
  timeout: 15s
  name: Sun2000-6K-Master
- type: template
  template: huawei-dongle-powersensor
  id: 2
  host: Huawei-Solar
  port: 502
  usage: pv
  modbus: tcpip
  timeout: 15s
  name: Sun2000-4K-Slave
- type: template
  template: huawei-dongle-powersensor
  id: 1
  host: Huawei-Solar
  port: 502
  usage: battery
  modbus: tcpip
  timeout: 15s
  name: Luna2000

chargers:
- type: template
  template: pulsarplus
  name: PulsarPlus

vehicles:
- type: template
  template: bmw
  title: BMW
  user: xxx
  password: xxx
  phases: 1
  name: ev_bmw
  icon: car
  cache: 15m
  capacity: 9
  mode: pv

loadpoints:
- title: Garage
  charger: PulsarPlus
  vehicle: ev_bmw
#  phases: 3
#  mincurrent: 6
#  maxcurrent: 16

site:
  title: Mein Zuhause
  meters:
    grid: Netz
    pv:
    - Sun2000-6K-Master
    - Sun2000-4K-Slave
    battery:
    - Luna2000

Log details

[main ] INFO 2024/08/26 18:57:59 evcc 0.130.4
[main ] INFO 2024/08/26 18:57:59 using config file: /etc/evcc.yaml
[db ] INFO 2024/08/26 18:57:59 using sqlite database: /root/.evcc/evcc.db
[db ] TRACE 2024/08/26 18:57:59 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="settings" -1 <nil>
[db ] TRACE 2024/08/26 18:57:59 SELECT sql FROM sqlite_master WHERE type IN ("table","index") AND tbl_name = "settings" AND sql IS NOT NULL order by type = "table" desc 1 <nil>
[db ] TRACE 2024/08/26 18:57:59 SELECT * FROM `settings` LIMIT 1 -1 <nil>
[db ] TRACE 2024/08/26 18:57:59 SELECT * FROM `settings` 31 <nil>
[db ] TRACE 2024/08/26 18:57:59 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="devices" -1 <nil>
[db ] TRACE 2024/08/26 18:57:59 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="device_details" -1 <nil>
[db ] TRACE 2024/08/26 18:57:59 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="configs" -1 <nil>
[db ] TRACE 2024/08/26 18:57:59 SELECT sql FROM sqlite_master WHERE type IN ("table","index") AND tbl_name = "configs" AND sql IS NOT NULL order by type = "table" desc 1 <nil>
[db ] TRACE 2024/08/26 18:57:59 SELECT * FROM `configs` LIMIT 1 -1 <nil>
[db ] TRACE 2024/08/26 18:57:59 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="config_details" -1 <nil>
[db ] TRACE 2024/08/26 18:57:59 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="config_details" -1 <nil>
[main ] INFO 2024/08/26 18:57:59 listening at :7070
[db ] TRACE 2024/08/26 18:57:59 SELECT * FROM `configs` WHERE `configs`.`class` = 2 0 <nil>
[db ] TRACE 2024/08/26 18:57:59 SELECT * FROM `configs` WHERE `configs`.`class` = 1 0 <nil>
[ocpp-1] DEBUG 2024/08/26 18:57:59 waiting for chargepoint: 5m0s
[ocpp ] INFO 2024/08/26 18:59:19 charge point connected, registering: Garage
[ocpp ] TRACE 2024/08/26 18:59:19 recv Garage: [2,"1060279632","StatusNotification",{"info": "","vendorId": "com.wallbox","vendorErrorCode": "","connectorId": 0,"errorCode": "NoError","status": "Available","timestamp": "2024-08-26T16:59:19Z"}]
[ocpp ] TRACE 2024/08/26 18:59:19 send Garage: [3,"1060279632",{}]
[ocpp ] TRACE 2024/08/26 18:59:19 recv Garage: [2,"1140804426","StatusNotification",{"info": "","vendorId": "com.wallbox","vendorErrorCode": "","connectorId": 1,"errorCode": "NoError","status": "Finishing","timestamp": "2024-08-26T16:59:19Z"}]
[ocpp ] TRACE 2024/08/26 18:59:19 send Garage: [3,"1140804426",{}]
[ocpp ] TRACE 2024/08/26 18:59:20 send Garage: [2,"1871064706","ChangeAvailability",{"connectorId":0,"type":"Operative"}]
[ocpp ] TRACE 2024/08/26 18:59:20 recv Garage: [3,"1871064706",{"status": "Scheduled"}]
[main ] FATAL 2024/08/26 18:59:20 cannot create charger 'PulsarPlus': cannot create charger type 'template': cannot create charger type 'ocpp': Scheduled
[main ] FATAL 2024/08/26 18:59:20 will attempt restart in: 15m0s

und wenn alles funktioniert aber gesperrt ist:

[main ] INFO 2024/08/26 19:10:31 evcc 0.130.4
[main ] INFO 2024/08/26 19:10:31 using config file: /etc/evcc.yaml
[db ] INFO 2024/08/26 19:10:31 using sqlite database: /root/.evcc/evcc.db
[main ] INFO 2024/08/26 19:10:31 listening at :7070
[ocpp-1] DEBUG 2024/08/26 19:10:31 waiting for chargepoint: 5m0s
[ocpp ] INFO 2024/08/26 19:11:42 charge point connected, registering: Garage
[lp-1 ] DEBUG 2024/08/26 19:11:50 charge total import: 1002.248kWh
[site ] WARN 2024/08/26 19:11:50 battery configured but residualPower is missing or <= 0 (add residualPower: 100 to site), see https://docs.evcc.io/en/docs/reference/configuration/site#residualpower
[site ] INFO 2024/08/26 19:11:50 site config:
[site ] INFO 2024/08/26 19:11:50 meters: grid ✓ pv ✓ battery ✓
[site ] INFO 2024/08/26 19:11:50 grid: power ✓ energy ✓ currents ✓
[site ] INFO 2024/08/26 19:11:50 pv 1: power ✓ energy ✓ currents ✗
[site ] INFO 2024/08/26 19:11:50 pv 2: power ✓ energy ✓ currents ✗
[site ] INFO 2024/08/26 19:11:50 battery 1: power ✓ energy ✓ currents ✗ soc ✓ capacity ✗
[site ] INFO 2024/08/26 19:11:50 vehicles:
[site ] INFO 2024/08/26 19:11:50 vehicle 1: range ✓ finish ✗ status ✓ climate ✗ wakeup ✓
[lp-1 ] INFO 2024/08/26 19:11:50 loadpoint 1:
[lp-1 ] INFO 2024/08/26 19:11:50 mode: off
[lp-1 ] INFO 2024/08/26 19:11:50 charger: power ✓ energy ✓ currents ✓ phases ✗ wakeup ✗
[lp-1 ] INFO 2024/08/26 19:11:50 meters: charge ✓
[lp-1 ] INFO 2024/08/26 19:11:50 charge: power ✓ energy ✓ currents ✓
[site ] DEBUG 2024/08/26 19:11:50 set buffer soc: 90
[site ] DEBUG 2024/08/26 19:11:50 set buffer start soc: 95
[site ] DEBUG 2024/08/26 19:11:50 set priority soc: 70
[site ] DEBUG 2024/08/26 19:11:50 set battery discharge control: false
[lp-1 ] DEBUG 2024/08/26 19:11:50 phase timer inactive
[lp-1 ] DEBUG 2024/08/26 19:11:50 pv timer inactive
[lp-1 ] INFO 2024/08/26 19:11:50 vehicle updated: unknown -> BMW
[lp-1 ] DEBUG 2024/08/26 19:11:50 set charge mode: pv
[lp-1 ] DEBUG 2024/08/26 19:11:52 max charge current: 6A
[site ] WARN 2024/08/26 19:11:52 interval <30s can lead to unexpected behavior, see https://docs.evcc.io/docs/reference/configuration/interval
[site ] DEBUG 2024/08/26 19:11:52 ----
[lp-1 ] DEBUG 2024/08/26 19:11:52 charge power: 0W
[lp-1 ] DEBUG 2024/08/26 19:11:52 charge currents: [0 0 0]A
[site ] DEBUG 2024/08/26 19:11:53 pv power: 719W
[site ] DEBUG 2024/08/26 19:11:53 battery soc: 98%
[site ] DEBUG 2024/08/26 19:11:53 battery power: 203W
[site ] DEBUG 2024/08/26 19:11:53 grid meter: 18W
[site ] DEBUG 2024/08/26 19:11:53 grid currents: [1.36 1.19 -1.16]A
[site ] DEBUG 2024/08/26 19:11:53 site power: 221W
[lp-1 ] DEBUG 2024/08/26 19:11:54 vehicle odometer: 13414km
[lp-1 ] DEBUG 2024/08/26 19:11:54 charge voltages: [225 242 240]V
[lp-1 ] DEBUG 2024/08/26 19:11:54 detected connected phases: 3p
[lp-1 ] DEBUG 2024/08/26 19:11:54 charge total import: 1002.248kWh
[ocpp-1] WARN 2024/08/26 19:11:54 waiting for local authentication
[lp-1 ] DEBUG 2024/08/26 19:11:54 charger status: B
[lp-1 ] DEBUG 2024/08/26 19:11:54 charge start energy: 1e+03kWh
[lp-1 ] INFO 2024/08/26 19:11:54 car connected
[lp-1 ] DEBUG 2024/08/26 19:11:54 pv timer elapse
[lp-1 ] DEBUG 2024/08/26 19:11:54 pv timer inactive
[lp-1 ] DEBUG 2024/08/26 19:11:54 charge total import: 1002.248kWh
[ocpp-1] WARN 2024/08/26 19:11:54 waiting for local authentication
...
[lp-1 ] DEBUG 2024/08/26 19:16:12 charge voltages: [226 242 240]V
[lp-1 ] DEBUG 2024/08/26 19:16:12 detected connected phases: 3p
[lp-1 ] DEBUG 2024/08/26 19:16:12 charge total import: 1002.248kWh
[ocpp-1] WARN 2024/08/26 19:16:12 waiting for local authentication
[lp-1 ] DEBUG 2024/08/26 19:16:12 charger status: B
[lp-1 ] DEBUG 2024/08/26 19:16:12 plan: charge 53m6s between 2024-08-26 20:00:00 +0200 CEST until 2024-08-26 21:00:00 +0200 CEST (power: 3680W, avg cost: 0.400)
[lp-1 ] TRACE 2024/08/26 19:16:12 slot from: 2024-08-26 20:00:00 +0200 CEST to 2024-08-26 20:53:06 +0200 CEST cost 0.400
[lp-1 ] DEBUG 2024/08/26 19:16:12 pv charge current: min 6A > 0A (96W @ 1p, battery: true)
[ocpp ] TRACE 2024/08/26 19:16:19 send Garage: [2,"2034425122","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp ] TRACE 2024/08/26 19:16:20 recv Garage: [3,"2034425122",{"status": "Accepted"}]
[ocpp ] TRACE 2024/08/26 19:16:20 recv Garage: [2,"1430963123","MeterValues",{"meterValue": [{"timestamp": "2024-08-26T17:16:19Z","sampledValue": [{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Power.Active.Import","unit": "W","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Energy.Active.Import.Register","unit": "Wh","value": "1002248.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L1","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L2","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L3","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L1-N","measurand": "Voltage","unit": "V","value": "226.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L2-N","measurand": "Voltage","unit": "V","value": "242.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L3-N","measurand": "Voltage","unit": "V","value": "239.0"},{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Current.Offered","unit": "A","value": "16"},{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Power.Offered","unit": "W","value": "11085"} ]} ],"connectorId": 1}]
[ocpp ] TRACE 2024/08/26 19:16:20 send Garage: [3,"1430963123",{}]

wenn ich bei der Wallbox OCPP ausschalte:

[ocpp ] DEBUG 2024/08/26 19:16:53 charge point disconnected: Garage
[site ] DEBUG 2024/08/26 19:17:02 ----
[lp-1 ] ERROR 2024/08/26 19:17:02 charge power: timeout
[lp-1 ] ERROR 2024/08/26 19:17:03 charge currents: timeout
[site ] DEBUG 2024/08/26 19:17:03 pv power: 349W
[site ] DEBUG 2024/08/26 19:17:03 battery soc: 98%
[site ] DEBUG 2024/08/26 19:17:03 battery power: 388W
[site ] DEBUG 2024/08/26 19:17:03 grid meter: 4W
[site ] DEBUG 2024/08/26 19:17:03 grid currents: [1.5 -0.97 -0.91]A
[site ] DEBUG 2024/08/26 19:17:03 site power: 392W
[lp-1 ] ERROR 2024/08/26 19:17:03 charge voltages: timeout
[lp-1 ] ERROR 2024/08/26 19:17:03 charge total import: timeout
[lp-1 ] ERROR 2024/08/26 19:17:03 charger status: timeout
[site ] DEBUG 2024/08/26 19:17:12 ----
[lp-1 ] ERROR 2024/08/26 19:17:12 charge power: timeout
[lp-1 ] ERROR 2024/08/26 19:17:13 charge currents: timeout 

wenn ich dann OCPP wieder eingeschaltet habe:

[ocpp ] TRACE 2024/08/26 19:27:40 send Garage: [3,"1920400575",{}]
[lp-1 ] DEBUG 2024/08/26 19:27:42 charge power: 0W
[lp-1 ] DEBUG 2024/08/26 19:27:42 charge currents: [0 0 0]A
[lp-1 ] DEBUG 2024/08/26 19:27:42 charge voltages: [224 241 238]V
[lp-1 ] DEBUG 2024/08/26 19:27:42 detected connected phases: 3p
[lp-1 ] DEBUG 2024/08/26 19:27:42 charge total import: 1002.261kWh
[lp-1 ] DEBUG 2024/08/26 19:27:42 charger status: B
[lp-1 ] DEBUG 2024/08/26 19:27:42 plan: charge 53m6s between 2024-08-26 20:00:00 +0200 CEST until 2024-08-26 21:00:00 +0200 CEST (power: 3680W, avg cost: 0.400)
[lp-1 ] TRACE 2024/08/26 19:27:42 slot from: 2024-08-26 20:00:00 +0200 CEST to 2024-08-26 20:53:06 +0200 CEST cost 0.400
[ocpp ] TRACE 2024/08/26 19:27:49 recv Garage: [2,"458200493","Heartbeat",{}]
[ocpp ] TRACE 2024/08/26 19:27:49 send Garage: [3,"458200493",{"currentTime":"2024-08-26T17:27:49Z"}]
[ocpp ] TRACE 2024/08/26 19:27:49 send Garage: [2,"1353488525","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp ] TRACE 2024/08/26 19:27:50 recv Garage: [3,"1353488525",{"status": "Accepted"}]
[ocpp ] TRACE 2024/08/26 19:27:50 recv Garage: [2,"925926328","MeterValues",{"meterValue": [{"timestamp": "2024-08-26T17:27:49Z","sampledValue": [{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Power.Active.Import","unit": "W","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Energy.Active.Import.Register","unit": "Wh","value": "1002261.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L1","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L2","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L3","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L1-N","measurand": "Voltage","unit": "V","value": "225.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L2-N","measurand": "Voltage","unit": "V","value": "241.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L3-N","measurand": "Voltage","unit": "V","value": "238.0"},{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Current.Offered","unit": "A","value": "16"},{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Power.Offered","unit": "W","value": "11085"} ]} ],"connectorId": 1}]
[ocpp ] TRACE 2024/08/26 19:27:50 send Garage: [3,"925926328",{}]
[lp-1 ] DEBUG 2024/08/26 19:27:52 charge power: 0W
[lp-1 ] DEBUG 2024/08/26 19:27:52 charge currents: [0 0 0]A
[lp-1 ] DEBUG 2024/08/26 19:27:52 charge voltages: [225 241 238]V
[lp-1 ] DEBUG 2024/08/26 19:27:52 detected connected phases: 3p
[lp-1 ] DEBUG 2024/08/26 19:27:52 charge total import: 1002.261kWh
[lp-1 ] DEBUG 2024/08/26 19:27:52 charger status: B
[lp-1 ] WARN 2024/08/26 19:27:52 charger out of sync: expected disabled, got enabled
[lp-1 ] DEBUG 2024/08/26 19:27:52 charger enable
[lp-1 ] DEBUG 2024/08/26 19:27:52 plan: charge 53m6s between 2024-08-26 20:00:00 +0200 CEST until 2024-08-26 21:00:00 +0200 CEST (power: 3680W, avg cost: 0.400)
[lp-1 ] TRACE 2024/08/26 19:27:52 slot from: 2024-08-26 20:00:00 +0200 CEST to 2024-08-26 20:53:06 +0200 CEST cost 0.400
[ocpp ] TRACE 2024/08/26 19:27:52 send Garage: [2,"2470395969","SetChargingProfile",{"connectorId":1,"csChargingProfiles":{"chargingProfileId":10,"stackLevel":3,"chargingProfilePurpose":"TxDefaultProfile","chargingProfileKind":"Absolute","chargingSchedule":{"startSchedule":"2024-08-26T17:27:52Z","chargingRateUnit":"A","chargingSchedulePeriod":[{"startPeriod":0,"limit":0}]}}}]
[ocpp ] TRACE 2024/08/26 19:27:53 recv Garage: [3,"2470395969",{"status": "Accepted"}]
[lp-1 ] DEBUG 2024/08/26 19:27:53 charger disable
[lp-1 ] DEBUG 2024/08/26 19:27:53 wake-up timer: stop
[ocpp ] TRACE 2024/08/26 19:27:59 send Garage: [2,"2611131901","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp ] TRACE 2024/08/26 19:28:00 recv Garage: [3,"2611131901",{"status": "Accepted"}]
[ocpp ] TRACE 2024/08/26 19:28:00 recv Garage: [2,"1246213089","MeterValues",{"meterValue": [{"timestamp": "2024-08-26T17:27:59Z","sampledValue": [{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Power.Active.Import","unit": "W","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Energy.Active.Import.Register","unit": "Wh","value": "1002261.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L1","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L2","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L3","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L1-N","measurand": "Voltage","unit": "V","value": "225.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L2-N","measurand": "Voltage","unit": "V","value": "241.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L3-N","measurand": "Voltage","unit": "V","value": "238.0"},{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Current.Offered","unit": "A","value": "16"},{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Power.Offered","unit": "W","value": "11085"} ]} ],"connectorId": 1}]
[ocpp ] TRACE 2024/08/26 19:28:00 send Garage: [3,"1246213089",{}]

und auf Schnelladen gehe:

[lp-1 ] DEBUG 2024/08/26 19:29:12 charge power: 0W
[lp-1 ] DEBUG 2024/08/26 19:29:12 charge currents: [0 0 0]A
[lp-1 ] DEBUG 2024/08/26 19:29:12 charge voltages: [224 241 238]V
[lp-1 ] DEBUG 2024/08/26 19:29:12 detected connected phases: 3p
[lp-1 ] DEBUG 2024/08/26 19:29:12 charge total import: 1002.261kWh
[lp-1 ] DEBUG 2024/08/26 19:29:12 charger status: B
[lp-1 ] DEBUG 2024/08/26 19:29:12 plan: charge 53m6s between 2024-08-26 20:00:00 +0200 CEST until 2024-08-26 21:00:00 +0200 CEST (power: 3680W, avg cost: 0.400)
[lp-1 ] TRACE 2024/08/26 19:29:12 slot from: 2024-08-26 20:00:00 +0200 CEST to 2024-08-26 20:53:06 +0200 CEST cost 0.400
[ocpp ] TRACE 2024/08/26 19:29:19 send Garage: [2,"1657137896","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp ] TRACE 2024/08/26 19:29:20 recv Garage: [3,"1657137896",{"status": "Accepted"}]
[lp-1 ] DEBUG 2024/08/26 19:29:21 set charge mode: now
[lp-1 ] DEBUG 2024/08/26 19:29:21 charge power: 0W
[lp-1 ] DEBUG 2024/08/26 19:29:21 charge currents: [0 0 0]A
[ocpp ] TRACE 2024/08/26 19:29:21 recv Garage: [2,"1111403117","MeterValues",{"meterValue": [{"timestamp": "2024-08-26T17:29:19Z","sampledValue": [{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Power.Active.Import","unit": "W","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Energy.Active.Import.Register","unit": "Wh","value": "1002261.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L1","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L2","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L3","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L1-N","measurand": "Voltage","unit": "V","value": "225.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L2-N","measurand": "Voltage","unit": "V","value": "241.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L3-N","measurand": "Voltage","unit": "V","value": "238.0"},{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Current.Offered","unit": "A","value": "16"},{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Power.Offered","unit": "W","value": "11085"} ]} ],"connectorId": 1}]
[ocpp ] TRACE 2024/08/26 19:29:21 send Garage: [3,"1111403117",{}]
[lp-1 ] DEBUG 2024/08/26 19:29:22 charge voltages: [225 241 238]V
[lp-1 ] DEBUG 2024/08/26 19:29:22 detected connected phases: 3p
[lp-1 ] DEBUG 2024/08/26 19:29:22 charge total import: 1002.261kWh
[lp-1 ] DEBUG 2024/08/26 19:29:22 charger status: B
[lp-1 ] DEBUG 2024/08/26 19:29:22 plan: charge 53m6s between 2024-08-26 20:00:00 +0200 CEST until 2024-08-26 21:00:00 +0200 CEST (power: 3680W, avg cost: 0.400)
[lp-1 ] TRACE 2024/08/26 19:29:22 slot from: 2024-08-26 20:00:00 +0200 CEST to 2024-08-26 20:53:06 +0200 CEST cost 0.400
[ocpp ] TRACE 2024/08/26 19:29:22 send Garage: [2,"2626603637","SetChargingProfile",{"connectorId":1,"csChargingProfiles":{"chargingProfileId":10,"stackLevel":3,"chargingProfilePurpose":"TxDefaultProfile","chargingProfileKind":"Absolute","chargingSchedule":{"startSchedule":"2024-08-26T17:29:22Z","chargingRateUnit":"A","chargingSchedulePeriod":[{"startPeriod":0,"limit":16}]}}}]
[ocpp ] TRACE 2024/08/26 19:29:23 recv Garage: [3,"2626603637",{"status": "Accepted"}]
[lp-1 ] DEBUG 2024/08/26 19:29:23 max charge current: 16A
[ocpp ] TRACE 2024/08/26 19:29:23 send Garage: [2,"4046253862","SetChargingProfile",{"connectorId":1,"csChargingProfiles":{"chargingProfileId":10,"stackLevel":3,"chargingProfilePurpose":"TxDefaultProfile","chargingProfileKind":"Absolute","chargingSchedule":{"startSchedule":"2024-08-26T17:29:23Z","chargingRateUnit":"A","chargingSchedulePeriod":[{"startPeriod":0,"limit":16}]}}}]
[ocpp ] TRACE 2024/08/26 19:29:24 recv Garage: [3,"4046253862",{"status": "Accepted"}]
[lp-1 ] DEBUG 2024/08/26 19:29:24 charger enable
[lp-1 ] DEBUG 2024/08/26 19:29:24 wake-up timer: start
[lp-1 ] DEBUG 2024/08/26 19:29:24 charge power: 0W
[lp-1 ] DEBUG 2024/08/26 19:29:24 charge currents: [0 0 0]A
[lp-1 ] DEBUG 2024/08/26 19:29:25 charge voltages: [225 241 238]V
[lp-1 ] DEBUG 2024/08/26 19:29:25 detected connected phases: 3p
[lp-1 ] DEBUG 2024/08/26 19:29:25 charge total import: 1002.261kWh
[lp-1 ] DEBUG 2024/08/26 19:29:25 charger status: B
[lp-1 ] DEBUG 2024/08/26 19:29:25 plan: charge 53m6s between 2024-08-26 20:00:00 +0200 CEST until 2024-08-26 21:00:00 +0200 CEST (power: 3680W, avg cost: 0.400)
[lp-1 ] TRACE 2024/08/26 19:29:25 slot from: 2024-08-26 20:00:00 +0200 CEST to 2024-08-26 20:53:06 +0200 CEST cost 0.400
[ocpp ] TRACE 2024/08/26 19:29:29 send Garage: [2,"1928379479","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp ] TRACE 2024/08/26 19:29:30 recv Garage: [3,"1928379479",{"status": "Accepted"}]
[ocpp ] TRACE 2024/08/26 19:29:30 recv Garage: [2,"288515846","MeterValues",{"meterValue": [{"timestamp": "2024-08-26T17:29:29Z","sampledValue": [{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Power.Active.Import","unit": "W","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Energy.Active.Import.Register","unit": "Wh","value": "1002261.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L1","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L2","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L3","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L1-N","measurand": "Voltage","unit": "V","value": "225.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L2-N","measurand": "Voltage","unit": "V","value": "241.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L3-N","measurand": "Voltage","unit": "V","value": "238.0"},{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Current.Offered","unit": "A","value": "16"},{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Power.Offered","unit": "W","value": "11085"} ]} ],"connectorId": 1}]
[ocpp ] TRACE 2024/08/26 19:29:30 send Garage: [3,"288515846",{}]
[lp-1 ] DEBUG 2024/08/26 19:29:32 charge power: 0W
[lp-1 ] DEBUG 2024/08/26 19:29:32 charge currents: [0 0 0]A
[lp-1 ] DEBUG 2024/08/26 19:29:32 charge voltages: [225 241 238]V
[lp-1 ] DEBUG 2024/08/26 19:29:32 detected connected phases: 3p
[lp-1 ] DEBUG 2024/08/26 19:29:32 charge total import: 1002.261kWh
[lp-1 ] DEBUG 2024/08/26 19:29:32 charger status: B
[lp-1 ] DEBUG 2024/08/26 19:29:32 plan: charge 53m6s between 2024-08-26 20:00:00 +0200 CEST until 2024-08-26 21:00:00 +0200 CEST (power: 3680W, avg cost: 0.400)
[lp-1 ] TRACE 2024/08/26 19:29:32 slot from: 2024-08-26 20:00:00 +0200 CEST to 2024-08-26 20:53:06 +0200 CEST cost 0.400
[ocpp ] TRACE 2024/08/26 19:29:39 send Garage: [2,"1444396575","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp ] TRACE 2024/08/26 19:29:40 recv Garage: [3,"1444396575",{"status": "Accepted"}]
[ocpp ] TRACE 2024/08/26 19:29:40 recv Garage: [2,"917869461","MeterValues",{"meterValue": [{"timestamp": "2024-08-26T17:29:39Z","sampledValue": [{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Power.Active.Import","unit": "W","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Energy.Active.Import.Register","unit": "Wh","value": "1002261.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L1","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L2","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L3","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L1-N","measurand": "Voltage","unit": "V","value": "224.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L2-N","measurand": "Voltage","unit": "V","value": "241.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L3-N","measurand": "Voltage","unit": "V","value": "238.0"},{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Current.Offered","unit": "A","value": "16"},{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Power.Offered","unit": "W","value": "11085"} ]} ],"connectorId": 1}]
[ocpp ] TRACE 2024/08/26 19:29:40 send Garage: [3,"917869461",{}]
[lp-1 ] DEBUG 2024/08/26 19:29:42 charge power: 0W
[lp-1 ] DEBUG 2024/08/26 19:29:42 charge currents: [0 0 0]A
[lp-1 ] DEBUG 2024/08/26 19:29:42 charge voltages: [224 241 238]V
[lp-1 ] DEBUG 2024/08/26 19:29:42 detected connected phases: 3p
[lp-1 ] DEBUG 2024/08/26 19:29:42 charge total import: 1002.261kWh
[lp-1 ] DEBUG 2024/08/26 19:29:42 charger status: B
[lp-1 ] DEBUG 2024/08/26 19:29:42 plan: charge 53m6s between 2024-08-26 20:00:00 +0200 CEST until 2024-08-26 21:00:00 +0200 CEST (power: 3680W, avg cost: 0.400)
[lp-1 ] TRACE 2024/08/26 19:29:42 slot from: 2024-08-26 20:00:00 +0200 CEST to 2024-08-26 20:53:06 +0200 CEST cost 0.400
[ocpp ] TRACE 2024/08/26 19:29:49 recv Garage: [2,"310291626","Heartbeat",{}]
[ocpp ] TRACE 2024/08/26 19:29:49 send Garage: [3,"310291626",{"currentTime":"2024-08-26T17:29:49Z"}]
[ocpp ] TRACE 2024/08/26 19:29:49 send Garage: [2,"2775135726","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp ] TRACE 2024/08/26 19:29:50 recv Garage: [3,"2775135726",{"status": "Accepted"}]
[ocpp ] TRACE 2024/08/26 19:29:50 recv Garage: [2,"1528439578","MeterValues",{"meterValue": [{"timestamp": "2024-08-26T17:29:49Z","sampledValue": [{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Power.Active.Import","unit": "W","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Energy.Active.Import.Register","unit": "Wh","value": "1002261.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L1","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L2","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L3","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L1-N","measurand": "Voltage","unit": "V","value": "224.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L2-N","measurand": "Voltage","unit": "V","value": "241.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L3-N","measurand": "Voltage","unit": "V","value": "238.0"},{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Current.Offered","unit": "A","value": "16"},{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Power.Offered","unit": "W","value": "11085"} ]} ],"connectorId": 1}]

What type of operating system are you running?

Linux

Version

evcc 0.130.4

Chris45671 commented 1 month ago

Kannst Du in der Wallbox sagen dass Du laden ohne Authentifizierung durchführen möchtest?

stm9x9 commented 1 month ago

ich wüßte nicht wie. Eigentlich sollte ich die gar nicht sperren können, wenn sie in OCPP ist. Ich kann ja auch nicht entsperren, erst wenn ich aus dem "fremdgesteuerten" Modus rausgehe. Wenn ich im Menü zu auto-lock gehe, dann steht da: Diese Funktion ist nicht verfügbar, da die OCPP-Verwaltung aktiv ist. Bitte wenden Sie sich an den Administrator der Ladestation ...

mfuchs1984 commented 1 month ago

Die Pulsar kann kein free charge, braucht deshalb "remotestart: true" in der charger config, dann verschwindet das authorize Problem. https://docs.evcc.io/blog#rfid-und-autorisierung https://docs.evcc.io/docs/devices/chargers#ocpp-16j-kompatible-wallbox-mit-smart-charging-profil

Das Thema mit cannot create charger "scheduled" hängt wohl mit #15368 "ChangeAvailability" zusammen, das ab 0.130.4 dazu kam, hier kommt "Scheduled" als Antwort, in https://github.com/evcc-io/evcc/issues/15559#issuecomment-2310214139 nichts @premultiply.

mfuchs1984 commented 1 month ago

@andig könnt ihr die Phishing Kommentare hier löschen?

stm9x9 commented 1 month ago

jetzt hänge ich wieder in der geht gar nicht Schleife ... Wallbox sagt OCPP verbunden, aber ecvv sagt:

[main ] INFO 2024/08/26 20:01:54 evcc 0.130.4 [main ] INFO 2024/08/26 20:01:54 using config file: /etc/evcc.yaml [db ] INFO 2024/08/26 20:01:54 using sqlite database: /root/.evcc/evcc.db [main ] INFO 2024/08/26 20:01:54 listening at :7070 [ocpp-1] DEBUG 2024/08/26 20:01:54 waiting for chargepoint: 5m0s [ocpp ] INFO 2024/08/26 20:02:41 charge point connected, registering: Garage [ocpp ] TRACE 2024/08/26 20:02:42 recv Garage: [2,"1448758623","StatusNotification",{"info": "","vendorId": "com.wallbox","vendorErrorCode": "","connectorId": 0,"errorCode": "NoError","status": "Available","timestamp": "2024-08-26T18:02:41Z"}] [ocpp ] TRACE 2024/08/26 20:02:42 send Garage: [3,"1448758623",{}] [ocpp ] TRACE 2024/08/26 20:02:42 send Garage: [2,"3092711779","ChangeAvailability",{"connectorId":0,"type":"Operative"}] [ocpp ] TRACE 2024/08/26 20:02:42 recv Garage: [2,"1434246693","StatusNotification",{"info": "","vendorId": "com.wallbox","vendorErrorCode": "","connectorId": 1,"errorCode": "NoError","status": "Finishing","timestamp": "2024-08-26T18:02:42Z"}] [ocpp ] TRACE 2024/08/26 20:02:42 send Garage: [3,"1434246693",{}] [ocpp ] TRACE 2024/08/26 20:02:43 recv Garage: [3,"3092711779",{"status": "Scheduled"}] [main ] FATAL 2024/08/26 20:02:43 cannot create charger 'PulsarPlus': cannot create charger type 'template': cannot create charger type 'ocpp': Scheduled [main ] FATAL 2024/08/26 20:02:43 will attempt restart in: 15m0s [main ] INFO 2024/08/26 20:02:43 new version available: 0.130.5

stm9x9 commented 1 month ago

Äh, sehe ich das richtig, daß OCPP ohne Sponsorung eh nicht funktionieren soll?

"Sponsoring erforderlich Mit der Version 0.130 wird die OCPP-Unterstützung zu einem Feature für das ein 💚 Sponsoring erforderlich ist."

Da wäre ja ein Hinweis direkt im Programm irgendwie besser als nur in einer Blogbeitrag ...!?

Chris45671 commented 1 month ago

So wie ich es verstehe, siehst Du es richtig. Da ich Sponsor bin, habe ich dies nicht auf dem Schirm gehabt.

premultiply commented 1 month ago
[ocpp ] TRACE 2024/08/26 20:02:42 recv Garage: [2,"1434246693","StatusNotification",{"info": "","vendorId": "com.wallbox","vendorErrorCode": "","connectorId": 1,"errorCode": "NoError","status": "Finishing","timestamp": "2024-08-26T18:02:42Z"}]

Die Box hängt einfach nur im Status "Finishing". Bedeutet: Transaktion beendet. Kabel abstecken. Sonst geht es nicht weiter.

remotestart: true konfigurieren. evcc neustarten.

Ab 0.130.5 steigt auch bei ChangeAvailability die Initialisierung nicht mehr direkt sondern es wird selbst im Fehlerfall nur noch eine Debug-Meldung ausgegeben - wie bei allen anderen Initialisierungen auch.

Dieses Problem sollte damit eigentlich behoben sein. Ich mache daher hier mal zu.

andig commented 1 month ago

Hier kann zu?

stm9x9 commented 1 month ago

Die Box hängt einfach nur im Status "Finishing". Bedeutet: Transaktion beendet.

Und das sollte eigentlich grundsätzlich so nicht sein, korrekt? Weil voll ist das Auto noch nicht.

Kabel abstecken. Sonst geht es nicht weiter.

Dazu muß ich vermutlich runter in die Garage? Ein Neustart der Wallbox aus der App reicht nicht? Dann werde ich das gleich mal machen müssen.

remotestart: true konfigurieren. evcc neustarten.

schon passiert:

chargers:

Ab 0.130.5 steigt auch bei ChangeAvailability die Initialisierung nicht mehr direkt sondern es wird selbst im Fehlerfall nur noch eine Debug-Meldung ausgegeben - wie bei allen anderen Initialisierungen auch.

Dieses Problem sollte damit eigentlich behoben sein. Ich mache daher hier mal zu.

ich habe die .5 jetzt drauf und in der Tat läuft es im Logfile jetzt weiter:

[main  ] INFO 2024/08/26 20:41:05 evcc 0.130.5
[main  ] INFO 2024/08/26 20:41:05 using config file: /etc/evcc.yaml
[db    ] INFO 2024/08/26 20:41:05 using sqlite database: /root/.evcc/evcc.db
[main  ] INFO 2024/08/26 20:41:05 listening at :7070
[ocpp-1] DEBUG 2024/08/26 20:41:05 waiting for chargepoint: 5m0s
[ocpp  ] INFO 2024/08/26 20:42:09 charge point connected, registering: Garage
[ocpp  ] TRACE 2024/08/26 20:42:09 recv Garage: [2,"1086665555","StatusNotification",{"info": "","vendorId": "com.wallbox","vendorErrorCode": "","connectorId": 0,"errorCode": "NoError","status": "Available","timestamp": "2024-08-26T18:42:08Z"}]
[ocpp  ] TRACE 2024/08/26 20:42:09 send Garage: [3,"1086665555",{}]
[ocpp  ] TRACE 2024/08/26 20:42:09 recv Garage: [2,"1314843118","StatusNotification",{"info": "","vendorId": "com.wallbox","vendorErrorCode": "","connectorId": 1,"errorCode": "NoError","status": "Finishing","timestamp": "2024-08-26T18:42:08Z"}]
[ocpp  ] TRACE 2024/08/26 20:42:09 send Garage: [3,"1314843118",{}]
[ocpp  ] TRACE 2024/08/26 20:42:10 send Garage: [2,"2412272945","ChangeAvailability",{"connectorId":0,"type":"Operative"}]
[ocpp  ] TRACE 2024/08/26 20:42:10 recv Garage: [3,"2412272945",{"status": "Scheduled"}]
[ocpp-1] DEBUG 2024/08/26 20:42:10 failed configuring availability: Scheduled
[ocpp  ] TRACE 2024/08/26 20:42:10 send Garage: [2,"2641771155","GetConfiguration",{}]
[main  ] FATAL 2024/08/26 20:43:10 cannot create charger 'PulsarPlus': cannot create charger type 'template': cannot create charger type 'ocpp': ocpp message (2641771155): GenericError - Request timed out
[main  ] FATAL 2024/08/26 20:43:10 will attempt restart in: 15m0s
[ocpp  ] DEBUG 2024/08/26 20:43:40 charge point disconnected: Garage
[ocpp  ] DEBUG 2024/08/26 20:43:50 charge point connected: Garage
[ocpp  ] TRACE 2024/08/26 20:43:50 recv Garage: [2,"582639811","StatusNotification",{"info": "","vendorId": "com.wallbox","vendorErrorCode": "","connectorId": 0,"errorCode": "NoError","status": "Available","timestamp": "2024-08-26T18:43:49Z"}]
[ocpp  ] TRACE 2024/08/26 20:43:50 send Garage: [3,"582639811",{}]
[ocpp  ] TRACE 2024/08/26 20:43:50 recv Garage: [2,"2102020689","StatusNotification",{"info": "","vendorId": "com.wallbox","vendorErrorCode": "","connectorId": 1,"errorCode": "NoError","status": "Finishing","timestamp": "2024-08-26T18:43:49Z"}]
[ocpp  ] TRACE 2024/08/26 20:43:50 send Garage: [3,"2102020689",{}]
[ocpp  ] TRACE 2024/08/26 20:44:09 recv Garage: [2,"100093524","Heartbeat",{}]

aber es bleibt bei:

image

aber nach zwei weiteren Neustarts:

[main ] INFO 2024/08/26 20:49:18 evcc 0.130.5
[main ] INFO 2024/08/26 20:49:18 using config file: /etc/evcc.yaml
[db ] INFO 2024/08/26 20:49:18 using sqlite database: /root/.evcc/evcc.db
[main ] INFO 2024/08/26 20:49:18 listening at :7070
[ocpp-1] DEBUG 2024/08/26 20:49:18 waiting for chargepoint: 5m0s
[ocpp ] INFO 2024/08/26 20:49:39 charge point connected, registering: Garage
[ocpp-1] DEBUG 2024/08/26 20:49:40 failed configuring availability: Scheduled
[lp-1 ] DEBUG 2024/08/26 20:49:43 charge total import: 1002.261kWh
[site ] WARN 2024/08/26 20:49:43 battery configured but residualPower is missing or <= 0 (add residualPower: 100 to site), see https://docs.evcc.io/en/docs/reference/configuration/site#residualpower
[site ] INFO 2024/08/26 20:49:43 site config:
[site ] INFO 2024/08/26 20:49:43 meters: grid ✓ pv ✓ battery ✓
[site ] INFO 2024/08/26 20:49:43 grid: power ✓ energy ✓ currents ✓
[site ] INFO 2024/08/26 20:49:43 pv 1: power ✓ energy ✓ currents ✗
[site ] INFO 2024/08/26 20:49:43 pv 2: power ✓ energy ✓ currents ✗
[site ] INFO 2024/08/26 20:49:43 battery 1: power ✓ energy ✓ currents ✗ soc ✓ capacity ✗
[site ] INFO 2024/08/26 20:49:43 vehicles:
[site ] INFO 2024/08/26 20:49:43 vehicle 1: range ✓ finish ✗ status ✓ climate ✗ wakeup ✓
[lp-1 ] INFO 2024/08/26 20:49:43 loadpoint 1:
[lp-1 ] INFO 2024/08/26 20:49:43 mode: off
[lp-1 ] INFO 2024/08/26 20:49:43 charger: power ✓ energy ✓ currents ✓ phases ✗ wakeup ✗
[lp-1 ] INFO 2024/08/26 20:49:43 meters: charge ✓
[lp-1 ] INFO 2024/08/26 20:49:43 charge: power ✓ energy ✓ currents ✓
[site ] DEBUG 2024/08/26 20:49:43 set buffer soc: 90
[site ] DEBUG 2024/08/26 20:49:43 set buffer start soc: 95
[site ] DEBUG 2024/08/26 20:49:43 set priority soc: 70
[site ] DEBUG 2024/08/26 20:49:43 set battery discharge control: false
[lp-1 ] DEBUG 2024/08/26 20:49:43 phase timer inactive
[lp-1 ] DEBUG 2024/08/26 20:49:43 pv timer inactive
[lp-1 ] INFO 2024/08/26 20:49:43 vehicle updated: unknown -> BMW
[lp-1 ] DEBUG 2024/08/26 20:49:43 set charge mode: pv
[lp-1 ] DEBUG 2024/08/26 20:49:44 max charge current: 6A
[site ] WARN 2024/08/26 20:49:44 interval <30s can lead to unexpected behavior, see https://docs.evcc.io/docs/reference/configuration/interval
[site ] DEBUG 2024/08/26 20:49:44 ----
[lp-1 ] DEBUG 2024/08/26 20:49:44 charge power: 0W
[lp-1 ] DEBUG 2024/08/26 20:49:44 charge currents: [0 0 0]A
[site ] DEBUG 2024/08/26 20:49:46 pv power: 0W
[site ] DEBUG 2024/08/26 20:49:46 battery soc: 83%
[site ] DEBUG 2024/08/26 20:49:46 battery power: 1051W
[site ] DEBUG 2024/08/26 20:49:46 grid meter: 43W
[site ] DEBUG 2024/08/26 20:49:46 grid currents: [1.42 1.27 -1.23]A
[site ] DEBUG 2024/08/26 20:49:46 site power: 1094W
[lp-1 ] DEBUG 2024/08/26 20:49:46 vehicle odometer: 13414km
[lp-1 ] DEBUG 2024/08/26 20:49:46 charge voltages: [226 242 239]V
[lp-1 ] DEBUG 2024/08/26 20:49:46 detected connected phases: 3p
[lp-1 ] DEBUG 2024/08/26 20:49:46 charge total import: 1002.261kWh
[lp-1 ] DEBUG 2024/08/26 20:49:46 charger status: B
[lp-1 ] DEBUG 2024/08/26 20:49:46 charge start energy: 1e+03kWh
[lp-1 ] INFO 2024/08/26 20:49:46 car connected

nur laden tut er nicht, aber dafür gehe ich dann gleich mal in die Garage, Stecker neu stecken. Ich versteh nur nicht, warum es nach einem Neustart mal so und mal so aussieht.

premultiply commented 1 month ago

Dazu muß ich vermutlich runter in die Garage? Ein Neustart der Wallbox aus der App reicht nicht? Dann werde ich das gleich mal machen müssen.

Ja. Das ist der OCPP-Logik mit den Transaktionen geschuldet (öffentliche Ladestationen...) sowie vermutlich der nur geringfügigen Konfigurierbarkeit der Box selbst hinsichtlich des genauen Verhaltens in bestimmten Situationen.

Deine Box merkt nach einen Neustart nur: Mist, ich habe alles vergessen aber huch, da steckt ja ein Stecker drin. Damit kann ich aber mal gar nichts anfangen. Ich kenne keine gültige Transaktion dazu. Also muss der "Belagerer" erstmal weichen und bis dahin mache ich jetzt sicherheitshalber einfach nichts mehr. Nicht das da einer einfach so Strom bekommen könnte! Wäre ja noch schöner.

Bei manchen Wallboxen kann man konfigurieren, dass diese sich die letzte Transaktion merken und diese auch noch einem Stromausfall wieder reibungslos fortsetzen. Das geht bei deiner Box aber offensichtlich nicht?

stm9x9 commented 1 month ago

:-D

Nein, das geht da wohl nicht. Aber in der Tat, nach dem Neustecken läuft erstmal alles :-D Wobei, irgendwie muß die Box dann aber sehr verquert denken. Denn wenn ich OCPP abschalte, dann konnte ich in der App ja das Laden aktivieren. OCPP wieder an und schwups ... nix ging mehr ...

Jetzt muß ich nur mal beobachten, ob das wieder passiert, daß nach einem evcc-Neustart dieser Fehler beim Starten wieder kommt. Danke erstmal soweit.

typxxi commented 1 month ago

Du wirst auch wie alle anderen die Pulsar Plus Firmware 6.4.19 benötigen, bis wieder alles normal läuft.

Erst mit der Version, die aktuell noch nicht alle - besser nur ein paar wenige - kriegen, sind die Probleme weg, also schreib an den Hersteller, dass Du die Firmware brauchst, nur so wird sich was tun, denn in dem Beitrag hier hat mrhund klar geschrieben, dass er keinen der besagten Fehler, die von 130.x kommen sollen, bei seiner Pulsar Plus hat mit besagter 6.4.19

https://github.com/evcc-io/evcc/issues/15581#issuecomment-2311590024

Also füll das Wallbox Formular mit copy & paste aus und erbitte das Update von Wallbox.

stm9x9 commented 1 month ago

Das mit der Firmware gucke ich mir gleich an. Solange noch, ich habe eben auf die .6 geupdatet, was natürlich mit einem Neustart einherging: und wieder ist das UI "leer". und irgendwas klappt da nicht, diesmal neu mit "failed configuring availability: timeout" und "cannot create charger 'PulsarPlus': cannot create charger type 'template': cannot create charger type 'ocpp': ocpp message (): GenericError - client disconnected, no response received from client". "Soll" das so sein?

[main  ] INFO 2024/08/27 21:50:12 evcc 0.130.6
[main  ] INFO 2024/08/27 21:50:12 using config file: /etc/evcc.yaml
[db    ] INFO 2024/08/27 21:50:12 using sqlite database: /root/.evcc/evcc.db
[main  ] INFO 2024/08/27 21:50:13 listening at :7070
[ocpp-1] DEBUG 2024/08/27 21:50:13 waiting for chargepoint: 5m0s
[ocpp  ] INFO 2024/08/27 21:50:22 charge point connected, registering: Garage
[ocpp  ] TRACE 2024/08/27 21:50:22 recv Garage: [2,"1195379965","StatusNotification",{"info": "","vendorId": "com.wallbox","vendorErrorCode": "","connectorId": 0,"errorCode": "NoError","status": "Available","timestamp": "2024-08-27T19:50:21Z"}]
[ocpp  ] TRACE 2024/08/27 21:50:22 send Garage: [3,"1195379965",{}]
[ocpp  ] TRACE 2024/08/27 21:50:22 recv Garage: [2,"613272498","StatusNotification",{"info": "","vendorId": "com.wallbox","vendorErrorCode": "","connectorId": 1,"errorCode": "NoError","status": "SuspendedEVSE","timestamp": "2024-08-27T19:50:21Z"}]
[ocpp  ] TRACE 2024/08/27 21:50:22 send Garage: [3,"613272498",{}]
[ocpp  ] TRACE 2024/08/27 21:50:23 send Garage: [2,"1662027405","ChangeAvailability",{"connectorId":0,"type":"Operative"}]
[ocpp-1] DEBUG 2024/08/27 21:50:53 failed configuring availability: timeout
[ocpp  ] TRACE 2024/08/27 21:51:23 send Garage: [2,"2439289452","GetConfiguration",{}]
[ocpp  ] DEBUG 2024/08/27 21:51:52 charge point disconnected: Garage
[main  ] FATAL 2024/08/27 21:51:52 cannot create charger 'PulsarPlus': cannot create charger type 'template': cannot create charger type 'ocpp': ocpp message (): GenericError - client disconnected, no response received from client
[main  ] FATAL 2024/08/27 21:51:52 will attempt restart in: 15m0s
[ocpp  ] DEBUG 2024/08/27 21:53:26 charge point connected: Garage
[ocpp  ] TRACE 2024/08/27 21:53:26 recv Garage: [2,"1872522868","StatusNotification",{"info": "","vendorId": "com.wallbox","vendorErrorCode": "","connectorId": 0,"errorCode": "NoError","status": "Available","timestamp": "2024-08-27T19:53:25Z"}]
[ocpp  ] TRACE 2024/08/27 21:53:26 send Garage: [3,"1872522868",{}]
[ocpp  ] TRACE 2024/08/27 21:53:26 recv Garage: [2,"920419185","StatusNotification",{"info": "","vendorId": "com.wallbox","vendorErrorCode": "","connectorId": 1,"errorCode": "NoError","status": "SuspendedEVSE","timestamp": "2024-08-27T19:53:25Z"}]
[ocpp  ] TRACE 2024/08/27 21:53:26 send Garage: [3,"920419185",{}]
[ocpp  ] DEBUG 2024/08/27 21:54:56 charge point disconnected: Garage
[ocpp  ] DEBUG 2024/08/27 21:55:06 charge point connected: Garage
[ocpp  ] TRACE 2024/08/27 21:55:06 recv Garage: [2,"812071394","StatusNotification",{"info": "","vendorId": "com.wallbox","vendorErrorCode": "","connectorId": 0,"errorCode": "NoError","status": "Available","timestamp": "2024-08-27T19:55:06Z"}]
[ocpp  ] TRACE 2024/08/27 21:55:06 send Garage: [3,"812071394",{}]
[ocpp  ] TRACE 2024/08/27 21:55:06 recv Garage: [2,"1219489954","StatusNotification",{"info": "","vendorId": "com.wallbox","vendorErrorCode": "","connectorId": 1,"errorCode": "NoError","status": "SuspendedEVSE","timestamp": "2024-08-27T19:55:06Z"}]
[ocpp  ] TRACE 2024/08/27 21:55:06 send Garage: [3,"1219489954",{}]
[ocpp  ] TRACE 2024/08/27 21:55:07 recv Garage: [2,"461484825","MeterValues",{"meterValue": [{"timestamp": "2024-08-27T19:55:06Z","sampledValue": [{"format": "Raw","location": "Outlet","context": "Sample.Periodic","measurand": "Power.Active.Import","unit": "W","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","measurand": "Energy.Active.Import.Register","unit": "Wh","value": "1008118.9"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L1","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L2","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L3","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L1-N","measurand": "Voltage","unit": "V","value": "225.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L2-N","measurand": "Voltage","unit": "V","value": "240.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L3-N","measurand": "Voltage","unit": "V","value": "238.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","measurand": "Current.Offered","unit": "A","value": "0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","measurand": "Power.Offered","unit": "W","value": "0"} ]} ],"connectorId": 1,"transactionId": 4}]
[ocpp-1] DEBUG 2024/08/27 21:55:07 hijacking transaction: 4
[ocpp  ] TRACE 2024/08/27 21:55:07 send Garage: [3,"461484825",{}]
[ocpp  ] TRACE 2024/08/27 21:55:07 recv Garage: [2,"355776439","MeterValues",{"meterValue": [{"timestamp": "2024-08-27T19:08:48Z","sampledValue": [{"format": "Raw","location": "Outlet","context": "Sample.Periodic","measurand": "Power.Active.Import","unit": "W","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","measurand": "Energy.Active.Import.Register","unit": "Wh","value": "1008118.9"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L1","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L2","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L3","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L1-N","measurand": "Voltage","unit": "V","value": "228.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L2-N","measurand": "Voltage","unit": "V","value": "243.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L3-N","measurand": "Voltage","unit": "V","value": "240.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","measurand": "Current.Offered","unit": "A","value": "0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","measurand": "Power.Offered","unit": "W","value": "0"} ]} ],"connectorId": 1,"transactionId": 4}]
[ocpp  ] TRACE 2024/08/27 21:55:07 send Garage: [3,"355776439",{}]
[ocpp  ] TRACE 2024/08/27 21:55:09 recv Garage: [2,"1542315627","MeterValues",{"meterValue": [{"timestamp": "2024-08-27T19:08:58Z","sampledValue": [{"format": "Raw","location": "Outlet","context": "Sample.Periodic","measurand": "Power.Active.Import","unit": "W","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","measurand": "Energy.Active.Import.Register","unit": "Wh","value": "1008118.9"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L1","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L2","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L3","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L1-N","measurand": "Voltage","unit": "V","value": "228.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L2-N","measurand": "Voltage","unit": "V","value": "242.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L3-N","measurand": "Voltage","unit": "V","value": "240.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","measurand": "Current.Offered","unit": "A","value": "0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","measurand": "Power.Offered","unit": "W","value": "0"} ]} ],"connectorId": 1,"transactionId": 4}]
[ocpp  ] TRACE 2024/08/27 21:55:09 send Garage: [3,"1542315627",{}]
[ocpp  ] TRACE 2024/08/27 21:55:09 recv Garage: [2,"623921992","MeterValues",{"meterValue": [{"timestamp": "2024-08-27T19:09:09Z","sampledValue": [{"format": "Raw","location": "Outlet","context": "Sample.Periodic","measurand": "Power.Active.Import","unit": "W","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","measurand": "Energy.Active.Import.Register","unit": "Wh","value": "1008118.9"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L1","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L2","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L3","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L1-N","measurand": "Voltage","unit": "V","value": "228.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L2-N","measurand": "Voltage","unit": "V","value": "242.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L3-N","measurand": "Voltage","unit": "V","value": "240.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","measurand": "Current.Offered","unit": "A","value": "0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","measurand": "Power.Offered","unit": "W","value": "0"} ]} ],"connectorId": 1,"transactionId": 4}]
[ocpp  ] TRACE 2024/08/27 21:55:09 send Garage: [3,"623921992",{}]
[ocpp  ] TRACE 2024/08/27 21:55:10 recv Garage: [2,"324812541","MeterValues",{"meterValue": [{"timestamp": "2024-08-27T19:09:19Z","sampledValue": [{"format": "Raw","location": "Outlet","context": "Sample.Periodic","measurand": "Power.Active.Import","unit": "W","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","measurand": "Energy.Active.Import.Register","unit": "Wh","value": "1008118.9"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L1","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L2","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L3","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L1-N","measurand": "Voltage","unit": "V","value": "227.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L2-N","measurand": "Voltage","unit": "V","value": "242.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","phase": "L3-N","measurand": "Voltage","unit": "V","value": "240.0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","measurand": "Current.Offered","unit": "A","value": "0"},{"format": "Raw","location": "Outlet","context": "Sample.Periodic","measurand": "Power.Offered","unit": "W","value": "0"} ]} ],"connectorId": 1,"transactionId": 4}]
[ocpp  ] TRACE 2024/08/27 21:55:10 send Garage: [3,"324812541",{}]
stm9x9 commented 1 month ago

Ok ... ich habe die v.6.4.14 laut der App. Werde mich also an Wallbox.com wenden.

flepp4ever commented 1 month ago

Bei mir sieht die evcc.yaml so aus und ich kann mit der 0.130.6 auch laden:

type: template template: pulsarplus timeout: 5m name: wallbox5 stationid: XXXXX remotestart: true

--> Stationid ist die fünfstellige Seriennummer der Wallbox.

stm9x9 commented 1 month ago

keine dolle Antwort bekommen:

vielen Dank, dass Sie sich an den Wallbox-Kundensupport gewandt haben. Wir schätzen Ihre Geduld, während wir daran arbeiten, Ihre Anfrage zu lösen.

Ich möchte Ihnen mitteilen, dass ich Ihre Anliegen mit unserem Produktteam besprochen habe und sie bestätigt haben, dass ein Update (Version 6.4.19) bald veröffentlicht wird. Allerdings haben wir derzeit noch kein genaues Veröffentlichungsdatum oder einen Zeitrahmen.

Sollten Sie weiterhin Probleme mit Ihrer aktuellen Version haben, können Sie vorübergehend zur vorherigen Version im EVCC (0.129x) zurückkehren.

Wir danken Ihnen für Ihr Verständnis und stehen Ihnen weiterhin zur Verfügung, um Sie bei diesem Prozess zu unterstützen.

typxxi commented 1 month ago

Sollten Sie weiterhin Probleme mit Ihrer aktuellen Version haben, können Sie vorübergehend zur vorherigen Version im EVCC (0.129x) zurückkehren.

Wir danken Ihnen für Ihr Verständnis und stehen Ihnen weiterhin zur Verfügung, um Sie bei diesem Prozess zu unterstützen.

Na dann wachen die Wallbox Mitarbeiter mittlerweile auf und lesen hier mit, denn woher sonst wissen sie, dass man mit 0.129.0 die Probleme von 130.6 vermeiden kann.

Es tut sich was.

Aber Dir wurde ja eine noch neuere Version in Aussicht gestellt wurde, also jenseits 6.4.14, die ja den Vollgasfehler haben soll, dass nur schnell geladen wird. Wir haängen noch bei 5.17 was auch immer und hoffen wirklich auf ein bald für uns eine 6.4 zu bekommen.