evcc-io / evcc

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

Charger charges too fast in solar mode #14106

Closed mansurs closed 4 months ago

mansurs commented 4 months ago

Describe the bug

When I plug in my car, it starts to load with around 10kw and normally it should go down to around 4kw, but this does not happen most of the time. It works, when I plug out from one car and plug in into another car. But if the charger was plugged out for too long and then I plug in it fails to get to 4kw.

What also helps is to switch from Solar to Fast mode and then back to Solar. Then it easily changes the charging speed.

I had a discussion https://github.com/evcc-io/evcc/discussions/13888 where I got the hint to write an issue.

evcc-20240516-161251-debug (1).log

Steps to reproduce

  1. Leave wallbox unplugged for a while, have enough SoC in battery for battery-supported charging
  2. Plug-in cable
  3. Charging starts with over 9kw and does not go down

Configuration details

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

log: debug
levels:
  etrel: trace
#  cache: error

# unique installation id
plant: *****

interval: 60s # 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: sonnenbatterie
    usage: grid
    host: 172.16.5.51
    port: 8080
    name: grid1
  - type: template
    template: sonnenbatterie
    usage: pv
    host: 172.16.5.51
    port: 8080
    name: pv2
  - type: template
    template: sonnenbatterie
    usage: battery
    token: *****
    host: 172.16.5.51
    port: 8080
    name: battery3

vehicles:
  - name: ev4
    type: template
    template: hyundai
    title: IONIQ5
    user: *****
    password: *****
    vin: *****
    capacity: 70
    language: de
    mode: pv
  - name: ev5
    type: template
    template: bmw
    title: BMW iX3
    user: *****
    password: *****
    vin: *****
    capacity: 74
    mode: pv

chargers:
  - type: template
    template: etrel 
    host: 172.16.5.39
    port: 502  
    name: wallbox6

loadpoints:
  - title: Carport
    charger: wallbox6
    mode: now

site:
  title: Zuhause
  residualPower: 100
  meters:
    grid: grid1
    pv:
      - pv2
    battery:
      - battery3

tariffs:
  currency: EUR # (default EUR)
  grid:
    type: tibber
    token: *****
  co2:
    type: grünstromindex
    zip: 50354

influx:
  url: http://localhost:8086
  database: evcc_log
  token: *****
  org: home

Log details

[site  ] DEBUG 2024/05/16 16:05:52 ----
[lp-1  ] DEBUG 2024/05/16 16:05:52 charge power: 0W
[lp-1  ] DEBUG 2024/05/16 16:05:52 charge currents: [0 0 0]A
[site  ] DEBUG 2024/05/16 16:05:52 pv power: 1637W
[site  ] DEBUG 2024/05/16 16:05:52 battery soc: 79%
[site  ] DEBUG 2024/05/16 16:05:52 battery power: -1234W
[site  ] DEBUG 2024/05/16 16:05:52 grid meter: -44W
[site  ] DEBUG 2024/05/16 16:05:52 site power: -1178W
[lp-1  ] DEBUG 2024/05/16 16:05:52 charger status: A
[site  ] DEBUG 2024/05/16 16:06:02 ----
[lp-1  ] DEBUG 2024/05/16 16:06:02 charge power: 320W
[lp-1  ] DEBUG 2024/05/16 16:06:02 charge currents: [0.944 0.768 0.752]A
[site  ] DEBUG 2024/05/16 16:06:02 pv power: 1662W
[site  ] DEBUG 2024/05/16 16:06:02 battery soc: 79%
[site  ] DEBUG 2024/05/16 16:06:02 battery power: -1229W
[site  ] DEBUG 2024/05/16 16:06:02 grid meter: 14W
[site  ] DEBUG 2024/05/16 16:06:02 site power: -1115W
[lp-1  ] DEBUG 2024/05/16 16:06:02 charger status: C
[lp-1  ] INFO 2024/05/16 16:06:02 car connected
[lp-1  ] DEBUG 2024/05/16 16:06:02 vehicle api refresh
[lp-1  ] DEBUG 2024/05/16 16:06:02 pv timer elapse
[lp-1  ] DEBUG 2024/05/16 16:06:02 pv timer inactive
[lp-1  ] INFO 2024/05/16 16:06:02 start charging ->
[lp-1  ] DEBUG 2024/05/16 16:06:02 wake-up timer: stop
[main  ] DEBUG 2024/05/16 16:06:21 vehicle status: A (IONIQ5)
[main  ] DEBUG 2024/05/16 16:06:23 vehicle status: C (BMW iX3)
[lp-1  ] INFO 2024/05/16 16:06:23 vehicle updated: unknown -> BMW iX3
[lp-1  ] DEBUG 2024/05/16 16:06:23 vehicle status: C
[lp-1  ] DEBUG 2024/05/16 16:06:23 vehicle soc: 74%
[lp-1  ] DEBUG 2024/05/16 16:06:23 vehicle range: 259km
[lp-1  ] WARN 2024/05/16 16:06:23 charger out of sync: expected disabled, got enabled
[lp-1  ] DEBUG 2024/05/16 16:06:23 charger enable
[lp-1  ] DEBUG 2024/05/16 16:06:23 pv charge current: 4.56A = 2.94A + 1.62A (-1115W @ 3p)
[site  ] DEBUG 2024/05/16 16:06:23 ----
[lp-1  ] DEBUG 2024/05/16 16:06:23 charge power: 9920W
[lp-1  ] DEBUG 2024/05/16 16:06:23 charge currents: [15.2 14.7 14.9]A
[site  ] DEBUG 2024/05/16 16:06:23 pv power: 1698W
[site  ] DEBUG 2024/05/16 16:06:23 battery soc: 79%
[site  ] DEBUG 2024/05/16 16:06:23 battery power: 4540W
[site  ] DEBUG 2024/05/16 16:06:23 grid meter: 4450W
[site  ] DEBUG 2024/05/16 16:06:23 site power: 9090W
[lp-1  ] DEBUG 2024/05/16 16:06:23 vehicle odometer: 7598km
[lp-1  ] DEBUG 2024/05/16 16:06:23 detected active phases: 3p
[lp-1  ] DEBUG 2024/05/16 16:06:23 charger status: C
[lp-1  ] DEBUG 2024/05/16 16:06:23 soc estimated: 74.07% (vehicle: 74.00%)
[lp-1  ] DEBUG 2024/05/16 16:06:23 vehicle soc: 74%
[lp-1  ] DEBUG 2024/05/16 16:06:23 vehicle range: 259km
[lp-1  ] DEBUG 2024/05/16 16:06:23 pv charge current: 0A = 6A + -13.2A (9090W @ 3p)
[site  ] DEBUG 2024/05/16 16:06:32 ----
…
now switching to mode now and back to pv:
…
[site  ] DEBUG 2024/05/16 16:12:12 ----
[lp-1  ] DEBUG 2024/05/16 16:12:12 charge power: 9984W
[lp-1  ] DEBUG 2024/05/16 16:12:12 charge currents: [15.1 14.7 15]A
[site  ] DEBUG 2024/05/16 16:12:12 pv power: 4204W
[site  ] DEBUG 2024/05/16 16:12:12 battery soc: 74%
[site  ] DEBUG 2024/05/16 16:12:12 battery power: 4525W
[site  ] DEBUG 2024/05/16 16:12:12 grid meter: 1883W
[site  ] DEBUG 2024/05/16 16:12:12 site power: 6508W
[lp-1  ] DEBUG 2024/05/16 16:12:12 detected active phases: 3p
[lp-1  ] DEBUG 2024/05/16 16:12:12 charger status: C
[lp-1  ] DEBUG 2024/05/16 16:12:12 soc estimated: 75.24% (vehicle: 74.00%)
[lp-1  ] DEBUG 2024/05/16 16:12:12 vehicle soc: 75%
[lp-1  ] DEBUG 2024/05/16 16:12:12 vehicle range: 259km
[lp-1  ] DEBUG 2024/05/16 16:12:12 pv charge current: 0A = 6A + -9.43A (6508W @ 3p)
[lp-1  ] DEBUG 2024/05/16 16:12:13 set charge mode: now
[site  ] DEBUG 2024/05/16 16:12:13 ----
[lp-1  ] DEBUG 2024/05/16 16:12:13 charge power: 9984W
[lp-1  ] DEBUG 2024/05/16 16:12:13 charge currents: [15.1 14.7 15]A
[site  ] DEBUG 2024/05/16 16:12:13 pv power: 4212W
[site  ] DEBUG 2024/05/16 16:12:14 battery soc: 74%
[site  ] DEBUG 2024/05/16 16:12:14 battery power: 4520W
[site  ] DEBUG 2024/05/16 16:12:14 grid meter: 1896W
[site  ] DEBUG 2024/05/16 16:12:14 site power: 6516W
[lp-1  ] DEBUG 2024/05/16 16:12:14 detected active phases: 3p
[lp-1  ] DEBUG 2024/05/16 16:12:14 charger status: C
[lp-1  ] DEBUG 2024/05/16 16:12:14 soc estimated: 75.25% (vehicle: 74.00%)
[lp-1  ] DEBUG 2024/05/16 16:12:14 vehicle soc: 75%
[lp-1  ] DEBUG 2024/05/16 16:12:14 vehicle range: 259km
[lp-1  ] DEBUG 2024/05/16 16:12:14 max charge current: 16A
[site  ] DEBUG 2024/05/16 16:12:14 set battery mode: hold
[site  ] DEBUG 2024/05/16 16:12:22 ----
[lp-1  ] DEBUG 2024/05/16 16:12:22 charge power: 9920W
[lp-1  ] DEBUG 2024/05/16 16:12:22 charge currents: [15.2 14.7 14.9]A
[site  ] DEBUG 2024/05/16 16:12:22 pv power: 4253W
[site  ] DEBUG 2024/05/16 16:12:22 battery soc: 74%
[site  ] DEBUG 2024/05/16 16:12:22 battery power: -2W
[site  ] DEBUG 2024/05/16 16:12:22 grid meter: 6326W
[site  ] DEBUG 2024/05/16 16:12:22 site power: 6424W
[lp-1  ] DEBUG 2024/05/16 16:12:22 detected active phases: 3p
[lp-1  ] DEBUG 2024/05/16 16:12:22 charger status: C
[lp-1  ] DEBUG 2024/05/16 16:12:22 soc estimated: 75.28% (vehicle: 74.00%)
[lp-1  ] DEBUG 2024/05/16 16:12:22 vehicle soc: 75%
[lp-1  ] DEBUG 2024/05/16 16:12:22 vehicle range: 259km
[lp-1  ] DEBUG 2024/05/16 16:12:24 set charge mode: pv
[site  ] DEBUG 2024/05/16 16:12:24 ----
[lp-1  ] DEBUG 2024/05/16 16:12:24 charge power: 9984W
[lp-1  ] DEBUG 2024/05/16 16:12:24 charge currents: [15.2 14.7 14.9]A
[site  ] DEBUG 2024/05/16 16:12:24 pv power: 4270W
[site  ] DEBUG 2024/05/16 16:12:24 battery soc: 74%
[site  ] DEBUG 2024/05/16 16:12:24 battery power: -2W
[site  ] DEBUG 2024/05/16 16:12:24 grid meter: 6354W
[site  ] DEBUG 2024/05/16 16:12:24 site power: 6452W
[lp-1  ] DEBUG 2024/05/16 16:12:24 detected active phases: 3p
[lp-1  ] DEBUG 2024/05/16 16:12:24 charger status: C
[lp-1  ] DEBUG 2024/05/16 16:12:24 soc estimated: 75.28% (vehicle: 74.00%)
[lp-1  ] DEBUG 2024/05/16 16:12:24 vehicle soc: 75%
[lp-1  ] DEBUG 2024/05/16 16:12:24 vehicle range: 259km
[lp-1  ] DEBUG 2024/05/16 16:12:24 pv charge current: 6.65A = 16A + -9.35A (6452W @ 3p)
[lp-1  ] DEBUG 2024/05/16 16:12:24 max charge current: 6.65A
[site  ] DEBUG 2024/05/16 16:12:25 set battery mode: normal
[site  ] DEBUG 2024/05/16 16:12:32 ----
[lp-1  ] DEBUG 2024/05/16 16:12:32 charge power: 3648W
[lp-1  ] DEBUG 2024/05/16 16:12:32 charge currents: [5.65 5.33 5.58]A
[site  ] DEBUG 2024/05/16 16:12:32 pv power: 3926W
[site  ] DEBUG 2024/05/16 16:12:32 battery soc: 74%
[site  ] DEBUG 2024/05/16 16:12:32 battery power: -1W
[site  ] DEBUG 2024/05/16 16:12:32 grid meter: 187W
[site  ] DEBUG 2024/05/16 16:12:32 site power: 286W
[lp-1  ] DEBUG 2024/05/16 16:12:32 detected active phases: 3p
[lp-1  ] DEBUG 2024/05/16 16:12:32 charger status: C
[lp-1  ] DEBUG 2024/05/16 16:12:32 soc estimated: 75.29% (vehicle: 74.00%)
[lp-1  ] DEBUG 2024/05/16 16:12:32 vehicle soc: 75%
[lp-1  ] DEBUG 2024/05/16 16:12:32 vehicle range: 259km
[lp-1  ] DEBUG 2024/05/16 16:12:32 pv charge current: 6.23A = 6.65A + -0.414A (286W @ 3p)
[lp-1  ] DEBUG 2024/05/16 16:12:32 max charge current: 6.23A
[site  ] DEBUG 2024/05/16 16:12:42 ----
[lp-1  ] DEBUG 2024/05/16 16:12:42 charge power: 3776W
[lp-1  ] DEBUG 2024/05/16 16:12:42 charge currents: [5.79 5.49 5.71]A
[site  ] DEBUG 2024/05/16 16:12:42 pv power: 3623W
[site  ] DEBUG 2024/05/16 16:12:42 battery soc: 74%
[site  ] DEBUG 2024/05/16 16:12:42 battery power: -2W
[site  ] DEBUG 2024/05/16 16:12:42 grid meter: 684W
[site  ] DEBUG 2024/05/16 16:12:42 site power: 782W
[lp-1  ] DEBUG 2024/05/16 16:12:42 detected active phases: 3p
[lp-1  ] DEBUG 2024/05/16 16:12:42 charger status: C
[lp-1  ] DEBUG 2024/05/16 16:12:42 soc estimated: 75.31% (vehicle: 74.00%)
[lp-1  ] DEBUG 2024/05/16 16:12:42 vehicle soc: 75%
[lp-1  ] DEBUG 2024/05/16 16:12:42 vehicle range: 259km
[lp-1  ] DEBUG 2024/05/16 16:12:42 pv charge current: 5.1A = 6.23A + -1.13A (782W @ 3p)
[lp-1  ] DEBUG 2024/05/16 16:12:42 max charge current: 6A

What type of operating system are you running?

Linux

Version

0.126.4

VolkerK62 commented 4 months ago

Ich war in die Diskussion involviert.

Die Box fängt nach dem Anstecken eigenmächtig an mit voller Leistung zu laden. Dann kommt charger enable und weil bufferSoc überschritten ist, wird weitergeladen. evcc denkt es wird mit 6A geladen und greift nicht weiter ein. Wenn der Hausspeicher noch ziemlich leer ist, wird direkt wieder ausgeschaltet. Die Steuerung an sich funktioniert also. MMn fehlt in Zusammenhang mit dem eigenmächtigen Start und charger enable noch ein max charge current: 6A.

premultiply commented 4 months ago
loadpoints:
  - title: Carport
    charger: wallbox6
    mode: now

Die Vorgabe ist ja auch hierdurch sofort mit voller Leistung zu laden.

mansurs commented 4 months ago

Ja, das war ein Versuch. Initial war die loadpoint config ohne mode. Dann hatte ich das mit off getestet und dann noch mit now. Siehe https://github.com/evcc-io/evcc/discussions/13888

Die Autos haben "mode: pv" bekommen

mansurs commented 4 months ago

Hier ist ein aktuelles Beispiel mit Trace:

