evcc-io / evcc

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

OCPP: Charge not starting. Worked prior to upgrade. #15831

Closed brookb52 closed 1 month ago

brookb52 commented 1 month ago

Describe the bug

Charging does not start after plugging the charger into the car. UI reports Ready. Waiting for vehicle…

Steps to reproduce

  1. Upgrade to 0.130.6. from 0.129.0
  2. Sponsor evcc as required for OCPP. Adjust evcc.yaml to include new parameters. including remotestart: true and sponsortoken.
  3. Plug mgchargehub charger into MGZSEV.
  4. ui says Ready. Waiting for vehicle… ...

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: debug
levels:
  cache: error

# unique installation id
plant: XXXXXX

interval: 30s # control cycle interval

sponsortoken: XXXXXXX

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

mqtt:
  broker: xxxxxx:xxxxxx
  topic: Charging_System
  user: xxxxxx
  password: xxxxxx

meters:
- name: gridmeter
  type: custom
  power:
    source: mqtt
    topic: 193barrenjoey/stat/net_import_kW/state
    timeout: 10s
  energy:
    source: mqtt
    topic: zigbee2mqtt/Consumed Power/energy
    timeout: 10s
- name: pv1
  type: custom
  power:
    source: mqtt
    topic: zigbee2mqtt/Solar In/power
    timeout: 10s
  energy:
    source: mqtt
    topic: zigbee2mqtt/Solar In/energy
    timeout: 10s

tariffs:
  currency: AUD
  grid:
    type: fixed
    price: 0.422532

  feedin:
    type: fixed
    price: 0.0076

chargers:
- type: template
  template: ocpp 
  stationid: e93160  
  connector: 1  
  remotestart: true  
  connecttimeout: 5m  
  timeout: 30s  
  meterinterval: 10s  
  name: wallbox1

loadpoints:
- title: Garage
  charger: wallbox1
  mode: pv

site:
  title: My home
  meters:
    grid: gridmeter
    pv: pv1

Log details

[site  ] DEBUG 2024/09/01 11:01:07 ----
[lp-1  ] DEBUG 2024/09/01 11:01:07 charge power: 2W
[lp-1  ] DEBUG 2024/09/01 11:01:07 charge currents: [0.01 0 0]A
[site  ] DEBUG 2024/09/01 11:01:07 pv power: 3263W
[site  ] DEBUG 2024/09/01 11:01:07 grid meter: -2578W
[site  ] DEBUG 2024/09/01 11:01:07 site power: -2578W
[lp-1  ] DEBUG 2024/09/01 11:01:07 charge voltages: [242 0 0]V
[lp-1  ] DEBUG 2024/09/01 11:01:07 detected connected phases: 1p
[lp-1  ] DEBUG 2024/09/01 11:01:07 charge total import: 4026.260kWh
[lp-1  ] DEBUG 2024/09/01 11:01:07 charger status: B
[lp-1  ] DEBUG 2024/09/01 11:01:07 charge start energy: 4026.260kWh
[lp-1  ] INFO 2024/09/01 11:01:07 car connected
[lp-1  ] DEBUG 2024/09/01 11:01:07 pv timer elapse
[lp-1  ] DEBUG 2024/09/01 11:01:07 pv timer inactive
[lp-1  ] DEBUG 2024/09/01 11:01:07 charge total import: 4026.260kWh
[lp-1  ] DEBUG 2024/09/01 11:01:07 charger vehicle id: evcc
[lp-1  ] DEBUG 2024/09/01 11:01:07 pv charge current: 11.2A = 0A + 11.2A (-2578W @ 1p)
[lp-1  ] DEBUG 2024/09/01 11:01:07 site power -2578W <= 0W enable threshold
[lp-1  ] DEBUG 2024/09/01 11:01:07 pv enable in 0s
[lp-1  ] DEBUG 2024/09/01 11:01:07 pv enable timer elapsed
[ocpp  ] TRACE 2024/09/01 11:01:07 send e93160: [2,"3691694688","SetChargingProfile",{"connectorId":1,"csChargingProfiles":{"chargingProfileId":40,"stackLevel":200,"chargingProfilePurpose":"TxDefaultProfile","chargingProfileKind":"Absolute","chargingSchedule":{"startSchedule":"2024-09-01T01:01:07Z","chargingRateUnit":"A","chargingSchedulePeriod":[{"startPeriod":0,"limit":6}]}}}]
[mqtt  ] TRACE 2024/09/01 11:01:09 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:01:09 recv zigbee2mqtt/Solar In/power: '3264.6'
[ocpp  ] TRACE 2024/09/01 11:01:09 recv e93160: [3,"3691694688",{"status":"Accepted"}]
[lp-1  ] DEBUG 2024/09/01 11:01:09 max charge current: 6A
[ocpp  ] TRACE 2024/09/01 11:01:09 send e93160: [2,"2163466329","SetChargingProfile",{"connectorId":1,"csChargingProfiles":{"chargingProfileId":40,"stackLevel":200,"chargingProfilePurpose":"TxDefaultProfile","chargingProfileKind":"Absolute","chargingSchedule":{"startSchedule":"2024-09-01T01:01:09Z","chargingRateUnit":"A","chargingSchedulePeriod":[{"startPeriod":0,"limit":6}]}}}]
[ocpp  ] TRACE 2024/09/01 11:01:11 recv e93160: [3,"2163466329",{"status":"Accepted"}]
[lp-1  ] DEBUG 2024/09/01 11:01:11 charger enable
[lp-1  ] DEBUG 2024/09/01 11:01:11 wake-up timer: start
[mqtt  ] TRACE 2024/09/01 11:01:11 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:01:11 recv 193barrenjoey/stat/net_import_kW/state: '-2579.2'
[mqtt  ] TRACE 2024/09/01 11:01:11 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:01:11 recv 193barrenjoey/stat/net_import_kW/state: '-2579.2'
[mqtt  ] TRACE 2024/09/01 11:01:11 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:01:11 recv 193barrenjoey/stat/net_import_kW/state: '-2576.6'
[ocpp  ] TRACE 2024/09/01 11:01:13 recv e93160: [2,"pkaZlou7vdwEHKO8Zf7WThnigiX4jYcQA3pk","MeterValues",{ "connectorId": 1, "transactionId": 1, "meterValue": [ { "timestamp": "2024-09-01T11:01:12+1000", "sampledValue": [ {"value": "241.4", "context": "Sample.Periodic", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Periodic", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Periodic", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Periodic", "measurand": "SoC","location": "EV", "unit": "Percent" },{ "value": "1300", "context": "Sample.Periodic", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "225.30", "context": "Sample.Periodic", "measurand": "Current.Offered","location": "Outlet", "unit": "A" },{ "value": "4026260", "context": "Sample.Periodic", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
[ocpp  ] TRACE 2024/09/01 11:01:13 send e93160: [3,"pkaZlou7vdwEHKO8Zf7WThnigiX4jYcQA3pk",{}]
[mqtt  ] TRACE 2024/09/01 11:01:13 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:01:14 recv zigbee2mqtt/Solar In/power: '3264.6'
[mqtt  ] TRACE 2024/09/01 11:01:14 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:01:14 recv zigbee2mqtt/Solar In/power: '3268.7'
[mqtt  ] TRACE 2024/09/01 11:01:15 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:01:15 recv 193barrenjoey/stat/net_import_kW/state: '-2580.7'
[mqtt  ] TRACE 2024/09/01 11:01:15 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:01:15 recv 193barrenjoey/stat/net_import_kW/state: '-2582.9'
[mqtt  ] TRACE 2024/09/01 11:01:19 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:01:19 recv 193barrenjoey/stat/net_import_kW/state: '-2582.9'
[mqtt  ] TRACE 2024/09/01 11:01:19 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:01:19 recv 193barrenjoey/stat/net_import_kW/state: '-2577.4'
[ocpp  ] TRACE 2024/09/01 11:01:23 recv e93160: [2,"orKFUGGGqh7jzJu0nfeIg7bNwQ7DalQhs2Aa","MeterValues",{ "connectorId": 1, "transactionId": 1, "meterValue": [ { "timestamp": "2024-09-01T11:01:22+1000", "sampledValue": [ {"value": "241.6", "context": "Sample.Periodic", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Periodic", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Periodic", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Periodic", "measurand": "SoC","location": "EV", "unit": "Percent" },{ "value": "1300", "context": "Sample.Periodic", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "225.30", "context": "Sample.Periodic", "measurand": "Current.Offered","location": "Outlet", "unit": "A" },{ "value": "4026260", "context": "Sample.Periodic", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
[ocpp  ] TRACE 2024/09/01 11:01:23 send e93160: [3,"orKFUGGGqh7jzJu0nfeIg7bNwQ7DalQhs2Aa",{}]
[mqtt  ] TRACE 2024/09/01 11:01:23 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:01:24 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:01:24 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:01:24 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:01:24 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:01:24 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:01:24 recv zigbee2mqtt/Solar In/power: '3269.9'
[mqtt  ] TRACE 2024/09/01 11:01:24 recv zigbee2mqtt/Solar In/power: '3269.9'
[mqtt  ] TRACE 2024/09/01 11:01:24 recv zigbee2mqtt/Solar In/power: '3269.9'
[mqtt  ] TRACE 2024/09/01 11:01:24 recv zigbee2mqtt/Solar In/power: '3269.9'
[mqtt  ] TRACE 2024/09/01 11:01:24 recv zigbee2mqtt/Solar In/power: '3269.9'
[mqtt  ] TRACE 2024/09/01 11:01:24 recv zigbee2mqtt/Solar In/power: '3269.9'
[mqtt  ] TRACE 2024/09/01 11:01:24 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:01:24 recv zigbee2mqtt/Solar In/power: '3269.9'
[mqtt  ] TRACE 2024/09/01 11:01:24 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:01:24 recv zigbee2mqtt/Solar In/power: '3269.9'
[mqtt  ] TRACE 2024/09/01 11:01:24 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:01:24 recv 193barrenjoey/stat/net_import_kW/state: '-2578.6'
[mqtt  ] TRACE 2024/09/01 11:01:24 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:01:24 recv zigbee2mqtt/Solar In/power: '3269.9'
[mqtt  ] TRACE 2024/09/01 11:01:24 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:01:24 recv 193barrenjoey/stat/net_import_kW/state: '-2574.4'
[mqtt  ] TRACE 2024/09/01 11:01:27 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:01:27 recv zigbee2mqtt/Solar In/power: '3269.9'
[mqtt  ] TRACE 2024/09/01 11:01:27 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:01:27 recv zigbee2mqtt/Solar In/power: '3269.9'
[mqtt  ] TRACE 2024/09/01 11:01:27 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:01:27 recv zigbee2mqtt/Solar In/power: '3276'
[mqtt  ] TRACE 2024/09/01 11:01:28 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:01:28 recv 193barrenjoey/stat/net_import_kW/state: '-2577.7'
[mqtt  ] TRACE 2024/09/01 11:01:31 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:01:31 recv zigbee2mqtt/Solar In/power: '3274.8'
[mqtt  ] TRACE 2024/09/01 11:01:33 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:01:33 recv 193barrenjoey/stat/net_import_kW/state: '-2576.5'
[ocpp  ] TRACE 2024/09/01 11:01:33 recv e93160: [2,"tywFe8Ec6SBKQtkRZgDYTagJ2vOzIBtIHuez","Heartbeat",{}]
[ocpp  ] TRACE 2024/09/01 11:01:33 send e93160: [3,"tywFe8Ec6SBKQtkRZgDYTagJ2vOzIBtIHuez",{"currentTime":"2024-09-01T01:01:33Z"}]
[mqtt  ] TRACE 2024/09/01 11:01:33 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:01:33 recv 193barrenjoey/stat/net_import_kW/state: '-2572.7'
[ocpp  ] TRACE 2024/09/01 11:01:33 recv e93160: [2,"JOMf4Ye2WsbkqJArz6dyt06jSLoPibJihK4P","MeterValues",{ "connectorId": 1, "transactionId": 1, "meterValue": [ { "timestamp": "2024-09-01T11:01:32+1000", "sampledValue": [ {"value": "241.1", "context": "Sample.Periodic", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Periodic", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Periodic", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Periodic", "measurand": "SoC","location": "EV", "unit": "Percent" },{ "value": "1300", "context": "Sample.Periodic", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "225.30", "context": "Sample.Periodic", "measurand": "Current.Offered","location": "Outlet", "unit": "A" },{ "value": "4026260", "context": "Sample.Periodic", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
[ocpp  ] TRACE 2024/09/01 11:01:33 send e93160: [3,"JOMf4Ye2WsbkqJArz6dyt06jSLoPibJihK4P",{}]
[mqtt  ] TRACE 2024/09/01 11:01:35 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:01:35 recv zigbee2mqtt/Solar In/power: '3271.8'
[site  ] DEBUG 2024/09/01 11:01:37 ----
[lp-1  ] DEBUG 2024/09/01 11:01:37 charge power: 2W
[lp-1  ] DEBUG 2024/09/01 11:01:37 charge currents: [0.01 0 0]A
[site  ] DEBUG 2024/09/01 11:01:37 pv power: 3272W
[site  ] DEBUG 2024/09/01 11:01:37 grid meter: -2573W
[site  ] DEBUG 2024/09/01 11:01:37 site power: -2573W
[lp-1  ] DEBUG 2024/09/01 11:01:37 charge voltages: [241 0 0]V
[lp-1  ] DEBUG 2024/09/01 11:01:37 detected connected phases: 1p
[lp-1  ] DEBUG 2024/09/01 11:01:37 charge total import: 4026.260kWh
[lp-1  ] DEBUG 2024/09/01 11:01:37 charger status: B
[lp-1  ] DEBUG 2024/09/01 11:01:37 pv charge current: 11.2A = 0A + 11.2A (-2573W @ 1p)
[lp-1  ] DEBUG 2024/09/01 11:01:37 pv timer reset
[lp-1  ] DEBUG 2024/09/01 11:01:37 pv timer inactive
[ocpp  ] TRACE 2024/09/01 11:01:37 send e93160: [2,"2030758791","SetChargingProfile",{"connectorId":1,"csChargingProfiles":{"chargingProfileId":40,"stackLevel":200,"chargingProfilePurpose":"TxDefaultProfile","chargingProfileKind":"Absolute","chargingSchedule":{"startSchedule":"2024-09-01T01:01:37Z","chargingRateUnit":"A","chargingSchedulePeriod":[{"startPeriod":0,"limit":11.1}]}}}]
[mqtt  ] TRACE 2024/09/01 11:01:37 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:01:37 recv 193barrenjoey/stat/net_import_kW/state: '-2569.7'
[mqtt  ] TRACE 2024/09/01 11:01:37 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:01:37 recv 193barrenjoey/stat/net_import_kW/state: '-2566.0'
[ocpp  ] TRACE 2024/09/01 11:01:39 recv e93160: [3,"2030758791",{"status":"Accepted"}]
[lp-1  ] DEBUG 2024/09/01 11:01:39 max charge current: 11.2A
[mqtt  ] TRACE 2024/09/01 11:01:40 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:01:40 recv zigbee2mqtt/Solar In/power: '3274.9'
[mqtt  ] TRACE 2024/09/01 11:01:41 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:01:41 recv 193barrenjoey/stat/net_import_kW/state: '-2569.1'
[mqtt  ] TRACE 2024/09/01 11:01:41 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:01:41 recv 193barrenjoey/stat/net_import_kW/state: '-2569.1'
[mqtt  ] TRACE 2024/09/01 11:01:41 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:01:42 recv 193barrenjoey/stat/net_import_kW/state: '-2573.8'
[ocpp  ] TRACE 2024/09/01 11:01:43 recv e93160: [2,"J9CuBDaUvGB5ACSSO6TkFARmOAIsTggKONk4","MeterValues",{ "connectorId": 1, "transactionId": 1, "meterValue": [ { "timestamp": "2024-09-01T11:01:42+1000", "sampledValue": [ {"value": "241.9", "context": "Sample.Periodic", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Periodic", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Periodic", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Periodic", "measurand": "SoC","location": "EV", "unit": "Percent" },{ "value": "2400", "context": "Sample.Periodic", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "194.60", "context": "Sample.Periodic", "measurand": "Current.Offered","location": "Outlet", "unit": "A" },{ "value": "4026260", "context": "Sample.Periodic", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
[ocpp  ] TRACE 2024/09/01 11:01:43 send e93160: [3,"J9CuBDaUvGB5ACSSO6TkFARmOAIsTggKONk4",{}]
[mqtt  ] TRACE 2024/09/01 11:01:44 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:01:44 recv zigbee2mqtt/Solar In/power: '3276.2'
[mqtt  ] TRACE 2024/09/01 11:01:46 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:01:46 recv 193barrenjoey/stat/net_import_kW/state: '-2576.1'
[mqtt  ] TRACE 2024/09/01 11:01:49 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:01:49 recv zigbee2mqtt/Solar In/power: '3276.8'
[mqtt  ] TRACE 2024/09/01 11:01:50 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:01:50 recv 193barrenjoey/stat/net_import_kW/state: '-2578.1'
[mqtt  ] TRACE 2024/09/01 11:01:53 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:01:53 recv zigbee2mqtt/Solar In/power: '3277.5'
[ocpp  ] TRACE 2024/09/01 11:01:53 recv e93160: [2,"c27XAJQTWDcdDiHIX8vBDEq2e8LdiLhHJjiO","MeterValues",{ "connectorId": 1, "transactionId": 1, "meterValue": [ { "timestamp": "2024-09-01T11:01:52+1000", "sampledValue": [ {"value": "241.8", "context": "Sample.Periodic", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Periodic", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Periodic", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Periodic", "measurand": "SoC","location": "EV", "unit": "Percent" },{ "value": "2400", "context": "Sample.Periodic", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "194.60", "context": "Sample.Periodic", "measurand": "Current.Offered","location": "Outlet", "unit": "A" },{ "value": "4026260", "context": "Sample.Periodic", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
[ocpp  ] TRACE 2024/09/01 11:01:53 send e93160: [3,"c27XAJQTWDcdDiHIX8vBDEq2e8LdiLhHJjiO",{}]
[mqtt  ] TRACE 2024/09/01 11:01:54 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:01:54 recv 193barrenjoey/stat/net_import_kW/state: '-2582.5'
[mqtt  ] TRACE 2024/09/01 11:01:57 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:01:57 recv zigbee2mqtt/Solar In/power: '3279.6'
[mqtt  ] TRACE 2024/09/01 11:01:59 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:01:59 recv 193barrenjoey/stat/net_import_kW/state: '-2584.6'
[mqtt  ] TRACE 2024/09/01 11:01:59 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:01:59 recv 193barrenjoey/stat/net_import_kW/state: '-2591.1'
[mqtt  ] TRACE 2024/09/01 11:02:02 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:02:02 recv zigbee2mqtt/Solar In/power: '3282'
[mqtt  ] TRACE 2024/09/01 11:02:03 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:02:03 recv 193barrenjoey/stat/net_import_kW/state: '-2593.5'
[mqtt  ] TRACE 2024/09/01 11:02:03 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[ocpp  ] TRACE 2024/09/01 11:02:03 recv e93160: [2,"LKpvm4FWWsUO1zCqAYjI6tV1FWeocGeMwqb3","MeterValues",{ "connectorId": 1, "transactionId": 1, "meterValue": [ { "timestamp": "2024-09-01T11:02:02+1000", "sampledValue": [ {"value": "241.9", "context": "Sample.Periodic", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Periodic", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Periodic", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Periodic", "measurand": "SoC","location": "EV", "unit": "Percent" },{ "value": "2400", "context": "Sample.Periodic", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "194.60", "context": "Sample.Periodic", "measurand": "Current.Offered","location": "Outlet", "unit": "A" },{ "value": "4026260", "context": "Sample.Periodic", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
[ocpp  ] TRACE 2024/09/01 11:02:03 send e93160: [3,"LKpvm4FWWsUO1zCqAYjI6tV1FWeocGeMwqb3",{}]
[mqtt  ] TRACE 2024/09/01 11:02:03 recv 193barrenjoey/stat/net_import_kW/state: '-2564.3'
[mqtt  ] TRACE 2024/09/01 11:02:06 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:02:06 recv zigbee2mqtt/Solar In/power: '3282'
[mqtt  ] TRACE 2024/09/01 11:02:06 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:02:06 recv zigbee2mqtt/Solar In/power: '3282.9'
[site  ] DEBUG 2024/09/01 11:02:07 ----
[lp-1  ] DEBUG 2024/09/01 11:02:07 charge power: 2W
[lp-1  ] DEBUG 2024/09/01 11:02:07 charge currents: [0.01 0 0]A
[site  ] DEBUG 2024/09/01 11:02:07 pv power: 3283W
[site  ] DEBUG 2024/09/01 11:02:07 grid meter: -2564W
[site  ] DEBUG 2024/09/01 11:02:07 site power: -2564W
[lp-1  ] DEBUG 2024/09/01 11:02:07 charge voltages: [242 0 0]V
[lp-1  ] DEBUG 2024/09/01 11:02:07 detected connected phases: 1p
[lp-1  ] DEBUG 2024/09/01 11:02:07 charge total import: 4026.260kWh
[lp-1  ] DEBUG 2024/09/01 11:02:07 charger status: B
[lp-1  ] DEBUG 2024/09/01 11:02:07 pv charge current: 11.1A = 0A + 11.1A (-2564W @ 1p)
[ocpp  ] TRACE 2024/09/01 11:02:07 send e93160: [2,"559880478","SetChargingProfile",{"connectorId":1,"csChargingProfiles":{"chargingProfileId":40,"stackLevel":200,"chargingProfilePurpose":"TxDefaultProfile","chargingProfileKind":"Absolute","chargingSchedule":{"startSchedule":"2024-09-01T01:02:07Z","chargingRateUnit":"A","chargingSchedulePeriod":[{"startPeriod":0,"limit":11.1}]}}}]
[mqtt  ] TRACE 2024/09/01 11:02:08 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:02:08 recv 193barrenjoey/stat/net_import_kW/state: '-2565.2'
[mqtt  ] TRACE 2024/09/01 11:02:08 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:02:08 recv 193barrenjoey/stat/net_import_kW/state: '-2565.2'
[mqtt  ] TRACE 2024/09/01 11:02:08 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:02:08 recv 193barrenjoey/stat/net_import_kW/state: '-2515.4'
[ocpp  ] TRACE 2024/09/01 11:02:09 recv e93160: [3,"559880478",{"status":"Accepted"}]
[lp-1  ] DEBUG 2024/09/01 11:02:09 max charge current: 11.1A
[mqtt  ] TRACE 2024/09/01 11:02:10 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:02:10 recv zigbee2mqtt/Solar In/power: '3282.9'
[mqtt  ] TRACE 2024/09/01 11:02:11 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:02:11 recv zigbee2mqtt/Solar In/power: '3282.9'
[mqtt  ] TRACE 2024/09/01 11:02:11 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:02:11 recv zigbee2mqtt/Solar In/power: '3286.2'
[mqtt  ] TRACE 2024/09/01 11:02:12 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:02:12 recv 193barrenjoey/stat/net_import_kW/state: '-2518.7'
[mqtt  ] TRACE 2024/09/01 11:02:12 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:02:12 recv 193barrenjoey/stat/net_import_kW/state: '-2516.4'
[ocpp  ] TRACE 2024/09/01 11:02:13 recv e93160: [2,"XKhugm16mgIyKSF6qHtZ2zlBW0X5hjt4qLkH","MeterValues",{ "connectorId": 1, "transactionId": 1, "meterValue": [ { "timestamp": "2024-09-01T11:02:12+1000", "sampledValue": [ {"value": "241.8", "context": "Sample.Periodic", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Periodic", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Periodic", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Periodic", "measurand": "SoC","location": "EV", "unit": "Percent" },{ "value": "2400", "context": "Sample.Periodic", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "194.60", "context": "Sample.Periodic", "measurand": "Current.Offered","location": "Outlet", "unit": "A" },{ "value": "4026260", "context": "Sample.Periodic", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
[ocpp  ] TRACE 2024/09/01 11:02:13 send e93160: [3,"XKhugm16mgIyKSF6qHtZ2zlBW0X5hjt4qLkH",{}]
[mqtt  ] TRACE 2024/09/01 11:02:15 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:02:15 recv zigbee2mqtt/Solar In/power: '3286.6'
[mqtt  ] TRACE 2024/09/01 11:02:16 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:02:16 recv 193barrenjoey/stat/net_import_kW/state: '-2516.8'
[mqtt  ] TRACE 2024/09/01 11:02:16 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:02:16 recv 193barrenjoey/stat/net_import_kW/state: '-2513.6'
[mqtt  ] TRACE 2024/09/01 11:02:19 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:02:19 recv zigbee2mqtt/Solar In/power: '3288.6'
[mqtt  ] TRACE 2024/09/01 11:02:21 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:02:21 recv 193barrenjoey/stat/net_import_kW/state: '-2515.6'
[mqtt  ] TRACE 2024/09/01 11:02:21 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:02:21 recv 193barrenjoey/stat/net_import_kW/state: '-2550.9'
[ocpp  ] TRACE 2024/09/01 11:02:23 recv e93160: [2,"tzpVstHJnuJPgT2xwBzPmRxlItBt7V4Eg4vj","MeterValues",{ "connectorId": 1, "transactionId": 1, "meterValue": [ { "timestamp": "2024-09-01T11:02:22+1000", "sampledValue": [ {"value": "242.2", "context": "Sample.Periodic", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Periodic", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Periodic", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Periodic", "measurand": "SoC","location": "EV", "unit": "Percent" },{ "value": "2400", "context": "Sample.Periodic", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "194.60", "context": "Sample.Periodic", "measurand": "Current.Offered","location": "Outlet", "unit": "A" },{ "value": "4026260", "context": "Sample.Periodic", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
[ocpp  ] TRACE 2024/09/01 11:02:23 send e93160: [3,"tzpVstHJnuJPgT2xwBzPmRxlItBt7V4Eg4vj",{}]
[mqtt  ] TRACE 2024/09/01 11:02:24 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:02:24 recv zigbee2mqtt/Solar In/power: '3288.6'
[mqtt  ] TRACE 2024/09/01 11:02:24 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:02:24 recv zigbee2mqtt/Solar In/power: '3288.6'
[mqtt  ] TRACE 2024/09/01 11:02:24 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:02:24 recv zigbee2mqtt/Solar In/power: '3288.9'
[mqtt  ] TRACE 2024/09/01 11:02:25 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:02:25 recv 193barrenjoey/stat/net_import_kW/state: '-2551.2'
[mqtt  ] TRACE 2024/09/01 11:02:25 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:02:25 recv 193barrenjoey/stat/net_import_kW/state: '-2551.2'
[mqtt  ] TRACE 2024/09/01 11:02:25 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:02:25 recv 193barrenjoey/stat/net_import_kW/state: '-2544.3'
[mqtt  ] TRACE 2024/09/01 11:02:28 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:02:28 recv zigbee2mqtt/Solar In/power: '3289.6'
[mqtt  ] TRACE 2024/09/01 11:02:29 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:02:29 recv 193barrenjoey/stat/net_import_kW/state: '-2545.0'
[mqtt  ] TRACE 2024/09/01 11:02:30 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:02:30 recv 193barrenjoey/stat/net_import_kW/state: '-2522.7'
[mqtt  ] TRACE 2024/09/01 11:02:32 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:02:32 recv zigbee2mqtt/Solar In/power: '3290.6'
[ocpp  ] TRACE 2024/09/01 11:02:33 recv e93160: [2,"GdHhY5aM77t9f5RKjpLKRSlcd4S1PAxipHRM","Heartbeat",{}]
[ocpp  ] TRACE 2024/09/01 11:02:33 send e93160: [3,"GdHhY5aM77t9f5RKjpLKRSlcd4S1PAxipHRM",{"currentTime":"2024-09-01T01:02:33Z"}]
[ocpp  ] TRACE 2024/09/01 11:02:33 recv e93160: [2,"g3h7yV0mXXJZ5Vrk9FlkrsB23UsRpaN8Fhrm","MeterValues",{ "connectorId": 1, "transactionId": 1, "meterValue": [ { "timestamp": "2024-09-01T11:02:32+1000", "sampledValue": [ {"value": "242.0", "context": "Sample.Periodic", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Periodic", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Periodic", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Periodic", "measurand": "SoC","location": "EV", "unit": "Percent" },{ "value": "2400", "context": "Sample.Periodic", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "194.60", "context": "Sample.Periodic", "measurand": "Current.Offered","location": "Outlet", "unit": "A" },{ "value": "4026260", "context": "Sample.Periodic", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
[ocpp  ] TRACE 2024/09/01 11:02:33 send e93160: [3,"g3h7yV0mXXJZ5Vrk9FlkrsB23UsRpaN8Fhrm",{}]
[mqtt  ] TRACE 2024/09/01 11:02:34 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:02:34 recv 193barrenjoey/stat/net_import_kW/state: '-2523.7'
[mqtt  ] TRACE 2024/09/01 11:02:34 recv zigbee2mqtt/Consumed Power/energy: '0.15'
[mqtt  ] TRACE 2024/09/01 11:02:34 recv 193barrenjoey/stat/net_import_kW/state: '-2521.0'
[mqtt  ] TRACE 2024/09/01 11:02:37 recv zigbee2mqtt/Solar In/energy: '0.42'
[mqtt  ] TRACE 2024/09/01 11:02:37 recv zigbee2mqtt/Solar In/power: '3289.3'

What type of operating system are you running?

Linux

Version

evcc version 0.130.6

mfuchs1984 commented 1 month ago

You need to configure your charger to "free charging", "autostart" or whatever the settings is called if your charger, if you don't want to use an RFID tag. If this is not possible at your charger, add remotestart: true to your charger settings in evcc.

https://docs.evcc.io/en/docs/devices/chargers#ocpp-16j-compatible-charger-with-smart-charging-profile