[site ] DEBUG 2024/05/29 15:20:10 ----
[etrel ] TRACE 2024/05/29 15:20:10 modbus: send 1c b8 00 00 00 06 01 04 00 1a 00 02
[etrel ] TRACE 2024/05/29 15:20:10 modbus: recv 1c b8 00 00 00 07 01 04 04 00 00 00 00
[lp-1 ] DEBUG 2024/05/29 15:20:10 charge power: 0W
[etrel ] TRACE 2024/05/29 15:20:10 modbus: send 1c b9 00 00 00 06 01 04 00 0e 00 06
[influx] TRACE 2024/05/29 15:20:10 write chargePower=map[value:0] (map[loadpoint:Carport])
[etrel ] TRACE 2024/05/29 15:20:10 modbus: recv 1c b9 00 00 00 0f 01 04 0c 00 00 00 00 00 00 00 00 00 00 00 00
[lp-1 ] DEBUG 2024/05/29 15:20:10 charge currents: [0 0 0]A
[influx] TRACE 2024/05/29 15:20:10 write chargeCurrents=map[l1:0 l2:0 l3:0] (map[loadpoint:Carport])
[http ] TRACE 2024/05/29 15:20:10 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:20:10 {"Apparent_output":1216,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":490,"Consumption_W":450,"Fac":49.99100112915039,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":46,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1228,"Production_W":1713,"RSOC":65,"RemainingCapacity_Wh":14367,"Sac1":1216,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:20:10","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site ] DEBUG 2024/05/29 15:20:10 pv power: 1713W
[influx] TRACE 2024/05/29 15:20:10 write pvPower=map[value:1713] (map[])
[http ] TRACE 2024/05/29 15:20:10 GET http://172.16.5.51:8080/api/v1/status
[influx] TRACE 2024/05/29 15:20:10 write pvEnergy=map[value:0] (map[])
[influx] TRACE 2024/05/29 15:20:10 write pvPower=map[value:1713] (map[id:1])
[influx] TRACE 2024/05/29 15:20:10 write pvEnergy=map[value:0] (map[id:1])
[http ] TRACE 2024/05/29 15:20:10 {"Apparent_output":1216,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":490,"Consumption_W":450,"Fac":49.99100112915039,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":46,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1228,"Production_W":1713,"RSOC":65,"RemainingCapacity_Wh":14367,"Sac1":1216,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:20:10","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:20:10 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:20:10 {"Apparent_output":1216,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":490,"Consumption_W":450,"Fac":49.99100112915039,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":46,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1228,"Production_W":1713,"RSOC":65,"RemainingCapacity_Wh":14367,"Sac1":1216,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:20:10","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site ] DEBUG 2024/05/29 15:20:10 battery soc: 62%
[influx] TRACE 2024/05/29 15:20:10 write batteryCapacity=map[value:0] (map[])
[influx] TRACE 2024/05/29 15:20:10 write batterySoc=map[value:62] (map[])
[site ] DEBUG 2024/05/29 15:20:10 battery power: -1228W
[http ] TRACE 2024/05/29 15:20:10 GET http://172.16.5.51:8080/api/v1/status
[influx] TRACE 2024/05/29 15:20:10 write batteryPower=map[value:-1228] (map[])
[influx] TRACE 2024/05/29 15:20:10 write batteryEnergy=map[value:0] (map[])
[influx] TRACE 2024/05/29 15:20:10 write batteryPower=map[value:-1228] (map[id:1])
[influx] TRACE 2024/05/29 15:20:10 write batteryEnergy=map[value:0] (map[id:1])
[influx] TRACE 2024/05/29 15:20:10 write batterySoc=map[value:62] (map[id:1])
[influx] TRACE 2024/05/29 15:20:10 write batteryCapacity=map[value:0] (map[id:1])
[influx] TRACE 2024/05/29 15:20:10 write batteryControllable=map[value:true] (map[id:1])
[http ] TRACE 2024/05/29 15:20:10 {"Apparent_output":1216,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":490,"Consumption_W":450,"Fac":49.99100112915039,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":46,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1228,"Production_W":1713,"RSOC":65,"RemainingCapacity_Wh":14367,"Sac1":1216,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:20:10","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site ] DEBUG 2024/05/29 15:20:10 grid meter: -46W
[site ] DEBUG 2024/05/29 15:20:10 site power: -1174W
[influx] TRACE 2024/05/29 15:20:10 write gridPower=map[value:-46] (map[])
[influx] TRACE 2024/05/29 15:20:10 write homePower=map[value:439] (map[])
[lp-1 ] DEBUG 2024/05/29 15:20:10 !! session: chargeRater.chargedEnergy=0.1 - chargedAtStartup=0.0
[influx] TRACE 2024/05/29 15:20:10 write chargeCurrent=map[value:0] (map[loadpoint:Carport])
[influx] TRACE 2024/05/29 15:20:10 write sessionEnergy=map[value:52.83213412384001] (map[loadpoint:Carport])
[influx] TRACE 2024/05/29 15:20:10 write sessionSolarPercentage=map[value:36.57066993464052] (map[loadpoint:Carport])
[etrel ] TRACE 2024/05/29 15:20:10 modbus: send 1c ba 00 00 00 06 01 04 00 00 00 01
[influx] TRACE 2024/05/29 15:20:10 write sessionPricePerKWh=map[value:0.1807735906862745] (map[loadpoint:Carport])
[influx] TRACE 2024/05/29 15:20:10 write sessionPrice=map[value:0.009550654589185407] (map[loadpoint:Carport])
[influx] TRACE 2024/05/29 15:20:10 write sessionCo2PerKWh=map[value:109.7327410130719] (map[loadpoint:Carport])
[influx] TRACE 2024/05/29 15:20:10 write effectivePriority=map[value:0] (map[loadpoint:Carport])
[influx] TRACE 2024/05/29 15:20:10 write effectivePlanSoc=map[value:0] (map[loadpoint:Carport])
[influx] TRACE 2024/05/29 15:20:10 write effectiveMinCurrent=map[value:6] (map[loadpoint:Carport])
[influx] TRACE 2024/05/29 15:20:10 write effectiveMaxCurrent=map[value:16] (map[loadpoint:Carport])
[influx] TRACE 2024/05/29 15:20:10 write effectiveLimitSoc=map[value:100] (map[loadpoint:Carport])
[etrel ] TRACE 2024/05/29 15:20:10 modbus: recv 1c ba 00 00 00 05 01 04 02 00 01
[lp-1 ] DEBUG 2024/05/29 15:20:10 charger status: A
[etrel ] TRACE 2024/05/29 15:20:10 modbus: send 1c bb 00 00 00 06 01 04 00 04 00 02
[etrel ] TRACE 2024/05/29 15:20:10 modbus: recv 1c bb 00 00 00 07 01 04 04 00 00 00 00
[influx] TRACE 2024/05/29 15:20:10 write greenShareHome=map[value:1] (map[])
[influx] TRACE 2024/05/29 15:20:10 write greenShareLoadpoints=map[value:1] (map[])
[influx] TRACE 2024/05/29 15:20:10 write tariffPriceHome=map[value:0] (map[])
[influx] TRACE 2024/05/29 15:20:10 write tariffCo2Home=map[value:0] (map[])
[influx] TRACE 2024/05/29 15:20:10 write tariffPriceLoadpoints=map[value:0] (map[])
[influx] TRACE 2024/05/29 15:20:10 write tariffCo2Loadpoints=map[value:0] (map[])
[http ] TRACE 2024/05/29 15:20:17 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:20:17 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:20:17 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:20:17 {"Apparent_output":1235,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":491,"Consumption_W":482,"Fac":49.9900016784668,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":1,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1210,"Production_W":1721,"RSOC":65,"RemainingCapacity_Wh":14368,"Sac1":1235,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:20:17","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:20:17 {"Apparent_output":1235,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":491,"Consumption_W":482,"Fac":49.9900016784668,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":1,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1210,"Production_W":1721,"RSOC":65,"RemainingCapacity_Wh":14368,"Sac1":1235,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:20:17","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:20:17 {"Apparent_output":1235,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":491,"Consumption_W":482,"Fac":49.9900016784668,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":1,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1210,"Production_W":1721,"RSOC":65,"RemainingCapacity_Wh":14368,"Sac1":1235,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:20:17","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:20:17 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:20:17 {"Apparent_output":1235,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":491,"Consumption_W":482,"Fac":49.9900016784668,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":1,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1210,"Production_W":1721,"RSOC":65,"RemainingCapacity_Wh":14368,"Sac1":1235,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:20:17","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:20:27 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:20:27 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:20:27 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:20:27 {"Apparent_output":1222,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":492,"Consumption_W":456,"Fac":49.99700164794922,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":41,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1215,"Production_W":1717,"RSOC":65,"RemainingCapacity_Wh":14368,"Sac1":1222,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:20:27","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:20:27 {"Apparent_output":1222,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":492,"Consumption_W":456,"Fac":49.99700164794922,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":41,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1215,"Production_W":1717,"RSOC":65,"RemainingCapacity_Wh":14368,"Sac1":1222,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:20:27","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:20:27 {"Apparent_output":1222,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":492,"Consumption_W":456,"Fac":49.99700164794922,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":41,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1215,"Production_W":1717,"RSOC":65,"RemainingCapacity_Wh":14368,"Sac1":1222,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:20:27","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:20:27 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:20:27 {"Apparent_output":1222,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":492,"Consumption_W":456,"Fac":49.99700164794922,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":41,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1215,"Production_W":1717,"RSOC":65,"RemainingCapacity_Wh":14368,"Sac1":1222,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:20:27","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:20:37 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:20:37 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:20:37 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:20:37 {"Apparent_output":1230,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":494,"Consumption_W":451,"Fac":49.992000579833984,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":54,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1230,"Production_W":1735,"RSOC":65,"RemainingCapacity_Wh":14369,"Sac1":1230,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:20:37","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:20:37 {"Apparent_output":1230,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":494,"Consumption_W":451,"Fac":49.992000579833984,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":54,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1230,"Production_W":1735,"RSOC":65,"RemainingCapacity_Wh":14369,"Sac1":1230,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:20:37","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:20:37 {"Apparent_output":1230,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":494,"Consumption_W":451,"Fac":49.992000579833984,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":54,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1230,"Production_W":1735,"RSOC":65,"RemainingCapacity_Wh":14369,"Sac1":1230,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:20:37","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:20:37 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:20:37 {"Apparent_output":1230,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":494,"Consumption_W":451,"Fac":49.992000579833984,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":54,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1230,"Production_W":1735,"RSOC":65,"RemainingCapacity_Wh":14369,"Sac1":1230,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:20:37","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:20:47 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:20:47 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:20:47 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:20:47 {"Apparent_output":1228,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":490,"Consumption_W":445,"Fac":49.986000061035156,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":63,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1225,"Production_W":1734,"RSOC":65,"RemainingCapacity_Wh":14371,"Sac1":1228,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:20:47","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:20:47 {"Apparent_output":1228,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":490,"Consumption_W":445,"Fac":49.986000061035156,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":63,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1225,"Production_W":1734,"RSOC":65,"RemainingCapacity_Wh":14371,"Sac1":1228,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:20:47","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:20:47 {"Apparent_output":1228,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":490,"Consumption_W":445,"Fac":49.986000061035156,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":63,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1225,"Production_W":1734,"RSOC":65,"RemainingCapacity_Wh":14371,"Sac1":1228,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:20:47","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:20:47 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:20:47 {"Apparent_output":1228,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":490,"Consumption_W":445,"Fac":49.986000061035156,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":63,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1225,"Production_W":1734,"RSOC":65,"RemainingCapacity_Wh":14371,"Sac1":1228,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:20:47","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:20:57 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:20:57 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:20:57 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:20:57 {"Apparent_output":1236,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":476,"Consumption_W":478,"Fac":49.99800109863281,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":false,"GridFeedIn_W":-4,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1258,"Production_W":1736,"RSOC":65,"RemainingCapacity_Wh":14371,"Sac1":1236,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:20:57","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:20:57 {"Apparent_output":1236,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":476,"Consumption_W":478,"Fac":49.99800109863281,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":false,"GridFeedIn_W":-4,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1258,"Production_W":1736,"RSOC":65,"RemainingCapacity_Wh":14371,"Sac1":1236,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:20:57","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:20:57 {"Apparent_output":1236,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":476,"Consumption_W":478,"Fac":49.99800109863281,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":false,"GridFeedIn_W":-4,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1258,"Production_W":1736,"RSOC":65,"RemainingCapacity_Wh":14371,"Sac1":1236,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:20:57","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:20:57 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:20:58 {"Apparent_output":1236,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":476,"Consumption_W":478,"Fac":49.99800109863281,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":false,"GridFeedIn_W":-4,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1258,"Production_W":1736,"RSOC":65,"RemainingCapacity_Wh":14371,"Sac1":1236,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:20:57","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:21:08 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:21:08 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:21:08 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:21:08 {"Apparent_output":1249,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":467,"Consumption_W":454,"Fac":50.01300048828125,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":40,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1242,"Production_W":1746,"RSOC":65,"RemainingCapacity_Wh":14371,"Sac1":1249,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:21:07","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:21:08 {"Apparent_output":1249,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":467,"Consumption_W":454,"Fac":50.01300048828125,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":40,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1242,"Production_W":1746,"RSOC":65,"RemainingCapacity_Wh":14371,"Sac1":1249,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:21:07","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:21:08 {"Apparent_output":1249,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":467,"Consumption_W":454,"Fac":50.01300048828125,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":40,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1242,"Production_W":1746,"RSOC":65,"RemainingCapacity_Wh":14371,"Sac1":1249,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:21:07","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:21:08 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:21:08 {"Apparent_output":1261,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":467,"Consumption_W":453,"Fac":50.01300048828125,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":19,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1260,"Production_W":1738,"RSOC":65,"RemainingCapacity_Wh":14371,"Sac1":1261,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:21:08","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site ] DEBUG 2024/05/29 15:21:10 ----
[etrel ] TRACE 2024/05/29 15:21:10 modbus: send 1c bc 00 00 00 06 01 04 00 1a 00 02
[etrel ] TRACE 2024/05/29 15:21:10 modbus: recv 1c bc 00 00 00 07 01 04 04 00 00 00 00
[lp-1 ] DEBUG 2024/05/29 15:21:10 charge power: 0W
[influx] TRACE 2024/05/29 15:21:10 write chargePower=map[value:0] (map[loadpoint:Carport])
[etrel ] TRACE 2024/05/29 15:21:10 modbus: send 1c bd 00 00 00 06 01 04 00 0e 00 06
[etrel ] TRACE 2024/05/29 15:21:10 modbus: recv 1c bd 00 00 00 0f 01 04 0c 00 00 00 00 00 00 00 00 00 00 00 00
[lp-1 ] DEBUG 2024/05/29 15:21:10 charge currents: [0 0 0]A
[influx] TRACE 2024/05/29 15:21:10 write chargeCurrents=map[l1:0 l2:0 l3:0] (map[loadpoint:Carport])
[http ] TRACE 2024/05/29 15:21:10 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:21:10 {"Apparent_output":1261,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":467,"Consumption_W":459,"Fac":50.01499938964844,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":28,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1256,"Production_W":1747,"RSOC":65,"RemainingCapacity_Wh":14371,"Sac1":1261,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:21:10","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site ] DEBUG 2024/05/29 15:21:10 pv power: 1747W
[influx] TRACE 2024/05/29 15:21:10 write pvPower=map[value:1747] (map[])
[http ] TRACE 2024/05/29 15:21:10 GET http://172.16.5.51:8080/api/v1/status
[influx] TRACE 2024/05/29 15:21:10 write pvEnergy=map[value:0] (map[])
[influx] TRACE 2024/05/29 15:21:10 write pvPower=map[value:1747] (map[id:1])
[influx] TRACE 2024/05/29 15:21:10 write pvEnergy=map[value:0] (map[id:1])
[http ] TRACE 2024/05/29 15:21:10 {"Apparent_output":1261,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":467,"Consumption_W":459,"Fac":50.01499938964844,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":28,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1256,"Production_W":1747,"RSOC":65,"RemainingCapacity_Wh":14371,"Sac1":1261,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:21:10","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:21:10 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:21:10 {"Apparent_output":1261,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":467,"Consumption_W":459,"Fac":50.01499938964844,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":28,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1256,"Production_W":1747,"RSOC":65,"RemainingCapacity_Wh":14371,"Sac1":1261,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:21:10","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site ] DEBUG 2024/05/29 15:21:10 battery soc: 62%
[influx] TRACE 2024/05/29 15:21:10 write batteryCapacity=map[value:0] (map[])
[influx] TRACE 2024/05/29 15:21:10 write batterySoc=map[value:62] (map[])
[site ] DEBUG 2024/05/29 15:21:10 battery power: -1256W
[influx] TRACE 2024/05/29 15:21:10 write batteryPower=map[value:-1256] (map[])
[influx] TRACE 2024/05/29 15:21:10 write batteryEnergy=map[value:0] (map[])
[influx] TRACE 2024/05/29 15:21:10 write batteryPower=map[value:-1256] (map[id:1])
[influx] TRACE 2024/05/29 15:21:10 write batteryEnergy=map[value:0] (map[id:1])
[http ] TRACE 2024/05/29 15:21:10 GET http://172.16.5.51:8080/api/v1/status
[influx] TRACE 2024/05/29 15:21:10 write batterySoc=map[value:62] (map[id:1])
[influx] TRACE 2024/05/29 15:21:10 write batteryCapacity=map[value:0] (map[id:1])
[influx] TRACE 2024/05/29 15:21:10 write batteryControllable=map[value:true] (map[id:1])
[http ] TRACE 2024/05/29 15:21:10 {"Apparent_output":1261,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":467,"Consumption_W":459,"Fac":50.01499938964844,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":28,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1256,"Production_W":1747,"RSOC":65,"RemainingCapacity_Wh":14371,"Sac1":1261,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:21:10","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site ] DEBUG 2024/05/29 15:21:10 grid meter: -28W
[site ] DEBUG 2024/05/29 15:21:10 site power: -1184W
[influx] TRACE 2024/05/29 15:21:10 write gridPower=map[value:-28] (map[])
[influx] TRACE 2024/05/29 15:21:10 write homePower=map[value:463] (map[])
[lp-1 ] DEBUG 2024/05/29 15:21:10 !! session: chargeRater.chargedEnergy=0.1 - chargedAtStartup=0.0
[influx] TRACE 2024/05/29 15:21:10 write chargeCurrent=map[value:0] (map[loadpoint:Carport])
[etrel ] TRACE 2024/05/29 15:21:10 modbus: send 1c be 00 00 00 06 01 04 00 00 00 01
[influx] TRACE 2024/05/29 15:21:10 write sessionEnergy=map[value:52.83213412384001] (map[loadpoint:Carport])
[influx] TRACE 2024/05/29 15:21:10 write sessionSolarPercentage=map[value:36.57066993464052] (map[loadpoint:Carport])
[influx] TRACE 2024/05/29 15:21:10 write sessionPricePerKWh=map[value:0.1807735906862745] (map[loadpoint:Carport])
[influx] TRACE 2024/05/29 15:21:10 write sessionPrice=map[value:0.009550654589185407] (map[loadpoint:Carport])
[influx] TRACE 2024/05/29 15:21:10 write sessionCo2PerKWh=map[value:109.7327410130719] (map[loadpoint:Carport])
[influx] TRACE 2024/05/29 15:21:10 write effectivePriority=map[value:0] (map[loadpoint:Carport])
[influx] TRACE 2024/05/29 15:21:10 write effectivePlanSoc=map[value:0] (map[loadpoint:Carport])
[influx] TRACE 2024/05/29 15:21:10 write effectiveMinCurrent=map[value:6] (map[loadpoint:Carport])
[influx] TRACE 2024/05/29 15:21:10 write effectiveMaxCurrent=map[value:16] (map[loadpoint:Carport])
[influx] TRACE 2024/05/29 15:21:10 write effectiveLimitSoc=map[value:100] (map[loadpoint:Carport])
[etrel ] TRACE 2024/05/29 15:21:10 modbus: recv 1c be 00 00 00 05 01 04 02 00 01
[lp-1 ] DEBUG 2024/05/29 15:21:10 charger status: A
[etrel ] TRACE 2024/05/29 15:21:10 modbus: send 1c bf 00 00 00 06 01 04 00 04 00 02
[etrel ] TRACE 2024/05/29 15:21:10 modbus: recv 1c bf 00 00 00 07 01 04 04 00 00 00 00
[influx] TRACE 2024/05/29 15:21:10 write greenShareHome=map[value:1] (map[])
[influx] TRACE 2024/05/29 15:21:10 write greenShareLoadpoints=map[value:1] (map[])
[influx] TRACE 2024/05/29 15:21:10 write tariffPriceHome=map[value:0] (map[])
[influx] TRACE 2024/05/29 15:21:10 write tariffCo2Home=map[value:0] (map[])
[influx] TRACE 2024/05/29 15:21:10 write tariffPriceLoadpoints=map[value:0] (map[])
[influx] TRACE 2024/05/29 15:21:10 write tariffCo2Loadpoints=map[value:0] (map[])
[http ] TRACE 2024/05/29 15:21:18 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:21:18 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:21:18 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:21:18 {"Apparent_output":1194,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":473,"Consumption_W":531,"Fac":50.01100158691406,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":19,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1186,"Production_W":1747,"RSOC":65,"RemainingCapacity_Wh":14369,"Sac1":1194,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:21:18","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:21:18 {"Apparent_output":1194,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":473,"Consumption_W":531,"Fac":50.01100158691406,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":19,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1186,"Production_W":1747,"RSOC":65,"RemainingCapacity_Wh":14369,"Sac1":1194,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:21:18","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:21:18 {"Apparent_output":1194,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":473,"Consumption_W":531,"Fac":50.01100158691406,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":19,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1186,"Production_W":1747,"RSOC":65,"RemainingCapacity_Wh":14369,"Sac1":1194,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:21:18","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:21:18 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:21:18 {"Apparent_output":1194,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":473,"Consumption_W":531,"Fac":50.01100158691406,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":19,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1186,"Production_W":1747,"RSOC":65,"RemainingCapacity_Wh":14369,"Sac1":1194,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:21:18","USOC":62,"Uac":226,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:21:28 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:21:28 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:21:28 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:21:28 {"Apparent_output":1176,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":524,"Consumption_W":1777,"Fac":50,"FlowConsumptionBattery":false,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":true,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-1223,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1172,"Production_W":1727,"RSOC":65,"RemainingCapacity_Wh":14365,"Sac1":1176,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:21:28","USOC":62,"Uac":225,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:21:28 {"Apparent_output":1176,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":524,"Consumption_W":1777,"Fac":50,"FlowConsumptionBattery":false,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":true,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-1223,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1172,"Production_W":1727,"RSOC":65,"RemainingCapacity_Wh":14365,"Sac1":1176,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:21:28","USOC":62,"Uac":225,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:21:28 {"Apparent_output":1176,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":524,"Consumption_W":1777,"Fac":50,"FlowConsumptionBattery":false,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":true,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-1223,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1172,"Production_W":1727,"RSOC":65,"RemainingCapacity_Wh":14365,"Sac1":1176,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:21:28","USOC":62,"Uac":225,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:21:28 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:21:28 {"Apparent_output":1176,"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":524,"Consumption_W":1777,"Fac":50,"FlowConsumptionBattery":false,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":true,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-1223,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1172,"Production_W":1727,"RSOC":65,"RemainingCapacity_Wh":14365,"Sac1":1176,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:21:28","USOC":62,"Uac":225,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:21:38 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:21:38 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:21:38 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:21:38 {"Apparent_output":4530,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":2179,"Consumption_W":10491,"Fac":49.986000061035156,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4222,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4539,"Production_W":1732,"RSOC":65,"RemainingCapacity_Wh":14168,"Sac1":4530,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:21:38","USOC":62,"Uac":228,"Ubat":207,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:21:38 {"Apparent_output":4530,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":2179,"Consumption_W":10491,"Fac":49.986000061035156,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4222,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4539,"Production_W":1732,"RSOC":65,"RemainingCapacity_Wh":14168,"Sac1":4530,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:21:38","USOC":62,"Uac":228,"Ubat":207,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:21:38 {"Apparent_output":4530,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":2179,"Consumption_W":10491,"Fac":49.986000061035156,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4222,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4539,"Production_W":1732,"RSOC":65,"RemainingCapacity_Wh":14168,"Sac1":4530,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:21:38","USOC":62,"Uac":228,"Ubat":207,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:21:38 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:21:38 {"Apparent_output":4530,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":2179,"Consumption_W":10491,"Fac":49.986000061035156,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4222,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4539,"Production_W":1732,"RSOC":65,"RemainingCapacity_Wh":14168,"Sac1":4530,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:21:38","USOC":62,"Uac":228,"Ubat":207,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:21:48 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:21:48 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:21:48 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:21:48 {"Apparent_output":4534,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":3850,"Consumption_W":10506,"Fac":50,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4233,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4537,"Production_W":1736,"RSOC":65,"RemainingCapacity_Wh":14111,"Sac1":4534,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:21:48","USOC":62,"Uac":228,"Ubat":206,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:21:48 {"Apparent_output":4534,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":3850,"Consumption_W":10506,"Fac":50,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4233,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4537,"Production_W":1736,"RSOC":65,"RemainingCapacity_Wh":14111,"Sac1":4534,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:21:48","USOC":62,"Uac":228,"Ubat":206,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:21:48 {"Apparent_output":4534,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":3850,"Consumption_W":10506,"Fac":50,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4233,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4537,"Production_W":1736,"RSOC":65,"RemainingCapacity_Wh":14111,"Sac1":4534,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:21:48","USOC":62,"Uac":228,"Ubat":206,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:21:48 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:21:48 {"Apparent_output":4534,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":3850,"Consumption_W":10506,"Fac":50,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4233,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4537,"Production_W":1736,"RSOC":65,"RemainingCapacity_Wh":14111,"Sac1":4534,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:21:48","USOC":62,"Uac":228,"Ubat":206,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:21:58 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:21:58 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:21:58 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:21:58 {"Apparent_output":4533,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":5525,"Consumption_W":10514,"Fac":50.000999450683594,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4247,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4535,"Production_W":1728,"RSOC":65,"RemainingCapacity_Wh":14065,"Sac1":4533,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:21:58","USOC":62,"Uac":228,"Ubat":206,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:21:58 {"Apparent_output":4533,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":5525,"Consumption_W":10514,"Fac":50.000999450683594,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4247,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4535,"Production_W":1728,"RSOC":65,"RemainingCapacity_Wh":14065,"Sac1":4533,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:21:58","USOC":62,"Uac":228,"Ubat":206,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:21:58 {"Apparent_output":4533,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":5525,"Consumption_W":10514,"Fac":50.000999450683594,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4247,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4535,"Production_W":1728,"RSOC":65,"RemainingCapacity_Wh":14065,"Sac1":4533,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:21:58","USOC":62,"Uac":228,"Ubat":206,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:21:58 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:21:58 {"Apparent_output":4533,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":5525,"Consumption_W":10514,"Fac":50.000999450683594,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4247,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4535,"Production_W":1728,"RSOC":65,"RemainingCapacity_Wh":14065,"Sac1":4533,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:21:58","USOC":62,"Uac":228,"Ubat":206,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:22:08 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:22:08 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:22:08 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:22:09 {"Apparent_output":4535,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":7201,"Consumption_W":10510,"Fac":49.994998931884766,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4256,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4538,"Production_W":1715,"RSOC":65,"RemainingCapacity_Wh":13940,"Sac1":4535,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:08","USOC":62,"Uac":228,"Ubat":205,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:22:09 {"Apparent_output":4535,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":7201,"Consumption_W":10510,"Fac":49.994998931884766,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4256,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4538,"Production_W":1715,"RSOC":65,"RemainingCapacity_Wh":13940,"Sac1":4535,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:08","USOC":62,"Uac":228,"Ubat":205,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:22:09 {"Apparent_output":4535,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":7201,"Consumption_W":10510,"Fac":49.994998931884766,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4256,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4538,"Production_W":1715,"RSOC":65,"RemainingCapacity_Wh":13940,"Sac1":4535,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:08","USOC":62,"Uac":228,"Ubat":205,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:22:09 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:22:09 {"Apparent_output":4535,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":7368,"Consumption_W":10509,"Fac":49.994998931884766,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4242,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4538,"Production_W":1726,"RSOC":65,"RemainingCapacity_Wh":13940,"Sac1":4535,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:09","USOC":62,"Uac":228,"Ubat":205,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site ] DEBUG 2024/05/29 15:22:10 ----
[etrel ] TRACE 2024/05/29 15:22:10 modbus: send 1c c0 00 00 00 06 01 04 00 1a 00 02
[etrel ] TRACE 2024/05/29 15:22:10 modbus: recv 1c c0 00 00 00 07 01 04 04 41 1c ac 08
[lp-1 ] DEBUG 2024/05/29 15:22:10 charge power: 9792W
[etrel ] TRACE 2024/05/29 15:22:10 modbus: send 1c c1 00 00 00 06 01 04 00 0e 00 06
[influx] TRACE 2024/05/29 15:22:10 write chargePower=map[value:9792] (map[loadpoint:Carport])
[etrel ] TRACE 2024/05/29 15:22:10 modbus: recv 1c c1 00 00 00 0f 01 04 0c 41 71 26 e9 41 6c 8b 44 41 6e 14 7b
[lp-1 ] DEBUG 2024/05/29 15:22:10 charge currents: [15.1 14.8 14.9]A
[influx] TRACE 2024/05/29 15:22:10 write chargeCurrents=map[l1:15.071999549865723 l2:14.784000396728516 l3:14.880000114440918] (map[loadpoint:Carport])
[http ] TRACE 2024/05/29 15:22:10 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:22:10 {"Apparent_output":4535,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":7703,"Consumption_W":10506,"Fac":49.99599838256836,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4232,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4540,"Production_W":1732,"RSOC":65,"RemainingCapacity_Wh":13932,"Sac1":4535,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:10","USOC":62,"Uac":228,"Ubat":205,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site ] DEBUG 2024/05/29 15:22:10 pv power: 1732W
[influx] TRACE 2024/05/29 15:22:10 write pvPower=map[value:1732] (map[])
[http ] TRACE 2024/05/29 15:22:10 GET http://172.16.5.51:8080/api/v1/status
[influx] TRACE 2024/05/29 15:22:10 write pvEnergy=map[value:0] (map[])
[influx] TRACE 2024/05/29 15:22:10 write pvPower=map[value:1732] (map[id:1])
[influx] TRACE 2024/05/29 15:22:10 write pvEnergy=map[value:0] (map[id:1])
[http ] TRACE 2024/05/29 15:22:10 {"Apparent_output":4535,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":7703,"Consumption_W":10506,"Fac":49.99599838256836,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4232,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4540,"Production_W":1732,"RSOC":65,"RemainingCapacity_Wh":13932,"Sac1":4535,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:10","USOC":62,"Uac":228,"Ubat":205,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:22:10 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:22:10 {"Apparent_output":4535,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":7703,"Consumption_W":10506,"Fac":49.99599838256836,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4232,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4540,"Production_W":1732,"RSOC":65,"RemainingCapacity_Wh":13932,"Sac1":4535,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:10","USOC":62,"Uac":228,"Ubat":205,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site ] DEBUG 2024/05/29 15:22:10 battery soc: 62%
[influx] TRACE 2024/05/29 15:22:10 write batteryCapacity=map[value:0] (map[])
[influx] TRACE 2024/05/29 15:22:10 write batterySoc=map[value:62] (map[])
[site ] DEBUG 2024/05/29 15:22:10 battery power: 4540W
[influx] TRACE 2024/05/29 15:22:10 write batteryPower=map[value:4540] (map[])
[influx] TRACE 2024/05/29 15:22:10 write batteryEnergy=map[value:0] (map[])
[http ] TRACE 2024/05/29 15:22:10 GET http://172.16.5.51:8080/api/v1/status
[influx] TRACE 2024/05/29 15:22:10 write batteryPower=map[value:4540] (map[id:1])
[influx] TRACE 2024/05/29 15:22:10 write batteryEnergy=map[value:0] (map[id:1])
[influx] TRACE 2024/05/29 15:22:10 write batterySoc=map[value:62] (map[id:1])
[influx] TRACE 2024/05/29 15:22:10 write batteryCapacity=map[value:0] (map[id:1])
[influx] TRACE 2024/05/29 15:22:10 write batteryControllable=map[value:true] (map[id:1])
[http ] TRACE 2024/05/29 15:22:10 {"Apparent_output":4535,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":7703,"Consumption_W":10506,"Fac":49.99599838256836,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4232,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4540,"Production_W":1732,"RSOC":65,"RemainingCapacity_Wh":13932,"Sac1":4535,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:10","USOC":62,"Uac":228,"Ubat":205,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site ] DEBUG 2024/05/29 15:22:10 grid meter: 4232W
[site ] DEBUG 2024/05/29 15:22:10 site power: 8872W
[influx] TRACE 2024/05/29 15:22:10 write gridPower=map[value:4232] (map[])
[influx] TRACE 2024/05/29 15:22:10 write homePower=map[value:712] (map[])
[lp-1 ] DEBUG 2024/05/29 15:22:10 !! session: chargeRater.chargedEnergy=0.1 - chargedAtStartup=0.0
[influx] TRACE 2024/05/29 15:22:10 write chargeCurrent=map[value:0] (map[loadpoint:Carport])
[etrel ] TRACE 2024/05/29 15:22:10 modbus: send 1c c2 00 00 00 06 01 04 00 00 00 01
[influx] TRACE 2024/05/29 15:22:10 write sessionEnergy=map[value:52.83213412384001] (map[loadpoint:Carport])
[influx] TRACE 2024/05/29 15:22:10 write sessionSolarPercentage=map[value:36.57066993464052] (map[loadpoint:Carport])
[influx] TRACE 2024/05/29 15:22:10 write sessionPricePerKWh=map[value:0.1807735906862745] (map[loadpoint:Carport])
[influx] TRACE 2024/05/29 15:22:10 write sessionPrice=map[value:0.009550654589185407] (map[loadpoint:Carport])
[influx] TRACE 2024/05/29 15:22:10 write sessionCo2PerKWh=map[value:109.7327410130719] (map[loadpoint:Carport])
[influx] TRACE 2024/05/29 15:22:10 write effectivePriority=map[value:0] (map[loadpoint:Carport])
[influx] TRACE 2024/05/29 15:22:10 write effectivePlanSoc=map[value:0] (map[loadpoint:Carport])
[influx] TRACE 2024/05/29 15:22:10 write effectiveMinCurrent=map[value:6] (map[loadpoint:Carport])
[influx] TRACE 2024/05/29 15:22:10 write effectiveMaxCurrent=map[value:16] (map[loadpoint:Carport])
[influx] TRACE 2024/05/29 15:22:10 write effectiveLimitSoc=map[value:100] (map[loadpoint:Carport])
[etrel ] TRACE 2024/05/29 15:22:10 modbus: recv 1c c2 00 00 00 05 01 04 02 00 04
[lp-1 ] DEBUG 2024/05/29 15:22:10 charger status: C
[lp-1 ] INFO 2024/05/29 15:22:10 car connected
[lp-1 ] DEBUG 2024/05/29 15:22:10 vehicle api refresh
[lp-1 ] DEBUG 2024/05/29 15:22:10 pv timer elapse
[influx] TRACE 2024/05/29 15:22:10 write sessionEnergy=map[value:0] (map[loadpoint:Carport])
[lp-1 ] DEBUG 2024/05/29 15:22:10 pv timer inactive
[lp-1 ] INFO 2024/05/29 15:22:10 start charging ->
[influx] TRACE 2024/05/29 15:22:10 write sessionSolarPercentage=map[value:0] (map[loadpoint:Carport])
[lp-1 ] DEBUG 2024/05/29 15:22:10 wake-up timer: stop
[influx] TRACE 2024/05/29 15:22:10 write chargedEnergy=map[value:0] (map[loadpoint:Carport])
[db ] TRACE 2024/05/29 15:22:10 INSERT INTO `sessions` (`created`,`finished`,`loadpoint`,`identifier`,`vehicle`,`odometer`,`meter_start_kwh`,`meter_end_kwh`,`charged_kwh`,`charge_duration`,`solar_percentage`,`price`,`price_per_kwh`,`co2_per_kwh`) VALUES ("2024-05-29 15:22:10.445","0000-00-00 00:00:00","Carport","","",NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL) RETURNING `id` 1 <nil>
[hyundai] TRACE 2024/05/29 15:22:10 GET https://prd.eu-ccapi.hyundai.com:8080/api/v1/spa/vehicles/fc6c689d-a39d-4a83-a650-d2487ec297e0/status/latest
[influx] TRACE 2024/05/29 15:22:10 write chargeCurrent=map[value:0] (map[loadpoint:Carport])
[hyundai] TRACE 2024/05/29 15:22:10 {"retCode":"S","resCode":"0000","resMsg":{"vehicleStatusInfo":{"vehicleLocation":{"coord":{"lat":50.888317,"lon":6.828597,"alt":0,"type":0},"head":125,"speed":{"value":0,"unit":0},"accuracy":{"hdop":0,"pdop":0},"time":"20240528124756"},"vehicleStatus":{"airCtrlOn":false,"engine":false,"doorLock":true,"doorOpen":{"frontLeft":0,"frontRight":0,"backLeft":0,"backRight":0},"trunkOpen":false,"airTemp":{"value":"02H","unit":0,"hvacTempType":1},"defrost":false,"acc":false,"evStatus":{"batteryCharge":false,"batteryStatus":73,"batteryPlugin":0,"remainTime2":{"etc1":{"value":32,"unit":1},"etc2":{"value":470,"unit":1},"etc3":{"value":115,"unit":1},"atc":{"value":115,"unit":1}},"drvDistance":[{"rangeByFuel":{"evModeRange":{"value":300,"unit":1},"totalAvailableRange":{"value":300,"unit":1}},"type":2}],"reservChargeInfos":{"reservChargeInfo":{"reservChargeInfoDetail":{"reservInfo":{"day":[9],"time":{"time":"1200","timeSection":0}},"reservChargeSet":false,"reservFatcSet":{"defrost":false,"airTemp":{"value":"00H","unit":0,"hvacTempType":1},"airCtrl":0,"heating1":0}}},"offpeakPowerInfo":{"offPeakPowerTime1":{"starttime":{"time":"1200","timeSection":0},"endtime":{"time":"1200","timeSection":0}},"offPeakPowerFlag":0},"reserveChargeInfo2":{"reservChargeInfoDetail":{"reservInfo":{"day":[9],"time":{"time":"1200","timeSection":0}},"reservChargeSet":false,"reservFatcSet":{"defrost":false,"airTemp":{"value":"00H","unit":0,"hvacTempType":1},"airCtrl":0,"heating1":0}}},"reservFlag":0,"ect":{"start":{"day":0,"time":{"time":"0000","timeSection":0}},"end":{"day":0,"time":{"time":"0000","timeSection":0}}},"targetSOClist":[{"targetSOClevel":100,"dte":{"rangeByFuel":{"evModeRange":{"value":421,"unit":1},"totalAvailableRange":{"value":421,"unit":1}},"type":2},"plugType":0},{"targetSOClevel":100,"dte":{"rangeByFuel":{"evModeRange":{"value":421,"unit":1},"totalAvailableRange":{"value":421,"unit":1}},"type":2},"plugType":1}]},"chargePortDoorOpenStatus":2,"batteryPreconditioning":false,"batterySoh":0},"ign3":true,"hoodOpen":false,"transCond":false,"steerWheelHeat":0,"sideBackWindowHeat":0,"tirePressureLamp":{"tirePressureLampAll":0,"tirePressureLampFL":0,"tirePressureLampFR":0,"tirePressureLampRL":0,"tirePressureLampRR":0},"battery":{"batSoc":81,"batState":0,"sjbDeliveryMode":0,"batSignalReferenceValue":{"batWarning":65},"powerAutoCutMode":2},"lampWireStatus":{"stopLamp":{"leftLamp":false,"rightLamp":false},"headLamp":{"headLampStatus":false,"leftLowLamp":false,"rightLowLamp":false,"leftHighLamp":false,"rightHighLamp":false,"leftBifuncLamp":false,"rightBifuncLamp":false},"turnSignalLamp":{"leftFrontLamp":false,"rightFrontLamp":false,"leftRearLamp":false,"rightRearLamp":false}},"smartKeyBatteryWarning":false,"washerFluidStatus":false,"breakOilStatus":false,"sleepModeCheck":false,"time":"20240529141521","remoteWaitingTimeAlert":{"remoteControlAvailable":1,"remoteControlWaitingTime":168,"elapsedTime":"44:24:49"},"systemCutOffAlert":0,"tailLampStatus":0,"hazardStatus":0},"odometer":{"value":27791.8,"unit":1}}},"msgId":"f40f2041-93cf-49a0-89d5-155e3fb89366"}
[hyundai] TRACE 2024/05/29 15:22:10 GET https://prd.eu-ccapi.hyundai.com:8080/api/v1/spa/vehicles/fc6c689d-a39d-4a83-a650-d2487ec297e0/status
[hyundai] TRACE 2024/05/29 15:22:15 {"retCode":"S","resCode":"0000","resMsg":{"airCtrlOn":false,"engine":false,"doorLock":true,"doorOpen":{"frontLeft":0,"frontRight":0,"backLeft":0,"backRight":0},"trunkOpen":false,"airTemp":{"value":"02H","unit":0,"hvacTempType":1},"defrost":false,"acc":false,"evStatus":{"batteryCharge":false,"batteryStatus":73,"batteryPlugin":0,"remainTime2":{"etc1":{"value":32,"unit":1},"etc2":{"value":470,"unit":1},"etc3":{"value":115,"unit":1},"atc":{"value":115,"unit":1}},"drvDistance":[{"rangeByFuel":{"evModeRange":{"value":300,"unit":1},"totalAvailableRange":{"value":300,"unit":1}},"type":2}],"reservChargeInfos":{"reservChargeInfo":{"reservChargeInfoDetail":{"reservInfo":{"day":[9],"time":{"time":"1200","timeSection":0}},"reservChargeSet":false,"reservFatcSet":{"defrost":false,"airTemp":{"value":"00H","unit":0,"hvacTempType":1},"airCtrl":0,"heating1":0}}},"offpeakPowerInfo":{"offPeakPowerTime1":{"starttime":{"time":"1200","timeSection":0},"endtime":{"time":"1200","timeSection":0}},"offPeakPowerFlag":0},"reserveChargeInfo2":{"reservChargeInfoDetail":{"reservInfo":{"day":[9],"time":{"time":"1200","timeSection":0}},"reservChargeSet":false,"reservFatcSet":{"defrost":false,"airTemp":{"value":"00H","unit":0,"hvacTempType":1},"airCtrl":0,"heating1":0}}},"reservFlag":0,"ect":{"start":{"day":0,"time":{"time":"0000","timeSection":0}},"end":{"day":0,"time":{"time":"0000","timeSection":0}}},"targetSOClist":[{"targetSOClevel":100,"dte":{"rangeByFuel":{"evModeRange":{"value":421,"unit":1},"totalAvailableRange":{"value":421,"unit":1}},"type":2},"plugType":0},{"targetSOClevel":100,"dte":{"rangeByFuel":{"evModeRange":{"value":421,"unit":1},"totalAvailableRange":{"value":421,"unit":1}},"type":2},"plugType":1}]},"chargePortDoorOpenStatus":2,"batteryPreconditioning":false,"batterySoh":0},"ign3":true,"hoodOpen":false,"transCond":true,"steerWheelHeat":0,"sideBackWindowHeat":0,"tirePressureLamp":{"tirePressureLampAll":0,"tirePressureLampFL":0,"tirePressureLampFR":0,"tirePressureLampRL":0,"tirePressureLampRR":0},"battery":{"batSoc":81,"batState":0,"sjbDeliveryMode":0,"batSignalReferenceValue":{"batWarning":65},"powerAutoCutMode":2},"lampWireStatus":{"stopLamp":{"leftLamp":false,"rightLamp":false},"headLamp":{"headLampStatus":false,"leftLowLamp":false,"rightLowLamp":false,"leftHighLamp":false,"rightHighLamp":false,"leftBifuncLamp":false,"rightBifuncLamp":false},"turnSignalLamp":{"leftFrontLamp":false,"rightFrontLamp":false,"leftRearLamp":false,"rightRearLamp":false}},"smartKeyBatteryWarning":false,"washerFluidStatus":false,"breakOilStatus":false,"sleepModeCheck":false,"time":"20240529142215","remoteWaitingTimeAlert":{"remoteControlAvailable":1,"remoteControlWaitingTime":168,"elapsedTime":"44:31:42"},"systemCutOffAlert":0,"tailLampStatus":0,"hazardStatus":0},"msgId":"d96f93d4-6d3c-4e25-a638-6234c25108b8"}
[main ] DEBUG 2024/05/29 15:22:15 vehicle status: A (IONIQ5)
[bmw ] TRACE 2024/05/29 15:22:15 GET https://cocoapi.bmwgroup.com/eadrax-vcs/v4/vehicles/state?apptimezone=120&appDateTime=1716988935224
[bmw ] TRACE 2024/05/29 15:22:15 {"state":{"isLeftSteering":true,"lastFetched":"2024-05-29T13:22:15.279Z","lastUpdatedAt":"2024-05-29T13:22:15Z","isLscSupported":true,"range":149,"doorsState":{"combinedSecurityState":"SECURED","leftFront":"CLOSED","leftRear":"CLOSED","rightFront":"CLOSED","rightRear":"CLOSED","combinedState":"CLOSED","hood":"CLOSED","trunk":"CLOSED"},"windowsState":{"leftFront":"CLOSED","leftRear":"CLOSED","rightFront":"CLOSED","rightRear":"CLOSED","combinedState":"CLOSED"},"roofState":{"roofState":"CLOSED","roofStateType":"SUN_ROOF"},"tireState":{"frontLeft":{"status":{"currentPressure":310}},"frontRight":{"status":{"currentPressure":310}},"rearLeft":{"status":{"currentPressure":310}},"rearRight":{"status":{"currentPressure":310}}},"location":{"coordinates":{"latitude":*,"longitude":*},"address":{"formatted":"*"},"heading":129},"currentMileage":8034,"climateControlState":{"activity":"INACTIVE"},"climateTimers":[{"isWeeklyTimer":false,"timerAction":"DEACTIVATE","timerWeekDays":[],"departureTime":{"hour":7,"minute":0}},{"isWeeklyTimer":true,"timerAction":"DEACTIVATE","timerWeekDays":["MONDAY"],"departureTime":{"hour":7,"minute":0}},{"isWeeklyTimer":true,"timerAction":"DEACTIVATE","timerWeekDays":["MONDAY"],"departureTime":{"hour":7,"minute":0}}],"requiredServices":[],"checkControlMessages":[{"type":"TIRE_PRESSURE","severity":"LOW"}],"chargingProfile":{"chargingControlType":"WEEKLY_PLANNER","reductionOfChargeCurrent":{"start":{"hour":0,"minute":0},"end":{"hour":0,"minute":0}},"chargingMode":"IMMEDIATE_CHARGING","chargingPreference":"NO_PRESELECTION","departureTimes":[{"id":1,"timeStamp":{"hour":8,"minute":15},"action":"ACTIVATE","timerWeekDays":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY"]},{"id":2,"timeStamp":{"hour":0,"minute":0},"action":"DEACTIVATE","timerWeekDays":[]},{"id":3,"timeStamp":{"hour":0,"minute":0},"action":"DEACTIVATE","timerWeekDays":[]},{"id":4,"timeStamp":{"hour":8,"minute":15},"action":"DEACTIVATE","timerWeekDays":["THURSDAY"]}],"climatisationOn":false,"chargingSettings":{"targetSoc":100,"idcc":"NO_ACTION","hospitality":"NO_ACTION"}},"electricChargingState":{"chargingLevelPercent":46,"remainingChargingMinutes":283,"range":149,"isChargerConnected":true,"chargingStatus":"CHARGING","chargingTarget":100},"combustionFuelLevel":{"range":149},"driverPreferences":{"lscPrivacyMode":"OFF"},"securityOverviewMode":null,"vehicleSoftwareVersion":{"puStep":{"month":11,"year":23},"iStep":{"seriesCluster":"S15C","year":23,"month":11,"iStep":550}}},"capabilities":{"remoteServices":{"inCarCamera":{"id":"inCarCamera","state":"NOT_AVAILABLE"},"inCarCameraDwa":{"id":"inCarCameraDwa","state":"NOT_AVAILABLE"},"remote360":{"id":"remote360","state":"ACTIVATED"},"surroundViewRecorder":{"id":"surroundViewRecorder","state":"NOT_AVAILABLE"},"doorLock":{"id":"doorLock","state":"ACTIVATED"},"doorUnlock":{"id":"doorUnlock","state":"ACTIVATED"},"hornBlow":{"id":"hornBlow","state":"ACTIVATED"},"lightFlash":{"id":"lightFlash","state":"ACTIVATED"}},"a4aType":"NOT_SUPPORTED","climateNow":true,"isClimateTimerWeeklyActive":false,"climateFunction":"AIR_CONDITIONING","horn":true,"isBmwChargingSupported":true,"isCarSharingSupported":false,"isChargeNowForBusinessSupported":true,"isChargingHistorySupported":true,"isLocationBasedChargingSettingsSupported":false,"isChargingHospitalityEnabled":false,"isChargingLoudnessEnabled":false,"isChargingPlanSupported":true,"isChargingPowerLimitEnabled":false,"isChargingSettingsEnabled":false,"isBatteryPreconditioningSupported":false,"isChargingTargetSocEnabled":false,"isCustomerEsimSupported":false,"isDataPrivacyEnabled":false,"isDCSContractManagementSupported":true,"isEasyChargeEnabled":false,"isMiniChargingSupported":false,"isEvGoChargingSupported":true,"isRemoteHistoryDeletionSupported":false,"isRemoteEngineStartSupported":false,"isRemoteServicesActivationRequired":false,"isRemoteServicesBookingRequired":false,"isScanAndChargeSupported":true,"lastStateCallState":"ACTIVATED","lights":true,"lock":true,"remote360":true,"remoteSoftwareUpgrade":true,"sendPoi":true,"speechThirdPartyAlexa":true,"speechThirdPartyAlexaSDK":false,"unlock":true,"vehicleFinder":true,"vehicleStateSource":"LAST_STATE_CALL","isRemoteHistorySupported":true,"isWifiHotspotServiceSupported":true,"isNonLscFeatureEnabled":false,"isSustainabilitySupported":true,"isSustainabilityAccumulatedViewEnabled":true,"specialThemeSupport":[],"isRemoteParkingSupported":false,"isRemoteParkingEes25Active":false,"remoteChargingCommands":{},"digitalKey":{"state":"ACTIVATED","bookedServicePackage":"SMACC_1_5","readerGraphics":"000200000000","vehicleSoftwareUpgradeRequired":false,"isDigitalKeyFirstSupported":false},"isPersonalPictureUploadSupported":false,"isPlugAndChargeSupported":false,"isOptimizedChargingSupported":false,"alarmSystem":false,"isThirdPartyAppStoreSupported":false,"locationBasedCommerceFeatures":{"parking":true,"fueling":false,"fuelingBeta":false,"reservations":false}}}
[main ] DEBUG 2024/05/29 15:22:15 vehicle status: C (BMW iX3)
[lp-1 ] INFO 2024/05/29 15:22:15 vehicle updated: unknown -> BMW iX3
[lp-1 ] DEBUG 2024/05/29 15:22:15 set charge mode: pv
[influx] TRACE 2024/05/29 15:22:15 write phasesActive=map[value:3] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:22:15 write vehicleClimaterActive=map[value:<nil>] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:22:15 write vehicleSoc=map[value:0] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:22:15 write vehicleRange=map[value:0] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:22:15 write vehicleLimitSoc=map[value:0] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:22:15 write effectivePriority=map[value:0] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:22:15 write effectivePlanSoc=map[value:0] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:22:15 write effectiveMinCurrent=map[value:6] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:22:15 write effectiveMaxCurrent=map[value:16] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:22:15 write effectiveLimitSoc=map[value:100] (map[loadpoint:Carport vehicle:BMW iX3])
[db ] TRACE 2024/05/29 15:22:15 UPDATE `sessions` SET `created`="2024-05-29 15:22:10.445",`finished`="0000-00-00 00:00:00",`loadpoint`="Carport",`identifier`="",`vehicle`="BMW iX3",`odometer`=NULL,`meter_start_kwh`=NULL,`meter_end_kwh`=NULL,`charged_kwh`=0,`charge_duration`=NULL,`solar_percentage`=NULL,`price`=NULL,`price_per_kwh`=NULL,`co2_per_kwh`=NULL WHERE `id` = 278 1 <nil>
[etrel ] TRACE 2024/05/29 15:22:15 modbus: send 1c c3 00 00 00 06 01 04 00 00 00 01
[etrel ] TRACE 2024/05/29 15:22:15 modbus: recv 1c c3 00 00 00 05 01 04 02 00 04
[lp-1 ] DEBUG 2024/05/29 15:22:15 vehicle status: C
[lp-1 ] DEBUG 2024/05/29 15:22:15 vehicle soc: 46%
[influx] TRACE 2024/05/29 15:22:15 write vehicleSoc=map[value:46] (map[loadpoint:Carport vehicle:BMW iX3])
[lp-1 ] DEBUG 2024/05/29 15:22:15 vehicle range: 149km
[influx] TRACE 2024/05/29 15:22:15 write chargeRemainingEnergy=map[value:44400] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:22:15 write vehicleRange=map[value:149] (map[loadpoint:Carport vehicle:BMW iX3])
[etrel ] TRACE 2024/05/29 15:22:15 modbus: send 1c c4 00 00 00 06 01 04 00 04 00 02
[etrel ] TRACE 2024/05/29 15:22:15 modbus: recv 1c c4 00 00 00 07 01 04 04 41 80 00 00
[lp-1 ] WARN 2024/05/29 15:22:15 charger out of sync: expected disabled, got enabled
[lp-1 ] DEBUG 2024/05/29 15:22:15 charger enable
[lp-1 ] DEBUG 2024/05/29 15:22:15 pv charge current: 0A = 6A + -12.9A (8872W @ 3p)
[influx] TRACE 2024/05/29 15:22:15 write greenShareHome=map[value:1] (map[])
[influx] TRACE 2024/05/29 15:22:15 write greenShareLoadpoints=map[value:0.5678104575163399] (map[])
[site ] DEBUG 2024/05/29 15:22:15 ----
[influx] TRACE 2024/05/29 15:22:15 write tariffPriceHome=map[value:0] (map[])
[etrel ] TRACE 2024/05/29 15:22:15 modbus: send 1c c5 00 00 00 06 01 04 00 1a 00 02
[influx] TRACE 2024/05/29 15:22:15 write tariffCo2Home=map[value:0] (map[])
[influx] TRACE 2024/05/29 15:22:15 write tariffPriceLoadpoints=map[value:0.12339011437908497] (map[])
[influx] TRACE 2024/05/29 15:22:15 write tariffCo2Loadpoints=map[value:38.46486928104575] (map[])
[etrel ] TRACE 2024/05/29 15:22:15 modbus: recv 1c c5 00 00 00 07 01 04 04 41 1c ac 08
[lp-1 ] DEBUG 2024/05/29 15:22:15 charge power: 9792W
[etrel ] TRACE 2024/05/29 15:22:15 modbus: send 1c c6 00 00 00 06 01 04 00 0e 00 06
[influx] TRACE 2024/05/29 15:22:15 write chargePower=map[value:9792] (map[loadpoint:Carport vehicle:BMW iX3])
[etrel ] TRACE 2024/05/29 15:22:15 modbus: recv 1c c6 00 00 00 0f 01 04 0c 41 71 26 e9 41 6c 49 ba 41 6d d2 f2
[lp-1 ] DEBUG 2024/05/29 15:22:15 charge currents: [15.1 14.8 14.9]A
[influx] TRACE 2024/05/29 15:22:15 write chargeCurrents=map[l1:15.071999549865723 l2:14.767999649047852 l3:14.86400032043457] (map[loadpoint:Carport vehicle:BMW iX3])
[http ] TRACE 2024/05/29 15:22:15 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:22:15 {"Apparent_output":4534,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":8371,"Consumption_W":10548,"Fac":50.00199890136719,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4275,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4539,"Production_W":1737,"RSOC":65,"RemainingCapacity_Wh":13928,"Sac1":4534,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:15","USOC":62,"Uac":228,"Ubat":205,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site ] DEBUG 2024/05/29 15:22:15 pv power: 1737W
[influx] TRACE 2024/05/29 15:22:15 write pvPower=map[value:1737] (map[])
[influx] TRACE 2024/05/29 15:22:15 write pvEnergy=map[value:0] (map[])
[influx] TRACE 2024/05/29 15:22:15 write pvPower=map[value:1737] (map[id:1])
[influx] TRACE 2024/05/29 15:22:15 write pvEnergy=map[value:0] (map[id:1])
[http ] TRACE 2024/05/29 15:22:15 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:22:15 {"Apparent_output":4534,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":8371,"Consumption_W":10548,"Fac":50.00199890136719,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4275,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4539,"Production_W":1737,"RSOC":65,"RemainingCapacity_Wh":13928,"Sac1":4534,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:15","USOC":62,"Uac":228,"Ubat":205,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:22:15 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:22:15 {"Apparent_output":4534,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":8371,"Consumption_W":10548,"Fac":50.00199890136719,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4275,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4539,"Production_W":1737,"RSOC":65,"RemainingCapacity_Wh":13928,"Sac1":4534,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:15","USOC":62,"Uac":228,"Ubat":205,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site ] DEBUG 2024/05/29 15:22:15 battery soc: 62%
[influx] TRACE 2024/05/29 15:22:15 write batteryCapacity=map[value:0] (map[])
[site ] DEBUG 2024/05/29 15:22:15 battery power: 4539W
[influx] TRACE 2024/05/29 15:22:15 write batterySoc=map[value:62] (map[])
[influx] TRACE 2024/05/29 15:22:15 write batteryPower=map[value:4539] (map[])
[influx] TRACE 2024/05/29 15:22:15 write batteryEnergy=map[value:0] (map[])
[http ] TRACE 2024/05/29 15:22:15 GET http://172.16.5.51:8080/api/v1/status
[influx] TRACE 2024/05/29 15:22:15 write batteryPower=map[value:4539] (map[id:1])
[influx] TRACE 2024/05/29 15:22:15 write batteryEnergy=map[value:0] (map[id:1])
[influx] TRACE 2024/05/29 15:22:15 write batterySoc=map[value:62] (map[id:1])
[influx] TRACE 2024/05/29 15:22:15 write batteryCapacity=map[value:0] (map[id:1])
[influx] TRACE 2024/05/29 15:22:15 write batteryControllable=map[value:true] (map[id:1])
[http ] TRACE 2024/05/29 15:22:15 {"Apparent_output":4534,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":8371,"Consumption_W":10548,"Fac":50.00199890136719,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4275,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4539,"Production_W":1737,"RSOC":65,"RemainingCapacity_Wh":13928,"Sac1":4534,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:15","USOC":62,"Uac":228,"Ubat":205,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site ] DEBUG 2024/05/29 15:22:15 grid meter: 4275W
[site ] DEBUG 2024/05/29 15:22:15 site power: 8914W
[influx] TRACE 2024/05/29 15:22:15 write gridPower=map[value:4275] (map[])
[influx] TRACE 2024/05/29 15:22:15 write homePower=map[value:759] (map[])
[lp-1 ] DEBUG 2024/05/29 15:22:15 vehicle odometer: 8034km
[influx] TRACE 2024/05/29 15:22:15 write vehicleOdometer=map[value:8034] (map[loadpoint:Carport vehicle:BMW iX3])
[db ] TRACE 2024/05/29 15:22:15 UPDATE `sessions` SET `created`="2024-05-29 15:22:10.445",`finished`="0000-00-00 00:00:00",`loadpoint`="Carport",`identifier`="",`vehicle`="BMW iX3",`odometer`=8034,`meter_start_kwh`=NULL,`meter_end_kwh`=NULL,`charged_kwh`=0,`charge_duration`=NULL,`solar_percentage`=NULL,`price`=NULL,`price_per_kwh`=NULL,`co2_per_kwh`=NULL WHERE `id` = 278 1 <nil>
[lp-1 ] DEBUG 2024/05/29 15:22:15 detected active phases: 3p
[lp-1 ] DEBUG 2024/05/29 15:22:15 !! session: chargeRater.chargedEnergy=0.0 - chargedAtStartup=0.0
[influx] TRACE 2024/05/29 15:22:15 write phasesActive=map[value:3] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:22:15 write chargeCurrent=map[value:6] (map[loadpoint:Carport vehicle:BMW iX3])
[etrel ] TRACE 2024/05/29 15:22:15 modbus: send 1c c7 00 00 00 06 01 04 00 00 00 01
[influx] TRACE 2024/05/29 15:22:15 write sessionEnergy=map[value:15.045064790400001] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:22:15 write sessionSolarPercentage=map[value:56.34191176470589] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:22:15 write sessionPricePerKWh=map[value:0.12464384191176468] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:22:15 write sessionPrice=map[value:0.0018752746772868747] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:22:15 write sessionCo2PerKWh=map[value:38.85569852941176] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:22:15 write chargedEnergy=map[value:15.045064790400001] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:22:15 write effectivePriority=map[value:0] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:22:15 write effectivePlanSoc=map[value:0] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:22:15 write effectiveMinCurrent=map[value:6] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:22:15 write effectiveMaxCurrent=map[value:16] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:22:15 write effectiveLimitSoc=map[value:100] (map[loadpoint:Carport vehicle:BMW iX3])
[etrel ] TRACE 2024/05/29 15:22:15 modbus: recv 1c c7 00 00 00 05 01 04 02 00 04
[lp-1 ] DEBUG 2024/05/29 15:22:15 charger status: C
[lp-1 ] DEBUG 2024/05/29 15:22:15 soc estimated: 46.02% (vehicle: 46.00%)
[lp-1 ] DEBUG 2024/05/29 15:22:15 vehicle soc: 46%
[lp-1 ] DEBUG 2024/05/29 15:22:15 vehicle range: 149km
[etrel ] TRACE 2024/05/29 15:22:15 modbus: send 1c c8 00 00 00 06 01 04 00 04 00 02
[influx] TRACE 2024/05/29 15:22:15 write vehicleSoc=map[value:46.018298051772106] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:22:15 write chargeRemainingEnergy=map[value:44384.95493520959] (map[loadpoint:Carport vehicle:BMW iX3])
[etrel ] TRACE 2024/05/29 15:22:16 modbus: recv 1c c8 00 00 00 07 01 04 04 41 80 00 00
[lp-1 ] DEBUG 2024/05/29 15:22:16 pv charge current: 0A = 6A + -12.9A (8914W @ 3p)
[influx] TRACE 2024/05/29 15:22:16 write greenShareHome=map[value:1] (map[])
[influx] TRACE 2024/05/29 15:22:16 write greenShareLoadpoints=map[value:0.5634191176470589] (map[])
[influx] TRACE 2024/05/29 15:22:16 write tariffPriceHome=map[value:0] (map[])
[influx] TRACE 2024/05/29 15:22:16 write tariffCo2Home=map[value:0] (map[])
[influx] TRACE 2024/05/29 15:22:16 write tariffPriceLoadpoints=map[value:0.12464384191176468] (map[])
[influx] TRACE 2024/05/29 15:22:16 write tariffCo2Loadpoints=map[value:38.85569852941176] (map[])
[http ] TRACE 2024/05/29 15:22:19 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:22:19 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:22:19 GET http://172.16.5.51:8080/api/v1/status
[hyundai] TRACE 2024/05/29 15:22:19 GET https://prd.eu-ccapi.hyundai.com:8080/api/v1/spa/vehicles/fc6c689d-a39d-4a83-a650-d2487ec297e0/status/latest
[http ] TRACE 2024/05/29 15:22:19 {"Apparent_output":4534,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":9039,"Consumption_W":10524,"Fac":50.00199890136719,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4251,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4538,"Production_W":1732,"RSOC":65,"RemainingCapacity_Wh":13916,"Sac1":4534,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:19","USOC":62,"Uac":228,"Ubat":205,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:22:19 {"Apparent_output":4534,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":9039,"Consumption_W":10524,"Fac":50.00199890136719,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4251,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4538,"Production_W":1732,"RSOC":65,"RemainingCapacity_Wh":13916,"Sac1":4534,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:19","USOC":62,"Uac":228,"Ubat":205,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:22:19 {"Apparent_output":4534,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":9039,"Consumption_W":10524,"Fac":50.00199890136719,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4251,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4538,"Production_W":1732,"RSOC":65,"RemainingCapacity_Wh":13916,"Sac1":4534,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:19","USOC":62,"Uac":228,"Ubat":205,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:22:19 GET http://172.16.5.51:8080/api/v1/status
[hyundai] TRACE 2024/05/29 15:22:19 {"retCode":"S","resCode":"0000","resMsg":{"vehicleStatusInfo":{"vehicleLocation":{"coord":{"lat":50.888317,"lon":6.828597,"alt":0,"type":0},"head":125,"speed":{"value":0,"unit":0},"accuracy":{"hdop":0,"pdop":0},"time":"20240528124756"},"vehicleStatus":{"airCtrlOn":false,"engine":false,"doorLock":true,"doorOpen":{"frontLeft":0,"frontRight":0,"backLeft":0,"backRight":0},"trunkOpen":false,"airTemp":{"value":"02H","unit":0,"hvacTempType":1},"defrost":false,"acc":false,"evStatus":{"batteryCharge":false,"batteryStatus":73,"batteryPlugin":0,"remainTime2":{"etc1":{"value":32,"unit":1},"etc2":{"value":470,"unit":1},"etc3":{"value":115,"unit":1},"atc":{"value":115,"unit":1}},"drvDistance":[{"rangeByFuel":{"evModeRange":{"value":300,"unit":1},"totalAvailableRange":{"value":300,"unit":1}},"type":2}],"reservChargeInfos":{"reservChargeInfo":{"reservChargeInfoDetail":{"reservInfo":{"day":[9],"time":{"time":"1200","timeSection":0}},"reservChargeSet":false,"reservFatcSet":{"defrost":false,"airTemp":{"value":"00H","unit":0,"hvacTempType":1},"airCtrl":0,"heating1":0}}},"offpeakPowerInfo":{"offPeakPowerTime1":{"starttime":{"time":"1200","timeSection":0},"endtime":{"time":"1200","timeSection":0}},"offPeakPowerFlag":0},"reserveChargeInfo2":{"reservChargeInfoDetail":{"reservInfo":{"day":[9],"time":{"time":"1200","timeSection":0}},"reservChargeSet":false,"reservFatcSet":{"defrost":false,"airTemp":{"value":"00H","unit":0,"hvacTempType":1},"airCtrl":0,"heating1":0}}},"reservFlag":0,"ect":{"start":{"day":0,"time":{"time":"0000","timeSection":0}},"end":{"day":0,"time":{"time":"0000","timeSection":0}}},"targetSOClist":[{"targetSOClevel":100,"dte":{"rangeByFuel":{"evModeRange":{"value":421,"unit":1},"totalAvailableRange":{"value":421,"unit":1}},"type":2},"plugType":0},{"targetSOClevel":100,"dte":{"rangeByFuel":{"evModeRange":{"value":421,"unit":1},"totalAvailableRange":{"value":421,"unit":1}},"type":2},"plugType":1}]},"chargePortDoorOpenStatus":2,"batteryPreconditioning":false,"batterySoh":0},"ign3":true,"hoodOpen":false,"transCond":true,"steerWheelHeat":0,"sideBackWindowHeat":0,"tirePressureLamp":{"tirePressureLampAll":0,"tirePressureLampFL":0,"tirePressureLampFR":0,"tirePressureLampRL":0,"tirePressureLampRR":0},"battery":{"batSoc":81,"batState":0,"sjbDeliveryMode":0,"batSignalReferenceValue":{"batWarning":65},"powerAutoCutMode":2},"lampWireStatus":{"stopLamp":{"leftLamp":false,"rightLamp":false},"headLamp":{"headLampStatus":false,"leftLowLamp":false,"rightLowLamp":false,"leftHighLamp":false,"rightHighLamp":false,"leftBifuncLamp":false,"rightBifuncLamp":false},"turnSignalLamp":{"leftFrontLamp":false,"rightFrontLamp":false,"leftRearLamp":false,"rightRearLamp":false}},"smartKeyBatteryWarning":false,"washerFluidStatus":false,"breakOilStatus":false,"sleepModeCheck":false,"time":"20240529142215","remoteWaitingTimeAlert":{"remoteControlAvailable":1,"remoteControlWaitingTime":168,"elapsedTime":"44:31:42"},"systemCutOffAlert":0,"tailLampStatus":0,"hazardStatus":0},"odometer":{"value":27791.8,"unit":1}}},"msgId":"be59cf34-9dad-4d67-a40d-2ba35d499e96"}
[http ] TRACE 2024/05/29 15:22:19 {"Apparent_output":4534,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":9039,"Consumption_W":10524,"Fac":50.00199890136719,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4251,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4538,"Production_W":1732,"RSOC":65,"RemainingCapacity_Wh":13916,"Sac1":4534,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:19","USOC":62,"Uac":228,"Ubat":205,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:22:29 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:22:29 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:22:29 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:22:29 {"Apparent_output":4533,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10496,"Consumption_W":10511,"Fac":50.0099983215332,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4233,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4535,"Production_W":1737,"RSOC":64,"RemainingCapacity_Wh":13802,"Sac1":4533,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:29","USOC":61,"Uac":228,"Ubat":205,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:22:29 {"Apparent_output":4533,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10496,"Consumption_W":10511,"Fac":50.0099983215332,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4233,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4535,"Production_W":1737,"RSOC":64,"RemainingCapacity_Wh":13802,"Sac1":4533,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:29","USOC":61,"Uac":228,"Ubat":205,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:22:29 {"Apparent_output":4533,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10496,"Consumption_W":10511,"Fac":50.0099983215332,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4233,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4535,"Production_W":1737,"RSOC":64,"RemainingCapacity_Wh":13802,"Sac1":4533,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:29","USOC":61,"Uac":228,"Ubat":205,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:22:29 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:22:29 {"Apparent_output":4533,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10496,"Consumption_W":10511,"Fac":50.0099983215332,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4233,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4535,"Production_W":1737,"RSOC":64,"RemainingCapacity_Wh":13802,"Sac1":4533,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:29","USOC":61,"Uac":228,"Ubat":205,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:22:39 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:22:39 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:22:39 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:22:39 {"Apparent_output":4532,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10511,"Consumption_W":10504,"Fac":50.012001037597656,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4216,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4545,"Production_W":1753,"RSOC":64,"RemainingCapacity_Wh":13792,"Sac1":4532,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:39","USOC":61,"Uac":228,"Ubat":205,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:22:39 {"Apparent_output":4532,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10511,"Consumption_W":10504,"Fac":50.012001037597656,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4216,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4545,"Production_W":1753,"RSOC":64,"RemainingCapacity_Wh":13792,"Sac1":4532,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:39","USOC":61,"Uac":228,"Ubat":205,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:22:39 {"Apparent_output":4532,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10511,"Consumption_W":10504,"Fac":50.012001037597656,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4216,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4545,"Production_W":1753,"RSOC":64,"RemainingCapacity_Wh":13792,"Sac1":4532,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:39","USOC":61,"Uac":228,"Ubat":205,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:22:39 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:22:39 {"Apparent_output":4532,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10511,"Consumption_W":10504,"Fac":50.012001037597656,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4216,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4545,"Production_W":1753,"RSOC":64,"RemainingCapacity_Wh":13792,"Sac1":4532,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:39","USOC":61,"Uac":228,"Ubat":205,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:22:49 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:22:49 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:22:49 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:22:49 {"Apparent_output":4535,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10512,"Consumption_W":10537,"Fac":49.99800109863281,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4250,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4540,"Production_W":1747,"RSOC":64,"RemainingCapacity_Wh":13779,"Sac1":4535,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:49","USOC":61,"Uac":228,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:22:49 {"Apparent_output":4535,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10512,"Consumption_W":10537,"Fac":49.99800109863281,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4250,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4540,"Production_W":1747,"RSOC":64,"RemainingCapacity_Wh":13779,"Sac1":4535,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:49","USOC":61,"Uac":228,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:22:49 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:22:49 {"Apparent_output":4535,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10512,"Consumption_W":10537,"Fac":49.99800109863281,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4250,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4540,"Production_W":1747,"RSOC":64,"RemainingCapacity_Wh":13779,"Sac1":4535,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:49","USOC":61,"Uac":228,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:22:49 {"Apparent_output":4535,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10512,"Consumption_W":10537,"Fac":49.99800109863281,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4250,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4540,"Production_W":1747,"RSOC":64,"RemainingCapacity_Wh":13779,"Sac1":4535,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:49","USOC":61,"Uac":228,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:22:59 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:22:59 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:22:59 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:22:59 {"Apparent_output":4535,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10509,"Consumption_W":10280,"Fac":49.9900016784668,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3968,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4543,"Production_W":1767,"RSOC":64,"RemainingCapacity_Wh":13772,"Sac1":4535,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:59","USOC":61,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:22:59 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:22:59 {"Apparent_output":4535,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10509,"Consumption_W":10280,"Fac":49.9900016784668,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3968,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4543,"Production_W":1767,"RSOC":64,"RemainingCapacity_Wh":13772,"Sac1":4535,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:59","USOC":61,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:22:59 {"Apparent_output":4535,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10509,"Consumption_W":10280,"Fac":49.9900016784668,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3968,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4543,"Production_W":1767,"RSOC":64,"RemainingCapacity_Wh":13772,"Sac1":4535,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:59","USOC":61,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:22:59 {"Apparent_output":4535,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10509,"Consumption_W":10280,"Fac":49.9900016784668,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3968,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4543,"Production_W":1767,"RSOC":64,"RemainingCapacity_Wh":13772,"Sac1":4535,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:22:59","USOC":61,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:23:09 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:23:09 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:23:09 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:23:09 {"Apparent_output":4533,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10477,"Consumption_W":10302,"Fac":49.9900016784668,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3979,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4545,"Production_W":1780,"RSOC":64,"RemainingCapacity_Wh":13766,"Sac1":4533,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:23:09","USOC":61,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:23:09 {"Apparent_output":4533,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10477,"Consumption_W":10302,"Fac":49.9900016784668,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3979,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4545,"Production_W":1780,"RSOC":64,"RemainingCapacity_Wh":13766,"Sac1":4533,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:23:09","USOC":61,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:23:09 {"Apparent_output":4533,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10477,"Consumption_W":10302,"Fac":49.9900016784668,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3979,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4545,"Production_W":1780,"RSOC":64,"RemainingCapacity_Wh":13766,"Sac1":4533,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:23:09","USOC":61,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:23:09 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:23:10 {"Apparent_output":4533,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10477,"Consumption_W":10302,"Fac":49.9900016784668,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3979,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4545,"Production_W":1780,"RSOC":64,"RemainingCapacity_Wh":13766,"Sac1":4533,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:23:09","USOC":61,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site ] DEBUG 2024/05/29 15:23:10 ----
[etrel ] TRACE 2024/05/29 15:23:10 modbus: send 1c c9 00 00 00 06 01 04 00 1a 00 02
[etrel ] TRACE 2024/05/29 15:23:10 modbus: recv 1c c9 00 00 00 07 01 04 04 41 1c ac 08
[lp-1 ] DEBUG 2024/05/29 15:23:10 charge power: 9792W
[etrel ] TRACE 2024/05/29 15:23:10 modbus: send 1c ca 00 00 00 06 01 04 00 0e 00 06
[influx] TRACE 2024/05/29 15:23:10 write chargePower=map[value:9792] (map[loadpoint:Carport vehicle:BMW iX3])
[etrel ] TRACE 2024/05/29 15:23:10 modbus: recv 1c ca 00 00 00 0f 01 04 0c 41 73 f7 cf 41 6b 85 1f 41 6b 85 1f
[lp-1 ] DEBUG 2024/05/29 15:23:10 charge currents: [15.2 14.7 14.7]A
[influx] TRACE 2024/05/29 15:23:10 write chargeCurrents=map[l1:15.248000144958496 l2:14.720000267028809 l3:14.720000267028809] (map[loadpoint:Carport vehicle:BMW iX3])
[http ] TRACE 2024/05/29 15:23:10 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:23:10 {"Apparent_output":4533,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10469,"Consumption_W":10269,"Fac":49.99100112915039,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3937,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4540,"Production_W":1790,"RSOC":64,"RemainingCapacity_Wh":13764,"Sac1":4533,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:23:10","USOC":61,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site ] DEBUG 2024/05/29 15:23:10 pv power: 1790W
[influx] TRACE 2024/05/29 15:23:10 write pvPower=map[value:1790] (map[])
[influx] TRACE 2024/05/29 15:23:10 write pvEnergy=map[value:0] (map[])
[http ] TRACE 2024/05/29 15:23:10 GET http://172.16.5.51:8080/api/v1/status
[influx] TRACE 2024/05/29 15:23:10 write pvPower=map[value:1790] (map[id:1])
[influx] TRACE 2024/05/29 15:23:10 write pvEnergy=map[value:0] (map[id:1])
[http ] TRACE 2024/05/29 15:23:10 {"Apparent_output":4533,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10469,"Consumption_W":10269,"Fac":49.99100112915039,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3937,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4540,"Production_W":1790,"RSOC":64,"RemainingCapacity_Wh":13764,"Sac1":4533,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:23:10","USOC":61,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:23:10 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:23:10 {"Apparent_output":4533,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10469,"Consumption_W":10269,"Fac":49.99100112915039,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3937,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4540,"Production_W":1790,"RSOC":64,"RemainingCapacity_Wh":13764,"Sac1":4533,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:23:10","USOC":61,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site ] DEBUG 2024/05/29 15:23:10 battery soc: 61%
[influx] TRACE 2024/05/29 15:23:10 write batteryCapacity=map[value:0] (map[])
[site ] DEBUG 2024/05/29 15:23:10 battery power: 4540W
[influx] TRACE 2024/05/29 15:23:10 write batterySoc=map[value:61] (map[])
[influx] TRACE 2024/05/29 15:23:10 write batteryPower=map[value:4540] (map[])
[http ] TRACE 2024/05/29 15:23:10 GET http://172.16.5.51:8080/api/v1/status
[influx] TRACE 2024/05/29 15:23:10 write batteryEnergy=map[value:0] (map[])
[influx] TRACE 2024/05/29 15:23:10 write batteryPower=map[value:4540] (map[id:1])
[influx] TRACE 2024/05/29 15:23:10 write batteryEnergy=map[value:0] (map[id:1])
[influx] TRACE 2024/05/29 15:23:10 write batterySoc=map[value:61] (map[id:1])
[influx] TRACE 2024/05/29 15:23:10 write batteryCapacity=map[value:0] (map[id:1])
[influx] TRACE 2024/05/29 15:23:10 write batteryControllable=map[value:true] (map[id:1])
[http ] TRACE 2024/05/29 15:23:10 {"Apparent_output":4533,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10469,"Consumption_W":10269,"Fac":49.99100112915039,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3937,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4540,"Production_W":1790,"RSOC":64,"RemainingCapacity_Wh":13764,"Sac1":4533,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:23:10","USOC":61,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site ] DEBUG 2024/05/29 15:23:10 grid meter: 3937W
[site ] DEBUG 2024/05/29 15:23:10 site power: 8577W
[influx] TRACE 2024/05/29 15:23:10 write gridPower=map[value:3937] (map[])
[influx] TRACE 2024/05/29 15:23:10 write homePower=map[value:475] (map[])
[lp-1 ] DEBUG 2024/05/29 15:23:10 detected active phases: 3p
[lp-1 ] DEBUG 2024/05/29 15:23:10 !! session: chargeRater.chargedEnergy=0.2 - chargedAtStartup=0.0
[influx] TRACE 2024/05/29 15:23:10 write phasesActive=map[value:3] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:23:10 write chargeCurrent=map[value:6] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:23:10 write sessionEnergy=map[value:163.16653076447997] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:23:10 write sessionSolarPercentage=map[value:59.47542993542481] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:23:10 write sessionPricePerKWh=map[value:0.11569764753436215] (map[loadpoint:Carport vehicle:BMW iX3])
[etrel ] TRACE 2024/05/29 15:23:10 modbus: send 1c cb 00 00 00 06 01 04 00 00 00 01
[influx] TRACE 2024/05/29 15:23:10 write sessionPrice=map[value:0.018877983765793464] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:23:10 write sessionCo2PerKWh=map[value:36.06686735747192] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:23:10 write chargedEnergy=map[value:163.16653076447997] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:23:10 write effectivePriority=map[value:0] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:23:10 write effectivePlanSoc=map[value:0] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:23:10 write effectiveMinCurrent=map[value:6] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:23:10 write effectiveMaxCurrent=map[value:16] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:23:10 write effectiveLimitSoc=map[value:100] (map[loadpoint:Carport vehicle:BMW iX3])
[etrel ] TRACE 2024/05/29 15:23:10 modbus: recv 1c cb 00 00 00 05 01 04 02 00 04
[lp-1 ] DEBUG 2024/05/29 15:23:10 charger status: C
[lp-1 ] DEBUG 2024/05/29 15:23:10 soc estimated: 46.20% (vehicle: 46.00%)
[lp-1 ] DEBUG 2024/05/29 15:23:10 vehicle soc: 46%
[lp-1 ] DEBUG 2024/05/29 15:23:10 vehicle range: 149km
[influx] TRACE 2024/05/29 15:23:10 write vehicleSoc=map[value:46.198445780659505] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:23:10 write chargeRemainingEnergy=map[value:44236.83346923552] (map[loadpoint:Carport vehicle:BMW iX3])
[etrel ] TRACE 2024/05/29 15:23:10 modbus: send 1c cc 00 00 00 06 01 04 00 04 00 02
[etrel ] TRACE 2024/05/29 15:23:10 modbus: recv 1c cc 00 00 00 07 01 04 04 41 80 00 00
[lp-1 ] DEBUG 2024/05/29 15:23:10 pv charge current: 0A = 6A + -12.4A (8577W @ 3p)
[influx] TRACE 2024/05/29 15:23:10 write greenShareHome=map[value:1] (map[])
[influx] TRACE 2024/05/29 15:23:10 write greenShareLoadpoints=map[value:0.597937091503268] (map[])
[influx] TRACE 2024/05/29 15:23:10 write tariffPriceHome=map[value:0] (map[])
[influx] TRACE 2024/05/29 15:23:10 write tariffCo2Home=map[value:0] (map[])
[influx] TRACE 2024/05/29 15:23:10 write tariffPriceLoadpoints=map[value:0.11478896037581697] (map[])
[influx] TRACE 2024/05/29 15:23:10 write tariffCo2Loadpoints=map[value:35.783598856209146] (map[])
[http ] TRACE 2024/05/29 15:23:20 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:23:20 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:23:20 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:23:20 {"Apparent_output":4536,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10434,"Consumption_W":10269,"Fac":49.98500061035156,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3913,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4543,"Production_W":1817,"RSOC":64,"RemainingCapacity_Wh":13760,"Sac1":4536,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:23:19","USOC":61,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:23:20 {"Apparent_output":4535,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10430,"Consumption_W":10291,"Fac":49.986000061035156,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3929,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4536,"Production_W":1819,"RSOC":64,"RemainingCapacity_Wh":13760,"Sac1":4535,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:23:20","USOC":61,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:23:20 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:23:20 {"Apparent_output":4535,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10430,"Consumption_W":10291,"Fac":49.986000061035156,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3929,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4536,"Production_W":1819,"RSOC":64,"RemainingCapacity_Wh":13760,"Sac1":4535,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:23:20","USOC":61,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:23:20 {"Apparent_output":4535,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10430,"Consumption_W":10291,"Fac":49.986000061035156,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3929,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4536,"Production_W":1819,"RSOC":64,"RemainingCapacity_Wh":13760,"Sac1":4535,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:23:20","USOC":61,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:23:30 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:23:30 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:23:30 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:23:30 {"Apparent_output":4533,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10401,"Consumption_W":10400,"Fac":49.99399948120117,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4007,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4540,"Production_W":1853,"RSOC":64,"RemainingCapacity_Wh":13656,"Sac1":4533,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:23:30","USOC":61,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:23:30 {"Apparent_output":4533,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10401,"Consumption_W":10400,"Fac":49.99399948120117,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4007,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4540,"Production_W":1853,"RSOC":64,"RemainingCapacity_Wh":13656,"Sac1":4533,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:23:30","USOC":61,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:23:30 {"Apparent_output":4533,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10401,"Consumption_W":10400,"Fac":49.99399948120117,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4007,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4540,"Production_W":1853,"RSOC":64,"RemainingCapacity_Wh":13656,"Sac1":4533,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:23:30","USOC":61,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:23:30 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:23:30 {"Apparent_output":4533,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10401,"Consumption_W":10400,"Fac":49.99399948120117,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-4007,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4540,"Production_W":1853,"RSOC":64,"RemainingCapacity_Wh":13656,"Sac1":4533,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:23:30","USOC":61,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:23:40 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:23:40 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:23:40 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:23:40 {"Apparent_output":4531,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10387,"Consumption_W":10435,"Fac":49.97800064086914,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3998,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4542,"Production_W":1896,"RSOC":64,"RemainingCapacity_Wh":13652,"Sac1":4531,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:23:40","USOC":61,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:23:40 {"Apparent_output":4531,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10387,"Consumption_W":10435,"Fac":49.97800064086914,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3998,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4542,"Production_W":1896,"RSOC":64,"RemainingCapacity_Wh":13652,"Sac1":4531,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:23:40","USOC":61,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:23:40 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:23:40 {"Apparent_output":4531,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10387,"Consumption_W":10435,"Fac":49.97800064086914,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3998,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4542,"Production_W":1896,"RSOC":64,"RemainingCapacity_Wh":13652,"Sac1":4531,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:23:40","USOC":61,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:23:40 {"Apparent_output":4531,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10387,"Consumption_W":10435,"Fac":49.97800064086914,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3998,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4542,"Production_W":1896,"RSOC":64,"RemainingCapacity_Wh":13652,"Sac1":4531,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:23:40","USOC":61,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:23:50 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:23:50 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:23:50 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:23:50 {"Apparent_output":4533,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10358,"Consumption_W":10313,"Fac":49.97100067138672,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3847,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4538,"Production_W":1926,"RSOC":63,"RemainingCapacity_Wh":13548,"Sac1":4533,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:23:50","USOC":60,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:23:50 {"Apparent_output":4533,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10358,"Consumption_W":10313,"Fac":49.97100067138672,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3847,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4538,"Production_W":1926,"RSOC":63,"RemainingCapacity_Wh":13548,"Sac1":4533,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:23:50","USOC":60,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:23:50 {"Apparent_output":4533,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10358,"Consumption_W":10313,"Fac":49.97100067138672,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3847,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4538,"Production_W":1926,"RSOC":63,"RemainingCapacity_Wh":13548,"Sac1":4533,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:23:50","USOC":60,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:23:50 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:23:50 {"Apparent_output":4533,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10358,"Consumption_W":10313,"Fac":49.97100067138672,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3847,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4538,"Production_W":1926,"RSOC":63,"RemainingCapacity_Wh":13548,"Sac1":4533,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:23:50","USOC":60,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:24:00 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:24:00 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:24:00 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:24:00 {"Apparent_output":4535,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10322,"Consumption_W":10287,"Fac":49.98400115966797,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3798,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4539,"Production_W":1953,"RSOC":63,"RemainingCapacity_Wh":13547,"Sac1":4535,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:24:00","USOC":60,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:24:00 {"Apparent_output":4535,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10322,"Consumption_W":10287,"Fac":49.98400115966797,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3798,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4539,"Production_W":1953,"RSOC":63,"RemainingCapacity_Wh":13547,"Sac1":4535,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:24:00","USOC":60,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:24:00 {"Apparent_output":4535,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10322,"Consumption_W":10287,"Fac":49.98400115966797,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3798,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4539,"Production_W":1953,"RSOC":63,"RemainingCapacity_Wh":13547,"Sac1":4535,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:24:00","USOC":60,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:24:00 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:24:00 {"Apparent_output":4535,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10322,"Consumption_W":10287,"Fac":49.98400115966797,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3798,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4539,"Production_W":1953,"RSOC":63,"RemainingCapacity_Wh":13547,"Sac1":4535,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:24:00","USOC":60,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site ] DEBUG 2024/05/29 15:24:10 ----
[etrel ] TRACE 2024/05/29 15:24:10 modbus: send 1c cd 00 00 00 06 01 04 00 1a 00 02
[etrel ] TRACE 2024/05/29 15:24:10 modbus: recv 1c cd 00 00 00 07 01 04 04 41 1b a5 e3
[lp-1 ] DEBUG 2024/05/29 15:24:10 charge power: 9728W
[etrel ] TRACE 2024/05/29 15:24:10 modbus: send 1c ce 00 00 00 06 01 04 00 0e 00 06
[influx] TRACE 2024/05/29 15:24:10 write chargePower=map[value:9728] (map[loadpoint:Carport vehicle:BMW iX3])
[etrel ] TRACE 2024/05/29 15:24:10 modbus: recv 1c ce 00 00 00 0f 01 04 0c 41 71 68 73 41 69 ba 5e 41 6c 8b 44
[lp-1 ] DEBUG 2024/05/29 15:24:10 charge currents: [15.1 14.6 14.8]A
[influx] TRACE 2024/05/29 15:24:10 write chargeCurrents=map[l1:15.088000297546387 l2:14.607999801635742 l3:14.784000396728516] (map[loadpoint:Carport vehicle:BMW iX3])
[http ] TRACE 2024/05/29 15:24:10 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:24:10 {"Apparent_output":4534,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10313,"Consumption_W":10213,"Fac":49.99100112915039,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3690,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4538,"Production_W":1978,"RSOC":63,"RemainingCapacity_Wh":13544,"Sac1":4534,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:24:10","USOC":60,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site ] DEBUG 2024/05/29 15:24:10 pv power: 1978W
[influx] TRACE 2024/05/29 15:24:10 write pvPower=map[value:1978] (map[])
[influx] TRACE 2024/05/29 15:24:10 write pvEnergy=map[value:0] (map[])
[influx] TRACE 2024/05/29 15:24:10 write pvPower=map[value:1978] (map[id:1])
[influx] TRACE 2024/05/29 15:24:10 write pvEnergy=map[value:0] (map[id:1])
[http ] TRACE 2024/05/29 15:24:10 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:24:10 {"Apparent_output":4534,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10313,"Consumption_W":10213,"Fac":49.99100112915039,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3690,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4538,"Production_W":1978,"RSOC":63,"RemainingCapacity_Wh":13544,"Sac1":4534,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:24:10","USOC":60,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:24:10 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:24:10 {"Apparent_output":4534,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10313,"Consumption_W":10213,"Fac":49.99100112915039,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3690,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4538,"Production_W":1978,"RSOC":63,"RemainingCapacity_Wh":13544,"Sac1":4534,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:24:10","USOC":60,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site ] DEBUG 2024/05/29 15:24:10 battery soc: 60%
[influx] TRACE 2024/05/29 15:24:10 write batteryCapacity=map[value:0] (map[])
[site ] DEBUG 2024/05/29 15:24:10 battery power: 4538W
[influx] TRACE 2024/05/29 15:24:10 write batterySoc=map[value:60] (map[])
[http ] TRACE 2024/05/29 15:24:10 GET http://172.16.5.51:8080/api/v1/status
[influx] TRACE 2024/05/29 15:24:10 write batteryPower=map[value:4538] (map[])
[influx] TRACE 2024/05/29 15:24:10 write batteryEnergy=map[value:0] (map[])
[influx] TRACE 2024/05/29 15:24:10 write batteryPower=map[value:4538] (map[id:1])
[influx] TRACE 2024/05/29 15:24:10 write batteryEnergy=map[value:0] (map[id:1])
[influx] TRACE 2024/05/29 15:24:10 write batterySoc=map[value:60] (map[id:1])
[influx] TRACE 2024/05/29 15:24:10 write batteryCapacity=map[value:0] (map[id:1])
[influx] TRACE 2024/05/29 15:24:10 write batteryControllable=map[value:true] (map[id:1])
[http ] TRACE 2024/05/29 15:24:10 {"Apparent_output":4534,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10313,"Consumption_W":10213,"Fac":49.99100112915039,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3690,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4538,"Production_W":1978,"RSOC":63,"RemainingCapacity_Wh":13544,"Sac1":4534,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:24:10","USOC":60,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site ] DEBUG 2024/05/29 15:24:10 grid meter: 3690W
[influx] TRACE 2024/05/29 15:24:10 write gridPower=map[value:3690] (map[])
[site ] DEBUG 2024/05/29 15:24:10 site power: 8328W
[lp-1 ] DEBUG 2024/05/29 15:24:10 detected active phases: 3p
[lp-1 ] DEBUG 2024/05/29 15:24:10 !! session: chargeRater.chargedEnergy=0.3 - chargedAtStartup=0.0
[influx] TRACE 2024/05/29 15:24:10 write homePower=map[value:478] (map[])
[influx] TRACE 2024/05/29 15:24:10 write phasesActive=map[value:3] (map[loadpoint:Carport vehicle:BMW iX3])
[etrel ] TRACE 2024/05/29 15:24:10 modbus: send 1c cf 00 00 00 06 01 04 00 00 00 01
[influx] TRACE 2024/05/29 15:24:10 write chargeCurrent=map[value:6] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:24:10 write sessionEnergy=map[value:325.22358413948444] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:24:10 write sessionSolarPercentage=map[value:60.76742063429509] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:24:10 write sessionPricePerKWh=map[value:0.11200901408908753] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:24:10 write sessionPrice=map[value:0.036427973017983055] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:24:10 write sessionCo2PerKWh=map[value:34.91699563547737] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:24:10 write chargedEnergy=map[value:325.22358413948444] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:24:10 write effectivePriority=map[value:0] (map[loadpoint:Carport vehicle:BMW iX3])
[etrel ] TRACE 2024/05/29 15:24:10 modbus: recv 1c cf 00 00 00 05 01 04 02 00 04
[influx] TRACE 2024/05/29 15:24:10 write effectivePlanSoc=map[value:0] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:24:10 write effectiveMinCurrent=map[value:6] (map[loadpoint:Carport vehicle:BMW iX3])
[lp-1 ] DEBUG 2024/05/29 15:24:10 charger status: C
[lp-1 ] DEBUG 2024/05/29 15:24:10 soc estimated: 46.40% (vehicle: 46.00%)
[lp-1 ] DEBUG 2024/05/29 15:24:10 vehicle soc: 46%
[influx] TRACE 2024/05/29 15:24:10 write effectiveMaxCurrent=map[value:16] (map[loadpoint:Carport vehicle:BMW iX3])
[lp-1 ] DEBUG 2024/05/29 15:24:10 vehicle range: 149km
[etrel ] TRACE 2024/05/29 15:24:10 modbus: send 1c d0 00 00 00 06 01 04 00 04 00 02
[influx] TRACE 2024/05/29 15:24:10 write effectiveLimitSoc=map[value:100] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:24:10 write vehicleSoc=map[value:46.3955421969264] (map[loadpoint:Carport vehicle:BMW iX3])
[influx] TRACE 2024/05/29 15:24:10 write chargeRemainingEnergy=map[value:44074.77641586051] (map[loadpoint:Carport vehicle:BMW iX3])
[etrel ] TRACE 2024/05/29 15:24:10 modbus: recv 1c d0 00 00 00 07 01 04 04 41 80 00 00
[lp-1 ] DEBUG 2024/05/29 15:24:10 pv charge current: 0A = 6A + -12.1A (8328W @ 3p)
[influx] TRACE 2024/05/29 15:24:10 write greenShareHome=map[value:1] (map[])
[influx] TRACE 2024/05/29 15:24:10 write greenShareLoadpoints=map[value:0.6206825657894737] (map[])
[influx] TRACE 2024/05/29 15:24:10 write tariffPriceHome=map[value:0] (map[])
[influx] TRACE 2024/05/29 15:24:10 write tariffCo2Home=map[value:0] (map[])
[influx] TRACE 2024/05/29 15:24:10 write tariffPriceLoadpoints=map[value:0.10829512746710526] (map[])
[influx] TRACE 2024/05/29 15:24:10 write tariffCo2Loadpoints=map[value:33.75925164473684] (map[])
[http ] TRACE 2024/05/29 15:24:10 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:24:10 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:24:10 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:24:10 {"Apparent_output":4534,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10313,"Consumption_W":10213,"Fac":49.99100112915039,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3690,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4538,"Production_W":1978,"RSOC":63,"RemainingCapacity_Wh":13544,"Sac1":4534,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:24:10","USOC":60,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:24:10 {"Apparent_output":4534,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10313,"Consumption_W":10213,"Fac":49.99100112915039,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3690,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4538,"Production_W":1978,"RSOC":63,"RemainingCapacity_Wh":13544,"Sac1":4534,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:24:10","USOC":60,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:24:10 {"Apparent_output":4534,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10313,"Consumption_W":10213,"Fac":49.99100112915039,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3690,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4538,"Production_W":1978,"RSOC":63,"RemainingCapacity_Wh":13544,"Sac1":4534,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:24:10","USOC":60,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:24:10 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:24:10 {"Apparent_output":4534,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10313,"Consumption_W":10213,"Fac":49.99100112915039,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3690,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4538,"Production_W":1978,"RSOC":63,"RemainingCapacity_Wh":13544,"Sac1":4534,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:24:10","USOC":60,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:24:20 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:24:20 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:24:20 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:24:20 {"Apparent_output":4533,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10307,"Consumption_W":10259,"Fac":49.98400115966797,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3719,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4533,"Production_W":2001,"RSOC":63,"RemainingCapacity_Wh":13542,"Sac1":4533,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:24:20","USOC":60,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:24:21 {"Apparent_output":4533,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10307,"Consumption_W":10259,"Fac":49.98400115966797,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3719,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4533,"Production_W":2001,"RSOC":63,"RemainingCapacity_Wh":13542,"Sac1":4533,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:24:20","USOC":60,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:24:21 {"Apparent_output":4533,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10307,"Consumption_W":10259,"Fac":49.98400115966797,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3719,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4533,"Production_W":2001,"RSOC":63,"RemainingCapacity_Wh":13542,"Sac1":4533,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:24:20","USOC":60,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http ] TRACE 2024/05/29 15:24:21 GET http://172.16.5.51:8080/api/v1/status
[http ] TRACE 2024/05/29 15:24:21 {"Apparent_output":4533,"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":10307,"Consumption_W":10259,"Fac":49.98400115966797,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3719,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":4533,"Production_W":2001,"RSOC":63,"RemainingCapacity_Wh":13542,"Sac1":4533,"Sac2":null,"Sac3":null,"SystemStatus":"OnGrid","Timestamp":"2024-05-29 15:24:20","USOC":60,"Uac":229,"Ubat":204,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
andig commented 4 months ago

Warum taucht denn hier jede Nachricht 3x auf? Da stimmt doch schon was nicht??? Achso, Sonnen.

Könntest Du die irrelevanten Komponenten mal bitte aus dem Trace raus nehmen damit es lesbar wird?

mansurs commented 4 months ago

Ja, sonnen… 😢 Hab http und influx raus gegrep'd:

[site  ] DEBUG 2024/05/29 15:22:10 ----
[etrel ] TRACE 2024/05/29 15:22:10 modbus: send 1c c0 00 00 00 06 01 04 00 1a 00 02
[etrel ] TRACE 2024/05/29 15:22:10 modbus: recv 1c c0 00 00 00 07 01 04 04 41 1c ac 08
[lp-1  ] DEBUG 2024/05/29 15:22:10 charge power: 9792W
[etrel ] TRACE 2024/05/29 15:22:10 modbus: send 1c c1 00 00 00 06 01 04 00 0e 00 06
[etrel ] TRACE 2024/05/29 15:22:10 modbus: recv 1c c1 00 00 00 0f 01 04 0c 41 71 26 e9 41 6c 8b 44 41 6e 14 7b
[lp-1  ] DEBUG 2024/05/29 15:22:10 charge currents: [15.1 14.8 14.9]A
[site  ] DEBUG 2024/05/29 15:22:10 pv power: 1732W
[site  ] DEBUG 2024/05/29 15:22:10 battery soc: 62%
[site  ] DEBUG 2024/05/29 15:22:10 battery power: 4540W
[site  ] DEBUG 2024/05/29 15:22:10 grid meter: 4232W
[site  ] DEBUG 2024/05/29 15:22:10 site power: 8872W
[lp-1  ] DEBUG 2024/05/29 15:22:10 !! session: chargeRater.chargedEnergy=0.1 - chargedAtStartup=0.0
[etrel ] TRACE 2024/05/29 15:22:10 modbus: send 1c c2 00 00 00 06 01 04 00 00 00 01
[etrel ] TRACE 2024/05/29 15:22:10 modbus: recv 1c c2 00 00 00 05 01 04 02 00 04
[lp-1  ] DEBUG 2024/05/29 15:22:10 charger status: C
[lp-1  ] INFO 2024/05/29 15:22:10 car connected
[lp-1  ] DEBUG 2024/05/29 15:22:10 vehicle api refresh
[lp-1  ] DEBUG 2024/05/29 15:22:10 pv timer elapse
[lp-1  ] DEBUG 2024/05/29 15:22:10 pv timer inactive
[lp-1  ] INFO 2024/05/29 15:22:10 start charging ->
[lp-1  ] DEBUG 2024/05/29 15:22:10 wake-up timer: stop
[db    ] TRACE 2024/05/29 15:22:10 INSERT INTO `sessions` (`created`,`finished`,`loadpoint`,`identifier`,`vehicle`,`odometer`,`meter_start_kwh`,`meter_end_kwh`,`charged_kwh`,`charge_duration`,`solar_percentage`,`price`,`price_per_kwh`,`co2_per_kwh`) VALUES ("2024-05-29 15:22:10.445","0000-00-00 00:00:00","Carport","","",NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL) RETURNING `id` 1 <nil>
[hyundai] TRACE 2024/05/29 15:22:10 GET https://prd.eu-ccapi.hyundai.com:8080/api/v1/spa/vehicles/fc6c689d-a39d-4a83-a650-d2487ec297e0/status/latest
[hyundai] TRACE 2024/05/29 15:22:10 {"retCode":"S","resCode":"0000","resMsg":{"vehicleStatusInfo":{"vehicleLocation":{"coord":{"lat":50.888317,"lon":6.828597,"alt":0,"type":0},"head":125,"speed":{"value":0,"unit":0},"accuracy":{"hdop":0,"pdop":0},"time":"20240528124756"},"vehicleStatus":{"airCtrlOn":false,"engine":false,"doorLock":true,"doorOpen":{"frontLeft":0,"frontRight":0,"backLeft":0,"backRight":0},"trunkOpen":false,"airTemp":{"value":"02H","unit":0,"hvacTempType":1},"defrost":false,"acc":false,"evStatus":{"batteryCharge":false,"batteryStatus":73,"batteryPlugin":0,"remainTime2":{"etc1":{"value":32,"unit":1},"etc2":{"value":470,"unit":1},"etc3":{"value":115,"unit":1},"atc":{"value":115,"unit":1}},"drvDistance":[{"rangeByFuel":{"evModeRange":{"value":300,"unit":1},"totalAvailableRange":{"value":300,"unit":1}},"type":2}],"reservChargeInfos":{"reservChargeInfo":{"reservChargeInfoDetail":{"reservInfo":{"day":[9],"time":{"time":"1200","timeSection":0}},"reservChargeSet":false,"reservFatcSet":{"defrost":false,"airTemp":{"value":"00H","unit":0,"hvacTempType":1},"airCtrl":0,"heating1":0}}},"offpeakPowerInfo":{"offPeakPowerTime1":{"starttime":{"time":"1200","timeSection":0},"endtime":{"time":"1200","timeSection":0}},"offPeakPowerFlag":0},"reserveChargeInfo2":{"reservChargeInfoDetail":{"reservInfo":{"day":[9],"time":{"time":"1200","timeSection":0}},"reservChargeSet":false,"reservFatcSet":{"defrost":false,"airTemp":{"value":"00H","unit":0,"hvacTempType":1},"airCtrl":0,"heating1":0}}},"reservFlag":0,"ect":{"start":{"day":0,"time":{"time":"0000","timeSection":0}},"end":{"day":0,"time":{"time":"0000","timeSection":0}}},"targetSOClist":[{"targetSOClevel":100,"dte":{"rangeByFuel":{"evModeRange":{"value":421,"unit":1},"totalAvailableRange":{"value":421,"unit":1}},"type":2},"plugType":0},{"targetSOClevel":100,"dte":{"rangeByFuel":{"evModeRange":{"value":421,"unit":1},"totalAvailableRange":{"value":421,"unit":1}},"type":2},"plugType":1}]},"chargePortDoorOpenStatus":2,"batteryPreconditioning":false,"batterySoh":0},"ign3":true,"hoodOpen":false,"transCond":false,"steerWheelHeat":0,"sideBackWindowHeat":0,"tirePressureLamp":{"tirePressureLampAll":0,"tirePressureLampFL":0,"tirePressureLampFR":0,"tirePressureLampRL":0,"tirePressureLampRR":0},"battery":{"batSoc":81,"batState":0,"sjbDeliveryMode":0,"batSignalReferenceValue":{"batWarning":65},"powerAutoCutMode":2},"lampWireStatus":{"stopLamp":{"leftLamp":false,"rightLamp":false},"headLamp":{"headLampStatus":false,"leftLowLamp":false,"rightLowLamp":false,"leftHighLamp":false,"rightHighLamp":false,"leftBifuncLamp":false,"rightBifuncLamp":false},"turnSignalLamp":{"leftFrontLamp":false,"rightFrontLamp":false,"leftRearLamp":false,"rightRearLamp":false}},"smartKeyBatteryWarning":false,"washerFluidStatus":false,"breakOilStatus":false,"sleepModeCheck":false,"time":"20240529141521","remoteWaitingTimeAlert":{"remoteControlAvailable":1,"remoteControlWaitingTime":168,"elapsedTime":"44:24:49"},"systemCutOffAlert":0,"tailLampStatus":0,"hazardStatus":0},"odometer":{"value":27791.8,"unit":1}}},"msgId":"f40f2041-93cf-49a0-89d5-155e3fb89366"}
[hyundai] TRACE 2024/05/29 15:22:10 GET https://prd.eu-ccapi.hyundai.com:8080/api/v1/spa/vehicles/fc6c689d-a39d-4a83-a650-d2487ec297e0/status
[hyundai] TRACE 2024/05/29 15:22:15 {"retCode":"S","resCode":"0000","resMsg":{"airCtrlOn":false,"engine":false,"doorLock":true,"doorOpen":{"frontLeft":0,"frontRight":0,"backLeft":0,"backRight":0},"trunkOpen":false,"airTemp":{"value":"02H","unit":0,"hvacTempType":1},"defrost":false,"acc":false,"evStatus":{"batteryCharge":false,"batteryStatus":73,"batteryPlugin":0,"remainTime2":{"etc1":{"value":32,"unit":1},"etc2":{"value":470,"unit":1},"etc3":{"value":115,"unit":1},"atc":{"value":115,"unit":1}},"drvDistance":[{"rangeByFuel":{"evModeRange":{"value":300,"unit":1},"totalAvailableRange":{"value":300,"unit":1}},"type":2}],"reservChargeInfos":{"reservChargeInfo":{"reservChargeInfoDetail":{"reservInfo":{"day":[9],"time":{"time":"1200","timeSection":0}},"reservChargeSet":false,"reservFatcSet":{"defrost":false,"airTemp":{"value":"00H","unit":0,"hvacTempType":1},"airCtrl":0,"heating1":0}}},"offpeakPowerInfo":{"offPeakPowerTime1":{"starttime":{"time":"1200","timeSection":0},"endtime":{"time":"1200","timeSection":0}},"offPeakPowerFlag":0},"reserveChargeInfo2":{"reservChargeInfoDetail":{"reservInfo":{"day":[9],"time":{"time":"1200","timeSection":0}},"reservChargeSet":false,"reservFatcSet":{"defrost":false,"airTemp":{"value":"00H","unit":0,"hvacTempType":1},"airCtrl":0,"heating1":0}}},"reservFlag":0,"ect":{"start":{"day":0,"time":{"time":"0000","timeSection":0}},"end":{"day":0,"time":{"time":"0000","timeSection":0}}},"targetSOClist":[{"targetSOClevel":100,"dte":{"rangeByFuel":{"evModeRange":{"value":421,"unit":1},"totalAvailableRange":{"value":421,"unit":1}},"type":2},"plugType":0},{"targetSOClevel":100,"dte":{"rangeByFuel":{"evModeRange":{"value":421,"unit":1},"totalAvailableRange":{"value":421,"unit":1}},"type":2},"plugType":1}]},"chargePortDoorOpenStatus":2,"batteryPreconditioning":false,"batterySoh":0},"ign3":true,"hoodOpen":false,"transCond":true,"steerWheelHeat":0,"sideBackWindowHeat":0,"tirePressureLamp":{"tirePressureLampAll":0,"tirePressureLampFL":0,"tirePressureLampFR":0,"tirePressureLampRL":0,"tirePressureLampRR":0},"battery":{"batSoc":81,"batState":0,"sjbDeliveryMode":0,"batSignalReferenceValue":{"batWarning":65},"powerAutoCutMode":2},"lampWireStatus":{"stopLamp":{"leftLamp":false,"rightLamp":false},"headLamp":{"headLampStatus":false,"leftLowLamp":false,"rightLowLamp":false,"leftHighLamp":false,"rightHighLamp":false,"leftBifuncLamp":false,"rightBifuncLamp":false},"turnSignalLamp":{"leftFrontLamp":false,"rightFrontLamp":false,"leftRearLamp":false,"rightRearLamp":false}},"smartKeyBatteryWarning":false,"washerFluidStatus":false,"breakOilStatus":false,"sleepModeCheck":false,"time":"20240529142215","remoteWaitingTimeAlert":{"remoteControlAvailable":1,"remoteControlWaitingTime":168,"elapsedTime":"44:31:42"},"systemCutOffAlert":0,"tailLampStatus":0,"hazardStatus":0},"msgId":"d96f93d4-6d3c-4e25-a638-6234c25108b8"}
[main  ] DEBUG 2024/05/29 15:22:15 vehicle status: A (IONIQ5)
[bmw   ] TRACE 2024/05/29 15:22:15 GET https://cocoapi.bmwgroup.com/eadrax-vcs/v4/vehicles/state?apptimezone=120&appDateTime=1716988935224
[bmw   ] TRACE 2024/05/29 15:22:15 {"state":{"isLeftSteering":true,"lastFetched":"2024-05-29T13:22:15.279Z","lastUpdatedAt":"2024-05-29T13:22:15Z","isLscSupported":true,"range":149,"doorsState":{"combinedSecurityState":"SECURED","leftFront":"CLOSED","leftRear":"CLOSED","rightFront":"CLOSED","rightRear":"CLOSED","combinedState":"CLOSED","hood":"CLOSED","trunk":"CLOSED"},"windowsState":{"leftFront":"CLOSED","leftRear":"CLOSED","rightFront":"CLOSED","rightRear":"CLOSED","combinedState":"CLOSED"},"roofState":{"roofState":"CLOSED","roofStateType":"SUN_ROOF"},"tireState":{"frontLeft":{"status":{"currentPressure":310}},"frontRight":{"status":{"currentPressure":310}},"rearLeft":{"status":{"currentPressure":310}},"rearRight":{"status":{"currentPressure":310}}},"location":{"coordinates":{"latitude":*,"longitude":*},"address":{"formatted":"*"},"heading":129},"currentMileage":8034,"climateControlState":{"activity":"INACTIVE"},"climateTimers":[{"isWeeklyTimer":false,"timerAction":"DEACTIVATE","timerWeekDays":[],"departureTime":{"hour":7,"minute":0}},{"isWeeklyTimer":true,"timerAction":"DEACTIVATE","timerWeekDays":["MONDAY"],"departureTime":{"hour":7,"minute":0}},{"isWeeklyTimer":true,"timerAction":"DEACTIVATE","timerWeekDays":["MONDAY"],"departureTime":{"hour":7,"minute":0}}],"requiredServices":[],"checkControlMessages":[{"type":"TIRE_PRESSURE","severity":"LOW"}],"chargingProfile":{"chargingControlType":"WEEKLY_PLANNER","reductionOfChargeCurrent":{"start":{"hour":0,"minute":0},"end":{"hour":0,"minute":0}},"chargingMode":"IMMEDIATE_CHARGING","chargingPreference":"NO_PRESELECTION","departureTimes":[{"id":1,"timeStamp":{"hour":8,"minute":15},"action":"ACTIVATE","timerWeekDays":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY"]},{"id":2,"timeStamp":{"hour":0,"minute":0},"action":"DEACTIVATE","timerWeekDays":[]},{"id":3,"timeStamp":{"hour":0,"minute":0},"action":"DEACTIVATE","timerWeekDays":[]},{"id":4,"timeStamp":{"hour":8,"minute":15},"action":"DEACTIVATE","timerWeekDays":["THURSDAY"]}],"climatisationOn":false,"chargingSettings":{"targetSoc":100,"idcc":"NO_ACTION","hospitality":"NO_ACTION"}},"electricChargingState":{"chargingLevelPercent":46,"remainingChargingMinutes":283,"range":149,"isChargerConnected":true,"chargingStatus":"CHARGING","chargingTarget":100},"combustionFuelLevel":{"range":149},"driverPreferences":{"lscPrivacyMode":"OFF"},"securityOverviewMode":null,"vehicleSoftwareVersion":{"puStep":{"month":11,"year":23},"iStep":{"seriesCluster":"S15C","year":23,"month":11,"iStep":550}}},"capabilities":{"remoteServices":{"inCarCamera":{"id":"inCarCamera","state":"NOT_AVAILABLE"},"inCarCameraDwa":{"id":"inCarCameraDwa","state":"NOT_AVAILABLE"},"remote360":{"id":"remote360","state":"ACTIVATED"},"surroundViewRecorder":{"id":"surroundViewRecorder","state":"NOT_AVAILABLE"},"doorLock":{"id":"doorLock","state":"ACTIVATED"},"doorUnlock":{"id":"doorUnlock","state":"ACTIVATED"},"hornBlow":{"id":"hornBlow","state":"ACTIVATED"},"lightFlash":{"id":"lightFlash","state":"ACTIVATED"}},"a4aType":"NOT_SUPPORTED","climateNow":true,"isClimateTimerWeeklyActive":false,"climateFunction":"AIR_CONDITIONING","horn":true,"isBmwChargingSupported":true,"isCarSharingSupported":false,"isChargeNowForBusinessSupported":true,"isChargingHistorySupported":true,"isLocationBasedChargingSettingsSupported":false,"isChargingHospitalityEnabled":false,"isChargingLoudnessEnabled":false,"isChargingPlanSupported":true,"isChargingPowerLimitEnabled":false,"isChargingSettingsEnabled":false,"isBatteryPreconditioningSupported":false,"isChargingTargetSocEnabled":false,"isCustomerEsimSupported":false,"isDataPrivacyEnabled":false,"isDCSContractManagementSupported":true,"isEasyChargeEnabled":false,"isMiniChargingSupported":false,"isEvGoChargingSupported":true,"isRemoteHistoryDeletionSupported":false,"isRemoteEngineStartSupported":false,"isRemoteServicesActivationRequired":false,"isRemoteServicesBookingRequired":false,"isScanAndChargeSupported":true,"lastStateCallState":"ACTIVATED","lights":true,"lock":true,"remote360":true,"remoteSoftwareUpgrade":true,"sendPoi":true,"speechThirdPartyAlexa":true,"speechThirdPartyAlexaSDK":false,"unlock":true,"vehicleFinder":true,"vehicleStateSource":"LAST_STATE_CALL","isRemoteHistorySupported":true,"isWifiHotspotServiceSupported":true,"isNonLscFeatureEnabled":false,"isSustainabilitySupported":true,"isSustainabilityAccumulatedViewEnabled":true,"specialThemeSupport":[],"isRemoteParkingSupported":false,"isRemoteParkingEes25Active":false,"remoteChargingCommands":{},"digitalKey":{"state":"ACTIVATED","bookedServicePackage":"SMACC_1_5","readerGraphics":"000200000000","vehicleSoftwareUpgradeRequired":false,"isDigitalKeyFirstSupported":false},"isPersonalPictureUploadSupported":false,"isPlugAndChargeSupported":false,"isOptimizedChargingSupported":false,"alarmSystem":false,"isThirdPartyAppStoreSupported":false,"locationBasedCommerceFeatures":{"parking":true,"fueling":false,"fuelingBeta":false,"reservations":false}}}
[main  ] DEBUG 2024/05/29 15:22:15 vehicle status: C (BMW iX3)
[lp-1  ] INFO 2024/05/29 15:22:15 vehicle updated: unknown -> BMW iX3
[lp-1  ] DEBUG 2024/05/29 15:22:15 set charge mode: pv
[db    ] TRACE 2024/05/29 15:22:15 UPDATE `sessions` SET `created`="2024-05-29 15:22:10.445",`finished`="0000-00-00 00:00:00",`loadpoint`="Carport",`identifier`="",`vehicle`="BMW iX3",`odometer`=NULL,`meter_start_kwh`=NULL,`meter_end_kwh`=NULL,`charged_kwh`=0,`charge_duration`=NULL,`solar_percentage`=NULL,`price`=NULL,`price_per_kwh`=NULL,`co2_per_kwh`=NULL WHERE `id` = 278 1 <nil>
[etrel ] TRACE 2024/05/29 15:22:15 modbus: send 1c c3 00 00 00 06 01 04 00 00 00 01
[etrel ] TRACE 2024/05/29 15:22:15 modbus: recv 1c c3 00 00 00 05 01 04 02 00 04
[lp-1  ] DEBUG 2024/05/29 15:22:15 vehicle status: C
[lp-1  ] DEBUG 2024/05/29 15:22:15 vehicle soc: 46%
[lp-1  ] DEBUG 2024/05/29 15:22:15 vehicle range: 149km
[etrel ] TRACE 2024/05/29 15:22:15 modbus: send 1c c4 00 00 00 06 01 04 00 04 00 02
[etrel ] TRACE 2024/05/29 15:22:15 modbus: recv 1c c4 00 00 00 07 01 04 04 41 80 00 00
[lp-1  ] WARN 2024/05/29 15:22:15 charger out of sync: expected disabled, got enabled
[lp-1  ] DEBUG 2024/05/29 15:22:15 charger enable
[lp-1  ] DEBUG 2024/05/29 15:22:15 pv charge current: 0A = 6A + -12.9A (8872W @ 3p)
[site  ] DEBUG 2024/05/29 15:22:15 ----
[etrel ] TRACE 2024/05/29 15:22:15 modbus: send 1c c5 00 00 00 06 01 04 00 1a 00 02
[etrel ] TRACE 2024/05/29 15:22:15 modbus: recv 1c c5 00 00 00 07 01 04 04 41 1c ac 08
[lp-1  ] DEBUG 2024/05/29 15:22:15 charge power: 9792W
[etrel ] TRACE 2024/05/29 15:22:15 modbus: send 1c c6 00 00 00 06 01 04 00 0e 00 06
[etrel ] TRACE 2024/05/29 15:22:15 modbus: recv 1c c6 00 00 00 0f 01 04 0c 41 71 26 e9 41 6c 49 ba 41 6d d2 f2
[lp-1  ] DEBUG 2024/05/29 15:22:15 charge currents: [15.1 14.8 14.9]A
[site  ] DEBUG 2024/05/29 15:22:15 pv power: 1737W
[site  ] DEBUG 2024/05/29 15:22:15 battery soc: 62%
[site  ] DEBUG 2024/05/29 15:22:15 battery power: 4539W
[site  ] DEBUG 2024/05/29 15:22:15 grid meter: 4275W
[site  ] DEBUG 2024/05/29 15:22:15 site power: 8914W
[lp-1  ] DEBUG 2024/05/29 15:22:15 vehicle odometer: 8034km
[db    ] TRACE 2024/05/29 15:22:15 UPDATE `sessions` SET `created`="2024-05-29 15:22:10.445",`finished`="0000-00-00 00:00:00",`loadpoint`="Carport",`identifier`="",`vehicle`="BMW iX3",`odometer`=8034,`meter_start_kwh`=NULL,`meter_end_kwh`=NULL,`charged_kwh`=0,`charge_duration`=NULL,`solar_percentage`=NULL,`price`=NULL,`price_per_kwh`=NULL,`co2_per_kwh`=NULL WHERE `id` = 278 1 <nil>
[lp-1  ] DEBUG 2024/05/29 15:22:15 detected active phases: 3p
[lp-1  ] DEBUG 2024/05/29 15:22:15 !! session: chargeRater.chargedEnergy=0.0 - chargedAtStartup=0.0
[etrel ] TRACE 2024/05/29 15:22:15 modbus: send 1c c7 00 00 00 06 01 04 00 00 00 01
[etrel ] TRACE 2024/05/29 15:22:15 modbus: recv 1c c7 00 00 00 05 01 04 02 00 04
[lp-1  ] DEBUG 2024/05/29 15:22:15 charger status: C
[lp-1  ] DEBUG 2024/05/29 15:22:15 soc estimated: 46.02% (vehicle: 46.00%)
[lp-1  ] DEBUG 2024/05/29 15:22:15 vehicle soc: 46%
[lp-1  ] DEBUG 2024/05/29 15:22:15 vehicle range: 149km
[etrel ] TRACE 2024/05/29 15:22:15 modbus: send 1c c8 00 00 00 06 01 04 00 04 00 02
[etrel ] TRACE 2024/05/29 15:22:16 modbus: recv 1c c8 00 00 00 07 01 04 04 41 80 00 00
[lp-1  ] DEBUG 2024/05/29 15:22:16 pv charge current: 0A = 6A + -12.9A (8914W @ 3p)
[hyundai] TRACE 2024/05/29 15:22:19 GET https://prd.eu-ccapi.hyundai.com:8080/api/v1/spa/vehicles/fc6c689d-a39d-4a83-a650-d2487ec297e0/status/latest
[hyundai] TRACE 2024/05/29 15:22:19 {"retCode":"S","resCode":"0000","resMsg":{"vehicleStatusInfo":{"vehicleLocation":{"coord":{"lat":50.888317,"lon":6.828597,"alt":0,"type":0},"head":125,"speed":{"value":0,"unit":0},"accuracy":{"hdop":0,"pdop":0},"time":"20240528124756"},"vehicleStatus":{"airCtrlOn":false,"engine":false,"doorLock":true,"doorOpen":{"frontLeft":0,"frontRight":0,"backLeft":0,"backRight":0},"trunkOpen":false,"airTemp":{"value":"02H","unit":0,"hvacTempType":1},"defrost":false,"acc":false,"evStatus":{"batteryCharge":false,"batteryStatus":73,"batteryPlugin":0,"remainTime2":{"etc1":{"value":32,"unit":1},"etc2":{"value":470,"unit":1},"etc3":{"value":115,"unit":1},"atc":{"value":115,"unit":1}},"drvDistance":[{"rangeByFuel":{"evModeRange":{"value":300,"unit":1},"totalAvailableRange":{"value":300,"unit":1}},"type":2}],"reservChargeInfos":{"reservChargeInfo":{"reservChargeInfoDetail":{"reservInfo":{"day":[9],"time":{"time":"1200","timeSection":0}},"reservChargeSet":false,"reservFatcSet":{"defrost":false,"airTemp":{"value":"00H","unit":0,"hvacTempType":1},"airCtrl":0,"heating1":0}}},"offpeakPowerInfo":{"offPeakPowerTime1":{"starttime":{"time":"1200","timeSection":0},"endtime":{"time":"1200","timeSection":0}},"offPeakPowerFlag":0},"reserveChargeInfo2":{"reservChargeInfoDetail":{"reservInfo":{"day":[9],"time":{"time":"1200","timeSection":0}},"reservChargeSet":false,"reservFatcSet":{"defrost":false,"airTemp":{"value":"00H","unit":0,"hvacTempType":1},"airCtrl":0,"heating1":0}}},"reservFlag":0,"ect":{"start":{"day":0,"time":{"time":"0000","timeSection":0}},"end":{"day":0,"time":{"time":"0000","timeSection":0}}},"targetSOClist":[{"targetSOClevel":100,"dte":{"rangeByFuel":{"evModeRange":{"value":421,"unit":1},"totalAvailableRange":{"value":421,"unit":1}},"type":2},"plugType":0},{"targetSOClevel":100,"dte":{"rangeByFuel":{"evModeRange":{"value":421,"unit":1},"totalAvailableRange":{"value":421,"unit":1}},"type":2},"plugType":1}]},"chargePortDoorOpenStatus":2,"batteryPreconditioning":false,"batterySoh":0},"ign3":true,"hoodOpen":false,"transCond":true,"steerWheelHeat":0,"sideBackWindowHeat":0,"tirePressureLamp":{"tirePressureLampAll":0,"tirePressureLampFL":0,"tirePressureLampFR":0,"tirePressureLampRL":0,"tirePressureLampRR":0},"battery":{"batSoc":81,"batState":0,"sjbDeliveryMode":0,"batSignalReferenceValue":{"batWarning":65},"powerAutoCutMode":2},"lampWireStatus":{"stopLamp":{"leftLamp":false,"rightLamp":false},"headLamp":{"headLampStatus":false,"leftLowLamp":false,"rightLowLamp":false,"leftHighLamp":false,"rightHighLamp":false,"leftBifuncLamp":false,"rightBifuncLamp":false},"turnSignalLamp":{"leftFrontLamp":false,"rightFrontLamp":false,"leftRearLamp":false,"rightRearLamp":false}},"smartKeyBatteryWarning":false,"washerFluidStatus":false,"breakOilStatus":false,"sleepModeCheck":false,"time":"20240529142215","remoteWaitingTimeAlert":{"remoteControlAvailable":1,"remoteControlWaitingTime":168,"elapsedTime":"44:31:42"},"systemCutOffAlert":0,"tailLampStatus":0,"hazardStatus":0},"odometer":{"value":27791.8,"unit":1}}},"msgId":"be59cf34-9dad-4d67-a40d-2ba35d499e96"}
[site  ] DEBUG 2024/05/29 15:23:10 ----
[etrel ] TRACE 2024/05/29 15:23:10 modbus: send 1c c9 00 00 00 06 01 04 00 1a 00 02
[etrel ] TRACE 2024/05/29 15:23:10 modbus: recv 1c c9 00 00 00 07 01 04 04 41 1c ac 08
[lp-1  ] DEBUG 2024/05/29 15:23:10 charge power: 9792W
[etrel ] TRACE 2024/05/29 15:23:10 modbus: send 1c ca 00 00 00 06 01 04 00 0e 00 06
[etrel ] TRACE 2024/05/29 15:23:10 modbus: recv 1c ca 00 00 00 0f 01 04 0c 41 73 f7 cf 41 6b 85 1f 41 6b 85 1f
[lp-1  ] DEBUG 2024/05/29 15:23:10 charge currents: [15.2 14.7 14.7]A
[site  ] DEBUG 2024/05/29 15:23:10 pv power: 1790W
[site  ] DEBUG 2024/05/29 15:23:10 battery soc: 61%
[site  ] DEBUG 2024/05/29 15:23:10 battery power: 4540W
[site  ] DEBUG 2024/05/29 15:23:10 grid meter: 3937W
[site  ] DEBUG 2024/05/29 15:23:10 site power: 8577W
[lp-1  ] DEBUG 2024/05/29 15:23:10 detected active phases: 3p
[lp-1  ] DEBUG 2024/05/29 15:23:10 !! session: chargeRater.chargedEnergy=0.2 - chargedAtStartup=0.0
[etrel ] TRACE 2024/05/29 15:23:10 modbus: send 1c cb 00 00 00 06 01 04 00 00 00 01
[etrel ] TRACE 2024/05/29 15:23:10 modbus: recv 1c cb 00 00 00 05 01 04 02 00 04
[lp-1  ] DEBUG 2024/05/29 15:23:10 charger status: C
[lp-1  ] DEBUG 2024/05/29 15:23:10 soc estimated: 46.20% (vehicle: 46.00%)
[lp-1  ] DEBUG 2024/05/29 15:23:10 vehicle soc: 46%
[lp-1  ] DEBUG 2024/05/29 15:23:10 vehicle range: 149km
[etrel ] TRACE 2024/05/29 15:23:10 modbus: send 1c cc 00 00 00 06 01 04 00 04 00 02
[etrel ] TRACE 2024/05/29 15:23:10 modbus: recv 1c cc 00 00 00 07 01 04 04 41 80 00 00
[lp-1  ] DEBUG 2024/05/29 15:23:10 pv charge current: 0A = 6A + -12.4A (8577W @ 3p)
[site  ] DEBUG 2024/05/29 15:24:10 ----
[etrel ] TRACE 2024/05/29 15:24:10 modbus: send 1c cd 00 00 00 06 01 04 00 1a 00 02
[etrel ] TRACE 2024/05/29 15:24:10 modbus: recv 1c cd 00 00 00 07 01 04 04 41 1b a5 e3
[lp-1  ] DEBUG 2024/05/29 15:24:10 charge power: 9728W
[etrel ] TRACE 2024/05/29 15:24:10 modbus: send 1c ce 00 00 00 06 01 04 00 0e 00 06
[etrel ] TRACE 2024/05/29 15:24:10 modbus: recv 1c ce 00 00 00 0f 01 04 0c 41 71 68 73 41 69 ba 5e 41 6c 8b 44
[lp-1  ] DEBUG 2024/05/29 15:24:10 charge currents: [15.1 14.6 14.8]A
[site  ] DEBUG 2024/05/29 15:24:10 pv power: 1978W
[site  ] DEBUG 2024/05/29 15:24:10 battery soc: 60%
[site  ] DEBUG 2024/05/29 15:24:10 battery power: 4538W
[site  ] DEBUG 2024/05/29 15:24:10 grid meter: 3690W
[site  ] DEBUG 2024/05/29 15:24:10 site power: 8328W
[lp-1  ] DEBUG 2024/05/29 15:24:10 detected active phases: 3p
[lp-1  ] DEBUG 2024/05/29 15:24:10 !! session: chargeRater.chargedEnergy=0.3 - chargedAtStartup=0.0
[etrel ] TRACE 2024/05/29 15:24:10 modbus: send 1c cf 00 00 00 06 01 04 00 00 00 01
[etrel ] TRACE 2024/05/29 15:24:10 modbus: recv 1c cf 00 00 00 05 01 04 02 00 04
[lp-1  ] DEBUG 2024/05/29 15:24:10 charger status: C
[lp-1  ] DEBUG 2024/05/29 15:24:10 soc estimated: 46.40% (vehicle: 46.00%)
[lp-1  ] DEBUG 2024/05/29 15:24:10 vehicle soc: 46%
[lp-1  ] DEBUG 2024/05/29 15:24:10 vehicle range: 149km
[etrel ] TRACE 2024/05/29 15:24:10 modbus: send 1c d0 00 00 00 06 01 04 00 04 00 02
[etrel ] TRACE 2024/05/29 15:24:10 modbus: recv 1c d0 00 00 00 07 01 04 04 41 80 00 00
[lp-1  ] DEBUG 2024/05/29 15:24:10 pv charge current: 0A = 6A + -12.1A (8328W @ 3p)
[site  ] DEBUG 2024/05/29 15:25:10 ----
andig commented 4 months ago

Anscheinend fängt die Box selbst an zu laden:

[lp-1 ] WARN 2024/05/29 15:22:15 charger out of sync: expected disabled, got enabled

Danach sollte eigentlich deaktiviert werden:

[lp-1 ] DEBUG 2024/05/29 15:22:16 pv charge current: 0A = 6A + -12.9A (8914W @ 3p)

Das scheint entweder nicht zu passieren oder funktioniert nicht. Warum ist aus dem Log nicht klar- da müsste man wohl mit dem Debugger rein schauen.

Besteht das Problem denn immer oder nur manchmal?

VolkerK62 commented 4 months ago

bufferSoc ist überschritten.

Wenn der Speicher "leer" ist, funktioniert das abschalten. https://github.com/evcc-io/evcc/discussions/13888#discussioncomment-9590025

[site  ] DEBUG 2024/05/29 09:11:10 ----
[etrel ] TRACE 2024/05/29 09:11:10   modbus: send 16 ea 00 00 00 06 01 04 00 1a 00 02
[etrel ] TRACE 2024/05/29 09:11:10   modbus: recv 16 ea 00 00 00 07 01 04 04 3f 8b 43 96
[lp-1    ] DEBUG 2024/05/29 09:11:10 charge power: 1088W
[etrel ] TRACE 2024/05/29 09:11:10   modbus: send 16 eb 00 00 00 06 01 04 00 0e 00 06
[etrel ] TRACE 2024/05/29 09:11:10   modbus: recv 16 eb 00 00 00 0f 01 04 0c 3f fb e7 6d 3f df 3b 64 3f d9 16 87
[lp-1    ] DEBUG 2024/05/29 09:11:10 charge currents: [1.97 1.74 1.7]A
[site    ] DEBUG 2024/05/29 09:11:10 pv power: 734W
[site    ] DEBUG 2024/05/29 09:11:10 battery soc: 5%
[site    ] DEBUG 2024/05/29 09:11:10 battery power: -453W
[site    ] DEBUG 2024/05/29 09:11:10 grid meter: -44W
[site    ] DEBUG 2024/05/29 09:11:10 battery has priority at soc 5% (< 50%)
[site    ] DEBUG 2024/05/29 09:11:10 site power: 56W
[lp-1    ] DEBUG 2024/05/29 09:11:10 !! session: chargeRater.chargedEnergy=5.1   - chargedAtStartup=0.0
[etrel ] TRACE 2024/05/29 09:11:10   modbus: send 16 ec 00 00 00 06 01 04 00 00 00 01
[etrel ] TRACE 2024/05/29 09:11:10   modbus: recv 16 ec 00 00 00 05 01 04 02 00 04
[lp-1    ] DEBUG 2024/05/29 09:11:10 charger status: C
[lp-1    ] INFO 2024/05/29 09:11:10 car connected
[lp-1    ] DEBUG 2024/05/29 09:11:10 vehicle api refresh
[lp-1    ] DEBUG 2024/05/29 09:11:10 pv timer elapse
[lp-1    ] DEBUG 2024/05/29 09:11:10 pv timer inactive
[lp-1    ] INFO 2024/05/29 09:11:10 start charging ->
[lp-1    ] DEBUG 2024/05/29 09:11:10 wake-up timer: stop
[main    ] DEBUG 2024/05/29 09:11:28 vehicle status: A (IONIQ5)
[main    ] DEBUG 2024/05/29 09:11:29 vehicle status: C (BMW iX3)
[lp-1    ] INFO 2024/05/29 09:11:29 vehicle updated: unknown -> BMW iX3
[lp-1    ] DEBUG 2024/05/29 09:11:29 set charge mode: pv
[etrel ] TRACE 2024/05/29 09:11:29   modbus: send 16 ed 00 00 00 06 01 04 00 00 00 01
[etrel ] TRACE 2024/05/29 09:11:29   modbus: recv 16 ed 00 00 00 05 01 04 02 00 04
[lp-1    ] DEBUG 2024/05/29 09:11:29 vehicle status: C
[lp-1    ] DEBUG 2024/05/29 09:11:29 vehicle soc: 49%
[lp-1    ] DEBUG 2024/05/29 09:11:29 vehicle range: 162km
[etrel ] TRACE 2024/05/29 09:11:29   modbus: send 16 ee 00 00 00 06 01 04 00 04 00 02
[etrel ] TRACE 2024/05/29 09:11:29   modbus: recv 16 ee 00 00 00 07 01 04 04 41 80 00 00
[lp-1    ] WARN 2024/05/29 09:11:29 charger out of sync: expected disabled, got   enabled
[lp-1    ] DEBUG 2024/05/29 09:11:29 charger enable
[lp-1    ] DEBUG 2024/05/29 09:11:29 pv charge current: 3.89A = 3.97A +   -0.0812A (56W @ 3p)
[lp-1    ] DEBUG 2024/05/29 09:11:29 projected site power 56W >= 0W disable   threshold
[lp-1    ] DEBUG 2024/05/29 09:11:29 pv disable in 0s
[lp-1    ] DEBUG 2024/05/29 09:11:29 pv disable timer elapsed
[etrel ] TRACE 2024/05/29 09:11:29   modbus: send 16 ef 00 00 00 0b 01 10 00 08 00 02 04 00 00 00 00
[etrel ] TRACE 2024/05/29 09:11:29   modbus: recv 16 ef 00 00 00 06 01 10 00 08 00 02
[lp-1    ] DEBUG 2024/05/29 09:11:29 charger disable
[lp-1    ] DEBUG 2024/05/29 09:11:29 wake-up timer: stop
[site    ] DEBUG 2024/05/29 09:11:29 ----
andig commented 4 months ago

@VolkerK62 Du bist ein Schatz! Siehe https://github.com/evcc-io/evcc/pull/14126 um das im Log klarer zu machen, zumal wir auch den bufferSoc sonst nicht mit loggen...

VolkerK62 commented 4 months ago

Löst aber das Problem nicht.

Die Box fängt nach dem Anstecken eigenmächtig an mit voller Leistung zu laden. Dann kommt charger enable und weil bufferSoc überschritten ist, wird weitergeladen. evcc denkt es wird mit 6A geladen und greift nicht weiter ein. Wenn der Hausspeicher noch ziemlich leer ist, wird direkt wieder ausgeschaltet. Die Steuerung an sich funktioniert also. MMn fehlt in Zusammenhang mit dem eigenmächtigen Start und charger enable noch ein max charge current: 6A.

andig commented 4 months ago

Bin nicht sicher- aber kann doch einfach morgen im nightly ausprobiert werden!

mansurs commented 4 months ago

Ok dann logge ich das mal mit dem Nightly

mansurs commented 4 months ago

Na mega, jetzt funktioniert es! Lag das an der Änderung in der if-condition? evcc-nightly-filtered.log

mansurs commented 3 months ago

Sieht so aus als wäre es ein Zufall, dass es geklappt hat oder ich hab was Neues entdeckt

Klappt wieder nicht :/

evcc-20240604-1527-trace-filtered.log

cvg-de commented 3 months ago

Zusätzlicher Datenpunkt von mir: 2024-06-05 Log-Auszug.txt

evcc setzt den Ladestrom um 11:03:26 auf 9A hoch, um 11:03:46 ist das sichtbar. Um 11:04:47 wird versucht, ihn wieder auf 6A herunterzusetzen, das klappt aber offenbar nicht. Es wird aber auch kein Fehler protokolliert. Ich habe eine Vermutung: Die Funktion lp.setlimit setzt die Variable lp.chargeCurrent auf den ermittelten Sollwert, und die Funktion lp.effectiveCurrent gibt genau diesen Wert zurück (und nicht den gemessenen Ladestrom). Damit beziehen sich alle weiteren Berechnungen auf einen zu kleinen Wert, und wenn der schon das Minimum 6A ist, sieht nie die Notwendigkeit, noch weiter runterzugehen. Erst ein erneutes Hochschalten des Ladestrom wenn mehr Sonne da ist bringt die Logik wieder ans Laufen, weil lp.chargeCurrent dann wieder auf einen höheren Wert gesetzt wird. Evtl. würde ein Debug-Logging auch in setLimit() weiter helfen? Problem scheint ja zu sein, dass der Charger auf den Befehl nicht reagiert. Bei mir ein Hardy Barth eCharge ePH1-2T22. Das erklärt auch zwanglos, warum ein Umschalten auf "Schnell" und ein zurückschalten auf "PV" die Logik wieder auf die Beine bringt.

mansurs commented 3 months ago

Sieht so aus als wäre es ein Zufall, dass es geklappt hat oder ich hab was Neues entdeckt

Klappt wieder nicht :/

evcc-20240604-1527-trace-filtered.log

Hier war ggf. das Problem, dass ich das Kabel von einem Auto ins andere gesteckt habe schneller als das Interval von 20s. Siehe Diskussion

mansurs commented 3 months ago

@andig Irgendwas stimmt da immer noch nicht. evcc-20240611-182110-trace-filtered.log

Um 17:46 ging's los, der Charger startet wie immer von alleine. Dann wurde das Auto erkannt und auf PV mode gewechselt, aber die Ladegeschwindigkeit bleibt bei 9k...

andig commented 3 months ago

Damit wir es nicht doppelt machen: es gib schon eine Discussion dazu. 1x reicht.