evcc-io / evcc

Solar Charging ☀️🚘
https://evcc.io
MIT License
3.65k stars 678 forks source link

[OCPP] EVC04 timeout beim Meter #15726

Closed Chris45671 closed 3 months ago

Chris45671 commented 3 months ago

Describe the bug

Seit ich von 0.129 auf den 0.130 Zweig gewechselt bin, habe ich dauerhaft die Fehlermeldung: [EU_EDR_CB12001332-1] WARN 2024/08/27 08:03:30 meter timeout Auch wenn ich jetzt wieder auf die 0.129 zurück gehe, bleibt dieser Fehler. Liegt dies vielleicht an der aktuellen EVCC Version oder ist hier vielleicht bei meiner Wallbox etwas kaputt?

Ausstattung: EVC04 Wallbox (EON vBox smart) - Firmware v3.118.0 2x PLENTICORE plus 10 1x KSME 1x BYD Akkus 16,6 kWh 1x Rasberry 5 8GB für EVCC

Steps to reproduce

  1. EVCC Update auf 0.130.6
  2. EVCC starten ...

Weitere Probleme beim Laden eines Skoda Enyaqs: #15706

Configuration details

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

log: debug
levels:
  site: debug
  lp-1: trace
  opcc: trace
  cache: error
  db: error

# unique installation id
plant: 26xxx

# gültig bis, Samstag, 28. August 2027
sponsortoken:  xxxxx

interval: 30s # control cycle interval

tariffs:
  currency: EUR # (default EUR)
  grid:
    type: fixed
    price: 0.36 # EUR/kWh
  feedin:
    type: fixed
    price: 0.065 # EUR/kWh
  co2:
    type: grünstromindex
    zip: 85652

vehicles:
  - name: Genesis
    title: Genesis G80
    type: template
    template: offline
    icon: car # Icon in der Benutzeroberfläche (optional)
    capacity: 87 # Akkukapazität in kWh (optional)
    phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional)
    mode: PV # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional)
  - name: Scotty
    type: template
    template: enyaq
    title: Scotty # Wird in der Benutzeroberfläche angezeigt (optional)
    user: xxxx # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.)
    password: xxxx # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen)
    capacity: 77 # Akkukapazität in kWh (optional)
    # timeout: 10s # optional 
    cache: 5m

loadpoints: 
  - title: Garage links
    charger: vBox
    mode: PV
    enable:
      threshold: 0
      delay: 1m
    disable:
      threshold: 450
      delay: 2m
  - title: Garage rechts
    charger: ABL4kW
    mode: PV
    enable:
      threshold: 0
      delay: 1m
    disable:
      threshold: 450
      delay: 2m

chargers:
  - name: ABL4kW
    type: template
    template: abl

    # RS485 via adapter (Modbus RTU)
    modbus: rs485serial
    id: 1
    device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
    baudrate: 38400 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
    comset: "8E1" # Kommunikationsparameter für den Adapter

  - name: vBox # EON Ladebox
    type: template
    template: ocpp
    stationid: EU_EDR_CB120xxxxxx
    remotestart: true
    # welcomecharge: true # 26.08.2024 eingebaut / Soll eine erste Ladung nach dem Anstecken auslösen. Verhinderung eines Fehlers.

meters:
- type: template
  template: kostal-plenticore 
  id: 71  
  host: 192.168.178.60  
  port: 1502  
  usage: pv  
  modbus: tcpip  
  name: pv1
- type: template
  template: kostal-plenticore 
  id: 71  
  host: 192.168.178.61  
  port: 1502  
  usage: pv  
  modbus: tcpip  
  name: pv2
- type: template
  template: kostal-plenticore 
  id: 71  
  host: 192.168.178.60  
  port: 1502  
  usage: battery  
  modbus: tcpip  
  name: battery2
- name: grid3
  type: template
  template: kostal-ksem
  usage: grid 
  # Modbus TCP
  modbus: tcpip
  id: 71
  host: 192.168.178.55 # Hostname
  port: 502 # Port 

# influx:
#  url: http://localhost:8086
#  database: evcc_log
#  org: Zuhause
#  token: xxxxxxxxx

site:
  title: Zuhause
  meters:
    grid: grid3
    pv:
    - pv1
    - pv2
    battery:
    - battery2
  residualPower: 150

Log details

Logdatei über das Kommando: evcc charger --log trace --Diagnose
[main  ] INFO 2024/08/27 07:53:59 evcc 0.130.6 (e97ebfc5)
[main  ] INFO 2024/08/27 07:53:59 using config file: /home/chris/evcc.yaml
[EU_EDR_CB12001332-1] DEBUG 2024/08/27 07:54:00 waiting for chargepoint: 5m0s
[ocpp  ] DEBUG 2024/08/27 07:54:05 charge point connected: EU_EDR_CB12001332
[ocpp  ] TRACE 2024/08/27 07:54:06 recv EU_EDR_CB12001332: [2,"0cfa7a78-6dae-4a49-9511-54b3ca4d378c","BootNotification",{
    "chargePointModel": "EVC04",
    "chargePointVendor": "VESTEL",
    "chargePointSerialNumber": "7000213721000121",
    "firmwareVersion": "v3.118.0-1.0.130.0",
    "meterType": "internal",
    "chargeBoxSerialNumber": "7000213721000121"
    }]
[ocpp  ] TRACE 2024/08/27 07:54:06 send EU_EDR_CB12001332: [3,"0cfa7a78-6dae-4a49-9511-54b3ca4d378c",{"currentTime":"2024-08-27T05:54:06Z","interval":60,"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 07:54:06 recv EU_EDR_CB12001332: [2,"242d7678-a8d7-4b1b-938e-e88a4c2dfb57","DataTransfer",{"vendorId":"generalConfiguration","messageId":"setMeterConfiguration","data":"{\"data\":{\"meters\":[{\"connectorId\":1,\"meterSerial\":\"\",\"publicKey\":\"\",\"type\":\"NONE\"}]}}"}]
[ocpp  ] TRACE 2024/08/27 07:54:06 send EU_EDR_CB12001332: [3,"242d7678-a8d7-4b1b-938e-e88a4c2dfb57",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 07:54:06 send EU_EDR_CB12001332: [2,"2511752963","ChangeAvailability",{"connectorId":0,"type":"Operative"}]
[ocpp  ] TRACE 2024/08/27 07:54:07 recv EU_EDR_CB12001332: [3,"2511752963",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 07:54:07 send EU_EDR_CB12001332: [2,"4233371905","GetConfiguration",{}]
[ocpp  ] TRACE 2024/08/27 07:54:07 recv EU_EDR_CB12001332: [2,"2973f3aa-5ff1-4962-b7c0-8cf083ecf289","StatusNotification",{"connectorId":0,"errorCode":"NoError","status":"Available","timestamp":"2024-08-27T05:54:06Z"}]
[ocpp  ] TRACE 2024/08/27 07:54:07 send EU_EDR_CB12001332: [3,"2973f3aa-5ff1-4962-b7c0-8cf083ecf289",{}]
[ocpp  ] TRACE 2024/08/27 07:54:07 recv EU_EDR_CB12001332: [3,"4233371905",{
    "configurationKey": [
        {
            "key": "AllowOfflineTxForUnknownId",
            "readonly": false,
            "value": "FALSE"
        },
        {
            "key": "AuthorizationCacheEnabled",
            "readonly": false,
            "value": "FALSE"
        },
        {
            "key": "AuthorizeRemoteTxRequests",
            "readonly": false,
            "value": "FALSE"
        },
        {
            "key": "AuthorizationKey",
            "readonly": false,
            "value": ""
        },
        {
            "key": "BlinkRepeat",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "BootNotificationAfterConnectionLoss",
            "readonly": false,
            "value": "TRUE"
        },
        {
            "key": "ChargeProfileMaxStackLevel",
            "readonly": true,
            "value": "3"
        },
        {
            "key": "ChargingScheduleAllowedChargingRateUnit",
            "readonly": true,
            "value": "Current"
        },
        {
            "key": "ChargingScheduleMaxPeriods",
            "readonly": true,
            "value": "5"
        },
        {
            "key": "ClockAlignedDataInterval",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "MaxPowerChargeComplete",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "MaxTimeChargeComplete",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "ConnectionTimeOut",
            "readonly": false,
            "value": "30"
        },
        {
            "key": "ConnectorPhaseRotation",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "ConnectorPhaseRotationMaxLength",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "ConnectionURL",
            "readonly": false,
            "value": "ws://192.168.178.79:8887/EU_EDR_CB12001332"
        },
        {
            "key": "DisplayLanguage",
            "readonly": false,
            "value": "de"
        },
        {
            "key": "SupportedDisplayLanguages",
            "readonly": true,
            "value": "en/tr/fr/de/it/ro/es/fi/cz/da/he/hu/nl/no/pl/sk/sv/"
        },
        {
            "key": "ConnectorSwitch3to1PhaseSupported",
            "readonly": true,
            "value": "FALSE"
        },
        {
            "key": "GetConfigurationMaxKeys",
            "readonly": true,
            "value": "1"
        },
        {
            "key": "HeartbeatInterval",
            "readonly": false,
            "value": "60"
        },
        {
            "key": "LightIntensity",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "LocalAuthListEnabled",
            "readonly": false,
            "value": "TRUE"
        },
        {
            "key": "LocalAuthListMaxLength",
            "readonly": true,
            "value": "10000"
        },
        {
            "key": "LocalAuthorizeOffline",
            "readonly": false,
            "value": "TRUE"
        },
        {
            "key": "LocalPreAuthorize",
            "readonly": false,
            "value": "FALSE"
        },
        {
            "key": "MaxChargingProfilesInstalled",
            "readonly": true,
            "value": "5"
        },
        {
            "key": "MaxEnergyOnInvalidId",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "MeterValuesAlignedData",
            "readonly": false,
            "value": "Energy.Active.Import.Register"
        },
        {
            "key": "MeterValuesAlignedDataMaxLength",
            "readonly": false,
            "value": "100"
        },
        {
            "key": "MeterValuesSampledData",
            "readonly": false,
            "value": "Power.Active.Import,Energy.Active.Import.Register,Current.Import,Voltage"
        },
        {
            "key": "MeterValuesSampledDataMaxLength",
            "readonly": true,
            "value": "4"
        },
        {
            "key": "MeterValueSampleInterval",
            "readonly": false,
            "value": "10"
        },
        {
            "key": "MinimumStatusDuration",
            "readonly": false,
            "value": "60"
        },
        {
            "key": "NumberOfConnectors",
            "readonly": true,
            "value": "1"
        },
        {
            "key": "ReserveConnectorZeroSupported",
            "readonly": true,
            "value": "TRUE"
        },
        {
            "key": "ResetRetries",
            "readonly": false,
            "value": "3"
        },
        {
            "key": "SendLocalListMaxLength",
            "readonly": true,
            "value": "10000"
        },
        {
            "key": "StopTransactionOnEVSideDisconnect",
            "readonly": false,
            "value": "TRUE"
        },
        {
            "key": "StopTransactionOnInvalidId",
            "readonly": false,
            "value": "TRUE"
        },
        {
            "key": "StopTxnAlignedData",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "StopTxnAlignedDataMaxLength",
            "readonly": true,
            "value": "0"
        },
        {
            "key": "StopTxnSampledData",
            "readonly": false,
            "value": "Energy.Active.Import.Register"
        },
        {
            "key": "StopTxnSampledDataMaxLength",
            "readonly": true,
            "value": "0"
        },
        {
            "key": "SupportedFeatureProfiles",
            "readonly": true,
            "value": "Core,FirmwareManagement,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger"
        },
        {
            "key": "SupportedFeatureProfilesMaxLength",
            "readonly": true,
            "value": "120"
        },
        {
            "key": "TransactionMessageAttempts",
            "readonly": false,
            "value": "3"
        },
        {
            "key": "TransactionMessageRetryInterval",
            "readonly": false,
            "value": "20"
        },
        {
            "key": "UnlockConnectorOnEVSideDisconnect",
            "readonly": false,
            "value": "TRUE"
        },
        {
            "key": "WebSocketPingInterval",
            "readonly": false,
            "value": "30"
        },
        {
            "key": "FreeModeActive",
            "readonly": false,
            "value": "TRUE"
        },
        {
            "key": "FreeModeRFID",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "ContinueChargingAfterPowerLoss",
            "readonly": false,
            "value": "False"
        },
        {
            "key": "SendTotalPowerValue",
            "readonly": false,
            "value": "FALSE"
        },
        {
            "key": "LockableCable",
            "readonly": false,
            "value": "False"
        },
        {
            "key": "UnbalancedLoadDetection",
            "readonly": false,
            "value": "True"
        },
        {
            "key": "DisplayBacklightLevel",
            "readonly": false,
            "value": "mid"
        },
        {
            "key": "DisplayBacklightLevelOptions",
            "readonly": true,
            "value": "veryLow,low,mid,high,timeBased,userInteraction"
        },
        {
            "key": "DisplayBacklightSunrise",
            "readonly": false,
            "value": "07:00"
        },
        {
            "key": "DisplayBacklightSunset",
            "readonly": false,
            "value": "19:00"
        },
        {
            "key": "LedDimmingLevel",
            "readonly": false,
            "value": "mid"
        },
        {
            "key": "LedDimmingLevelOptions",
            "readonly": true,
            "value": "veryLow,low,mid,high,timeBased"
        },
        {
            "key": "LedDimmingSunrise",
            "readonly": false,
            "value": "07:00"
        },
        {
            "key": "LedDimmingSunset",
            "readonly": false,
            "value": "19:00"
        },
        {
            "key": "StandbyLed",
            "readonly": false,
            "value": "False"
        },
        {
            "key": "RfidEndianness",
            "readonly": false,
            "value": "big-endian"
        },
        {
            "key": "Location",
            "readonly": false,
            "value": "indoor"
        },
        {
            "key": "PowerOptimizer",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "LoadSheddingMinimumCurrent",
            "readonly": false,
            "value": "16"
        },
        {
            "key": "UnbalancedLoadDetectionMaxCurrent",
            "readonly": false,
            "value": "6"
        },
        {
            "key": "CurrentLimiterValue",
            "readonly": false,
            "value": "16"
        },
        {
            "key": "CurrentLimiterPhase",
            "readonly": false,
            "value": "threePhase"
        },
        {
            "key": "DailyReboot",
            "readonly": false,
            "value": "TRUE"
        },
        {
            "key": "publicKey",
            "readonly": true,
            "value": ""
        },
        {
            "key": "RandomisedDelayMaxSeconds",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "OffPeakCharging",
            "readonly": false,
            "value": "False"
        },
        {
            "key": "OffPeakChargingWeekend",
            "readonly": false,
            "value": "False"
        },
        {
            "key": "OffPeakChargingTimeSlots",
            "readonly": false,
            "value": "-, -"
        },
        {
            "key": "ContinueAfterOffPeakHour",
            "readonly": false,
            "value": "False"
        },
        {
            "key": "ForcedCharging",
            "readonly": false,
            "value": ""
        },
        {
            "key": "CurrentSessionRandomDelay",
            "readonly": true,
            "value": "0"
        },
        {
            "key": "timeZone",
            "readonly": false,
            "value": "UTC"
        },
        {
            "key": "apnInfo",
            "readonly": false,
            "value": ",,"
        },
        {
            "key": "UKSmartChargingEnabled",
            "readonly": false,
            "value": "FALSE"
        },
        {
            "key": "installationErrorEnable",
            "readonly": false,
            "value": "TRUE"
        },
        {
            "key": "randomisedDelayAtOffPeakEnd",
            "readonly": false,
            "value": "False"
        }
    ]
    }]
[ocpp  ] TRACE 2024/08/27 07:54:07 send EU_EDR_CB12001332: [2,"1566647297","TriggerMessage",{"requestedMessage":"BootNotification"}]
[ocpp  ] TRACE 2024/08/27 07:54:07 recv EU_EDR_CB12001332: [3,"1566647297",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 07:54:07 send EU_EDR_CB12001332: [2,"2739016672","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Active.Import"}]
[ocpp  ] TRACE 2024/08/27 07:54:07 recv EU_EDR_CB12001332: [2,"55eca6db-9163-4cb7-8053-ccf8dd02158f","BootNotification",{
    "chargePointModel": "EVC04",
    "chargePointVendor": "VESTEL",
    "chargePointSerialNumber": "7000213721000121",
    "firmwareVersion": "v3.118.0-1.0.130.0",
    "meterType": "internal",
    "chargeBoxSerialNumber": "7000213721000121"
    }]
[ocpp  ] TRACE 2024/08/27 07:54:07 send EU_EDR_CB12001332: [3,"55eca6db-9163-4cb7-8053-ccf8dd02158f",{"currentTime":"2024-08-27T05:54:07Z","interval":60,"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 07:54:07 recv EU_EDR_CB12001332: [2,"3e3b4f20-8057-4c77-9dbe-b4abfb52cbf2","StatusNotification",{"connectorId":1,"errorCode":"NoError","status":"Available","timestamp":"2024-08-27T05:54:06Z"}]
[ocpp  ] TRACE 2024/08/27 07:54:07 send EU_EDR_CB12001332: [3,"3e3b4f20-8057-4c77-9dbe-b4abfb52cbf2",{}]
[ocpp  ] TRACE 2024/08/27 07:54:07 recv EU_EDR_CB12001332: [3,"2739016672",{
    "status": "Accepted"
    }]
[ocpp  ] TRACE 2024/08/27 07:54:07 send EU_EDR_CB12001332: [2,"3288523490","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Register"}]
[ocpp  ] TRACE 2024/08/27 07:54:07 recv EU_EDR_CB12001332: [2,"3a82a78b-c7dd-4f44-b795-c9da2a067d38","DataTransfer",{"vendorId":"generalConfiguration","messageId":"setMeterConfiguration","data":"{\"data\":{\"meters\":[{\"connectorId\":1,\"meterSerial\":\"\",\"publicKey\":\"\",\"type\":\"NONE\"}]}}"}]
[ocpp  ] TRACE 2024/08/27 07:54:07 send EU_EDR_CB12001332: [3,"3a82a78b-c7dd-4f44-b795-c9da2a067d38",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 07:54:07 recv EU_EDR_CB12001332: [3,"3288523490",{
    "status": "Accepted"
    }]
[ocpp  ] TRACE 2024/08/27 07:54:07 send EU_EDR_CB12001332: [2,"3432413507","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Import"}]
[ocpp  ] TRACE 2024/08/27 07:54:08 recv EU_EDR_CB12001332: [3,"3432413507",{
    "status": "Accepted"
    }]
[ocpp  ] TRACE 2024/08/27 07:54:08 send EU_EDR_CB12001332: [2,"2822458661","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Voltage"}]
[ocpp  ] TRACE 2024/08/27 07:54:08 recv EU_EDR_CB12001332: [3,"2822458661",{
    "status": "Accepted"
    }]
[ocpp  ] TRACE 2024/08/27 07:54:08 send EU_EDR_CB12001332: [2,"3779433802","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Offered"}]
[ocpp  ] TRACE 2024/08/27 07:54:08 recv EU_EDR_CB12001332: [3,"3779433802",{
    "status": "Accepted"
    }]
[ocpp  ] TRACE 2024/08/27 07:54:08 send EU_EDR_CB12001332: [2,"1131387124","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Offered"}]
[ocpp  ] TRACE 2024/08/27 07:54:08 recv EU_EDR_CB12001332: [3,"1131387124",{
    "status": "Accepted"
    }]
[ocpp  ] TRACE 2024/08/27 07:54:08 send EU_EDR_CB12001332: [2,"2123467810","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"SoC"}]
[ocpp  ] TRACE 2024/08/27 07:54:08 recv EU_EDR_CB12001332: [2,"be665fda-c249-4f99-bcd9-b70f06ade09d","Heartbeat",{}]
[ocpp  ] TRACE 2024/08/27 07:54:08 send EU_EDR_CB12001332: [3,"be665fda-c249-4f99-bcd9-b70f06ade09d",{"currentTime":"2024-08-27T05:54:08Z"}]
[ocpp  ] TRACE 2024/08/27 07:54:08 recv EU_EDR_CB12001332: [3,"2123467810",{
    "status": "Rejected"
    }]
[ocpp  ] TRACE 2024/08/27 07:54:08 send EU_EDR_CB12001332: [2,"1046855337","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Active.Import,Energy.Active.Import.Register,Current.Import,Voltage"}]
[ocpp  ] TRACE 2024/08/27 07:54:08 recv EU_EDR_CB12001332: [3,"1046855337",{
    "status": "Accepted"
    }]
[ocpp  ] TRACE 2024/08/27 07:54:08 send EU_EDR_CB12001332: [2,"3197583823","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 07:54:08 recv EU_EDR_CB12001332: [3,"3197583823",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 07:55:05 recv EU_EDR_CB12001332: [2,"df27c5ed-b88b-4f4c-9eee-7e1dd4c922c8","Heartbeat",{}]
[ocpp  ] TRACE 2024/08/27 07:55:05 send EU_EDR_CB12001332: [3,"df27c5ed-b88b-4f4c-9eee-7e1dd4c922c8",{"currentTime":"2024-08-27T05:55:05Z"}]
[ocpp  ] TRACE 2024/08/27 07:56:05 recv EU_EDR_CB12001332: [2,"0cf2ee96-e99e-42d5-82ec-2ed474901c9c","Heartbeat",{}]
[ocpp  ] TRACE 2024/08/27 07:56:05 send EU_EDR_CB12001332: [3,"0cf2ee96-e99e-42d5-82ec-2ed474901c9c",{"currentTime":"2024-08-27T05:56:05Z"}]
[EU_EDR_CB12001332-1] WARN 2024/08/27 07:56:08 meter timeout
[ocpp  ] TRACE 2024/08/27 07:56:08 send EU_EDR_CB12001332: [2,"1550178313","ChangeConfiguration",{"key":"MeterValueSampleInterval","value":"10"}]
[ocpp  ] TRACE 2024/08/27 07:56:08 recv EU_EDR_CB12001332: [3,"1550178313",{
    "status": "Accepted"
    }]
[ocpp  ] TRACE 2024/08/27 07:56:08 send EU_EDR_CB12001332: [2,"2261009868","ChangeConfiguration",{"key":"WebSocketPingInterval","value":"30"}]
[ocpp  ] TRACE 2024/08/27 07:56:08 recv EU_EDR_CB12001332: [3,"2261009868",{
    "status": "Accepted"
    }]
[ocpp  ] TRACE 2024/08/27 07:56:08 send EU_EDR_CB12001332: [2,"2672663308","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 07:56:09 recv EU_EDR_CB12001332: [3,"2672663308",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 07:56:09 send EU_EDR_CB12001332: [2,"1128339076","GetCompositeSchedule",{"connectorId":1,"duration":60}]
[ocpp  ] TRACE 2024/08/27 07:56:09 recv EU_EDR_CB12001332: [3,"1128339076",{"connectorId": 1, "scheduleStart": "2024-08-27T05:56:08Z", "chargingSchedule": {"startSchedule": "2024-08-24T12:52:15Z", "chargingRateUnit": "A", "duration": 60, "chargingSchedulePeriod": [{"limit": 0, "startPeriod": 0}]}, "status": "Accepted"}]
Power:          0W
Energy:         not available
Current L1..L3: 0A 0A 0A
Voltage L1..L3: not available
Charge status:  A
Enabled:        false
Identifier:     <none>
Diagnostic dump:
    Charge Point ID: EU_EDR_CB12001332
    Boot Notification:
        ChargePointVendor: VESTEL
        ChargePointModel: EVC04
        ChargePointSerialNumber: 7000213721000121
        FirmwareVersion: v3.118.0-1.0.130.0
    Configuration:
[ocpp  ] TRACE 2024/08/27 07:56:09 send EU_EDR_CB12001332: [2,"3952966100","GetConfiguration",{}]
[ocpp  ] TRACE 2024/08/27 07:56:09 recv EU_EDR_CB12001332: [3,"3952966100",{
    "configurationKey": [
        {
            "key": "AllowOfflineTxForUnknownId",
            "readonly": false,
            "value": "FALSE"
        },
        {
            "key": "AuthorizationCacheEnabled",
            "readonly": false,
            "value": "FALSE"
        },
        {
            "key": "AuthorizeRemoteTxRequests",
            "readonly": false,
            "value": "FALSE"
        },
        {
            "key": "AuthorizationKey",
            "readonly": false,
            "value": ""
        },
        {
            "key": "BlinkRepeat",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "BootNotificationAfterConnectionLoss",
            "readonly": false,
            "value": "TRUE"
        },
        {
            "key": "ChargeProfileMaxStackLevel",
            "readonly": true,
            "value": "3"
        },
        {
            "key": "ChargingScheduleAllowedChargingRateUnit",
            "readonly": true,
            "value": "Current"
        },
        {
            "key": "ChargingScheduleMaxPeriods",
            "readonly": true,
            "value": "5"
        },
        {
            "key": "ClockAlignedDataInterval",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "MaxPowerChargeComplete",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "MaxTimeChargeComplete",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "ConnectionTimeOut",
            "readonly": false,
            "value": "30"
        },
        {
            "key": "ConnectorPhaseRotation",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "ConnectorPhaseRotationMaxLength",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "ConnectionURL",
            "readonly": false,
            "value": "ws://192.168.178.79:8887/EU_EDR_CB12001332"
        },
        {
            "key": "DisplayLanguage",
            "readonly": false,
            "value": "de"
        },
        {
            "key": "SupportedDisplayLanguages",
            "readonly": true,
            "value": "en/tr/fr/de/it/ro/es/fi/cz/da/he/hu/nl/no/pl/sk/sv/"
        },
        {
            "key": "ConnectorSwitch3to1PhaseSupported",
            "readonly": true,
            "value": "FALSE"
        },
        {
            "key": "GetConfigurationMaxKeys",
            "readonly": true,
            "value": "1"
        },
        {
            "key": "HeartbeatInterval",
            "readonly": false,
            "value": "60"
        },
        {
            "key": "LightIntensity",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "LocalAuthListEnabled",
            "readonly": false,
            "value": "TRUE"
        },
        {
            "key": "LocalAuthListMaxLength",
            "readonly": true,
            "value": "10000"
        },
        {
            "key": "LocalAuthorizeOffline",
            "readonly": false,
            "value": "TRUE"
        },
        {
            "key": "LocalPreAuthorize",
            "readonly": false,
            "value": "FALSE"
        },
        {
            "key": "MaxChargingProfilesInstalled",
            "readonly": true,
            "value": "5"
        },
        {
            "key": "MaxEnergyOnInvalidId",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "MeterValuesAlignedData",
            "readonly": false,
            "value": "Energy.Active.Import.Register"
        },
        {
            "key": "MeterValuesAlignedDataMaxLength",
            "readonly": false,
            "value": "100"
        },
        {
            "key": "MeterValuesSampledData",
            "readonly": false,
            "value": "Power.Active.Import,Energy.Active.Import.Register,Current.Import,Voltage"
        },
        {
            "key": "MeterValuesSampledDataMaxLength",
            "readonly": true,
            "value": "4"
        },
        {
            "key": "MeterValueSampleInterval",
            "readonly": false,
            "value": "10"
        },
        {
            "key": "MinimumStatusDuration",
            "readonly": false,
            "value": "60"
        },
        {
            "key": "NumberOfConnectors",
            "readonly": true,
            "value": "1"
        },
        {
            "key": "ReserveConnectorZeroSupported",
            "readonly": true,
            "value": "TRUE"
        },
        {
            "key": "ResetRetries",
            "readonly": false,
            "value": "3"
        },
        {
            "key": "SendLocalListMaxLength",
            "readonly": true,
            "value": "10000"
        },
        {
            "key": "StopTransactionOnEVSideDisconnect",
            "readonly": false,
            "value": "TRUE"
        },
        {
            "key": "StopTransactionOnInvalidId",
            "readonly": false,
            "value": "TRUE"
        },
        {
            "key": "StopTxnAlignedData",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "StopTxnAlignedDataMaxLength",
            "readonly": true,
            "value": "0"
        },
        {
            "key": "StopTxnSampledData",
            "readonly": false,
            "value": "Energy.Active.Import.Register"
        },
        {
            "key": "StopTxnSampledDataMaxLength",
            "readonly": true,
            "value": "0"
        },
        {
            "key": "SupportedFeatureProfiles",
            "readonly": true,
            "value": "Core,FirmwareManagement,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger"
        },
        {
            "key": "SupportedFeatureProfilesMaxLength",
            "readonly": true,
            "value": "120"
        },
        {
            "key": "TransactionMessageAttempts",
            "readonly": false,
            "value": "3"
        },
        {
            "key": "TransactionMessageRetryInterval",
            "readonly": false,
            "value": "20"
        },
        {
            "key": "UnlockConnectorOnEVSideDisconnect",
            "readonly": false,
            "value": "TRUE"
        },
        {
            "key": "WebSocketPingInterval",
            "readonly": false,
            "value": "30"
        },
        {
            "key": "FreeModeActive",
            "readonly": false,
            "value": "TRUE"
        },
        {
            "key": "FreeModeRFID",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "ContinueChargingAfterPowerLoss",
            "readonly": false,
            "value": "False"
        },
        {
            "key": "SendTotalPowerValue",
            "readonly": false,
            "value": "FALSE"
        },
        {
            "key": "LockableCable",
            "readonly": false,
            "value": "False"
        },
        {
            "key": "UnbalancedLoadDetection",
            "readonly": false,
            "value": "True"
        },
        {
            "key": "DisplayBacklightLevel",
            "readonly": false,
            "value": "mid"
        },
        {
            "key": "DisplayBacklightLevelOptions",
            "readonly": true,
            "value": "veryLow,low,mid,high,timeBased,userInteraction"
        },
        {
            "key": "DisplayBacklightSunrise",
            "readonly": false,
            "value": "07:00"
        },
        {
            "key": "DisplayBacklightSunset",
            "readonly": false,
            "value": "19:00"
        },
        {
            "key": "LedDimmingLevel",
            "readonly": false,
            "value": "mid"
        },
        {
            "key": "LedDimmingLevelOptions",
            "readonly": true,
            "value": "veryLow,low,mid,high,timeBased"
        },
        {
            "key": "LedDimmingSunrise",
            "readonly": false,
            "value": "07:00"
        },
        {
            "key": "LedDimmingSunset",
            "readonly": false,
            "value": "19:00"
        },
        {
            "key": "StandbyLed",
            "readonly": false,
            "value": "False"
        },
        {
            "key": "RfidEndianness",
            "readonly": false,
            "value": "big-endian"
        },
        {
            "key": "Location",
            "readonly": false,
            "value": "indoor"
        },
        {
            "key": "PowerOptimizer",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "LoadSheddingMinimumCurrent",
            "readonly": false,
            "value": "16"
        },
        {
            "key": "UnbalancedLoadDetectionMaxCurrent",
            "readonly": false,
            "value": "6"
        },
        {
            "key": "CurrentLimiterValue",
            "readonly": false,
            "value": "16"
        },
        {
            "key": "CurrentLimiterPhase",
            "readonly": false,
            "value": "threePhase"
        },
        {
            "key": "DailyReboot",
            "readonly": false,
            "value": "TRUE"
        },
        {
            "key": "publicKey",
            "readonly": true,
            "value": ""
        },
        {
            "key": "RandomisedDelayMaxSeconds",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "OffPeakCharging",
            "readonly": false,
            "value": "False"
        },
        {
            "key": "OffPeakChargingWeekend",
            "readonly": false,
            "value": "False"
        },
        {
            "key": "OffPeakChargingTimeSlots",
            "readonly": false,
            "value": "-, -"
        },
        {
            "key": "ContinueAfterOffPeakHour",
            "readonly": false,
            "value": "False"
        },
        {
            "key": "ForcedCharging",
            "readonly": false,
            "value": ""
        },
        {
            "key": "CurrentSessionRandomDelay",
            "readonly": true,
            "value": "0"
        },
        {
            "key": "timeZone",
            "readonly": false,
            "value": "UTC"
        },
        {
            "key": "apnInfo",
            "readonly": false,
            "value": ",,"
        },
        {
            "key": "UKSmartChargingEnabled",
            "readonly": false,
            "value": "FALSE"
        },
        {
            "key": "installationErrorEnable",
            "readonly": false,
            "value": "TRUE"
        },
        {
            "key": "randomisedDelayAtOffPeakEnd",
            "readonly": false,
            "value": "False"
        }
    ]
    }]
        AllowOfflineTxForUnknownId (r/w): FALSE
        AuthorizationCacheEnabled (r/w): FALSE
        AuthorizationKey (r/w): 
        AuthorizeRemoteTxRequests (r/w): FALSE
        BlinkRepeat (r/w): 0
        BootNotificationAfterConnectionLoss (r/w): TRUE
        ChargeProfileMaxStackLevel (r/o): 3
        ChargingScheduleAllowedChargingRateUnit (r/o): Current
        ChargingScheduleMaxPeriods (r/o): 5
        ClockAlignedDataInterval (r/w): 0
        ConnectionTimeOut (r/w): 30
        ConnectionURL (r/w): ws://192.168.178.79:8887/EU_EDR_CB12001332
        ConnectorPhaseRotation (r/w): 0
        ConnectorPhaseRotationMaxLength (r/w): 0
        ConnectorSwitch3to1PhaseSupported (r/o): FALSE
        ContinueAfterOffPeakHour (r/w): False
        ContinueChargingAfterPowerLoss (r/w): False
        CurrentLimiterPhase (r/w): threePhase
        CurrentLimiterValue (r/w): 16
        CurrentSessionRandomDelay (r/o): 0
        DailyReboot (r/w): TRUE
        DisplayBacklightLevel (r/w): mid
        DisplayBacklightLevelOptions (r/o): veryLow,low,mid,high,timeBased,userInteraction
        DisplayBacklightSunrise (r/w): 07:00
        DisplayBacklightSunset (r/w): 19:00
        DisplayLanguage (r/w): de
        ForcedCharging (r/w): 
        FreeModeActive (r/w): TRUE
        FreeModeRFID (r/w): 0
        GetConfigurationMaxKeys (r/o): 1
        HeartbeatInterval (r/w): 60
        LedDimmingLevel (r/w): mid
        LedDimmingLevelOptions (r/o): veryLow,low,mid,high,timeBased
        LedDimmingSunrise (r/w): 07:00
        LedDimmingSunset (r/w): 19:00
        LightIntensity (r/w): 0
        LoadSheddingMinimumCurrent (r/w): 16
        LocalAuthListEnabled (r/w): TRUE
        LocalAuthListMaxLength (r/o): 10000
        LocalAuthorizeOffline (r/w): TRUE
        LocalPreAuthorize (r/w): FALSE
        Location (r/w): indoor
        LockableCable (r/w): False
        MaxChargingProfilesInstalled (r/o): 5
        MaxEnergyOnInvalidId (r/w): 0
        MaxPowerChargeComplete (r/w): 0
        MaxTimeChargeComplete (r/w): 0
        MeterValueSampleInterval (r/w): 10
        MeterValuesAlignedData (r/w): Energy.Active.Import.Register
        MeterValuesAlignedDataMaxLength (r/w): 100
        MeterValuesSampledData (r/w): Power.Active.Import,Energy.Active.Import.Register,Current.Import,Voltage
        MeterValuesSampledDataMaxLength (r/o): 4
        MinimumStatusDuration (r/w): 60
        NumberOfConnectors (r/o): 1
        OffPeakCharging (r/w): False
        OffPeakChargingTimeSlots (r/w): -, -
        OffPeakChargingWeekend (r/w): False
        PowerOptimizer (r/w): 0
        RandomisedDelayMaxSeconds (r/w): 0
        ReserveConnectorZeroSupported (r/o): TRUE
        ResetRetries (r/w): 3
        RfidEndianness (r/w): big-endian
        SendLocalListMaxLength (r/o): 10000
        SendTotalPowerValue (r/w): FALSE
        StandbyLed (r/w): False
        StopTransactionOnEVSideDisconnect (r/w): TRUE
        StopTransactionOnInvalidId (r/w): TRUE
        StopTxnAlignedData (r/w): 0
        StopTxnAlignedDataMaxLength (r/o): 0
        StopTxnSampledData (r/w): Energy.Active.Import.Register
        StopTxnSampledDataMaxLength (r/o): 0
        SupportedDisplayLanguages (r/o): en/tr/fr/de/it/ro/es/fi/cz/da/he/hu/nl/no/pl/sk/sv/
        SupportedFeatureProfiles (r/o): Core,FirmwareManagement,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger
        SupportedFeatureProfilesMaxLength (r/o): 120
        TransactionMessageAttempts (r/w): 3
        TransactionMessageRetryInterval (r/w): 20
        UKSmartChargingEnabled (r/w): FALSE
        UnbalancedLoadDetection (r/w): True
        UnbalancedLoadDetectionMaxCurrent (r/w): 6
        UnlockConnectorOnEVSideDisconnect (r/w): TRUE
        WebSocketPingInterval (r/w): 30
        apnInfo (r/w): ,,
        installationErrorEnable (r/w): TRUE
        publicKey (r/o): 
        randomisedDelayAtOffPeakEnd (r/w): False
        timeZone (r/w): UTC

Allgemeines Log aus der Oberfläche:

Hier noch die Einstellungen in der Vestel Box: Vestel_OCPP_Optionen

What type of operating system are you running?

Linux

Version

0.130.6 (e97ebfc5)

Chris45671 commented 3 months ago

Allgemeines Log aus der Oberfläche:

[main  ] INFO 2024/08/27 08:00:26 evcc 0.130.6 (e97ebfc5)
[main  ] INFO 2024/08/27 08:00:26 using config file: /etc/evcc.yaml
[db    ] INFO 2024/08/27 08:00:26 using sqlite database: /var/lib/evcc/evcc.db
[db    ] TRACE 2024/08/27 08:00:26 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="settings" -1 <nil>
[db    ] TRACE 2024/08/27 08:00:26 SELECT sql FROM sqlite_master WHERE type IN ("table","index") AND tbl_name = "settings" AND sql IS NOT NULL order by type = "table" desc 1 <nil>
[db    ] TRACE 2024/08/27 08:00:26 SELECT * FROM `settings` LIMIT 1 -1 <nil>
[db    ] TRACE 2024/08/27 08:00:26 SELECT * FROM `settings` 24 <nil>
[db    ] TRACE 2024/08/27 08:00:27 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="devices" -1 <nil>
[db    ] TRACE 2024/08/27 08:00:27 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="device_details" -1 <nil>
[db    ] TRACE 2024/08/27 08:00:27 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="configs" -1 <nil>
[db    ] TRACE 2024/08/27 08:00:27 SELECT sql FROM sqlite_master WHERE type IN ("table","index") AND tbl_name = "configs" AND sql IS NOT NULL order by type = "table" desc 1 <nil>
[db    ] TRACE 2024/08/27 08:00:27 SELECT * FROM `configs` LIMIT 1 -1 <nil>
[db    ] TRACE 2024/08/27 08:00:27 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="config_details" -1 <nil>
[db    ] TRACE 2024/08/27 08:00:27 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="config_details" -1 <nil>
[main  ] INFO 2024/08/27 08:00:27 listening at :7070
[db    ] TRACE 2024/08/27 08:00:27 SELECT * FROM `configs` WHERE `configs`.`class` = 2 0 <nil>
[modbus] TRACE 2024/08/27 08:00:27 modbus: send 00 01 00 00 00 06 47 03 9c 40 00 02
[modbus] TRACE 2024/08/27 08:00:27 modbus: recv 00 01 00 00 00 07 47 03 04 53 75 6e 53
[modbus] TRACE 2024/08/27 08:00:27 modbus: send 00 02 00 00 00 06 47 03 9c 42 00 02
[modbus] TRACE 2024/08/27 08:00:27 modbus: recv 00 02 00 00 00 07 47 03 04 00 01 00 41
[modbus] TRACE 2024/08/27 08:00:27 modbus: send 00 03 00 00 00 06 47 03 9c 85 00 02
[modbus] TRACE 2024/08/27 08:00:27 modbus: recv 00 03 00 00 00 07 47 03 04 00 cb 00 69
[modbus] TRACE 2024/08/27 08:00:27 modbus: send 00 04 00 00 00 06 47 03 9c f0 00 02
[modbus] TRACE 2024/08/27 08:00:27 modbus: recv 00 04 00 00 00 07 47 03 04 ff ff 00 00
[modbus] TRACE 2024/08/27 08:00:27 modbus: send 00 05 00 00 00 06 47 03 9c 44 00 42
[modbus] TRACE 2024/08/27 08:00:27 modbus: recv 00 05 00 00 00 87 47 03 84 4b 4f 53 54 41 4c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4b 4f 53 54 41 4c 20 53 6d 61 72 74 20 45 6e 65 72 67 79 20 4d 65 74 65 72 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 32 2e 34 2e 31 00 00 00 00 00 00 00 00 00 00 00 37 36 32 37 33 31 36 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff 00 cb
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 01 00 00 00 06 47 03 9c 40 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 01 00 00 00 07 47 03 04 53 75 6e 53
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 02 00 00 00 06 47 03 9c 42 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 02 00 00 00 07 47 03 04 00 01 00 42
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 03 00 00 00 06 47 03 9c 86 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 03 00 00 00 07 47 03 04 00 67 00 32
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 04 00 00 00 06 47 03 9c ba 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 04 00 00 00 07 47 03 04 00 71 00 3c
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 05 00 00 00 06 47 03 9c f8 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 05 00 00 00 07 47 03 04 00 78 00 1a
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 06 00 00 00 06 47 03 9d 14 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 06 00 00 00 07 47 03 04 00 7b 00 18
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 07 00 00 00 06 47 03 9d 2e 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 07 00 00 00 07 47 03 04 00 a0 00 44
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 08 00 00 00 06 47 03 9d 74 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 08 00 00 00 07 47 03 04 00 cb 00 69
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 09 00 00 00 06 47 03 9d df 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 09 00 00 00 07 47 03 04 03 22 00 3e
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 0a 00 00 00 06 47 03 9e 1f 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 0a 00 00 00 07 47 03 04 ff ff 00 00
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 0b 00 00 00 06 47 03 9c 44 00 42
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 0b 00 00 00 87 47 03 84 4b 4f 53 54 41 4c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 50 4c 45 4e 54 49 43 4f 52 45 20 70 6c 75 73 31 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 30 32 2e 31 32 2e 31 36 32 31 39 00 00 00 00 00 39 33 35 35 38 57 46 4a 30 30 30 37 33 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 47 5a 5a
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 0c 00 00 00 06 47 03 9d 30 00 08
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 0c 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 0d 00 00 00 06 47 03 9d 38 00 14
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 0d 00 00 00 2b 47 03 28 00 01 44 43 5f 53 54 52 49 4e 47 5f 31 20 20 20 20 20 02 66 0f 12 09 40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 01 00 00 00 06 47 03 9c 40 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 01 00 00 00 07 47 03 04 53 75 6e 53
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 02 00 00 00 06 47 03 9c 42 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 02 00 00 00 07 47 03 04 00 01 00 42
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 03 00 00 00 06 47 03 9c 86 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 03 00 00 00 07 47 03 04 00 67 00 32
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 04 00 00 00 06 47 03 9c ba 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 04 00 00 00 07 47 03 04 00 71 00 3c
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 05 00 00 00 06 47 03 9c f8 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 05 00 00 00 07 47 03 04 00 78 00 1a
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 06 00 00 00 06 47 03 9d 14 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 06 00 00 00 07 47 03 04 00 7b 00 18
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 07 00 00 00 06 47 03 9d 2e 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 07 00 00 00 07 47 03 04 00 a0 00 44
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 08 00 00 00 06 47 03 9d 74 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 08 00 00 00 07 47 03 04 00 cb 00 69
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 09 00 00 00 06 47 03 9d df 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 09 00 00 00 07 47 03 04 03 22 00 3e
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 0a 00 00 00 06 47 03 9e 1f 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 0a 00 00 00 07 47 03 04 ff ff 00 00
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 0b 00 00 00 06 47 03 9c 44 00 42
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 0b 00 00 00 87 47 03 84 4b 4f 53 54 41 4c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 50 4c 45 4e 54 49 43 4f 52 45 20 70 6c 75 73 31 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 30 32 2e 31 32 2e 31 36 32 31 39 00 00 00 00 00 39 33 35 35 38 57 46 4a 30 30 30 37 33 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 47 5a 5a
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 0c 00 00 00 06 47 03 9d 30 00 08
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 0c 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 0d 00 00 00 06 47 03 9d 4c 00 14
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 0d 00 00 00 2b 47 03 28 00 02 44 43 5f 53 54 52 49 4e 47 5f 32 20 20 20 20 20 00 ad 10 b2 02 e5 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 01 00 00 00 06 47 03 9c 40 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 01 00 00 00 07 47 03 04 53 75 6e 53
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 02 00 00 00 06 47 03 9c 42 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 02 00 00 00 07 47 03 04 00 01 00 42
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 03 00 00 00 06 47 03 9c 86 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 03 00 00 00 07 47 03 04 00 67 00 32
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 04 00 00 00 06 47 03 9c ba 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 04 00 00 00 07 47 03 04 00 71 00 3c
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 05 00 00 00 06 47 03 9c f8 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 05 00 00 00 07 47 03 04 00 78 00 1a
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 06 00 00 00 06 47 03 9d 14 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 06 00 00 00 07 47 03 04 00 7b 00 18
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 07 00 00 00 06 47 03 9d 2e 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 07 00 00 00 07 47 03 04 00 a0 00 44
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 08 00 00 00 06 47 03 9d 74 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 08 00 00 00 07 47 03 04 00 cb 00 69
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 09 00 00 00 06 47 03 9d df 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 09 00 00 00 07 47 03 04 03 22 00 3e
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 0a 00 00 00 06 47 03 9e 1f 00 02
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 0a 00 00 00 07 47 03 04 ff ff 00 00
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 0b 00 00 00 06 47 03 9c 44 00 42
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 0b 00 00 00 87 47 03 84 4b 4f 53 54 41 4c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 50 4c 45 4e 54 49 43 4f 52 45 20 70 6c 75 73 31 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 30 32 2e 31 32 2e 31 36 32 31 39 00 00 00 00 00 39 33 35 35 38 57 46 4a 30 30 30 37 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 47 5a 5a
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 0c 00 00 00 06 47 03 9d 30 00 08
[sunspec] TRACE 2024/08/27 08:00:27 modbus: recv 00 0c 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:00:27 modbus: send 00 0d 00 00 00 06 47 03 9d 38 00 14
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 0d 00 00 00 2b 47 03 28 00 01 44 43 5f 53 54 52 49 4e 47 5f 31 20 20 20 20 20 00 45 0e a2 01 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 01 00 00 00 06 47 03 9c 40 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 01 00 00 00 07 47 03 04 53 75 6e 53
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 02 00 00 00 06 47 03 9c 42 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 02 00 00 00 07 47 03 04 00 01 00 42
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 03 00 00 00 06 47 03 9c 86 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 03 00 00 00 07 47 03 04 00 67 00 32
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 04 00 00 00 06 47 03 9c ba 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 04 00 00 00 07 47 03 04 00 71 00 3c
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 05 00 00 00 06 47 03 9c f8 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 05 00 00 00 07 47 03 04 00 78 00 1a
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 06 00 00 00 06 47 03 9d 14 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 06 00 00 00 07 47 03 04 00 7b 00 18
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 07 00 00 00 06 47 03 9d 2e 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 07 00 00 00 07 47 03 04 00 a0 00 44
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 08 00 00 00 06 47 03 9d 74 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 08 00 00 00 07 47 03 04 00 cb 00 69
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 09 00 00 00 06 47 03 9d df 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 09 00 00 00 07 47 03 04 03 22 00 3e
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 0a 00 00 00 06 47 03 9e 1f 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 0a 00 00 00 07 47 03 04 ff ff 00 00
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 0b 00 00 00 06 47 03 9c 44 00 42
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 0b 00 00 00 87 47 03 84 4b 4f 53 54 41 4c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 50 4c 45 4e 54 49 43 4f 52 45 20 70 6c 75 73 31 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 30 32 2e 31 32 2e 31 36 32 31 39 00 00 00 00 00 39 33 35 35 38 57 46 4a 30 30 30 37 33 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 47 5a 5a
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 0c 00 00 00 06 47 03 9d e1 00 3e
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 0c 00 00 00 7f 47 03 7c 00 36 49 e9 36 bf 36 bf 00 00 00 00 00 00 00 00 00 00 00 1a 00 00 00 00 00 00 00 48 00 00 00 00 00 00 00 00 00 01 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0c 94 0d af 00 00 00 21 00 00 00 00 00 21 00 00 00 00 00 00 fc dd 0f a0 0f a0 f5 e7 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff fe ff fe 00 00
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 01 00 00 00 06 47 03 9c 40 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 01 00 00 00 07 47 03 04 53 75 6e 53
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 02 00 00 00 06 47 03 9c 42 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 02 00 00 00 07 47 03 04 00 01 00 42
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 03 00 00 00 06 47 03 9c 86 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 03 00 00 00 07 47 03 04 00 67 00 32
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 04 00 00 00 06 47 03 9c ba 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 04 00 00 00 07 47 03 04 00 71 00 3c
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 05 00 00 00 06 47 03 9c f8 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 05 00 00 00 07 47 03 04 00 78 00 1a
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 06 00 00 00 06 47 03 9d 14 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 06 00 00 00 07 47 03 04 00 7b 00 18
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 07 00 00 00 06 47 03 9d 2e 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 07 00 00 00 07 47 03 04 00 a0 00 44
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 08 00 00 00 06 47 03 9d 74 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 08 00 00 00 07 47 03 04 00 cb 00 69
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 09 00 00 00 06 47 03 9d df 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 09 00 00 00 07 47 03 04 03 22 00 3e
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 0a 00 00 00 06 47 03 9e 1f 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 0a 00 00 00 07 47 03 04 ff ff 00 00
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 0b 00 00 00 06 47 03 9c 44 00 42
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 0b 00 00 00 87 47 03 84 4b 4f 53 54 41 4c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 50 4c 45 4e 54 49 43 4f 52 45 20 70 6c 75 73 31 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 30 32 2e 31 32 2e 31 36 32 31 39 00 00 00 00 00 39 33 35 35 38 57 46 4a 30 30 30 37 33 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 47 5a 5a
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 0c 00 00 00 06 47 03 9d 30 00 08
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 0c 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 0d 00 00 00 06 47 03 9d 60 00 14
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 0d 00 00 00 2b 47 03 28 00 03 44 43 5f 53 54 52 49 4e 47 5f 33 20 20 20 20 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 01 00 00 00 06 47 03 9c 40 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 01 00 00 00 07 47 03 04 53 75 6e 53
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 02 00 00 00 06 47 03 9c 42 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 02 00 00 00 07 47 03 04 00 01 00 42
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 03 00 00 00 06 47 03 9c 86 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 03 00 00 00 07 47 03 04 00 67 00 32
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 04 00 00 00 06 47 03 9c ba 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 04 00 00 00 07 47 03 04 00 71 00 3c
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 05 00 00 00 06 47 03 9c f8 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 05 00 00 00 07 47 03 04 00 78 00 1a
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 06 00 00 00 06 47 03 9d 14 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 06 00 00 00 07 47 03 04 00 7b 00 18
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 07 00 00 00 06 47 03 9d 2e 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 07 00 00 00 07 47 03 04 00 a0 00 44
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 08 00 00 00 06 47 03 9d 74 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 08 00 00 00 07 47 03 04 00 cb 00 69
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 09 00 00 00 06 47 03 9d df 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 09 00 00 00 07 47 03 04 03 22 00 3e
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 0a 00 00 00 06 47 03 9e 1f 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 0a 00 00 00 07 47 03 04 ff ff 00 00
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 0b 00 00 00 06 47 03 9c 44 00 42
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 0b 00 00 00 87 47 03 84 4b 4f 53 54 41 4c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 50 4c 45 4e 54 49 43 4f 52 45 20 70 6c 75 73 31 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 30 32 2e 31 32 2e 31 36 32 31 39 00 00 00 00 00 39 33 35 35 38 57 46 4a 30 30 30 37 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 47 5a 5a
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 0c 00 00 00 06 47 03 9d 30 00 08
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 0c 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 0d 00 00 00 06 47 03 9d 4c 00 14
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 0d 00 00 00 2b 47 03 28 00 02 44 43 5f 53 54 52 49 4e 47 5f 32 20 20 20 20 20 00 46 0e a3 01 09 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 01 00 00 00 06 47 03 9c 40 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 01 00 00 00 07 47 03 04 53 75 6e 53
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 02 00 00 00 06 47 03 9c 42 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 02 00 00 00 07 47 03 04 00 01 00 42
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 03 00 00 00 06 47 03 9c 86 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 03 00 00 00 07 47 03 04 00 67 00 32
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 04 00 00 00 06 47 03 9c ba 00 02
[sunspec] TRACE 2024/08/27 08:00:28 modbus: recv 00 04 00 00 00 07 47 03 04 00 71 00 3c
[sunspec] TRACE 2024/08/27 08:00:28 modbus: send 00 05 00 00 00 06 47 03 9c f8 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 05 00 00 00 07 47 03 04 00 78 00 1a
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 06 00 00 00 06 47 03 9d 14 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 06 00 00 00 07 47 03 04 00 7b 00 18
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 07 00 00 00 06 47 03 9d 2e 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 07 00 00 00 07 47 03 04 00 a0 00 44
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 08 00 00 00 06 47 03 9d 74 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 08 00 00 00 07 47 03 04 00 cb 00 69
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 09 00 00 00 06 47 03 9d df 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 09 00 00 00 07 47 03 04 03 22 00 3e
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 0a 00 00 00 06 47 03 9e 1f 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 0a 00 00 00 07 47 03 04 ff ff 00 00
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 0b 00 00 00 06 47 03 9c 44 00 42
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 0b 00 00 00 87 47 03 84 4b 4f 53 54 41 4c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 50 4c 45 4e 54 49 43 4f 52 45 20 70 6c 75 73 31 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 30 32 2e 31 32 2e 31 36 32 31 39 00 00 00 00 00 39 33 35 35 38 57 46 4a 30 30 30 37 33 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 47 5a 5a
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 0c 00 00 00 06 47 03 9d e1 00 3e
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 0c 00 00 00 7f 47 03 7c 00 36 49 e9 36 bf 36 bf 00 00 00 00 00 00 00 00 00 00 00 1a 00 00 00 00 00 00 00 48 00 00 00 00 00 00 00 00 00 01 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0c 94 0d af 00 00 00 21 00 00 00 00 00 21 00 00 00 00 00 00 fc de 0f a0 0f a0 f5 e7 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff fe ff fe 00 00
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 01 00 00 00 06 47 03 9c 40 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 01 00 00 00 07 47 03 04 53 75 6e 53
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 02 00 00 00 06 47 03 9c 42 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 02 00 00 00 07 47 03 04 00 01 00 42
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 03 00 00 00 06 47 03 9c 86 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 03 00 00 00 07 47 03 04 00 67 00 32
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 04 00 00 00 06 47 03 9c ba 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 04 00 00 00 07 47 03 04 00 71 00 3c
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 05 00 00 00 06 47 03 9c f8 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 05 00 00 00 07 47 03 04 00 78 00 1a
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 06 00 00 00 06 47 03 9d 14 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 06 00 00 00 07 47 03 04 00 7b 00 18
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 07 00 00 00 06 47 03 9d 2e 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 07 00 00 00 07 47 03 04 00 a0 00 44
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 08 00 00 00 06 47 03 9d 74 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 08 00 00 00 07 47 03 04 00 cb 00 69
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 09 00 00 00 06 47 03 9d df 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 09 00 00 00 07 47 03 04 03 22 00 3e
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 0a 00 00 00 06 47 03 9e 1f 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 0a 00 00 00 07 47 03 04 ff ff 00 00
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 0b 00 00 00 06 47 03 9c 44 00 42
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 0b 00 00 00 87 47 03 84 4b 4f 53 54 41 4c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 50 4c 45 4e 54 49 43 4f 52 45 20 70 6c 75 73 31 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 30 32 2e 31 32 2e 31 36 32 31 39 00 00 00 00 00 39 33 35 35 38 57 46 4a 30 30 30 37 33 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 47 5a 5a
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 0c 00 00 00 06 47 03 9c 88 00 32
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 0c 00 00 00 67 47 03 64 00 cc 00 44 00 44 00 43 ff fe ff ff ff ff ff ff 09 53 09 4c 09 46 ff ff 01 93 00 00 13 83 ff fe 01 ec 00 00 01 14 00 00 03 e8 ff fd 00 5d 5c 9d 00 00 ff ff 00 00 ff ff 00 00 02 17 00 00 01 e2 02 39 01 b6 00 00 ff ff 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 01 00 00 00 06 47 03 9c 40 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 01 00 00 00 07 47 03 04 53 75 6e 53
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 02 00 00 00 06 47 03 9c 42 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 02 00 00 00 07 47 03 04 00 01 00 42
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 03 00 00 00 06 47 03 9c 86 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 03 00 00 00 07 47 03 04 00 67 00 32
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 04 00 00 00 06 47 03 9c ba 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 04 00 00 00 07 47 03 04 00 71 00 3c
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 05 00 00 00 06 47 03 9c f8 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 05 00 00 00 07 47 03 04 00 78 00 1a
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 06 00 00 00 06 47 03 9d 14 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 06 00 00 00 07 47 03 04 00 7b 00 18
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 07 00 00 00 06 47 03 9d 2e 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 07 00 00 00 07 47 03 04 00 a0 00 44
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 08 00 00 00 06 47 03 9d 74 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 08 00 00 00 07 47 03 04 00 cb 00 69
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 09 00 00 00 06 47 03 9d df 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 09 00 00 00 07 47 03 04 03 22 00 3e
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 0a 00 00 00 06 47 03 9e 1f 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 0a 00 00 00 07 47 03 04 ff ff 00 00
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 0b 00 00 00 06 47 03 9c 44 00 42
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 0b 00 00 00 87 47 03 84 4b 4f 53 54 41 4c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 50 4c 45 4e 54 49 43 4f 52 45 20 70 6c 75 73 31 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 30 32 2e 31 32 2e 31 36 32 31 39 00 00 00 00 00 39 33 35 35 38 57 46 4a 30 30 30 37 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 47 5a 5a
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 0c 00 00 00 06 47 03 9d 30 00 08
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 0c 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 0d 00 00 00 06 47 03 9d 60 00 14
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 0d 00 00 00 2b 47 03 28 00 03 44 43 5f 53 54 52 49 4e 47 5f 33 20 20 20 20 20 00 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 01 00 00 00 06 47 03 9c 40 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 01 00 00 00 07 47 03 04 53 75 6e 53
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 02 00 00 00 06 47 03 9c 42 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 02 00 00 00 07 47 03 04 00 01 00 42
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 03 00 00 00 06 47 03 9c 86 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 03 00 00 00 07 47 03 04 00 67 00 32
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 04 00 00 00 06 47 03 9c ba 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 04 00 00 00 07 47 03 04 00 71 00 3c
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 05 00 00 00 06 47 03 9c f8 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 05 00 00 00 07 47 03 04 00 78 00 1a
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 06 00 00 00 06 47 03 9d 14 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 06 00 00 00 07 47 03 04 00 7b 00 18
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 07 00 00 00 06 47 03 9d 2e 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 07 00 00 00 07 47 03 04 00 a0 00 44
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 08 00 00 00 06 47 03 9d 74 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 08 00 00 00 07 47 03 04 00 cb 00 69
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 09 00 00 00 06 47 03 9d df 00 02
[sunspec] TRACE 2024/08/27 08:00:29 modbus: recv 00 09 00 00 00 07 47 03 04 03 22 00 3e
[sunspec] TRACE 2024/08/27 08:00:29 modbus: send 00 0a 00 00 00 06 47 03 9e 1f 00 02
[sunspec] TRACE 2024/08/27 08:00:30 modbus: recv 00 0a 00 00 00 07 47 03 04 ff ff 00 00
[sunspec] TRACE 2024/08/27 08:00:30 modbus: send 00 0b 00 00 00 06 47 03 9c 44 00 42
[sunspec] TRACE 2024/08/27 08:00:30 modbus: recv 00 0b 00 00 00 87 47 03 84 4b 4f 53 54 41 4c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 50 4c 45 4e 54 49 43 4f 52 45 20 70 6c 75 73 31 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 30 32 2e 31 32 2e 31 36 32 31 39 00 00 00 00 00 39 33 35 35 38 57 46 4a 30 30 30 37 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 47 5a 5a
[sunspec] TRACE 2024/08/27 08:00:30 modbus: send 00 0c 00 00 00 06 47 03 9c 88 00 32
[sunspec] TRACE 2024/08/27 08:00:30 modbus: recv 00 0c 00 00 00 67 47 03 64 00 e1 00 49 00 4b 00 4c ff fe ff ff ff ff ff ff 09 4f 09 4b 09 45 ff ff 01 c2 00 00 13 83 ff fe 02 14 00 00 01 1b 00 00 03 e8 ff fd 00 5c 6d 7b 00 00 ff ff 00 00 ff ff 00 00 02 0a 00 00 01 9e 01 8a 01 86 00 00 ff ff 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[db    ] TRACE 2024/08/27 08:00:30 SELECT * FROM `configs` WHERE `configs`.`class` = 1 0 <nil>
[abl   ] TRACE 2024/08/27 08:00:30 modbus: send 3a 30 31 30 33 30 30 30 31 30 30 30 32 46 39 0d 0a
[abl   ] TRACE 2024/08/27 08:00:37 modbus: send 3a 30 31 30 33 30 30 30 31 30 30 30 32 46 39 0d 0a
[abl   ] TRACE 2024/08/27 08:00:37 modbus: recv 3e 30 31 30 33 30 34 30 31 34 31 34 31 31 36 35 46 0d 0a
[ocpp  ] DEBUG 2024/08/27 08:01:24 charge point connected: EU_EDR_CB12001332
[ocpp  ] TRACE 2024/08/27 08:01:25 send EU_EDR_CB12001332: [2,"3221993000","ChangeAvailability",{"connectorId":0,"type":"Operative"}]
[modbus] TRACE 2024/08/27 08:01:27 modbus: closing connection due to idle timeout: 1m0.000118776s
[ocpp  ] TRACE 2024/08/27 08:01:28 recv EU_EDR_CB12001332: [3,"3221993000",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:01:28 send EU_EDR_CB12001332: [2,"2663564067","GetConfiguration",{}]
[ocpp  ] TRACE 2024/08/27 08:01:28 recv EU_EDR_CB12001332: [2,"7804edf1-5dd0-4de4-8dcc-da2b3cbfb9b4","StatusNotification",{"connectorId":0,"errorCode":"NoError","status":"Available","timestamp":"2024-08-27T06:01:28Z"}]
[ocpp  ] TRACE 2024/08/27 08:01:28 send EU_EDR_CB12001332: [3,"7804edf1-5dd0-4de4-8dcc-da2b3cbfb9b4",{}]
[ocpp  ] TRACE 2024/08/27 08:01:28 recv EU_EDR_CB12001332: [3,"2663564067",{
    "configurationKey": [
        {
            "key": "AllowOfflineTxForUnknownId",
            "readonly": false,
            "value": "FALSE"
        },
        {
            "key": "AuthorizationCacheEnabled",
            "readonly": false,
            "value": "FALSE"
        },
        {
            "key": "AuthorizeRemoteTxRequests",
            "readonly": false,
            "value": "FALSE"
        },
        {
            "key": "AuthorizationKey",
            "readonly": false,
            "value": ""
        },
        {
            "key": "BlinkRepeat",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "BootNotificationAfterConnectionLoss",
            "readonly": false,
            "value": "TRUE"
        },
        {
            "key": "ChargeProfileMaxStackLevel",
            "readonly": true,
            "value": "3"
        },
        {
            "key": "ChargingScheduleAllowedChargingRateUnit",
            "readonly": true,
            "value": "Current"
        },
        {
            "key": "ChargingScheduleMaxPeriods",
            "readonly": true,
            "value": "5"
        },
        {
            "key": "ClockAlignedDataInterval",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "MaxPowerChargeComplete",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "MaxTimeChargeComplete",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "ConnectionTimeOut",
            "readonly": false,
            "value": "30"
        },
        {
            "key": "ConnectorPhaseRotation",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "ConnectorPhaseRotationMaxLength",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "ConnectionURL",
            "readonly": false,
            "value": "ws://192.168.178.79:8887/EU_EDR_CB12001332"
        },
        {
            "key": "DisplayLanguage",
            "readonly": false,
            "value": "de"
        },
        {
            "key": "SupportedDisplayLanguages",
            "readonly": true,
            "value": "en/tr/fr/de/it/ro/es/fi/cz/da/he/hu/nl/no/pl/sk/sv/"
        },
        {
            "key": "ConnectorSwitch3to1PhaseSupported",
            "readonly": true,
            "value": "FALSE"
        },
        {
            "key": "GetConfigurationMaxKeys",
            "readonly": true,
            "value": "1"
        },
        {
            "key": "HeartbeatInterval",
            "readonly": false,
            "value": "60"
        },
        {
            "key": "LightIntensity",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "LocalAuthListEnabled",
            "readonly": false,
            "value": "TRUE"
        },
        {
            "key": "LocalAuthListMaxLength",
            "readonly": true,
            "value": "10000"
        },
        {
            "key": "LocalAuthorizeOffline",
            "readonly": false,
            "value": "TRUE"
        },
        {
            "key": "LocalPreAuthorize",
            "readonly": false,
            "value": "FALSE"
        },
        {
            "key": "MaxChargingProfilesInstalled",
            "readonly": true,
            "value": "5"
        },
        {
            "key": "MaxEnergyOnInvalidId",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "MeterValuesAlignedData",
            "readonly": false,
            "value": "Energy.Active.Import.Register"
        },
        {
            "key": "MeterValuesAlignedDataMaxLength",
            "readonly": false,
            "value": "100"
        },
        {
            "key": "MeterValuesSampledData",
            "readonly": false,
            "value": "Power.Active.Import,Energy.Active.Import.Register,Current.Import,Voltage"
        },
        {
            "key": "MeterValuesSampledDataMaxLength",
            "readonly": true,
            "value": "4"
        },
        {
            "key": "MeterValueSampleInterval",
            "readonly": false,
            "value": "10"
        },
        {
            "key": "MinimumStatusDuration",
            "readonly": false,
            "value": "60"
        },
        {
            "key": "NumberOfConnectors",
            "readonly": true,
            "value": "1"
        },
        {
            "key": "ReserveConnectorZeroSupported",
            "readonly": true,
            "value": "TRUE"
        },
        {
            "key": "ResetRetries",
            "readonly": false,
            "value": "3"
        },
        {
            "key": "SendLocalListMaxLength",
            "readonly": true,
            "value": "10000"
        },
        {
            "key": "StopTransactionOnEVSideDisconnect",
            "readonly": false,
            "value": "TRUE"
        },
        {
            "key": "StopTransactionOnInvalidId",
            "readonly": false,
            "value": "TRUE"
        },
        {
            "key": "StopTxnAlignedData",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "StopTxnAlignedDataMaxLength",
            "readonly": true,
            "value": "0"
        },
        {
            "key": "StopTxnSampledData",
            "readonly": false,
            "value": "Energy.Active.Import.Register"
        },
        {
            "key": "StopTxnSampledDataMaxLength",
            "readonly": true,
            "value": "0"
        },
        {
            "key": "SupportedFeatureProfiles",
            "readonly": true,
            "value": "Core,FirmwareManagement,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger"
        },
        {
            "key": "SupportedFeatureProfilesMaxLength",
            "readonly": true,
            "value": "120"
        },
        {
            "key": "TransactionMessageAttempts",
            "readonly": false,
            "value": "3"
        },
        {
            "key": "TransactionMessageRetryInterval",
            "readonly": false,
            "value": "20"
        },
        {
            "key": "UnlockConnectorOnEVSideDisconnect",
            "readonly": false,
            "value": "TRUE"
        },
        {
            "key": "WebSocketPingInterval",
            "readonly": false,
            "value": "30"
        },
        {
            "key": "FreeModeActive",
            "readonly": false,
            "value": "TRUE"
        },
        {
            "key": "FreeModeRFID",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "ContinueChargingAfterPowerLoss",
            "readonly": false,
            "value": "False"
        },
        {
            "key": "SendTotalPowerValue",
            "readonly": false,
            "value": "FALSE"
        },
        {
            "key": "LockableCable",
            "readonly": false,
            "value": "False"
        },
        {
            "key": "UnbalancedLoadDetection",
            "readonly": false,
            "value": "True"
        },
        {
            "key": "DisplayBacklightLevel",
            "readonly": false,
            "value": "mid"
        },
        {
            "key": "DisplayBacklightLevelOptions",
            "readonly": true,
            "value": "veryLow,low,mid,high,timeBased,userInteraction"
        },
        {
            "key": "DisplayBacklightSunrise",
            "readonly": false,
            "value": "07:00"
        },
        {
            "key": "DisplayBacklightSunset",
            "readonly": false,
            "value": "19:00"
        },
        {
            "key": "LedDimmingLevel",
            "readonly": false,
            "value": "mid"
        },
        {
            "key": "LedDimmingLevelOptions",
            "readonly": true,
            "value": "veryLow,low,mid,high,timeBased"
        },
        {
            "key": "LedDimmingSunrise",
            "readonly": false,
            "value": "07:00"
        },
        {
            "key": "LedDimmingSunset",
            "readonly": false,
            "value": "19:00"
        },
        {
            "key": "StandbyLed",
            "readonly": false,
            "value": "False"
        },
        {
            "key": "RfidEndianness",
            "readonly": false,
            "value": "big-endian"
        },
        {
            "key": "Location",
            "readonly": false,
            "value": "indoor"
        },
        {
            "key": "PowerOptimizer",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "LoadSheddingMinimumCurrent",
            "readonly": false,
            "value": "16"
        },
        {
            "key": "UnbalancedLoadDetectionMaxCurrent",
            "readonly": false,
            "value": "6"
        },
        {
            "key": "CurrentLimiterValue",
            "readonly": false,
            "value": "16"
        },
        {
            "key": "CurrentLimiterPhase",
            "readonly": false,
            "value": "threePhase"
        },
        {
            "key": "DailyReboot",
            "readonly": false,
            "value": "TRUE"
        },
        {
            "key": "publicKey",
            "readonly": true,
            "value": ""
        },
        {
            "key": "RandomisedDelayMaxSeconds",
            "readonly": false,
            "value": "0"
        },
        {
            "key": "OffPeakCharging",
            "readonly": false,
            "value": "False"
        },
        {
            "key": "OffPeakChargingWeekend",
            "readonly": false,
            "value": "False"
        },
        {
            "key": "OffPeakChargingTimeSlots",
            "readonly": false,
            "value": "-, -"
        },
        {
            "key": "ContinueAfterOffPeakHour",
            "readonly": false,
            "value": "False"
        },
        {
            "key": "ForcedCharging",
            "readonly": false,
            "value": ""
        },
        {
            "key": "CurrentSessionRandomDelay",
            "readonly": true,
            "value": "0"
        },
        {
            "key": "timeZone",
            "readonly": false,
            "value": "UTC"
        },
        {
            "key": "apnInfo",
            "readonly": false,
            "value": ",,"
        },
        {
            "key": "UKSmartChargingEnabled",
            "readonly": false,
            "value": "FALSE"
        },
        {
            "key": "installationErrorEnable",
            "readonly": false,
            "value": "TRUE"
        },
        {
            "key": "randomisedDelayAtOffPeakEnd",
            "readonly": false,
            "value": "False"
        }
    ]
    }]
[ocpp  ] TRACE 2024/08/27 08:01:28 send EU_EDR_CB12001332: [2,"1349999088","TriggerMessage",{"requestedMessage":"BootNotification"}]
[ocpp  ] TRACE 2024/08/27 08:01:29 recv EU_EDR_CB12001332: [3,"1349999088",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:01:29 recv EU_EDR_CB12001332: [2,"ba14e91c-5314-4885-8f5b-0af80727a4bd","BootNotification",{
    "chargePointModel": "EVC04",
    "chargePointVendor": "VESTEL",
    "chargePointSerialNumber": "7000213721000121",
    "firmwareVersion": "v3.118.0-1.0.130.0",
    "meterType": "internal",
    "chargeBoxSerialNumber": "7000213721000121"
    }]
[ocpp  ] TRACE 2024/08/27 08:01:29 send EU_EDR_CB12001332: [3,"ba14e91c-5314-4885-8f5b-0af80727a4bd",{"currentTime":"2024-08-27T06:01:29Z","interval":60,"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:01:29 send EU_EDR_CB12001332: [2,"3908463033","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Active.Import"}]
[ocpp  ] TRACE 2024/08/27 08:01:29 recv EU_EDR_CB12001332: [2,"1be69d6b-a020-432e-8628-1137066760f0","DataTransfer",{"vendorId":"generalConfiguration","messageId":"setMeterConfiguration","data":"{\"data\":{\"meters\":[{\"connectorId\":1,\"meterSerial\":\"\",\"publicKey\":\"\",\"type\":\"NONE\"}]}}"}]
[ocpp  ] TRACE 2024/08/27 08:01:29 send EU_EDR_CB12001332: [3,"1be69d6b-a020-432e-8628-1137066760f0",{"status":"Accepted"}]
[sunspec] TRACE 2024/08/27 08:01:29 modbus: closing connection due to idle timeout: 1m0.000171275s
[ocpp  ] TRACE 2024/08/27 08:01:29 recv EU_EDR_CB12001332: [3,"3908463033",{
    "status": "Accepted"
    }]
[ocpp  ] TRACE 2024/08/27 08:01:29 send EU_EDR_CB12001332: [2,"3406930793","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Register"}]
[ocpp  ] TRACE 2024/08/27 08:01:29 recv EU_EDR_CB12001332: [3,"3406930793",{
    "status": "Accepted"
    }]
[ocpp  ] TRACE 2024/08/27 08:01:29 send EU_EDR_CB12001332: [2,"3915392065","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Import"}]
[ocpp  ] TRACE 2024/08/27 08:01:29 recv EU_EDR_CB12001332: [3,"3915392065",{
    "status": "Accepted"
    }]
[ocpp  ] TRACE 2024/08/27 08:01:29 send EU_EDR_CB12001332: [2,"2357635377","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Voltage"}]
[ocpp  ] TRACE 2024/08/27 08:01:29 recv EU_EDR_CB12001332: [3,"2357635377",{
    "status": "Accepted"
    }]
[ocpp  ] TRACE 2024/08/27 08:01:29 send EU_EDR_CB12001332: [2,"1531416060","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Offered"}]
[ocpp  ] TRACE 2024/08/27 08:01:29 recv EU_EDR_CB12001332: [3,"1531416060",{
    "status": "Accepted"
    }]
[ocpp  ] TRACE 2024/08/27 08:01:29 send EU_EDR_CB12001332: [2,"365531406","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Offered"}]
[sunspec] TRACE 2024/08/27 08:01:30 modbus: closing connection due to idle timeout: 1m0.000285048s
[ocpp  ] TRACE 2024/08/27 08:01:30 recv EU_EDR_CB12001332: [3,"365531406",{
    "status": "Accepted"
    }]
[ocpp  ] TRACE 2024/08/27 08:01:30 send EU_EDR_CB12001332: [2,"3304880834","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"SoC"}]
[ocpp  ] TRACE 2024/08/27 08:01:30 recv EU_EDR_CB12001332: [3,"3304880834",{
    "status": "Rejected"
    }]
[ocpp  ] TRACE 2024/08/27 08:01:30 send EU_EDR_CB12001332: [2,"3902536528","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Active.Import,Energy.Active.Import.Register,Current.Import,Voltage"}]
[ocpp  ] TRACE 2024/08/27 08:01:30 recv EU_EDR_CB12001332: [3,"3902536528",{
    "status": "Accepted"
    }]
[ocpp  ] TRACE 2024/08/27 08:01:30 send EU_EDR_CB12001332: [2,"2208509225","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:01:30 recv EU_EDR_CB12001332: [2,"222d70b7-a674-4d09-9efa-d17380b579a7","Heartbeat",{}]
[ocpp  ] TRACE 2024/08/27 08:01:30 send EU_EDR_CB12001332: [3,"222d70b7-a674-4d09-9efa-d17380b579a7",{"currentTime":"2024-08-27T06:01:30Z"}]
[ocpp  ] TRACE 2024/08/27 08:01:30 recv EU_EDR_CB12001332: [2,"42802d7a-3118-46ba-91ae-310d2534a821","StatusNotification",{"connectorId":1,"errorCode":"NoError","status":"Available","timestamp":"2024-08-27T06:01:29Z"}]
[ocpp  ] TRACE 2024/08/27 08:01:30 send EU_EDR_CB12001332: [3,"42802d7a-3118-46ba-91ae-310d2534a821",{}]
[ocpp  ] TRACE 2024/08/27 08:01:30 recv EU_EDR_CB12001332: [3,"2208509225",{"status":"Accepted"}]
[abl   ] TRACE 2024/08/27 08:01:37 modbus: closing connection due to idle timeout: 1m0.000095811s
[ocpp  ] TRACE 2024/08/27 08:02:27 recv EU_EDR_CB12001332: [2,"bb03cf9c-66f8-4934-ac8f-5e9e712fcc32","Heartbeat",{}]
[ocpp  ] TRACE 2024/08/27 08:02:27 send EU_EDR_CB12001332: [3,"bb03cf9c-66f8-4934-ac8f-5e9e712fcc32",{"currentTime":"2024-08-27T06:02:27Z"}]
[ocpp  ] TRACE 2024/08/27 08:03:27 recv EU_EDR_CB12001332: [2,"b2f09860-33a0-46bd-9e0a-850d1fa19002","Heartbeat",{}]
[ocpp  ] TRACE 2024/08/27 08:03:27 send EU_EDR_CB12001332: [3,"b2f09860-33a0-46bd-9e0a-850d1fa19002",{"currentTime":"2024-08-27T06:03:27Z"}]
[ocpp  ] TRACE 2024/08/27 08:03:30 send EU_EDR_CB12001332: [2,"2018420837","ChangeConfiguration",{"key":"MeterValueSampleInterval","value":"10"}]
[ocpp  ] TRACE 2024/08/27 08:03:30 recv EU_EDR_CB12001332: [3,"2018420837",{
    "status": "Accepted"
    }]
[ocpp  ] TRACE 2024/08/27 08:03:30 send EU_EDR_CB12001332: [2,"892357473","ChangeConfiguration",{"key":"WebSocketPingInterval","value":"30"}]
[ocpp  ] TRACE 2024/08/27 08:03:30 recv EU_EDR_CB12001332: [3,"892357473",{
    "status": "Accepted"
    }]
[ocpp  ] TRACE 2024/08/27 08:03:30 send EU_EDR_CB12001332: [2,"878820759","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[db    ] TRACE 2024/08/27 08:03:30 SELECT * FROM `configs` WHERE `configs`.`class` = 3 0 <nil>
[enyaq ] TRACE 2024/08/27 08:03:30 GET https://identity.vwgroup.io/oidc/v1/authorize?client_id=7f045eee-7003-4379-9968-9355ed2adb06%40apps_vw-dilab_com&code_challenge=J2uhuZ7Ri3qtJ7qP_NuktAKiIn2HWikFRtOZi9NBAFA&code_challenge_method=S256&redirect_uri=myskoda%3A%2F%2Fredirect%2Flogin%2F&response_type=code+id_token&scope=address+badge+birthdate+cars+driversLicense+dealers+email+mileage+mbb+nationalIdentifier+openid+phone+profession+profile+vin&nonce=BHkNzVEGOrRaQsWhisXJJgRjVNMMNOTvlRGaTUqOikB&state=bcf4d025-fde5-4041-b2cd-928a60c806d2
[ocpp  ] TRACE 2024/08/27 08:03:30 recv EU_EDR_CB12001332: [3,"878820759",{"status":"Accepted"}]
[enyaq ] TRACE 2024/08/27 08:03:30 GET https://identity.vwgroup.io/signin-service/v1/signin/7f045eee-7003-4379-9968-9355ed2adb06@apps_vw-dilab_com?relayState=7554d412f467f568911f058f86d28118a39eb7bd
[enyaq ] TRACE 2024/08/27 08:03:31 <!DOCTYPE html>
    <html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
    <meta charset="utf-8"/>
    <meta name="viewport"
          content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1, user-scalable=no"/>
    <meta name="identitykit" content="loginIdentifier"/>

<script type="text/javascript">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:["bam.eu01.nr-data.net"]},distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:"535875755",accountID:"2547829",trustKey:"2217462",xpid:"VgMDVl5RARAEUlFQBQQOXlY=",licenseKey:"NRJS-ecd5929e8859410bbd9",applicationID:"460225982"};;/*! For license information please see nr-loader-spa-1.264.0.min.js.LICENSE.txt */
(()=>{var e,t,r={2983:(e,t,r)=>{"use strict";r.d(t,{D0:()=>v,gD:()=>y,Vp:()=>s,oC:()=>x,fr:()=>_,jD:()=>P,hR:()=>A,xN:()=>b,x1:()=>c,aN:()=>T,V:()=>j});var n=r(384),i=r(7864);const o={beacon:n.NT.beacon,errorBeacon:n.NT.errorBeacon,licenseKey:void 0,applicationID:void 0,sa:void 0,queueTime:void 0,applicationTime:void 0,ttGuid:void 0,user:void 0,account:void 0,product:void 0,extra:void 0,jsAttributes:{},userAttributes:void 0,atts:void 0,transactionName:void 0,tNamePlain:void 0},a={};function s(e){if(!e)throw new Error("All info objects require an agent identifier!");if(!a[e])throw new Error("Info for ".concat(e," was never set"));return a[e]}function c(e,t){if(!e)throw new Error("All info objects require an agent identifier!");a[e]=(0,i.a)(t,o);const r=(0,n.nY)(e);r&&(r.info=a[e])}var u=r(993);const d=e=>{if(!e||"string"!=typeof e)return!1;try{document.createDocumentFragment().querySelector(e)}catch{return!1}return!0};var l=r(2614),f=r(944);const h="[data-nr-mask]",g=()=>{const e={mask_selector:"*",block_selector:"[data-nr-block]",mask_input_options:{color:!1,date:!1,"datetime-local":!1,email:!1,month:!1,number:!1,range:!1,search:!1,tel:!1,text:!1,time:!1,url:!1,week:!1,textarea:!1,select:!1,password:!0}};return{ajax:{deny_list:void 0,block_internal:!0,enabled:!0,harvestTimeSeconds:10,autoStart:!0},distributed_tracing:{enabled:void 0,exclude_newrelic_header:void 0,cors_use_newrelic_header:void 0,cors_use_tracecontext_headers:void 0,allowed_origins:void 0},feature_flags:[],generic_events:{enabled:!0,harvestTimeSeconds:30,autoStart:!0},harvest:{tooManyRequestsDelay:60},jserrors:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},logging:{enabled:!0,harvestTimeSeconds:10,autoStart:!0,level:u.p_.INFO},metrics:{enabled:!0,autoStart:!0},obfuscate:void 0,page_action:{enabled:!0},page_view_event:{enabled:!0,autoStart:!0},page_view_timing:{enabled:!0,harvestTimeSeconds:30,long_task:!1,autoStart:!0},privacy:{cookies_enabled:!0},proxy:{assets:void 0,beacon:void 0},session:{expiresMs:l.wk,inactiveMs:l.BB},session_replay:{autoStart:!0,enabled:!1,harvestTimeSeconds:60,preload:!1,sampling_rate:10,error_sampling_rate:100,collect_fonts:!1,inline_images:!1,inline_stylesheet:!0,fix_stylesheets:!0,mask_all_inputs:!0,get mask_text_selector(){return e.mask_selector},set mask_text_selector(t){d(t)?e.mask_selector="".concat(t,",").concat(h):""===t||null===t?e.mask_selector=h:(0,f.R)(5,t)},get block_class(){return"nr-block"},get ignore_class(){return"nr-ignore"},get mask_text_class(){return"nr-mask"},get block_selector(){return e.block_selector},set block_selector(t){d(t)?e.block_selector+=",".concat(t):""!==t&&(0,f.R)(6,t)},get mask_input_options(){return e.mask_input_options},set mask_input_options(t){t&&"object"==typeof t?e.mask_input_options={...t,password:!0}:(0,f.R)(7,t)}},session_trace:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},soft_navigations:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},spa:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},ssl:void 0}},p={},m="All configuration objects require an agent identifier!";function v(e){if(!e)throw new Error(m);if(!p[e])throw new Error("Configuration for ".concat(e," was never set"));return p[e]}function b(e,t){if(!e)throw new Error(m);p[e]=(0,i.a)(t,g());const r=(0,n.nY)(e);r&&(r.init=p[e])}function y(e,t){if(!e)throw new Error(m);var r=v(e);if(r){for(var n=t.split("."),i=0;i<n.length-1;i++)if("object"!=typeof(r=r[n[i]]))return;r=r[n[n.length-1]]}return r}const w={accountID:void 0,trustKey:void 0,agentID:void 0,licenseKey:void 0,applicationID:void 0,xpid:void 0},R={};function x(e){if(!e)throw new Error("All loader-config objects require an agent identifier!");if(!R[e])throw new Error("LoaderConfig for ".concat(e," was never set"));return R[e]}function T(e,t){if(!e)throw new Error("All loader-config objects require an agent identifier!");R[e]=(0,i.a)(t,w);const r=(0,n.nY)(e);r&&(r.loader_config=R[e])}const A=(0,n.dV)().o;var E=r(6154),N=r(9324);const S={buildEnv:N.F3,distMethod:N.Xs,version:N.xv,originTime:E.WN},O={customTransaction:void 0,disabled:!1,isolatedBacklog:!1,loaderType:void 0,maxBytes:3e4,onerror:void 0,origin:""+E.gm.location,ptid:void 0,releaseIds:{},appMetadata:{},session:void 0,denyList:void 0,harvestCount:0,timeKeeper:void 0},I={};function _(e){if(!e)throw new Error("All runtime objects require an agent identifier!");if(!I[e])throw new Error("Runtime for ".concat(e," was never set"));return I[e]}function j(e,t){if(!e)throw new Error("All runtime objects require an agent identifier!");I[e]={...(0,i.a)(t,O),...S};const r=(0,n.nY)(e);r&&(r.runtime=I[e])}function P(e){return function(e){try{const t=s(e);return!!t.licenseKey&&!!t.errorBeacon&&!!t.applicationID}catch(e){return!1}}(e)}},7864:(e,t,r)=>{"use strict";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||"object"!=typeof e)return(0,n.R)(3);if(!t||"object"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),o=0===Object.keys(r).length?e:r;for(let a in o)if(void 0!==e[a])try{if(null===e[a]){r[a]=null;continue}Array.isArray(e[a])&&Array.isArray(t[a])?r[a]=Array.from(new Set([...e[a],...t[a]])):"object"==typeof e[a]&&"object"==typeof t[a]?r[a]=i(e[a],t[a]):r[a]=e[a]}catch(e){(0,n.R)(1,e)}return r}catch(e){(0,n.R)(2,e)}}},9324:(e,t,r)=>{"use strict";r.d(t,{F3:()=>i,Xs:()=>o,Yq:()=>a,xv:()=>n});const n="1.264.0",i="PROD",o="CDN",a="2.0.0-alpha.12"},6154:(e,t,r)=>{"use strict";r.d(t,{A4:()=>s,OF:()=>d,RI:()=>i,Vr:()=>h,WN:()=>g,bv:()=>o,gm:()=>a,lR:()=>f,m:()=>u,mw:()=>c,sb:()=>l});var n=r(1863);const i="undefined"!=typeof window&&!!window.document,o="undefined"!=typeof WorkerGlobalScope&&("undefined"!=typeof self&&self instanceof WorkerGlobalScope&&self.navigator instanceof WorkerNavigator||"undefined"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis.navigator instanceof WorkerNavigator),a=i?window:"undefined"!=typeof WorkerGlobalScope&&("undefined"!=typeof self&&self instanceof WorkerGlobalScope&&self||"undefined"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis),s="complete"===a?.document?.readyState,c=Boolean("hidden"===a?.document?.visibilityState),u=""+a?.location,d=/iPad|iPhone|iPod/.test(a.navigator?.userAgent),l=d&&"undefined"==typeof SharedWorker,f=(()=>{const e=a.navigator?.userAgent?.match(/Firefox[/\s](\d+\.\d+)/);return Array.isArray(e)&&e.length>=2?+e[1]:0})(),h=!!a.navigator?.sendBeacon,g=Date.now()-(0,n.t)()},4777:(e,t,r)=>{"use strict";r.d(t,{J:()=>o});var n=r(944);const i={agentIdentifier:"",ee:void 0};class o{constructor(e){try{if("object"!=typeof e)return(0,n.R)(8);this.sharedContext={},Object.assign(this.sharedContext,i),Object.entries(e).forEach((e=>{let[t,r]=e;Object.keys(i).includes(t)&&(this.sharedContext[t]=r)}))}catch(e){(0,n.R)(9,e)}}}},7295:(e,t,r)=>{"use strict";r.d(t,{Xv:()=>a,gX:()=>i,iW:()=>o});var n=[];function i(e){if(!e||o(e))return!1;if(0===n.length)return!0;for(var t=0;t<n.length;t++){var r=n[t];if("*"===r.hostname)return!1;if(s(r.hostname,e.hostname)&&c(r.pathname,e.pathname))return!1}return!0}function o(e){return void 0===e.hostname}function a(e){if(n=[],e&&e.length)for(var t=0;t<e.length;t++){let r=e[t];if(!r)continue;0===r.indexOf("http://")?r=r.substring(7):0===r.indexOf("https://")&&(r=r.substring(8));const i=r.indexOf("/");let o,a;i>0?(o=r.substring(0,i),a=r.substring(i)):(o=r,a="");let[s]=o.split(":");n.push({hostname:s,pathname:a})}}func
[enyaq ] TRACE 2024/08/27 08:03:31 POST https://identity.vwgroup.io/signin-service/v1/7f045eee-7003-4379-9968-9355ed2adb06@apps_vw-dilab_com/login/identifier
[enyaq ] TRACE 2024/08/27 08:03:31 _csrf=nTyhtCtYKzcrF5NcE8ffr1FTGSoR5GYcdCN27M4gtTFgG-d1_17A0E9tT1QGIqdlJOrrl2I3NEtwhwQxRkdFj_kU11AFLNUT&email=***&hmac=172128838a67c255a9cfa7abc9467ee45ebcd4182f1dd4a00823b11437a851f9&relayState=7554d412f467f568911f058f86d28118a39eb7bd
[enyaq ] TRACE 2024/08/27 08:03:31 GET https://identity.vwgroup.io/signin-service/v1/7f045eee-7003-4379-9968-9355ed2adb06@apps_vw-dilab_com/login/authenticate?relayState=7554d412f467f568911f058f86d28118a39eb7bd
[enyaq ] TRACE 2024/08/27 08:03:31 <!DOCTYPE html>
    <html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
    <meta charset="utf-8"/>
    <meta name="viewport"
          content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1, user-scalable=no"/>
    <meta name="identitykit" content="loginAuthenticate"/>

<script type="text/javascript">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:["bam.eu01.nr-data.net"]},distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:"535875755",accountID:"2547829",trustKey:"2217462",xpid:"VgMDVl5RARAEUlFQBQQOXlY=",licenseKey:"NRJS-ecd5929e8859410bbd9",applicationID:"460225982"};;/*! For license information please see nr-loader-spa-1.264.0.min.js.LICENSE.txt */
(()=>{var e,t,r={2983:(e,t,r)=>{"use strict";r.d(t,{D0:()=>v,gD:()=>y,Vp:()=>s,oC:()=>x,fr:()=>_,jD:()=>P,hR:()=>A,xN:()=>b,x1:()=>c,aN:()=>T,V:()=>j});var n=r(384),i=r(7864);const o={beacon:n.NT.beacon,errorBeacon:n.NT.errorBeacon,licenseKey:void 0,applicationID:void 0,sa:void 0,queueTime:void 0,applicationTime:void 0,ttGuid:void 0,user:void 0,account:void 0,product:void 0,extra:void 0,jsAttributes:{},userAttributes:void 0,atts:void 0,transactionName:void 0,tNamePlain:void 0},a={};function s(e){if(!e)throw new Error("All info objects require an agent identifier!");if(!a[e])throw new Error("Info for ".concat(e," was never set"));return a[e]}function c(e,t){if(!e)throw new Error("All info objects require an agent identifier!");a[e]=(0,i.a)(t,o);const r=(0,n.nY)(e);r&&(r.info=a[e])}var u=r(993);const d=e=>{if(!e||"string"!=typeof e)return!1;try{document.createDocumentFragment().querySelector(e)}catch{return!1}return!0};var l=r(2614),f=r(944);const h="[data-nr-mask]",g=()=>{const e={mask_selector:"*",block_selector:"[data-nr-block]",mask_input_options:{color:!1,date:!1,"datetime-local":!1,email:!1,month:!1,number:!1,range:!1,search:!1,tel:!1,text:!1,time:!1,url:!1,week:!1,textarea:!1,select:!1,password:!0}};return{ajax:{deny_list:void 0,block_internal:!0,enabled:!0,harvestTimeSeconds:10,autoStart:!0},distributed_tracing:{enabled:void 0,exclude_newrelic_header:void 0,cors_use_newrelic_header:void 0,cors_use_tracecontext_headers:void 0,allowed_origins:void 0},feature_flags:[],generic_events:{enabled:!0,harvestTimeSeconds:30,autoStart:!0},harvest:{tooManyRequestsDelay:60},jserrors:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},logging:{enabled:!0,harvestTimeSeconds:10,autoStart:!0,level:u.p_.INFO},metrics:{enabled:!0,autoStart:!0},obfuscate:void 0,page_action:{enabled:!0},page_view_event:{enabled:!0,autoStart:!0},page_view_timing:{enabled:!0,harvestTimeSeconds:30,long_task:!1,autoStart:!0},privacy:{cookies_enabled:!0},proxy:{assets:void 0,beacon:void 0},session:{expiresMs:l.wk,inactiveMs:l.BB},session_replay:{autoStart:!0,enabled:!1,harvestTimeSeconds:60,preload:!1,sampling_rate:10,error_sampling_rate:100,collect_fonts:!1,inline_images:!1,inline_stylesheet:!0,fix_stylesheets:!0,mask_all_inputs:!0,get mask_text_selector(){return e.mask_selector},set mask_text_selector(t){d(t)?e.mask_selector="".concat(t,",").concat(h):""===t||null===t?e.mask_selector=h:(0,f.R)(5,t)},get block_class(){return"nr-block"},get ignore_class(){return"nr-ignore"},get mask_text_class(){return"nr-mask"},get block_selector(){return e.block_selector},set block_selector(t){d(t)?e.block_selector+=",".concat(t):""!==t&&(0,f.R)(6,t)},get mask_input_options(){return e.mask_input_options},set mask_input_options(t){t&&"object"==typeof t?e.mask_input_options={...t,password:!0}:(0,f.R)(7,t)}},session_trace:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},soft_navigations:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},spa:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},ssl:void 0}},p={},m="All configuration objects require an agent identifier!";function v(e){if(!e)throw new Error(m);if(!p[e])throw new Error("Configuration for ".concat(e," was never set"));return p[e]}function b(e,t){if(!e)throw new Error(m);p[e]=(0,i.a)(t,g());const r=(0,n.nY)(e);r&&(r.init=p[e])}function y(e,t){if(!e)throw new Error(m);var r=v(e);if(r){for(var n=t.split("."),i=0;i<n.length-1;i++)if("object"!=typeof(r=r[n[i]]))return;r=r[n[n.length-1]]}return r}const w={accountID:void 0,trustKey:void 0,agentID:void 0,licenseKey:void 0,applicationID:void 0,xpid:void 0},R={};function x(e){if(!e)throw new Error("All loader-config objects require an agent identifier!");if(!R[e])throw new Error("LoaderConfig for ".concat(e," was never set"));return R[e]}function T(e,t){if(!e)throw new Error("All loader-config objects require an agent identifier!");R[e]=(0,i.a)(t,w);const r=(0,n.nY)(e);r&&(r.loader_config=R[e])}const A=(0,n.dV)().o;var E=r(6154),N=r(9324);const S={buildEnv:N.F3,distMethod:N.Xs,version:N.xv,originTime:E.WN},O={customTransaction:void 0,disabled:!1,isolatedBacklog:!1,loaderType:void 0,maxBytes:3e4,onerror:void 0,origin:""+E.gm.location,ptid:void 0,releaseIds:{},appMetadata:{},session:void 0,denyList:void 0,harvestCount:0,timeKeeper:void 0},I={};function _(e){if(!e)throw new Error("All runtime objects require an agent identifier!");if(!I[e])throw new Error("Runtime for ".concat(e," was never set"));return I[e]}function j(e,t){if(!e)throw new Error("All runtime objects require an agent identifier!");I[e]={...(0,i.a)(t,O),...S};const r=(0,n.nY)(e);r&&(r.runtime=I[e])}function P(e){return function(e){try{const t=s(e);return!!t.licenseKey&&!!t.errorBeacon&&!!t.applicationID}catch(e){return!1}}(e)}},7864:(e,t,r)=>{"use strict";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||"object"!=typeof e)return(0,n.R)(3);if(!t||"object"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),o=0===Object.keys(r).length?e:r;for(let a in o)if(void 0!==e[a])try{if(null===e[a]){r[a]=null;continue}Array.isArray(e[a])&&Array.isArray(t[a])?r[a]=Array.from(new Set([...e[a],...t[a]])):"object"==typeof e[a]&&"object"==typeof t[a]?r[a]=i(e[a],t[a]):r[a]=e[a]}catch(e){(0,n.R)(1,e)}return r}catch(e){(0,n.R)(2,e)}}},9324:(e,t,r)=>{"use strict";r.d(t,{F3:()=>i,Xs:()=>o,Yq:()=>a,xv:()=>n});const n="1.264.0",i="PROD",o="CDN",a="2.0.0-alpha.12"},6154:(e,t,r)=>{"use strict";r.d(t,{A4:()=>s,OF:()=>d,RI:()=>i,Vr:()=>h,WN:()=>g,bv:()=>o,gm:()=>a,lR:()=>f,m:()=>u,mw:()=>c,sb:()=>l});var n=r(1863);const i="undefined"!=typeof window&&!!window.document,o="undefined"!=typeof WorkerGlobalScope&&("undefined"!=typeof self&&self instanceof WorkerGlobalScope&&self.navigator instanceof WorkerNavigator||"undefined"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis.navigator instanceof WorkerNavigator),a=i?window:"undefined"!=typeof WorkerGlobalScope&&("undefined"!=typeof self&&self instanceof WorkerGlobalScope&&self||"undefined"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis),s="complete"===a?.document?.readyState,c=Boolean("hidden"===a?.document?.visibilityState),u=""+a?.location,d=/iPad|iPhone|iPod/.test(a.navigator?.userAgent),l=d&&"undefined"==typeof SharedWorker,f=(()=>{const e=a.navigator?.userAgent?.match(/Firefox[/\s](\d+\.\d+)/);return Array.isArray(e)&&e.length>=2?+e[1]:0})(),h=!!a.navigator?.sendBeacon,g=Date.now()-(0,n.t)()},4777:(e,t,r)=>{"use strict";r.d(t,{J:()=>o});var n=r(944);const i={agentIdentifier:"",ee:void 0};class o{constructor(e){try{if("object"!=typeof e)return(0,n.R)(8);this.sharedContext={},Object.assign(this.sharedContext,i),Object.entries(e).forEach((e=>{let[t,r]=e;Object.keys(i).includes(t)&&(this.sharedContext[t]=r)}))}catch(e){(0,n.R)(9,e)}}}},7295:(e,t,r)=>{"use strict";r.d(t,{Xv:()=>a,gX:()=>i,iW:()=>o});var n=[];function i(e){if(!e||o(e))return!1;if(0===n.length)return!0;for(var t=0;t<n.length;t++){var r=n[t];if("*"===r.hostname)return!1;if(s(r.hostname,e.hostname)&&c(r.pathname,e.pathname))return!1}return!0}function o(e){return void 0===e.hostname}function a(e){if(n=[],e&&e.length)for(var t=0;t<e.length;t++){let r=e[t];if(!r)continue;0===r.indexOf("http://")?r=r.substring(7):0===r.indexOf("https://")&&(r=r.substring(8));const i=r.indexOf("/");let o,a;i>0?(o=r.substring(0,i),a=r.substring(i)):(o=r,a="");let[s]=o.split(":");n.push({hostname:s,pathname:a})}}fu
[enyaq ] TRACE 2024/08/27 08:03:31 POST https://identity.vwgroup.io/signin-service/v1/7f045eee-7003-4379-9968-9355ed2adb06@apps_vw-dilab_com/login/authenticate
[enyaq ] TRACE 2024/08/27 08:03:31 _csrf=h0CYHwGke-jCs2kREtKrhB24BPbNm5BDuniWHJJGpRnB_2rX5SL5e2WRH4vvhl0oJf-fvC7cKZes-PJuiBylf6Vyx3ikyFix&email=***&hmac=2abffedf12f432464d3743f30732cbcec559a087ac64fb3e4892b9274d2abb1d&password=***&relayState=7554d412f467f568911f058f86d28118a39eb7bd
[enyaq ] TRACE 2024/08/27 08:03:31 GET https://identity.vwgroup.io/oidc/v1/oauth/sso?clientId=7f045eee-7003-4379-9968-9355ed2adb06@apps_vw-dilab_com&relayState=7554d412f467f568911f058f86d28118a39eb7bd&userId=b3a34a22-3497-42c9-862d-06a603a1693e&HMAC=b0acb76da45f3f8cbf250e4a73068e478d1aebd7caba4ef6b263518ad8135dad
[enyaq ] TRACE 2024/08/27 08:03:31 GET https://identity.vwgroup.io/signin-service/v1/consent/users/b3a34a22-3497-42c9-862d-06a603a1693e/7f045eee-7003-4379-9968-9355ed2adb06@apps_vw-dilab_com?scopes=address%20badge%20birthdate%20cars%20driversLicense%20dealers%20email%20mileage%20mbb%20nationalIdentifier%20openid%20phone%20profession%20profile%20vin&relayState=7554d412f467f568911f058f86d28118a39eb7bd&callback=https://identity.vwgroup.io/oidc/v1/oauth/client/callback&hmac=d1c3ab6252b403369e1ed35dc5142c30853ecc4bed87dbb92616b39ca6d44e84
[enyaq ] TRACE 2024/08/27 08:03:31 GET https://identity.vwgroup.io/oidc/v1/oauth/client/callback/success?user_id=b3a34a22-3497-42c9-862d-06a603a1693e&client_id=7f045eee-7003-4379-9968-9355ed2adb06@apps_vw-dilab_com&scopes=address%20badge%20birthdate%20cars%20driversLicense%20dealers%20email%20mileage%20mbb%20nationalIdentifier%20openid%20phone%20profession%20profile%20vin&consentedScopes=address%20badge%20birthdate%20cars%20driversLicense%20dealers%20email%20mileage%20mbb%20nationalIdentifier%20openid%20phone%20profession%20profile%20vin&relayState=7554d412f467f568911f058f86d28118a39eb7bd&hmac=b5f9c0c1fc0a35c6acfe8961d97099441ead084a4906106c74dac98775f0c241
[enyaq ] TRACE 2024/08/27 08:03:31 POST https://mysmob.api.connect.skoda-auto.cz/api/v1/authentication/exchange-authorization-code?tokenType=CONNECT
[enyaq ] TRACE 2024/08/27 08:03:32 {"code":"eyJraWQiOiI0ODEyODgzZi05Y2FiLTQwMWMtYTI5OC0wZmEyMTA5Y2ViY2EiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJiM2EzNGEyMi0zNDk3LTQyYzktODYyZC0wNmE2MDNhMTY5M2UiLCJhdWQiOiI3ZjA0NWVlZS03MDAzLTQzNzktOTk2OC05MzU1ZWQyYWRiMDZAYXBwc192dy1kaWxhYl9jb20iLCJhY3IiOiJodHRwczovL2lkZW50aXR5LnZ3Z3JvdXAuaW8vYXNzdXJhbmNlL2xvYS0yIiwic2NwIjoiYWRkcmVzcyBiYWRnZSBiaXJ0aGRhdGUgY2FycyBkcml2ZXJzTGljZW5zZSBkZWFsZXJzIGVtYWlsIG1pbGVhZ2UgbWJiIG5hdGlvbmFsSWRlbnRpZmllciBvcGVuaWQgcGhvbmUgcHJvZmVzc2lvbiBwcm9maWxlIHZpbiIsImFhdCI6ImlkZW50aXR5a2l0IiwiaXNzIjoiaHR0cHM6Ly9pZGVudGl0eS52d2dyb3VwLmlvIiwianR0IjoiYXV0aG9yaXphdGlvbl9jb2RlIiwiZXhwIjoxNzI0NzM4OTExLCJpYXQiOjE3MjQ3Mzg2MTEsIm5vbmNlIjoiQkhrTnpWRUdPclJhUXNXaGlzWEpKZ1JqVk5NTU5PVHZsUkdhVFVxT2lrQiIsImp0aSI6ImNkMWQ5NjIyLWQ1ZWYtNDE1Mi1hOWMxLTVhMDhkM2ZlNWE2NiJ9.roIwTcZYjWNJETi5StWxgiQ1NDoOi94BNKxXItngkrGzCEooiApVK4lNWCdjuGlT941JGoWXH90lDMgi59n8eVZdmXqfKdsb8X1352Lu3kBIUQF3TOv5726d3KfTMaL0ikG9Hsq8h2MWCLPKzaXx8gx09qR8Y-muMhAHUbbtTTZbWptn14AFOyo_pZfxDZcKohYy4qXokcYVMae4nkaSIn5u-iprGkXtguWgqHs8iEUBxctBsV20ioP6OO1faikom8cW3JwMD-vnlZiPzgL0pDy-PQY-gndZfScCneRaqPutNX8zgEPgCKncHe1Zsqi0VThMceQrDz4qzi5snBmLZwj6W4XEcaLByaceo3HZN46iYe2HGu6xbqHH5aJY_YIKMbxhdYG7y-GNQxgCi17uk_o_VHYzBdWaUeCMd9GGy5pKLG8SPXNsSFfRv75z4H3KwZUdVfVZk1v3qCLxKf-sajLK1MxS6NxONCuGyPIWNZrwlvEFXtMXsQJHoAYAFcQAT0-NpANVezt3BPWcBSKjEP_eo6n7Nm1pGzTXiqFQUvV0igGVkiA_v_YppqvjoNJFeXJBAmAqKF-B1fj3sSo8UOBfw_g_9cS4iecc_ZZrYaEy5PeElwxIYO2DugXd3pYtqVjuKrnI0x3WrQDkEMCfTFx4T0zNTvGMYBrWarHvXSQ","redirectUri":"myskoda://redirect/login/","verifier":"daDBlocCl1FCvhJgr8qAOgGv6MyiApB-9-GErNNrVUA"}
--
{"accessToken":"eyJraWQiOiI0ODEyODgzZi05Y2FiLTQwMWMtYTI5OC0wZmEyMTA5Y2ViY2EiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJiM2EzNGEyMi0zNDk3LTQyYzktODYyZC0wNmE2MDNhMTY5M2UiLCJhdWQiOiI3ZjA0NWVlZS03MDAzLTQzNzktOTk2OC05MzU1ZWQyYWRiMDZAYXBwc192dy1kaWxhYl9jb20iLCJzY3AiOiJhZGRyZXNzIGJhZGdlIGJpcnRoZGF0ZSBjYXJzIGRyaXZlcnNMaWNlbnNlIGRlYWxlcnMgZW1haWwgbWlsZWFnZSBtYmIgbmF0aW9uYWxJZGVudGlmaWVyIG9wZW5pZCBwaG9uZSBwcm9mZXNzaW9uIHByb2ZpbGUgdmluIiwiYWF0IjoiaWRlbnRpdHlraXQiLCJpc3MiOiJodHRwczovL2lkZW50aXR5LnZ3Z3JvdXAuaW8iLCJqdHQiOiJhY2Nlc3NfdG9rZW4iLCJleHAiOjE3MjQ3NDIyMTIsImlhdCI6MTcyNDczODYxMiwibGVlIjpbIlNLT0RBIl0sImp0aSI6IjAzM2FkMzlmLTk4NjktNDMxZS1hZGQ0LTlkMTcwMWQ4MjhkMyJ9.PsJFQglvW8CD29RXSqtnDXUR4WeUZJ_2c_iTthM4QZ-Cr8ByJV9cKWBwYiZx8Is9tiiiIdyqeSqWu0hqYKL9xiq-5_NiEL5c0qNVAH4SAV89VG9q9J_B8NgE7eRqxIuQ9zdjJVNASQFhCNzo656EirfDvHbQ57XTTmMg6o3JC5bs1ZRzs8P9jCaD6cscuuxDjkkfjZGhz0jHv9YiODcS3cKhiN_To4jmwWdaNKP2juy1UGn0zPox5X-Yf9_YAWltKgNrloaLjPB0RknHDy_y8K_H80HqmE6eDZ3JBSDIsmUYNqY0P2HoAah6kkqyJ-9HW0WYKBUzFYnsixCPpWkGhoFTMizd6CM3aYwYhZZmOGGmEvpz9fngVBulV1l_IiLd5jSLuComXaZn22ndqSNGBBY1rLoLoEB2YrpM_N1nsYTrGw23T5xlCFX-vRBW8XN5zZjOKb_ZpsB__h9wdv4S6z7wMRMF4z3J1yBf6u-FrG0Xkqni3N46KN9h1CYdIQsRBJPEQL428dLK0oTpSrjyGdxYge5Eqi4xWkaInyPCq5if8b0P9nnAlnCfyP05dMyHEbS6I5D6MZC6AKMjIeIGuxQ80RspW2e7XL3nDZ3AZbk7WPbamNaSD538Xn6WhxokKHQGcevuqUEb-SG6OcSBS4gGlnSFhkmFtX-WPBrJ0bs","refreshToken":"eyJraWQiOiI0ODEyODgzZi05Y2FiLTQwMWMtYTI5OC0wZmEyMTA5Y2ViY2EiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJiM2EzNGEyMi0zNDk3LTQyYzktODYyZC0wNmE2MDNhMTY5M2UiLCJhdWQiOiI3ZjA0NWVlZS03MDAzLTQzNzktOTk2OC05MzU1ZWQyYWRiMDZAYXBwc192dy1kaWxhYl9jb20iLCJhY3IiOiJodHRwczovL2lkZW50aXR5LnZ3Z3JvdXAuaW8vYXNzdXJhbmNlL2xvYS0yIiwic2NwIjoiYWRkcmVzcyBiYWRnZSBiaXJ0aGRhdGUgY2FycyBkcml2ZXJzTGljZW5zZSBkZWFsZXJzIGVtYWlsIG1pbGVhZ2UgbWJiIG5hdGlvbmFsSWRlbnRpZmllciBvcGVuaWQgcGhvbmUgcHJvZmVzc2lvbiBwcm9maWxlIHZpbiIsImFhdCI6ImlkZW50aXR5a2l0IiwiaXNzIjoiaHR0cHM6Ly9pZGVudGl0eS52d2dyb3VwLmlvIiwianR0IjoicmVmcmVzaF90b2tlbiIsImV4cCI6MTc0MDI5MDYxMiwiaWF0IjoxNzI0NzM4NjEyLCJqdGkiOiIwM2RjM2U5NS0wNmIzLTQ1MTMtYTQ0MS1jZDY1YjMwYWI1MmYifQ.EdLxAhVOJKJzj0TZGE4oXo7W-NLTHzUPFtRJzGjuK0E-ej074Xosh6POLCiekjRM0erxJgl1R_dy_0LeRH70AIWwmhZmHg5NUegUhBhmdfHlKr5XZ40gYws20vf4hJ762gvO6LjFAIoGDt50CQFUck3QN8AktKTcco9hTEyHsvItRKQVSf4-qB2MTs0GJusIZZYbdfvTaNlu4RyS0CVrVXrTRC_SrxZMswLoWwnRcT-1Wi5LdNqyun5PJVo32luQPIFIP1BVelXsog3E3QNc1e8mjQ4dHFtk85i2d9nsOxOkcxLt7ujzyEmOHmZynyi-2VuhzLLvwkmAHZE2jG56X_M-5_NDkFGgjXorSxLKDEGfsiN7hpMJunQwHwt4E0eMgTPLwpotTITBqvJGs_Fprnw87qWnXKcL_txxjGWwWys9XN2xfUFWg9FzJF4aHENQEmEE_SFxO258OQ59YcZaVxTXOseQ2qY5mFRpTbnH0y_awB-XJAJVBKMbq4Wywuq2-JDNPVj_OoU4Y11i_AeI6WlxfXsgVOre_ndWtvk0ofg7TdhAOEagh2Hy99X2CGdoUFJUsUlOiTjMDTprXHdYv7kL1HoE_sLQigBhlQ2sEHIBWPTTcfzqD0yQjy8q87JWVFgR6BHWNo5vj9WqI9UogGdBmPHK2OoX3su81J4QEZc","idToken":"eyJraWQiOiI0ODEyODgzZi05Y2FiLTQwMWMtYTI5OC0wZmEyMTA5Y2ViY2EiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoicW1kTW9hZXlZOXRZUW5BVlRieUMxdyIsInN1YiI6ImIzYTM0YTIyLTM0OTctNDJjOS04NjJkLTA2YTYwM2ExNjkzZSIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJjb3IiOiJERSIsImlzcyI6Imh0dHBzOi8vaWRlbnRpdHkudndncm91cC5pbyIsImp0dCI6ImlkX3Rva2VuIiwidHlwZSI6ImlkZW50aXR5Iiwibm9uY2UiOiJCSGtOelZFR09yUmFRc1doaXNYSkpnUmpWTk1NTk9UdmxSR2FUVXFPaWtCIiwibGVlIjpbIlNLT0RBIl0sImF1ZCI6WyI3ZjA0NWVlZS03MDAzLTQzNzktOTk2OC05MzU1ZWQyYWRiMDZAYXBwc192dy1kaWxhYl9jb20iLCJodHRwczovL2FwaS52YXMuZXUuZHAxNS52d2ctY29ubmVjdC5jb20iLCJodHRwczovL2FwaS52YXMuZXUud2NhcmRwLmlvIiwiaHR0cHM6Ly9wcm9kLmVjZS5nYXV0aC12d2FjLmNvbSIsIlZXR01CQjAxQ05BUFAxIiwiVldHTUJCMDFERUxJVjEiXSwiYWNyIjoiaHR0cHM6Ly9pZGVudGl0eS52d2dyb3VwLmlvL2Fzc3VyYW5jZS9sb2EtMiIsInVwZGF0ZWRfYXQiOjE2ODQ3ODQ0ODUzMzcsImFhdCI6ImlkZW50aXR5a2l0IiwiZXhwIjoxNzI0NzQyMjEyLCJpYXQiOjE3MjQ3Mzg2MTIsImp0aSI6IjJmODFjNWIxLWYxZGMtNDBjMi05Y2JlLTRiYWYwMjM2Mzg5ZiIsImVtYWlsIjoic3Quc2NoYW1iZWNrQGdvb2dsZW1haWwuY29tIn0.Q799bKceHAyyqyzQ69hN9wq4OLSdmbUwa5mj33mTcqyO6gyF9WzrUL3RArvRN-Y8L5zJ0dNyonEocAIFgw-k5xF-ZsNGFobQPVmCYaFX0LTEsM-_NF1DzLftfFCIgUCgvwXseKEAKYOfLBRj0yxtaxZ2C9-sqiWSJljaASel6EX8Xqp5SpiOHMk6T5AcsuN9COJAx-7COzFsGfIn7K2CNFr7UFNb4PhtAZ1p2GW53dApQ8pyygj3E8Rsjx4VkBwhP2rJWdqDCsjwT3TgcE9ZYJRDwei7YaM4TgyeDCGIPqsytxqkzPRRInOKc2ActgSuj2rdrtvMAmnbNW31b1Mhwfh3D1MOJJCqY9yMtept9tgMwVWbo8lcMf7Aszjrayc7-QQegvv3oEVE_kHLuQ0hAt8rdC5VSxNTRyDjR0a2N7yXjZbdaKRCQBfABdfhFHgGWtplxoqWl7vIlGyv0M4R92fa-tSACJf7mi2UxUg_raGwy-UNuSZ8a3WvFYiVR53GayQ793xpgrTw0_b5AYWJgEADcy6YSwnzB0dNpiZOdw-Nkb2hTf-VB7wu2As9kBMW9XCMOwqv8CifTwmZ63zZkk1HTbmvy0N56Gza9V4pkZix_CInt1iy_tvisRQLrGN8RL_2780ngk54hXlIOv1BXK9fZ5_wngHV6e24ttp7W4E"}
[enyaq ] TRACE 2024/08/27 08:03:32 GET https://mysmob.api.connect.skoda-auto.cz/api/v2/garage
[enyaq ] TRACE 2024/08/27 08:03:32 {"vehicles":[{"vin":"TMBGF7NY7NF051908","name":"Enyaq Coupé","licensePlate":"EBES486E","state":"ACTIVATED","devicePlatform":"WCAR","systemModelId":"5ACJP4","title":"Škoda Enyaq Coupé","renders":[{"url":"https://iprenders.blob.core.windows.net/base5acs22200210/1Z1ZF61GrLufdoyjaIq4.7N_R-wG4OShWLP9yY_KH-wo7H.U2Nky1qY6nSJKvCRX-ETsQKaSgHVoevOYxlrAJn-19201080dayvext_side1080.png","viewPoint":"exterior_side","type":"REAL","order":0},{"url":"https://ip-modcwp.azureedge.net/modcwp5acs22200210/1Z1ZF61GrLufdoyjaIq4.7N_R-wG4OShWLP9yY_KH-wo7H.U2Nky1qY6nSJKvCRX-ETsQKaSgHVoevOYxlrAJn-1920658dayvext_side1080.png?v=638217404330000000","viewPoint":"garage_l","type":"REAL","order":1},{"url":"https://ip-modcwp.azureedge.net/modcwp5acs22200210/1Z1ZF61GrLufdoyjaIq4.7N_R-wG4OShWLP9yY_KH-wo7H.U2Nky1qY6nSJKvCRX-ETsQKaSgHVoevOYxlrAJn-700390dayvext_front1080.png?v=638217404330000000","viewPoint":"main","type":"REAL","order":2}],"compositeRenders":[{"layers":[{"url":"https://iprenders.blob.core.windows.net/base5acs22200210/1Z1ZF61GrLufdoyjaIq4.7N_R-wG4OShWLP9yY_KH-wo7H.U2Nky1qY6nSJKvCRX-ETsQKaSgHVoevOYxlrAJn-19201080dayvext_side1080.png","viewPoint":"exterior_side","type":"REAL","order":0}],"viewType":"UNMODIFIED_EXTERIOR_SIDE"}],"priority":0}]}
[enyaq ] TRACE 2024/08/27 08:03:32 GET https://mysmob.api.connect.skoda-auto.cz/api/v2/garage/vehicles/TMBGF7NY7NF051908
[ocpp  ] TRACE 2024/08/27 08:03:32 send EU_EDR_CB12001332: [2,"1769462780","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:03:32 recv EU_EDR_CB12001332: [3,"1769462780",{"status":"Accepted"}]
[enyaq ] TRACE 2024/08/27 08:03:32 {"vin":"TMBGF7NY7NF051908","name":"Enyaq Coupé","workshopModeEnabled":false,"licensePlate":"EBES486E","state":"ACTIVATED","devicePlatform":"WCAR","softwareVersion":"3.0","specification":{"title":"Škoda Enyaq Coupé","manufacturingDate":"2022-06-15","model":"Enyaq Coupé","modelYear":"2022","body":"SUV Coupe","trimLevel":"RS","systemCode":"UNKNOWN","systemModelId":"5ACJP4","maxChargingPowerInKW":125,"battery":{"capacityInKWh":77},"engine":{"type":"iV","powerInKW":225},"gearbox":{"type":"E1A"}},"servicePartner":{"servicePartnerId":"DEUC63240"},"renders":[{"url":"https://iprenders.blob.core.windows.net/base5acs22200210/1Z1ZF61GrLufdoyjaIq4.7N_R-wG4OShWLP9yY_KH-wo7H.U2Nky1qY6nSJKvCRX-ETsQKaSgHVoevOYxlrAJn-19201080dayvext_side1080.png","viewPoint":"exterior_side","type":"REAL","order":0},{"url":"https://ip-modcwp.azureedge.net/modcwp5acs22200210/1Z1ZF61GrLufdoyjaIq4.7N_R-wG4OShWLP9yY_KH-wo7H.U2Nky1qY6nSJKvCRX-ETsQKaSgHVoevOYxlrAJn-1920658dayvext_side1080.png?v=638217404330000000","viewPoint":"garage_l","type":"REAL","order":1},{"url":"https://ip-modcwp.azureedge.net/modcwp5acs22200210/1Z1ZF61GrLufdoyjaIq4.7N_R-wG4OShWLP9yY_KH-wo7H.U2Nky1qY6nSJKvCRX-ETsQKaSgHVoevOYxlrAJn-700390dayvext_front1080.png?v=638217404330000000","viewPoint":"main","type":"REAL","order":2}],"compositeRenders":[{"layers":[{"url":"https://iprenders.blob.core.windows.net/base5acs22200210/1Z1ZF61GrLufdoyjaIq4.7N_R-wG4OShWLP9yY_KH-wo7H.U2Nky1qY6nSJKvCRX-ETsQKaSgHVoevOYxlrAJn-19201080dayvext_side1080.png","viewPoint":"exterior_side","type":"REAL","order":0}],"viewType":"UNMODIFIED_EXTERIOR_SIDE"},{"layers":[{"url":"https://iprenders.blob.core.windows.net/base5acs22200210/1Z1ZF61GrLufdoyjaIq4.7N_R-wG4OShWLP9yY_KH-wo7H.U2Nky1qY6nSJKvCRX-ETsQKaSgHVoevOYxlrAJn-19201080dayvext_side1080.png","viewPoint":"exterior_side","type":"REAL","order":0}],"modifications":{"adjustSpaceInPx":{"top":-317,"bottom":-193,"left":-149,"right":-111},"densityIndependentHeight":270,"flipHorizontal":false,"anchorTo":"LEFT"},"viewType":"HOME"},{"layers":[{"url":"https://iprenders.blob.core.windows.net/base5acs22200210/1Z1ZF61GrLufdoyjaIq4.7N_R-wG4OShWLP9yY_KH-wo7H.U2Nky1qY6nSJKvCRX-ETsQKaSgHVoevOYxlrAJn-19201080dayvext_side1080.png","viewPoint":"exterior_side","type":"REAL","order":0},{"url":"https://mspgwlivestorage.blob.core.windows.net/renders/cables/enyaq_5A_cable_charging_light_v1.png","viewPoint":"exterior_side","type":"REAL","order":1}],"modifications":{"adjustSpaceInPx":{"top":-317,"bottom":-193,"left":-149,"right":-111},"densityIndependentHeight":270,"flipHorizontal":true,"anchorTo":"LEFT"},"viewType":"CHARGING_LIGHT"},{"layers":[{"url":"https://iprenders.blob.core.windows.net/base5acs22200210/1Z1ZF61GrLufdoyjaIq4.7N_R-wG4OShWLP9yY_KH-wo7H.U2Nky1qY6nSJKvCRX-ETsQKaSgHVoevOYxlrAJn-19201080dayvext_side1080.png","viewPoint":"exterior_side","type":"REAL","order":0},{"url":"https://mspgwlivestorage.blob.core.windows.net/renders/cables/enyaq_5A_cable_charging_dark_v1.png","viewPoint":"exterior_side","type":"REAL","order":1}],"modifications":{"adjustSpaceInPx":{"top":-317,"bottom":-193,"left":-149,"right":-111},"densityIndependentHeight":270,"flipHorizontal":true,"anchorTo":"LEFT"},"viewType":"CHARGING_DARK"},{"layers":[{"url":"https://iprenders.blob.core.windows.net/base5acs22200210/1Z1ZF61GrLufdoyjaIq4.7N_R-wG4OShWLP9yY_KH-wo7H.U2Nky1qY6nSJKvCRX-ETsQKaSgHVoevOYxlrAJn-19201080dayvext_side1080.png","viewPoint":"exterior_side","type":"REAL","order":0},{"url":"https://mspgwlivestorage.blob.core.windows.net/renders/cables/enyaq_5A_cable_plugged_in_light_v1.png","viewPoint":"exterior_side","type":"REAL","order":1}],"modifications":{"adjustSpaceInPx":{"top":-317,"bottom":-193,"left":-149,"right":-111},"densityIndependentHeight":270,"flipHorizontal":true,"anchorTo":"LEFT"},"viewType":"PLUGGED_IN_LIGHT"},{"layers":[{"url":"https://iprenders.blob.core.windows.net/base5acs22200210/1Z1ZF61GrLufdoyjaIq4.7N_R-wG4OShWLP9yY_KH-wo7H.U2Nky1qY6nSJKvCRX-ETsQKaSgHVoevOYxlrAJn-19201080dayvext_side1080.png","viewPoint":"exterior_side","type":"REAL","order":0},{"url":"https://mspgwlivestorage.blob.core.windows.net/renders/cables/enyaq_5A_cable_plugged_in_dark_v1.png","viewPoint":"exterior_side","type":"REAL","order":1}],"modifications":{"adjustSpaceInPx":{"top":-317,"bottom":-193,"left":-149,"right":-111},"densityIndependentHeight":270,"flipHorizontal":true,"anchorTo":"LEFT"},"viewType":"PLUGGED_IN_DARK"}],"capabilities":{"capabilities":[{"id":"AUTOMATION","statuses":[]},{"id":"BATTERY_CHARGING_CARE","statuses":[]},{"id":"BATTERY_SUPPORT","statuses":[]},{"id":"CHARGING_PROFILES","statuses":[]},{"id":"CHARGING_STATIONS","statuses":[]},{"id":"MAP_UPDATE","statuses":[]},{"id":"MEASUREMENTS","statuses":[]},{"id":"PARKING_INFORMATION","statuses":[]},{"id":"PARKING_POSITION","statuses":[]},{"id":"POI_SEARCH","statuses":[]},{"id":"ROADSIDE_ASSISTANT","statuses":[]},{"id":"ROUTING","statuses":[]},{"id":"STATE","statuses":[]},{"id":"TRAFFIC_INFORMATION","statuses":[]},{"id":"VEHICLE_HEALTH_INSPECTION","statuses":[]},{"id":"WARNING_LIGHTS","statuses":[]},{"id":"WEB_RADIO","statuses":[]},{"id":"AIR_CONDITIONING_TIMERS","statuses":[]},{"id":"ROUTE_PLANNING_5_CHARGERS","statuses":[]},{"id":"SERVICE_PARTNER","statuses":[]},{"id":"CUBIC","statuses":[]},{"id":"PAY_TO_PARK","statuses":[]},{"id":"EV_ROUTE_PLANNING","statuses":[]},{"id":"CHARGE_MODE_SELECTION","statuses":[]},{"id":"GUEST_USER_MANAGEMENT","statuses":[]},{"id":"DESTINATIONS","statuses":[]},{"id":"CHARGING_MEB","statuses":[]},{"id":"SUBSCRIPTIONS","statuses":[]},{"id":"ONLINE_SPEECH_GPS","statuses":[]},{"id":"AIR_CONDITIONING","statuses":[]},{"id":"EXTENDED_CHARGING_SETTINGS","statuses":[]},{"id":"DIGICERT","statuses":[]},{"id":"VEHICLE_WAKE_UP_TRIGGER","statuses":[]},{"id":"CHARGING","statuses":[]},{"id":"VEHICLE_HEALTH_WARNINGS","statuses":[]},{"id":"VEHICLE_SERVICES_BACKUPS","statuses":[]},{"id":"WINDOW_HEATING","statuses":[]},{"id":"POWERPASS_TARIFFS","statuses":[]},{"id":"DESTINATION_IMPORT_UPGRADABLE","statuses":[]},{"id":"AIR_CONDITIONING_SMART_SETTINGS","statuses":[]},{"id":"AIR_CONDITIONING_SAVE_AND_ACTIVATE","statuses":[]}]}}
[gsi   ] TRACE 2024/08/27 08:03:32 GET https://api.corrently.io/v2.0/gsi/prediction?zip=***
[gsi   ] TRACE 2024/08/27 08:03:33 {"support":"If you have any question please contact dev@stromdao.com or visit https://premium.corrently.de/","license":"CC BY-NC-SA 4.0 ( https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode.en )","info":"https://corrently.io/books/stromdao-gmbh/page/fair-use-policy","documentation":"https://corrently.io/books/grunstromindex","commercial":"https://corrently.energy/products/corrently-apis-grunstromindex-abrufe","signee":"0xE7Fe0626D7B8e3F2e5ECD146F9b11daac1DBE447","forecast":[{"epochtime":1724727600,"eevalue":38,"ewind":1,"esolar":0,"ensolar":0,"enwind":1,"sci":25,"gsi":36.1,"timeStamp":1724727600000,"energyprice":"-0.0190000","co2_g_standard":237,"co2_g_oekostrom":43,"timeframe":{"start":1724727600000,"end":1724731200000},"iat":1724733175556,"zip":"***","signature":"0x7445e623504f5904a7c543a2884e8ab13ea118de85f57f8c52b891b1a4469d7513bd747d877837745f6d49e761aeea33c44828e17b9cca71b29ddbf590dcd6d71c"},{"epochtime":1724731200,"eevalue":37,"ewind":1,"esolar":0,"ensolar":0,"enwind":1,"sci":25,"gsi":35.15,"timeStamp":1724731200000,"energyprice":"-0.0185000","co2_g_standard":240,"co2_g_oekostrom":44,"timeframe":{"start":1724731200000,"end":1724734800000},"iat":1724733175561,"zip":"***","signature":"0x817dc9aabe40d540d99473bf5f595416d7fa0c47ce59fd3aeae10bbfaac03913777a7f855f12e5f93414d9ad3c99fbde1f42ef1d86d8c5bda9e1c14ecebb13b81b"},{"epochtime":1724734800,"eevalue":37,"ewind":1,"esolar":0,"ensolar":0,"enwind":1,"sci":25,"gsi":35.15,"timeStamp":1724734800000,"energyprice":"-0.0185000","co2_g_standard":240,"co2_g_oekostrom":44,"timeframe":{"start":1724734800000,"end":1724738400000},"iat":1724733175567,"zip":"***","signature":"0xf91204de0e9ebc1e2cbf0cd532f3297668e8b474bccafd2a4d613e69b83f66a269040ed6cd52a2fd346644fa5958f8eeef860e1ec574d19f4f559b4a12344bfc1c"},{"epochtime":1724738400,"eevalue":44,"ewind":1,"esolar":7,"ensolar":7,"enwind":1,"sci":29,"gsi":41.8,"timeStamp":1724738400000,"energyprice":"-0.0220000","co2_g_standard":219,"co2_g_oekostrom":40,"timeframe":{"start":1724738400000,"end":1724742000000},"iat":1724733175571,"zip":"***","signature":"0xa6933f3da4e6871ecc457cb3d3e7bd28811c7c0cfa34d13839d3f0d07db489f82343786a4cc49339980ac09426c41156070f97ed83c17204fbc5b419897550d91c"},{"epochtime":1724742000,"eevalue":81,"ewind":1,"esolar":43,"ensolar":43,"enwind":1,"sci":47,"gsi":76.95,"timeStamp":1724742000000,"energyprice":"-0.0405000","co2_g_standard":106,"co2_g_oekostrom":19,"timeframe":{"start":1724742000000,"end":1724745600000},"iat":1724733175574,"zip":"***","signature":"0xdd122be4935e8959443ad053cab92ae24350955d7e6d7d4a1e370acd905e61e73942a17359a834edd35fa8720d6b17594ebaa56daf0ac8032f3fbda74605ea081b"},{"epochtime":1724745600,"eevalue":81,"ewind":1,"esolar":43,"ensolar":43,"enwind":1,"sci":47,"gsi":76.95,"timeStamp":1724745600000,"energyprice":"-0.0405000","co2_g_standard":106,"co2_g_oekostrom":19,"timeframe":{"start":1724745600000,"end":1724749200000},"iat":1724733175579,"zip":"***","signature":"0xda8868f974497b8ed6bd31bbf2b37d412cbb4a005deb1ed7c2c464754d47fa9d741cca11ce90b4617bd52a9ada248d20badc2d5407b524e0747430571a82902b1c"},{"epochtime":1724749200,"eevalue":81,"ewind":1,"esolar":43,"ensolar":43,"enwind":1,"sci":47,"gsi":76.95,"timeStamp":1724749200000,"energyprice":"-0.0405000","co2_g_standard":106,"co2_g_oekostrom":19,"timeframe":{"start":1724749200000,"end":1724752800000},"iat":1724733175584,"zip":"***","signature":"0x4a1112b6b22d424848872d190ff76ea4313075961e1e206b2d592463ea11c35351313ebc9e9ae1a134313e7d92c7608af4e4a1bdd501afa980555a2407f2c1b51b"},{"epochtime":1724752800,"eevalue":81,"ewind":1,"esolar":43,"ensolar":43,"enwind":1,"sci":47,"gsi":76.95,"timeStamp":1724752800000,"energyprice":"-0.0405000","co2_g_standard":106,"co2_g_oekostrom":19,"timeframe":{"start":1724752800000,"end":1724756400000},"iat":1724733175587,"zip":"***","signature":"0x8fac9a3cf16c00189f98472327ddbc1ea6382e31634b425edfff5e3c126407df7ac1f7611bc154af1fb8c49e94374def227d16166eb36ee1d7f365c5d555f9861c"},{"epochtime":1724756400,"eevalue":81,"ewind":1,"esolar":43,"ensolar":43,"enwind":1,"sci":47,"gsi":76.95,"timeStamp":1724756400000,"energyprice":"-0.0405000","co2_g_standard":106,"co2_g_oekostrom":19,"timeframe":{"start":1724756400000,"end":1724760000000},"iat":1724733175590,"zip":"***","signature":"0x6c6e775f23c3c12e11ffd0d2c1456748b7d435790708d46dd6ee08df7d5557937a5b9e3cafc8c9cfadd7749c9d520c0329328b835e12954b28a1564e835c41961c"},{"epochtime":1724760000,"eevalue":81,"ewind":1,"esolar":43,"ensolar":43,"enwind":1,"sci":47,"gsi":76.95,"timeStamp":1724760000000,"energyprice":"-0.0405000","co2_g_standard":106,"co2_g_oekostrom":19,"timeframe":{"start":1724760000000,"end":1724763600000},"iat":1724733175592,"zip":"***","signature":"0xe7a24aad0dd3ec7426a97375eb52b4682aa62906625e0e323ca066379bab865b2ca4d1185792d58f64baa7ad7fc8b796da8e67aee58b36716b83730f13d99f271c"},{"epochtime":1724763600,"eevalue":82,"ewind":1,"esolar":43,"ensolar":43,"enwind":1,"sci":47,"gsi":77.89999999999999,"timeStamp":1724763600000,"energyprice":"-0.0410000","co2_g_standard":103,"co2_g_oekostrom":18,"timeframe":{"start":1724763600000,"end":1724767200000},"iat":1724733175595,"zip":"***","signature":"0xfe789ef37d229c88e725007dc853a2386694e9bdb3dbe15bca3cd2cd1940b4d74b9a9b3947344de6cf448df93ac43cb854117b11621b27bab255c9030e081f511c"},{"epochtime":1724767200,"eevalue":81,"ewind":1,"esolar":43,"ensolar":43,"enwind":1,"sci":47,"gsi":76.95,"timeStamp":1724767200000,"energyprice":"-0.0405000","co2_g_standard":106,"co2_g_oekostrom":19,"timeframe":{"start":1724767200000,"end":1724770800000},"iat":1724733175598,"zip":"***","signature":"0xba6b236937491601687633d3e085b8b2f6ca267cadb6f7a27b1e590ab22c6a376892eaecfc26b60292783e27ce75293d39a18cafdd554ef8d3035dfd63b36f441b"},{"epochtime":1724770800,"eevalue":81,"ewind":1,"esolar":43,"ensolar":43,"enwind":1,"sci":47,"gsi":76.95,"timeStamp":1724770800000,"energyprice":"-0.0405000","co2_g_standard":106,"co2_g_oekostrom":19,"timeframe":{"start":1724770800000,"end":1724774400000},"iat":1724733175601,"zip":"***","signature":"0x039c0679d4f71fe3b4ca1f0deb8817f429dd6022e5ea0fa57b72a87d29709369790be86b2817bb41978994c9a29d00357307cca7601f2f086a5eb5393ab6ede21b"},{"epochtime":1724774400,"eevalue":81,"ewind":1,"esolar":44,"ensolar":44,"enwind":1,"sci":47,"gsi":76.95,"timeStamp":1724774400000,"energyprice":"-0.0405000","co2_g_standard":106,"co2_g_oekostrom":19,"timeframe":{"start":1724774400000,"end":1724778000000},"iat":1724733175604,"zip":"***","signature":"0x4f7c06fb692c0491a79ce866d274e85f5ca7d0dabb9cee8544138b8bf6ce5ea54ccdb1b6203558dfc5fd27914db58dea9f8efd05a4323f9d6a30be5a48da72431c"},{"epochtime":1724778000,"eevalue":78,"ewind":1,"esolar":40,"ensolar":40,"enwind":1,"sci":45,"gsi":74.1,"timeStamp":1724778000000,"energyprice":"-0.0390000","co2_g_standard":115,"co2_g_oekostrom":21,"timeframe":{"start":1724778000000,"end":1724781600000},"iat":1724733175606,"zip":"***","signature":"0x0db712d389507ca6f2c8e0bb40fe5e3326f265c6f1bc523ddd5dc1a3d5d4f00e7c6223a3c3cb59cafde435847edd0fed36cdb82ebf0d5929360fe8aea32e913a1b"},{"epochtime":1724781600,"eevalue":38,"ewind":1,"esolar":0,"ensolar":0,"enwind":1,"sci":25,"gsi":36.1,"timeStamp":1724781600000,"energyprice":"-0.0190000","co2_g_standard":237,"co2_g_oekostrom":43,"timeframe":{"start":1724781600000,"end":1724785200000},"iat":1724733175609,"zip":"***","signature":"0xe96ad0c676429600c9153e7eb90aa2e900104f208ed5dd742df56811fb50d0a41b9de1a2739dfdc1d8b3016510307e8c02f0c4ddf921e7d2b28aecbd0b1b25f31c"},{"epochtime":1724785200,"eevalue":38,"ewind":1,"esolar":0,"ensolar":0,"enwind":1,"sci":25,"gsi":36.1,"timeStamp":1724785200000,"energyprice":"-0.0190000","co2_g_standard":237,"co2_g_oekostrom":43,"timeframe":{"start":1724785200000,"end":1724788800000},"iat":1724733175611,"zip":"***","signature":"0x7fe35e06b9dfa77b654ed1994600fbe78dc62dfe6088219124b9822cab39dc327c3df9fb0423d92be689c4192edbc4c75a2a9d33f58d08620f7da897dc897d331b"},{"epochtime":1724788800,"eevalue":38,"ewind":1,"esolar":0,"ensolar":0,"enwind":1,"sci":25,"gsi":36.1,"timeStamp":1724788800000,"energyprice":"-0.0190000","co2_g_standard":237,"co2_g_oekostrom":43,"timeframe":{"start":1724788800000,"end":1724792400000},"iat":1724733175615,"zip":"85
[db    ] TRACE 2024/08/27 08:03:33 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="sessions" -1 <nil>
[db    ] TRACE 2024/08/27 08:03:33 SELECT sql FROM sqlite_master WHERE type IN ("table","index") AND tbl_name = "sessions" AND sql IS NOT NULL order by type = "table" desc 1 <nil>
[db    ] TRACE 2024/08/27 08:03:33 SELECT * FROM `sessions` LIMIT 1 -1 <nil>
[lp-1  ] ERROR 2024/08/27 08:03:33 charge total import: not available
[db    ] TRACE 2024/08/27 08:03:33 SELECT * FROM `sessions` WHERE `Loadpoint` = "Garage links" AND `finished` = "0001-01-01 00:00:00+00:00" 0 <nil>
[db    ] TRACE 2024/08/27 08:03:33 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="sessions" -1 <nil>
[db    ] TRACE 2024/08/27 08:03:33 SELECT sql FROM sqlite_master WHERE type IN ("table","index") AND tbl_name = "sessions" AND sql IS NOT NULL order by type = "table" desc 1 <nil>
[db    ] TRACE 2024/08/27 08:03:33 SELECT * FROM `sessions` LIMIT 1 -1 <nil>
[db    ] TRACE 2024/08/27 08:03:33 SELECT * FROM `sessions` WHERE `Loadpoint` = "Garage rechts" AND `finished` = "0001-01-01 00:00:00+00:00" 0 <nil>
[influx] TRACE 2024/08/27 08:03:33 write fatal=map[value:<nil>] (map[])
[site  ] WARN 2024/08/27 08:03:33 vehicle 'Genesis G80' does not support automatic detection
[site  ] INFO 2024/08/27 08:03:33 site config:
[site  ] INFO 2024/08/27 08:03:33   meters:      grid ✓ pv ✓ battery ✓
[site  ] INFO 2024/08/27 08:03:33     grid:      power ✓ energy ✓ currents ✓
[site  ] INFO 2024/08/27 08:03:33     pv 1:      power ✓ energy ✓ currents ✗
[site  ] INFO 2024/08/27 08:03:33     pv 2:      power ✓ energy ✓ currents ✗
[site  ] INFO 2024/08/27 08:03:33     battery 1: power ✓ energy ✗ currents ✗ soc ✓ capacity ✗
[site  ] INFO 2024/08/27 08:03:33   vehicles:
[site  ] INFO 2024/08/27 08:03:33     vehicle 1: range ✗ finish ✗ status ✗ climate ✗ wakeup ✗
[site  ] INFO 2024/08/27 08:03:33     vehicle 2: range ✓ finish ✓ status ✓ climate ✗ wakeup ✓
[lp-1  ] INFO 2024/08/27 08:03:33 loadpoint 1:
[lp-1  ] INFO 2024/08/27 08:03:33   mode:        minpv
[lp-1  ] INFO 2024/08/27 08:03:33   charger:     power ✓ energy ✓ currents ✓ phases ✗ wakeup ✗
[lp-1  ] INFO 2024/08/27 08:03:33   meters:      charge ✓
[lp-1  ] INFO 2024/08/27 08:03:33     charge:    power ✓ energy ✓ currents ✓
[main  ] TRACE 2024/08/27 08:03:33 GET https://api.github.com/repos/evcc-io/evcc/releases/latest
[site  ] DEBUG 2024/08/27 08:03:33 set buffer soc: 90
[site  ] DEBUG 2024/08/27 08:03:33 set buffer start soc: 100
[site  ] DEBUG 2024/08/27 08:03:33 set priority soc: 80
[site  ] DEBUG 2024/08/27 08:03:33 set residual power: 100
[influx] TRACE 2024/08/27 08:03:33 write bufferSoc=map[value:90] (map[])
[influx] TRACE 2024/08/27 08:03:33 write bufferStartSoc=map[value:100] (map[])
[influx] TRACE 2024/08/27 08:03:33 write prioritySoc=map[value:80] (map[])
[lp-1  ] DEBUG 2024/08/27 08:03:33 phase timer inactive
[lp-1  ] DEBUG 2024/08/27 08:03:33 pv timer inactive
[influx] TRACE 2024/08/27 08:03:33 write residualPower=map[value:100] (map[])
[influx] TRACE 2024/08/27 08:03:33 write prioritySoc=map[value:80] (map[])
[influx] TRACE 2024/08/27 08:03:33 write bufferSoc=map[value:90] (map[])
[influx] TRACE 2024/08/27 08:03:33 write bufferStartSoc=map[value:100] (map[])
[influx] TRACE 2024/08/27 08:03:33 write maxGridSupplyWhileBatteryCharging=map[value:0] (map[])
[ocpp  ] TRACE 2024/08/27 08:03:33 send EU_EDR_CB12001332: [2,"3466184993","GetCompositeSchedule",{"connectorId":1,"duration":60}]
[influx] TRACE 2024/08/27 08:03:33 write residualPower=map[value:100] (map[])
[influx] TRACE 2024/08/27 08:03:33 write phasesConfigured=map[value:3] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:33 write minCurrent=map[value:6] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:33 write maxCurrent=map[value:12] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:33 write priority=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:33 write minCurrent=map[value:6] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:33 write maxCurrent=map[value:12] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:33 write enableThreshold=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:33 write disableThreshold=map[value:450] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:33 write phasesConfigured=map[value:3] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:33 write phasesEnabled=map[value:3] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:33 write phasesActive=map[value:3] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:33 write chargerPhysicalPhases=map[value:<nil>] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:33 write chargerIcon=map[value:<nil>] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:33 write vehicleOdometer=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:33 write planEnergy=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:33 write limitSoc=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:33 write limitEnergy=map[value:0] (map[loadpoint:Garage links])
[main  ] TRACE 2024/08/27 08:03:33 {"url":"https://api.github.com/repos/evcc-io/evcc/releases/172013107","assets_url":"https://api.github.com/repos/evcc-io/evcc/releases/172013107/assets","upload_url":"https://uploads.github.com/repos/evcc-io/evcc/releases/172013107/assets{?name,label}","html_url":"https://github.com/evcc-io/evcc/releases/tag/0.130.6","id":172013107,"author":{"login":"andig","id":184815,"node_id":"MDQ6VXNlcjE4NDgxNQ==","avatar_url":"https://avatars.githubusercontent.com/u/184815?v=4","gravatar_id":"","url":"https://api.github.com/users/andig","html_url":"https://github.com/andig","followers_url":"https://api.github.com/users/andig/followers","following_url":"https://api.github.com/users/andig/following{/other_user}","gists_url":"https://api.github.com/users/andig/gists{/gist_id}","starred_url":"https://api.github.com/users/andig/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/andig/subscriptions","organizations_url":"https://api.github.com/users/andig/orgs","repos_url":"https://api.github.com/users/andig/repos","events_url":"https://api.github.com/users/andig/events{/privacy}","received_events_url":"https://api.github.com/users/andig/received_events","type":"User","site_admin":false},"node_id":"RE_kwDODX4bUs4KQLYz","tag_name":"0.130.6","target_commitish":"master","name":"0.130.6","draft":false,"prerelease":false,"created_at":"2024-08-26T19:48:09Z","published_at":"2024-08-26T19:48:31Z","assets":[{"url":"https://api.github.com/repos/evcc-io/evcc/releases/assets/188440479","id":188440479,"node_id":"RA_kwDODX4bUs4LO1-f","name":"checksums.txt","label":"","uploader":{"login":"andig","id":184815,"node_id":"MDQ6VXNlcjE4NDgxNQ==","avatar_url":"https://avatars.githubusercontent.com/u/184815?v=4","gravatar_id":"","url":"https://api.github.com/users/andig","html_url":"https://github.com/andig","followers_url":"https://api.github.com/users/andig/followers","following_url":"https://api.github.com/users/andig/following{/other_user}","gists_url":"https://api.github.com/users/andig/gists{/gist_id}","starred_url":"https://api.github.com/users/andig/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/andig/subscriptions","organizations_url":"https://api.github.com/users/andig/orgs","repos_url":"https://api.github.com/users/andig/repos","events_url":"https://api.github.com/users/andig/events{/privacy}","received_events_url":"https://api.github.com/users/andig/received_events","type":"User","site_admin":false},"content_type":"text/plain; charset=utf-8","state":"uploaded","size":754,"download_count":0,"created_at":"2024-08-26T20:00:57Z","updated_at":"2024-08-26T20:00:57Z","browser_download_url":"https://github.com/evcc-io/evcc/releases/download/0.130.6/checksums.txt"},{"url":"https://api.github.com/repos/evcc-io/evcc/releases/assets/188440476","id":188440476,"node_id":"RA_kwDODX4bUs4LO1-c","name":"evcc_0.130.6_amd64.deb","label":"","uploader":{"login":"andig","id":184815,"node_id":"MDQ6VXNlcjE4NDgxNQ==","avatar_url":"https://avatars.githubusercontent.com/u/184815?v=4","gravatar_id":"","url":"https://api.github.com/users/andig","html_url":"https://github.com/andig","followers_url":"https://api.github.com/users/andig/followers","following_url":"https://api.github.com/users/andig/following{/other_user}","gists_url":"https://api.github.com/users/andig/gists{/gist_id}","starred_url":"https://api.github.com/users/andig/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/andig/subscriptions","organizations_url":"https://api.github.com/users/andig/orgs","repos_url":"https://api.github.com/users/andig/repos","events_url":"https://api.github.com/users/andig/events{/privacy}","received_events_url":"https://api.github.com/users/andig/received_events","type":"User","site_admin":false},"content_type":"application/vnd.debian.binary-package","state":"uploaded","size":24774834,"download_count":2,"created_at":"2024-08-26T20:00:56Z","updated_at":"2024-08-26T20:00:57Z","browser_download_url":"https://github.com/evcc-io/evcc/releases/download/0.130.6/evcc_0.130.6_amd64.deb"},{"url":"https://api.github.com/repos/evcc-io/evcc/releases/assets/188440473","id":188440473,"node_id":"RA_kwDODX4bUs4LO1-Z","name":"evcc_0.130.6_arm64.deb","label":"","uploader":{"login":"andig","id":184815,"node_id":"MDQ6VXNlcjE4NDgxNQ==","avatar_url":"https://avatars.githubusercontent.com/u/184815?v=4","gravatar_id":"","url":"https://api.github.com/users/andig","html_url":"https://github.com/andig","followers_url":"https://api.github.com/users/andig/followers","following_url":"https://api.github.com/users/andig/following{/other_user}","gists_url":"https://api.github.com/users/andig/gists{/gist_id}","starred_url":"https://api.github.com/users/andig/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/andig/subscriptions","organizations_url":"https://api.github.com/users/andig/orgs","repos_url":"https://api.github.com/users/andig/repos","events_url":"https://api.github.com/users/andig/events{/privacy}","received_events_url":"https://api.github.com/users/andig/received_events","type":"User","site_admin":false},"content_type":"application/vnd.debian.binary-package","state":"uploaded","size":22914568,"download_count":1,"created_at":"2024-08-26T20:00:56Z","updated_at":"2024-08-26T20:00:57Z","browser_download_url":"https://github.com/evcc-io/evcc/releases/download/0.130.6/evcc_0.130.6_arm64.deb"},{"url":"https://api.github.com/repos/evcc-io/evcc/releases/assets/188440474","id":188440474,"node_id":"RA_kwDODX4bUs4LO1-a","name":"evcc_0.130.6_armhf.deb","label":"","uploader":{"login":"andig","id":184815,"node_id":"MDQ6VXNlcjE4NDgxNQ==","avatar_url":"https://avatars.githubusercontent.com/u/184815?v=4","gravatar_id":"","url":"https://api.github.com/users/andig","html_url":"https://github.com/andig","followers_url":"https://api.github.com/users/andig/followers","following_url":"https://api.github.com/users/andig/following{/other_user}","gists_url":"https://api.github.com/users/andig/gists{/gist_id}","starred_url":"https://api.github.com/users/andig/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/andig/subscriptions","organizations_url":"https://api.github.com/users/andig/orgs","repos_url":"https://api.github.com/users/andig/repos","events_url":"https://api.github.com/users/andig/events{/privacy}","received_events_url":"https://api.github.com/users/andig/received_events","type":"User","site_admin":false},"content_type":"application/vnd.debian.binary-package","state":"uploaded","size":23654108,"download_count":4,"created_at":"2024-08-26T20:00:56Z","updated_at":"2024-08-26T20:00:57Z","browser_download_url":"https://github.com/evcc-io/evcc/releases/download/0.130.6/evcc_0.130.6_armhf.deb"},{"url":"https://api.github.com/repos/evcc-io/evcc/releases/assets/188440466","id":188440466,"node_id":"RA_kwDODX4bUs4LO1-S","name":"evcc_0.130.6_linux-amd64.tar.gz","label":"","uploader":{"login":"andig","id":184815,"node_id":"MDQ6VXNlcjE4NDgxNQ==","avatar_url":"https://avatars.githubusercontent.com/u/184815?v=4","gravatar_id":"","url":"https://api.github.com/users/andig","html_url":"https://github.com/andig","followers_url":"https://api.github.com/users/andig/followers","following_url":"https://api.github.com/users/andig/following{/other_user}","gists_url":"https://api.github.com/users/andig/gists{/gist_id}","starred_url":"https://api.github.com/users/andig/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/andig/subscriptions","organizations_url":"https://api.github.com/users/andig/orgs","repos_url":"https://api.github.com/users/andig/repos","events_url":"https://api.github.com/users/andig/events{/privacy}","received_events_url":"https://api.github.com/users/andig/received_events","type":"User","site_admin":false},"content_type":"application/gzip","state":"uploaded","size":24656035,"download_count":1,"created_at":"2024-08-26T20:00:55Z","updated_at":"2024-08-26T20:00:55Z","browser_download_url":"https://github.com/evcc-io/evcc/releases/download/0.130.6/evcc_0.130.6_linux-amd64.tar.gz"},{"url":"https://api.github.com/repos/evcc-io/evcc/releases/assets/188440469","id":188440469,"node_id":"RA_kwDODX4bUs4LO1-V","name":"ev
[ocpp  ] TRACE 2024/08/27 08:03:33 recv EU_EDR_CB12001332: [3,"3466184993",{"connectorId": 1, "scheduleStart": "2024-08-27T06:03:32Z", "chargingSchedule": {"startSchedule": "2024-08-24T12:52:15Z", "chargingRateUnit": "A", "duration": 60, "chargingSchedulePeriod": [{"limit": 0, "startPeriod": 0}]}, "status": "Accepted"}]
[influx] TRACE 2024/08/27 08:03:33 write phasesConfigured=map[value:3] (map[loadpoint:Garage rechts])
[influx] TRACE 2024/08/27 08:03:33 write minCurrent=map[value:6] (map[loadpoint:Garage rechts])
[influx] TRACE 2024/08/27 08:03:33 write maxCurrent=map[value:7] (map[loadpoint:Garage rechts])
[influx] TRACE 2024/08/27 08:03:33 write priority=map[value:0] (map[loadpoint:Garage rechts])
[influx] TRACE 2024/08/27 08:03:33 write minCurrent=map[value:6] (map[loadpoint:Garage rechts])
[influx] TRACE 2024/08/27 08:03:33 write maxCurrent=map[value:7] (map[loadpoint:Garage rechts])
[influx] TRACE 2024/08/27 08:03:33 write enableThreshold=map[value:0] (map[loadpoint:Garage rechts])
[influx] TRACE 2024/08/27 08:03:33 write disableThreshold=map[value:450] (map[loadpoint:Garage rechts])
[influx] TRACE 2024/08/27 08:03:33 write phasesConfigured=map[value:3] (map[loadpoint:Garage rechts])
[influx] TRACE 2024/08/27 08:03:33 write phasesEnabled=map[value:3] (map[loadpoint:Garage rechts])
[influx] TRACE 2024/08/27 08:03:33 write phasesActive=map[value:3] (map[loadpoint:Garage rechts])
[influx] TRACE 2024/08/27 08:03:33 write chargerPhysicalPhases=map[value:<nil>] (map[loadpoint:Garage rechts])
[influx] TRACE 2024/08/27 08:03:33 write chargerIcon=map[value:<nil>] (map[loadpoint:Garage rechts])
[influx] TRACE 2024/08/27 08:03:33 write vehicleOdometer=map[value:0] (map[loadpoint:Garage rechts])
[influx] TRACE 2024/08/27 08:03:33 write planEnergy=map[value:0] (map[loadpoint:Garage rechts])
[influx] TRACE 2024/08/27 08:03:33 write limitSoc=map[value:0] (map[loadpoint:Garage rechts])
[influx] TRACE 2024/08/27 08:03:33 write limitEnergy=map[value:0] (map[loadpoint:Garage rechts])
[abl   ] TRACE 2024/08/27 08:03:33 modbus: send 3a 30 31 30 33 30 30 30 46 30 30 30 35 45 38 0d 0a
[ocpp  ] TRACE 2024/08/27 08:03:34 send EU_EDR_CB12001332: [2,"2293768653","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:03:34 recv EU_EDR_CB12001332: [3,"2293768653",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:03:36 send EU_EDR_CB12001332: [2,"3538393353","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:03:36 recv EU_EDR_CB12001332: [3,"3538393353",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:03:38 send EU_EDR_CB12001332: [2,"1394918368","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:03:38 recv EU_EDR_CB12001332: [3,"1394918368",{"status":"Accepted"}]
[abl   ] TRACE 2024/08/27 08:03:40 modbus: send 3a 30 31 30 33 30 30 30 46 30 30 30 35 45 38 0d 0a
[abl   ] TRACE 2024/08/27 08:03:40 modbus: recv 3e 30 31 30 33 30 41 30 46 33 46 30 31 30 42 30 30 36 34 30 33 45 38 30 30 36 34 45 35 0d 0a
[site  ] DEBUG 2024/08/27 08:03:40 ----
[lp-1  ] DEBUG 2024/08/27 08:03:40 charge power: 0W
[lp-1  ] DEBUG 2024/08/27 08:03:40 charge currents: [0 0 0]A
[influx] TRACE 2024/08/27 08:03:40 write chargePower=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:40 write chargeCurrents=map[l1:0 l2:0 l3:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:40 write chargePower=map[value:0] (map[loadpoint:Garage rechts])
[sunspec] TRACE 2024/08/27 08:03:40 modbus: send 00 0e 00 00 00 06 47 03 9d 30 00 08
[sunspec] TRACE 2024/08/27 08:03:40 modbus: recv 00 0e 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:03:40 modbus: send 00 0f 00 00 00 06 47 03 9d 38 00 14
[sunspec] TRACE 2024/08/27 08:03:40 modbus: recv 00 0f 00 00 00 2b 47 03 28 00 01 44 43 5f 53 54 52 49 4e 47 5f 31 20 20 20 20 20 02 87 0e f2 09 af 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:03:40 model 160 block 1 point DCW: 2479
[sunspec] TRACE 2024/08/27 08:03:40 modbus: send 00 0e 00 00 00 06 47 03 9d 30 00 08
[sunspec] TRACE 2024/08/27 08:03:40 modbus: recv 00 0e 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:03:40 modbus: send 00 0f 00 00 00 06 47 03 9d 4c 00 14
[sunspec] TRACE 2024/08/27 08:03:40 modbus: recv 00 0f 00 00 00 2b 47 03 28 00 02 44 43 5f 53 54 52 49 4e 47 5f 32 20 20 20 20 20 01 6d 10 52 05 f6 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:03:40 model 160 block 2 point DCW: 1526
[sunspec] TRACE 2024/08/27 08:03:40 modbus: send 00 0e 00 00 00 06 47 03 9d 30 00 08
[sunspec] TRACE 2024/08/27 08:03:40 modbus: recv 00 0e 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:03:40 modbus: send 00 0f 00 00 00 06 47 03 9d 60 00 14
[sunspec] TRACE 2024/08/27 08:03:40 modbus: recv 00 0f 00 00 00 2b 47 03 28 00 03 44 43 5f 53 54 52 49 4e 47 5f 33 20 20 20 20 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:03:40 model 160 block 3 point DCW: 0
[sunspec] TRACE 2024/08/27 08:03:40 modbus: send 00 0d 00 00 00 06 47 03 9c 88 00 32
[sunspec] TRACE 2024/08/27 08:03:40 modbus: recv 00 0d 00 00 00 67 47 03 64 01 1c 00 5e 00 5f 00 5e ff fe ff ff ff ff ff ff 09 4f 09 44 09 41 ff ff 02 59 00 00 13 86 ff fe 02 98 00 00 01 1b 00 00 03 e8 ff fd 00 5d 5c b7 00 00 ff ff 00 00 ff ff 00 00 02 f2 00 00 01 e3 02 4e 01 b0 00 00 ff ff 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:03:40 model 103 block 0 point WH: 6.118583e+06
[sunspec] TRACE 2024/08/27 08:03:40 modbus: send 00 0e 00 00 00 06 47 03 9d 30 00 08
[ocpp  ] TRACE 2024/08/27 08:03:40 send EU_EDR_CB12001332: [2,"2421302738","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[sunspec] TRACE 2024/08/27 08:03:40 modbus: recv 00 0e 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:03:40 modbus: send 00 0f 00 00 00 06 47 03 9d 38 00 14
[ocpp  ] TRACE 2024/08/27 08:03:40 recv EU_EDR_CB12001332: [3,"2421302738",{"status":"Accepted"}]
[sunspec] TRACE 2024/08/27 08:03:40 modbus: recv 00 0f 00 00 00 2b 47 03 28 00 01 44 43 5f 53 54 52 49 4e 47 5f 31 20 20 20 20 20 00 45 0e bb 01 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:03:40 model 160 block 1 point DCW: 262
[sunspec] TRACE 2024/08/27 08:03:40 modbus: send 00 0e 00 00 00 06 47 03 9d 30 00 08
[sunspec] TRACE 2024/08/27 08:03:40 modbus: recv 00 0e 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:03:40 modbus: send 00 0f 00 00 00 06 47 03 9d 4c 00 14
[sunspec] TRACE 2024/08/27 08:03:40 modbus: recv 00 0f 00 00 00 2b 47 03 28 00 02 44 43 5f 53 54 52 49 4e 47 5f 32 20 20 20 20 20 00 48 0e b0 01 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:03:40 model 160 block 2 point DCW: 271
[sunspec] TRACE 2024/08/27 08:03:40 modbus: send 00 0e 00 00 00 06 47 03 9d 30 00 08
[sunspec] TRACE 2024/08/27 08:03:40 modbus: recv 00 0e 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:03:40 modbus: send 00 0f 00 00 00 06 47 03 9d 60 00 14
[sunspec] TRACE 2024/08/27 08:03:41 modbus: recv 00 0f 00 00 00 2b 47 03 28 00 03 44 43 5f 53 54 52 49 4e 47 5f 33 20 20 20 20 20 00 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:03:41 model 160 block 3 point DCW: 0
[sunspec] TRACE 2024/08/27 08:03:41 modbus: send 00 0d 00 00 00 06 47 03 9c 88 00 32
[sunspec] TRACE 2024/08/27 08:03:41 modbus: recv 00 0d 00 00 00 67 47 03 64 00 e4 00 4a 00 4c 00 4d ff fe ff ff ff ff ff ff 09 50 09 47 09 43 ff ff 01 cc 00 00 13 86 ff fe 02 1d 00 00 01 1b 00 00 03 e8 ff fd 00 5c 6d a2 00 00 ff ff 00 00 ff ff 00 00 02 15 00 00 01 a0 01 8a 01 86 00 00 ff ff 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:03:41 model 103 block 0 point WH: 6.057378e+06
[site  ] DEBUG 2024/08/27 08:03:41 pv power: 4538W
[influx] TRACE 2024/08/27 08:03:41 write pvPower=map[value:4538] (map[])
[sunspec] TRACE 2024/08/27 08:03:41 modbus: send 00 0d 00 00 00 06 47 03 9d e1 00 3e
[influx] TRACE 2024/08/27 08:03:41 write pvEnergy=map[value:12175.961] (map[])
[influx] TRACE 2024/08/27 08:03:41 write pvPower=map[value:4005] (map[id:1])
[influx] TRACE 2024/08/27 08:03:41 write pvEnergy=map[value:6118.5830000000005] (map[id:1])
[influx] TRACE 2024/08/27 08:03:41 write pvPower=map[value:533] (map[id:2])
[influx] TRACE 2024/08/27 08:03:41 write pvEnergy=map[value:6057.378] (map[id:2])
[sunspec] TRACE 2024/08/27 08:03:41 modbus: recv 00 0d 00 00 00 7f 47 03 7c 00 36 49 e9 36 bf 36 bf 00 00 00 00 00 00 00 00 00 00 00 1b 00 00 00 00 00 00 00 48 00 00 00 00 00 00 00 00 00 01 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0c 9b 0d af 00 00 00 21 00 00 00 00 00 21 00 00 00 00 00 00 fc 10 0f a0 0f a0 f3 4e 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff fe ff fe 00 00
[sunspec] TRACE 2024/08/27 08:03:41 model 802 block 0 point W: -3250
[sunspec] TRACE 2024/08/27 08:03:41 modbus: send 00 0d 00 00 00 06 47 03 9d e1 00 3e
[sunspec] TRACE 2024/08/27 08:03:41 modbus: recv 00 0d 00 00 00 7f 47 03 7c 00 36 49 e9 36 bf 36 bf 00 00 00 00 00 00 00 00 00 00 00 1b 00 00 00 00 00 00 00 48 00 00 00 00 00 00 00 00 00 01 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0c 9b 0d af 00 00 00 21 00 00 00 00 00 21 00 00 00 00 00 00 fc 10 0f a0 0f a0 f3 4e 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff fe ff fe 00 00
[sunspec] TRACE 2024/08/27 08:03:41 model 802 block 0 point SoC: 27
[site  ] DEBUG 2024/08/27 08:03:41 battery soc: 27%
[site  ] DEBUG 2024/08/27 08:03:41 battery power: -3250W
[influx] TRACE 2024/08/27 08:03:41 write batteryCapacity=map[value:0] (map[])
[influx] TRACE 2024/08/27 08:03:41 write batterySoc=map[value:27] (map[])
[influx] TRACE 2024/08/27 08:03:41 write batteryPower=map[value:-3250] (map[])
[influx] TRACE 2024/08/27 08:03:41 write batteryEnergy=map[value:0] (map[])
[influx] TRACE 2024/08/27 08:03:41 write batteryPower=map[value:-3250] (map[id:1])
[influx] TRACE 2024/08/27 08:03:41 write batteryEnergy=map[value:0] (map[id:1])
[influx] TRACE 2024/08/27 08:03:41 write batterySoc=map[value:27] (map[id:1])
[influx] TRACE 2024/08/27 08:03:41 write batteryCapacity=map[value:0] (map[id:1])
[influx] TRACE 2024/08/27 08:03:41 write batteryControllable=map[value:true] (map[id:1])
[modbus] TRACE 2024/08/27 08:03:41 modbus: send 00 06 00 00 00 06 47 03 9c 87 00 69
[modbus] TRACE 2024/08/27 08:03:41 modbus: recv 00 06 00 00 00 d5 47 03 d2 80 00 00 41 00 78 00 f5 ff fe 80 00 5d 33 5c df 5c ac 80 00 80 00 80 00 80 00 ff fe 13 85 ff fe ff f8 ff fa ff eb 00 14 00 01 ff c2 ff f8 ff e7 00 30 00 01 ff c2 ff fc ff f3 ff d4 00 01 00 83 03 2f 03 59 01 a2 ff fd ff 83 53 81 ff d4 60 4e ff cc f4 42 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1a 00 05 3b 3d 00 00 ff 74 5a 1f ff d0 7b 0b ff c8 62 b0 ff d8 c7 72 00 0c bb dd 00 02 e5 ce 00 01 6d 0c 00 0d 82 5a 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[site  ] DEBUG 2024/08/27 08:03:41 grid meter: -80W
[influx] TRACE 2024/08/27 08:03:41 write gridPower=map[value:-80] (map[])
[modbus] TRACE 2024/08/27 08:03:41 modbus: send 00 07 00 00 00 06 47 03 9c 87 00 69
[modbus] TRACE 2024/08/27 08:03:41 modbus: recv 00 07 00 00 00 d5 47 03 d2 80 00 00 41 00 78 00 f5 ff fe 80 00 5d 33 5c df 5c ac 80 00 80 00 80 00 80 00 ff fe 13 85 ff fe ff f8 ff fa ff eb 00 14 00 01 ff c2 ff f8 ff e7 00 30 00 01 ff c2 ff fc ff f3 ff d4 00 01 00 83 03 2f 03 59 01 a2 ff fd ff 83 53 81 ff d4 60 4e ff cc f4 42 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1a 00 05 3b 3d 00 00 ff 74 5a 1f ff d0 7b 0b ff c8 62 b0 ff d8 c7 72 00 0c bb dd 00 02 e5 ce 00 01 6d 0c 00 0d 82 5a 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[modbus] TRACE 2024/08/27 08:03:41 modbus: send 00 08 00 00 00 06 47 03 9c 87 00 69
[modbus] TRACE 2024/08/27 08:03:41 modbus: recv 00 08 00 00 00 d5 47 03 d2 80 00 00 41 00 78 00 f5 ff fe 80 00 5d 33 5c df 5c ac 80 00 80 00 80 00 80 00 ff fe 13 85 ff fe ff f8 ff fa ff eb 00 14 00 01 ff c2 ff f8 ff e7 00 30 00 01 ff c2 ff fc ff f3 ff d4 00 01 00 83 03 2f 03 59 01 a2 ff fd ff 83 53 81 ff d4 60 4e ff cc f4 42 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1a 00 05 3b 3d 00 00 ff 74 5a 1f ff d0 7b 0b ff c8 62 b0 ff d8 c7 72 00 0c bb dd 00 02 e5 ce 00 01 6d 0c 00 0d 82 5a 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[modbus] TRACE 2024/08/27 08:03:41 modbus: send 00 09 00 00 00 06 47 03 9c 87 00 69
[modbus] TRACE 2024/08/27 08:03:41 modbus: recv 00 09 00 00 00 d5 47 03 d2 80 00 00 41 00 78 00 f5 ff fe 80 00 5d 33 5c df 5c ac 80 00 80 00 80 00 80 00 ff fe 13 85 ff fe ff f8 ff fa ff eb 00 14 00 01 ff c2 ff f8 ff e7 00 30 00 01 ff c2 ff fc ff f3 ff d4 00 01 00 83 03 2f 03 59 01 a2 ff fd ff 83 53 81 ff d4 60 4e ff cc f4 42 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1a 00 05 3b 3d 00 00 ff 74 5a 1f ff d0 7b 0b ff c8 62 b0 ff d8 c7 72 00 0c bb dd 00 02 e5 ce 00 01 6d 0c 00 0d 82 5a 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[site  ] DEBUG 2024/08/27 08:03:41 grid powers: [-60 -210 200]W
[influx] TRACE 2024/08/27 08:03:41 write gridPowers=map[l1:-60 l2:-210 l3:200] (map[])
[modbus] TRACE 2024/08/27 08:03:41 modbus: send 00 0a 00 00 00 06 47 03 9c 87 00 69
[modbus] TRACE 2024/08/27 08:03:41 modbus: recv 00 0a 00 00 00 d5 47 03 d2 80 00 00 41 00 78 00 f5 ff fe 80 00 5d 33 5c df 5c ac 80 00 80 00 80 00 80 00 ff fe 13 85 ff fe ff f8 ff fa ff eb 00 14 00 01 ff c2 ff f8 ff e7 00 30 00 01 ff c2 ff fc ff f3 ff d4 00 01 00 83 03 2f 03 59 01 a2 ff fd ff 83 53 81 ff d4 60 4e ff cc f4 42 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1a 00 05 3b 3d 00 00 ff 74 5a 1f ff d0 7b 0b ff c8 62 b0 ff d8 c7 72 00 0c bb dd 00 02 e5 ce 00 01 6d 0c 00 0d 82 5a 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[modbus] TRACE 2024/08/27 08:03:41 modbus: send 00 0b 00 00 00 06 47 03 9c 87 00 69
[modbus] TRACE 2024/08/27 08:03:41 modbus: recv 00 0b 00 00 00 d5 47 03 d2 80 00 00 41 00 78 00 f5 ff fe 80 00 5d 33 5c df 5c ac 80 00 80 00 80 00 80 00 ff fe 13 85 ff fe ff f8 ff fa ff eb 00 14 00 01 ff c2 ff f8 ff e7 00 30 00 01 ff c2 ff fc ff f3 ff d4 00 01 00 83 03 2f 03 59 01 a2 ff fd ff 83 53 81 ff d4 60 4e ff cc f4 42 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1a 00 05 3b 3d 00 00 ff 74 5a 1f ff d0 7b 0b ff c8 62 b0 ff d8 c7 72 00 0c bb dd 00 02 e5 ce 00 01 6d 0c 00 0d 82 5a 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[modbus] TRACE 2024/08/27 08:03:41 modbus: send 00 0c 00 00 00 06 47 03 9c 87 00 69
[modbus] TRACE 2024/08/27 08:03:41 modbus: recv 00 0c 00 00 00 d5 47 03 d2 80 00 00 41 00 78 00 f5 ff fe 80 00 5d 33 5c df 5c ac 80 00 80 00 80 00 80 00 ff fe 13 85 ff fe ff f8 ff fa ff eb 00 14 00 01 ff c2 ff f8 ff e7 00 30 00 01 ff c2 ff fc ff f3 ff d4 00 01 00 83 03 2f 03 59 01 a2 ff fd ff 83 53 81 ff d4 60 4e ff cc f4 42 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1a 00 05 3b 3d 00 00 ff 74 5a 1f ff d0 7b 0b ff c8 62 b0 ff d8 c7 72 00 0c bb dd 00 02 e5 ce 00 01 6d 0c 00 0d 82 5a 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[site  ] DEBUG 2024/08/27 08:03:41 grid currents: [-0.65 -1.2 2.45]A
[influx] TRACE 2024/08/27 08:03:41 write gridCurrents=map[l1:-0.65 l2:-1.2 l3:2.45] (map[])
[modbus] TRACE 2024/08/27 08:03:41 modbus: send 00 0d 00 00 00 06 47 03 9c 87 00 69
[modbus] TRACE 2024/08/27 08:03:41 modbus: recv 00 0d 00 00 00 d5 47 03 d2 80 00 00 41 00 78 00 f5 ff fe 80 00 5d 33 5c df 5c ac 80 00 80 00 80 00 80 00 ff fe 13 85 ff fe ff f8 ff fa ff eb 00 14 00 01 ff c2 ff f8 ff e7 00 30 00 01 ff c2 ff fc ff f3 ff d4 00 01 00 83 03 2f 03 59 01 a2 ff fd ff 83 53 81 ff d4 60 4e ff cc f4 42 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1a 00 05 3b 3d 00 00 ff 74 5a 1f ff d0 7b 0b ff c8 62 b0 ff d8 c7 72 00 0c bb dd 00 02 e5 ce 00 01 6d 0c 00 0d 82 5a 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[site  ] DEBUG 2024/08/27 08:03:41 battery has priority at soc 27% (< 80%)
[site  ] DEBUG 2024/08/27 08:03:41 site power: 20W
[influx] TRACE 2024/08/27 08:03:41 write gridEnergy=map[value:94.413] (map[])
[influx] TRACE 2024/08/27 08:03:41 write homePower=map[value:1208] (map[])
[lp-1  ] ERROR 2024/08/27 08:03:41 charge voltages: not available
[lp-1  ] ERROR 2024/08/27 08:03:41 charge total import: not available
[lp-1  ] DEBUG 2024/08/27 08:03:41 charger status: A
[lp-1  ] INFO 2024/08/27 08:03:41 car disconnected
[influx] TRACE 2024/08/27 08:03:41 write chargeCurrent=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:41 write sessionEnergy=map[value:0] (map[loadpoint:Garage links])
[lp-1  ] DEBUG 2024/08/27 08:03:41 set charge mode: minpv
[influx] TRACE 2024/08/27 08:03:41 write sessionSolarPercentage=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:41 write chargedEnergy=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:41 write chargeTotalImport=map[value:0] (map[loadpoint:Garage links])
[lp-1  ] DEBUG 2024/08/27 08:03:41 set session soc limit: 0
[lp-1  ] DEBUG 2024/08/27 08:03:41 set session energy limit: 0
[influx] TRACE 2024/08/27 08:03:41 write effectivePriority=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:41 write effectivePlanSoc=map[value:0] (map[loadpoint:Garage links])
[ocpp  ] TRACE 2024/08/27 08:03:41 send EU_EDR_CB12001332: [2,"588755541","GetCompositeSchedule",{"connectorId":1,"duration":60}]
[influx] TRACE 2024/08/27 08:03:41 write effectiveMinCurrent=map[value:6] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:41 write effectiveMaxCurrent=map[value:12] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:41 write effectiveLimitSoc=map[value:100] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:41 write phasesActive=map[value:3] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:41 write sessionEnergy=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:41 write sessionSolarPercentage=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:41 write vehicleSoc=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:41 write phasesActive=map[value:3] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:41 write vehicleClimaterActive=map[value:<nil>] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:41 write vehicleSoc=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:41 write vehicleRange=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:41 write vehicleLimitSoc=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:41 write effectivePriority=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:41 write effectivePlanSoc=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:41 write effectiveMinCurrent=map[value:6] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:41 write effectiveMaxCurrent=map[value:12] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:41 write effectiveLimitSoc=map[value:100] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:41 write chargeCurrent=map[value:0] (map[loadpoint:Garage links])
[ocpp  ] TRACE 2024/08/27 08:03:41 recv EU_EDR_CB12001332: [3,"588755541",{"connectorId": 1, "scheduleStart": "2024-08-27T06:03:41Z", "chargingSchedule": {"startSchedule": "2024-08-24T12:52:15Z", "chargingRateUnit": "A", "duration": 60, "chargingSchedulePeriod": [{"limit": 0, "startPeriod": 0}]}, "status": "Accepted"}]
[db    ] TRACE 2024/08/27 08:03:41 
        SELECT COALESCE(SUM(charged_kwh * solar_percentage) / SUM(charged_kwh), 0)
        FROM sessions
        WHERE finished >= "2024-07-28 08:03:41.961" 
        AND charged_kwh > 0 
        AND solar_percentage IS NOT NULL 1 <nil>
[db    ] TRACE 2024/08/27 08:03:41 
        SELECT COALESCE(SUM(charged_kwh), 0)
        FROM sessions
        WHERE finished >= "2024-07-28 08:03:41.961" 
        AND charged_kwh > 0 
        AND solar_percentage IS NOT NULL 1 <nil>
[db    ] TRACE 2024/08/27 08:03:41 
        SELECT COALESCE(SUM(charged_kwh * price_per_kwh) / SUM(charged_kwh), 0)
        FROM sessions
        WHERE finished >= "2024-07-28 08:03:41.961" 
        AND charged_kwh > 0 
        AND price_per_kwh IS NOT NULL 1 <nil>
[db    ] TRACE 2024/08/27 08:03:41 
        SELECT COALESCE(SUM(charged_kwh * co2_per_kwh) / SUM(charged_kwh), 0)
        FROM sessions
        WHERE finished >= "2024-07-28 08:03:41.961" 
        AND charged_kwh > 0 
        AND co2_per_kwh IS NOT NULL 1 <nil>
[db    ] TRACE 2024/08/27 08:03:41 
        SELECT COALESCE(SUM(charged_kwh * solar_percentage) / SUM(charged_kwh), 0)
        FROM sessions
        WHERE finished >= "2023-08-28 08:03:41.961" 
        AND charged_kwh > 0 
        AND solar_percentage IS NOT NULL 1 <nil>
[db    ] TRACE 2024/08/27 08:03:41 
        SELECT COALESCE(SUM(charged_kwh), 0)
        FROM sessions
        WHERE finished >= "2023-08-28 08:03:41.961" 
        AND charged_kwh > 0 
        AND solar_percentage IS NOT NULL 1 <nil>
[db    ] TRACE 2024/08/27 08:03:41 
        SELECT COALESCE(SUM(charged_kwh * price_per_kwh) / SUM(charged_kwh), 0)
        FROM sessions
        WHERE finished >= "2023-08-28 08:03:41.961" 
        AND charged_kwh > 0 
        AND price_per_kwh IS NOT NULL 1 <nil>
[db    ] TRACE 2024/08/27 08:03:41 
        SELECT COALESCE(SUM(charged_kwh * co2_per_kwh) / SUM(charged_kwh), 0)
        FROM sessions
        WHERE finished >= "2023-08-28 08:03:41.961" 
        AND charged_kwh > 0 
        AND co2_per_kwh IS NOT NULL 1 <nil>
[db    ] TRACE 2024/08/27 08:03:41 
        SELECT COALESCE(SUM(charged_kwh * solar_percentage) / SUM(charged_kwh), 0)
        FROM sessions
        WHERE finished >= "2023-12-31 08:03:41.962" 
        AND charged_kwh > 0 
        AND solar_percentage IS NOT NULL 1 <nil>
[db    ] TRACE 2024/08/27 08:03:41 
        SELECT COALESCE(SUM(charged_kwh), 0)
        FROM sessions
        WHERE finished >= "2023-12-31 08:03:41.962" 
        AND charged_kwh > 0 
        AND solar_percentage IS NOT NULL 1 <nil>
[influx] TRACE 2024/08/27 08:03:41 write greenShareHome=map[value:1] (map[])
[influx] TRACE 2024/08/27 08:03:41 write greenShareLoadpoints=map[value:1] (map[])
[influx] TRACE 2024/08/27 08:03:41 write tariffGrid=map[value:0.36] (map[])
[influx] TRACE 2024/08/27 08:03:41 write tariffFeedIn=map[value:0.065] (map[])
[influx] TRACE 2024/08/27 08:03:41 write tariffCo2=map[value:219] (map[])
[influx] TRACE 2024/08/27 08:03:41 write tariffPriceHome=map[value:0.065] (map[])
[influx] TRACE 2024/08/27 08:03:41 write tariffCo2Home=map[value:0] (map[])
[influx] TRACE 2024/08/27 08:03:41 write tariffPriceLoadpoints=map[value:0.065] (map[])
[influx] TRACE 2024/08/27 08:03:41 write tariffCo2Loadpoints=map[value:0] (map[])
[db    ] TRACE 2024/08/27 08:03:41 
        SELECT COALESCE(SUM(charged_kwh * price_per_kwh) / SUM(charged_kwh), 0)
        FROM sessions
        WHERE finished >= "2023-12-31 08:03:41.962" 
        AND charged_kwh > 0 
        AND price_per_kwh IS NOT NULL 1 <nil>
[db    ] TRACE 2024/08/27 08:03:41 
        SELECT COALESCE(SUM(charged_kwh * co2_per_kwh) / SUM(charged_kwh), 0)
        FROM sessions
        WHERE finished >= "2023-12-31 08:03:41.962" 
        AND charged_kwh > 0 
        AND co2_per_kwh IS NOT NULL 1 <nil>
[db    ] TRACE 2024/08/27 08:03:41 
        SELECT COALESCE(SUM(charged_kwh * solar_percentage) / SUM(charged_kwh), 0)
        FROM sessions
        WHERE finished >= "1924-09-21 08:03:41.963" 
        AND charged_kwh > 0 
        AND solar_percentage IS NOT NULL 1 <nil>
[db    ] TRACE 2024/08/27 08:03:41 
        SELECT COALESCE(SUM(charged_kwh), 0)
        FROM sessions
        WHERE finished >= "1924-09-21 08:03:41.963" 
        AND charged_kwh > 0 
        AND solar_percentage IS NOT NULL 1 <nil>
[db    ] TRACE 2024/08/27 08:03:41 
        SELECT COALESCE(SUM(charged_kwh * price_per_kwh) / SUM(charged_kwh), 0)
        FROM sessions
        WHERE finished >= "1924-09-21 08:03:41.963" 
        AND charged_kwh > 0 
        AND price_per_kwh IS NOT NULL 1 <nil>
[db    ] TRACE 2024/08/27 08:03:41 
        SELECT COALESCE(SUM(charged_kwh * co2_per_kwh) / SUM(charged_kwh), 0)
        FROM sessions
        WHERE finished >= "1924-09-21 08:03:41.963" 
        AND charged_kwh > 0 
        AND co2_per_kwh IS NOT NULL 1 <nil>
[site  ] DEBUG 2024/08/27 08:03:41 ----
[lp-1  ] DEBUG 2024/08/27 08:03:41 charge power: 0W
[lp-1  ] DEBUG 2024/08/27 08:03:41 charge currents: [0 0 0]A
[sunspec] TRACE 2024/08/27 08:03:41 modbus: send 00 10 00 00 00 06 47 03 9d 30 00 08
[influx] TRACE 2024/08/27 08:03:41 write chargePower=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:41 write chargeCurrents=map[l1:0 l2:0 l3:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:41 write chargePower=map[value:0] (map[loadpoint:Garage rechts])
[sunspec] TRACE 2024/08/27 08:03:42 modbus: recv 00 10 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:03:42 modbus: send 00 11 00 00 00 06 47 03 9d 38 00 14
[influx] ERROR 2024/08/27 08:03:42 internal error: unexpected error writing points to database: field type conflict
[sunspec] TRACE 2024/08/27 08:03:42 modbus: recv 00 11 00 00 00 2b 47 03 28 00 01 44 43 5f 53 54 52 49 4e 47 5f 31 20 20 20 20 20 02 88 0e f3 09 b1 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:03:42 model 160 block 1 point DCW: 2481
[sunspec] TRACE 2024/08/27 08:03:42 modbus: send 00 10 00 00 00 06 47 03 9d 30 00 08
[sunspec] TRACE 2024/08/27 08:03:42 modbus: recv 00 10 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:03:42 modbus: send 00 11 00 00 00 06 47 03 9d 4c 00 14
[ocpp  ] TRACE 2024/08/27 08:03:42 send EU_EDR_CB12001332: [2,"3321354614","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[sunspec] TRACE 2024/08/27 08:03:42 modbus: recv 00 11 00 00 00 2b 47 03 28 00 02 44 43 5f 53 54 52 49 4e 47 5f 32 20 20 20 20 20 01 74 10 30 06 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:03:42 model 160 block 2 point DCW: 1543
[sunspec] TRACE 2024/08/27 08:03:42 modbus: send 00 10 00 00 00 06 47 03 9d 30 00 08
[sunspec] TRACE 2024/08/27 08:03:42 modbus: recv 00 10 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:03:42 modbus: send 00 11 00 00 00 06 47 03 9d 60 00 14
[ocpp  ] TRACE 2024/08/27 08:03:42 recv EU_EDR_CB12001332: [3,"3321354614",{"status":"Accepted"}]
[sunspec] TRACE 2024/08/27 08:03:42 modbus: recv 00 11 00 00 00 2b 47 03 28 00 03 44 43 5f 53 54 52 49 4e 47 5f 33 20 20 20 20 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:03:42 model 160 block 3 point DCW: 0
[sunspec] TRACE 2024/08/27 08:03:42 modbus: send 00 0e 00 00 00 06 47 03 9c 88 00 32
[sunspec] TRACE 2024/08/27 08:03:43 modbus: recv 00 0e 00 00 00 67 47 03 64 01 1f 00 5f 00 60 00 5f ff fe ff ff ff ff ff ff 09 51 09 47 09 42 ff ff 02 67 00 00 13 86 ff fe 02 a6 00 00 01 13 00 00 03 e8 ff fd 00 5d 5c b7 00 00 ff ff 00 00 ff ff 00 00 03 09 00 00 01 e3 02 4e 01 b0 00 00 ff ff 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:03:43 model 103 block 0 point WH: 6.118583e+06
[sunspec] TRACE 2024/08/27 08:03:43 modbus: send 00 10 00 00 00 06 47 03 9d 30 00 08
[sunspec] TRACE 2024/08/27 08:03:43 modbus: recv 00 10 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:03:43 modbus: send 00 11 00 00 00 06 47 03 9d 38 00 14
[sunspec] TRACE 2024/08/27 08:03:43 modbus: recv 00 11 00 00 00 2b 47 03 28 00 01 44 43 5f 53 54 52 49 4e 47 5f 31 20 20 20 20 20 00 45 0e b1 01 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:03:43 model 160 block 1 point DCW: 262
[sunspec] TRACE 2024/08/27 08:03:43 modbus: send 00 10 00 00 00 06 47 03 9d 30 00 08
[sunspec] TRACE 2024/08/27 08:03:43 modbus: recv 00 10 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:03:43 modbus: send 00 11 00 00 00 06 47 03 9d 4c 00 14
[sunspec] TRACE 2024/08/27 08:03:43 modbus: recv 00 11 00 00 00 2b 47 03 28 00 02 44 43 5f 53 54 52 49 4e 47 5f 32 20 20 20 20 20 00 48 0e a7 01 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:03:43 model 160 block 2 point DCW: 271
[sunspec] TRACE 2024/08/27 08:03:43 modbus: send 00 10 00 00 00 06 47 03 9d 30 00 08
[sunspec] TRACE 2024/08/27 08:03:43 modbus: recv 00 10 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:03:43 modbus: send 00 11 00 00 00 06 47 03 9d 60 00 14
[sunspec] TRACE 2024/08/27 08:03:43 modbus: recv 00 11 00 00 00 2b 47 03 28 00 03 44 43 5f 53 54 52 49 4e 47 5f 33 20 20 20 20 20 00 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:03:43 model 160 block 3 point DCW: 0
[sunspec] TRACE 2024/08/27 08:03:43 modbus: send 00 0e 00 00 00 06 47 03 9c 88 00 32
[sunspec] TRACE 2024/08/27 08:03:43 modbus: recv 00 0e 00 00 00 67 47 03 64 00 e1 00 49 00 4b 00 4d ff fe ff ff ff ff ff ff 09 50 09 48 09 43 ff ff 01 cd 00 00 13 85 ff fe 02 16 00 00 01 0d 00 00 03 e8 ff fd 00 5c 6d a2 00 00 ff ff 00 00 ff ff 00 00 02 16 00 00 01 a0 01 8a 01 86 00 00 ff ff 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:03:43 model 103 block 0 point WH: 6.057378e+06
[site  ] DEBUG 2024/08/27 08:03:43 pv power: 4557W
[sunspec] TRACE 2024/08/27 08:03:43 modbus: send 00 0e 00 00 00 06 47 03 9d e1 00 3e
[influx] TRACE 2024/08/27 08:03:43 write pvPower=map[value:4557] (map[])
[influx] TRACE 2024/08/27 08:03:43 write pvEnergy=map[value:12175.961] (map[])
[influx] TRACE 2024/08/27 08:03:43 write pvPower=map[value:4024] (map[id:1])
[influx] TRACE 2024/08/27 08:03:43 write pvEnergy=map[value:6118.5830000000005] (map[id:1])
[influx] TRACE 2024/08/27 08:03:43 write pvPower=map[value:533] (map[id:2])
[influx] TRACE 2024/08/27 08:03:43 write pvEnergy=map[value:6057.378] (map[id:2])
[sunspec] TRACE 2024/08/27 08:03:43 modbus: recv 00 0e 00 00 00 7f 47 03 7c 00 36 49 e9 36 bf 36 bf 00 00 00 00 00 00 00 00 00 00 00 1b 00 00 00 00 00 00 00 48 00 00 00 00 00 00 00 00 00 01 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0c 9b 0d af 00 00 00 21 00 00 00 00 00 21 00 00 00 00 00 00 fc 12 0f a0 0f a0 f3 41 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff fe ff fe 00 00
[sunspec] TRACE 2024/08/27 08:03:43 model 802 block 0 point W: -3263
[sunspec] TRACE 2024/08/27 08:03:43 modbus: send 00 0e 00 00 00 06 47 03 9d e1 00 3e
[sunspec] TRACE 2024/08/27 08:03:44 modbus: recv 00 0e 00 00 00 7f 47 03 7c 00 36 49 e9 36 bf 36 bf 00 00 00 00 00 00 00 00 00 00 00 1b 00 00 00 00 00 00 00 48 00 00 00 00 00 00 00 00 00 01 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0c 9c 0d af 00 00 00 21 00 00 00 00 00 21 00 00 00 00 00 00 fc 04 0f a0 0f a0 f3 41 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff fe ff fe 00 00
[sunspec] TRACE 2024/08/27 08:03:44 model 802 block 0 point SoC: 27
[site  ] DEBUG 2024/08/27 08:03:44 battery soc: 27%
[site  ] DEBUG 2024/08/27 08:03:44 battery power: -3263W
[modbus] TRACE 2024/08/27 08:03:44 modbus: send 00 0e 00 00 00 06 47 03 9c 87 00 69
[influx] TRACE 2024/08/27 08:03:44 write batteryCapacity=map[value:0] (map[])
[influx] TRACE 2024/08/27 08:03:44 write batterySoc=map[value:27] (map[])
[influx] TRACE 2024/08/27 08:03:44 write batteryPower=map[value:-3263] (map[])
[influx] TRACE 2024/08/27 08:03:44 write batteryEnergy=map[value:0] (map[])
[influx] TRACE 2024/08/27 08:03:44 write batteryPower=map[value:-3263] (map[id:1])
[influx] TRACE 2024/08/27 08:03:44 write batteryEnergy=map[value:0] (map[id:1])
[influx] TRACE 2024/08/27 08:03:44 write batterySoc=map[value:27] (map[id:1])
[influx] TRACE 2024/08/27 08:03:44 write batteryCapacity=map[value:0] (map[id:1])
[influx] TRACE 2024/08/27 08:03:44 write batteryControllable=map[value:true] (map[id:1])
[modbus] TRACE 2024/08/27 08:03:44 modbus: recv 00 0e 00 00 00 d5 47 03 d2 80 00 00 3e 00 73 00 f1 ff fe 80 00 5d 31 5c df 5c a9 80 00 80 00 80 00 80 00 ff fe 13 85 ff fe ff fb ff fc ff ed 00 13 00 01 ff c3 ff fa ff e9 00 2f 00 01 ff c3 ff fc ff f3 ff d5 00 01 00 55 02 c6 03 44 01 9b ff fd ff 83 53 81 ff d4 60 4e ff cc f4 42 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1a 00 05 3b 3d 00 00 ff 74 5a 1f ff d0 7b 0b ff c8 62 b0 ff d8 c7 72 00 0c bb dd 00 02 e5 ce 00 01 6d 0c 00 0d 82 5b 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[site  ] DEBUG 2024/08/27 08:03:44 grid meter: -50W
[influx] TRACE 2024/08/27 08:03:44 write gridPower=map[value:-50] (map[])
[modbus] TRACE 2024/08/27 08:03:44 modbus: send 00 0f 00 00 00 06 47 03 9c 87 00 69
[modbus] TRACE 2024/08/27 08:03:44 modbus: recv 00 0f 00 00 00 d5 47 03 d2 80 00 00 3e 00 73 00 f1 ff fe 80 00 5d 31 5c df 5c a9 80 00 80 00 80 00 80 00 ff fe 13 85 ff fe ff fb ff fc ff ed 00 13 00 01 ff c3 ff fa ff e9 00 2f 00 01 ff c3 ff fc ff f3 ff d5 00 01 00 55 02 c6 03 44 01 9b ff fd ff 83 53 81 ff d4 60 4e ff cc f4 42 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1a 00 05 3b 3d 00 00 ff 74 5a 1f ff d0 7b 0b ff c8 62 b0 ff d8 c7 72 00 0c bb dd 00 02 e5 ce 00 01 6d 0c 00 0d 82 5b 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[modbus] TRACE 2024/08/27 08:03:44 modbus: send 00 10 00 00 00 06 47 03 9c 87 00 69
[modbus] TRACE 2024/08/27 08:03:44 modbus: recv 00 10 00 00 00 d5 47 03 d2 80 00 00 3e 00 73 00 f1 ff fe 80 00 5d 31 5c df 5c a9 80 00 80 00 80 00 80 00 ff fe 13 85 ff fe ff fb ff fc ff ed 00 13 00 01 ff c3 ff fa ff e9 00 2f 00 01 ff c3 ff fc ff f3 ff d5 00 01 00 55 02 c6 03 44 01 9b ff fd ff 83 53 81 ff d4 60 4e ff cc f4 42 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1a 00 05 3b 3d 00 00 ff 74 5a 1f ff d0 7b 0b ff c8 62 b0 ff d8 c7 72 00 0c bb dd 00 02 e5 ce 00 01 6d 0c 00 0d 82 5b 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[modbus] TRACE 2024/08/27 08:03:44 modbus: send 00 11 00 00 00 06 47 03 9c 87 00 69
[modbus] TRACE 2024/08/27 08:03:44 modbus: recv 00 11 00 00 00 d5 47 03 d2 80 00 00 3e 00 73 00 f1 ff fe 80 00 5d 31 5c df 5c a9 80 00 80 00 80 00 80 00 ff fe 13 85 ff fe ff fb ff fc ff ed 00 13 00 01 ff c3 ff fa ff e9 00 2f 00 01 ff c3 ff fc ff f3 ff d5 00 01 00 55 02 c6 03 44 01 9b ff fd ff 83 53 81 ff d4 60 4e ff cc f4 42 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1a 00 05 3b 3d 00 00 ff 74 5a 1f ff d0 7b 0b ff c8 62 b0 ff d8 c7 72 00 0c bb dd 00 02 e5 ce 00 01 6d 0c 00 0d 82 5b 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[site  ] DEBUG 2024/08/27 08:03:44 grid powers: [-40 -190 190]W
[influx] TRACE 2024/08/27 08:03:44 write gridPowers=map[l1:-40 l2:-190 l3:190] (map[])
[modbus] TRACE 2024/08/27 08:03:44 modbus: send 00 12 00 00 00 06 47 03 9c 87 00 69
[modbus] TRACE 2024/08/27 08:03:44 modbus: recv 00 12 00 00 00 d5 47 03 d2 80 00 00 3e 00 73 00 f1 ff fe 80 00 5d 31 5c df 5c a9 80 00 80 00 80 00 80 00 ff fe 13 85 ff fe ff fb ff fc ff ed 00 13 00 01 ff c3 ff fa ff e9 00 2f 00 01 ff c3 ff fc ff f3 ff d5 00 01 00 55 02 c6 03 44 01 9b ff fd ff 83 53 81 ff d4 60 4e ff cc f4 42 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1a 00 05 3b 3d 00 00 ff 74 5a 1f ff d0 7b 0b ff c8 62 b0 ff d8 c7 72 00 0c bb dd 00 02 e5 ce 00 01 6d 0c 00 0d 82 5b 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[modbus] TRACE 2024/08/27 08:03:44 modbus: send 00 13 00 00 00 06 47 03 9c 87 00 69
[modbus] TRACE 2024/08/27 08:03:44 modbus: recv 00 13 00 00 00 d5 47 03 d2 80 00 00 3e 00 73 00 f1 ff fe 80 00 5d 31 5c df 5c a9 80 00 80 00 80 00 80 00 ff fe 13 85 ff fe ff fb ff fc ff ed 00 13 00 01 ff c3 ff fa ff e9 00 2f 00 01 ff c3 ff fc ff f3 ff d5 00 01 00 55 02 c6 03 44 01 9b ff fd ff 83 53 81 ff d4 60 4e ff cc f4 42 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1a 00 05 3b 3d 00 00 ff 74 5a 1f ff d0 7b 0b ff c8 62 b0 ff d8 c7 72 00 0c bb dd 00 02 e5 ce 00 01 6d 0c 00 0d 82 5b 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[modbus] TRACE 2024/08/27 08:03:44 modbus: send 00 14 00 00 00 06 47 03 9c 87 00 69
[modbus] TRACE 2024/08/27 08:03:44 modbus: recv 00 14 00 00 00 d5 47 03 d2 80 00 00 3e 00 73 00 f1 ff fe 80 00 5d 31 5c df 5c a9 80 00 80 00 80 00 80 00 ff fe 13 85 ff fe ff fb ff fc ff ed 00 13 00 01 ff c3 ff fa ff e9 00 2f 00 01 ff c3 ff fc ff f3 ff d5 00 01 00 55 02 c6 03 44 01 9b ff fd ff 83 53 81 ff d4 60 4e ff cc f4 42 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1a 00 05 3b 3d 00 00 ff 74 5a 1f ff d0 7b 0b ff c8 62 b0 ff d8 c7 72 00 0c bb dd 00 02 e5 ce 00 01 6d 0c 00 0d 82 5b 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[site  ] DEBUG 2024/08/27 08:03:44 grid currents: [-0.62 -1.15 2.41]A
[influx] TRACE 2024/08/27 08:03:44 write gridCurrents=map[l1:-0.62 l2:-1.1500000000000001 l3:2.41] (map[])
[modbus] TRACE 2024/08/27 08:03:44 modbus: send 00 15 00 00 00 06 47 03 9c 87 00 69
[modbus] TRACE 2024/08/27 08:03:44 modbus: recv 00 15 00 00 00 d5 47 03 d2 80 00 00 3e 00 73 00 f1 ff fe 80 00 5d 31 5c df 5c a9 80 00 80 00 80 00 80 00 ff fe 13 85 ff fe ff fb ff fc ff ed 00 13 00 01 ff c3 ff fa ff e9 00 2f 00 01 ff c3 ff fc ff f3 ff d5 00 01 00 55 02 c6 03 44 01 9b ff fd ff 83 53 81 ff d4 60 4e ff cc f4 42 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1a 00 05 3b 3d 00 00 ff 74 5a 1f ff d0 7b 0b ff c8 62 b0 ff d8 c7 72 00 0c bb dd 00 02 e5 ce 00 01 6d 0c 00 0d 82 5b 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[site  ] DEBUG 2024/08/27 08:03:44 battery has priority at soc 27% (< 80%)
[site  ] DEBUG 2024/08/27 08:03:44 site power: 50W
[lp-1  ] ERROR 2024/08/27 08:03:44 charge voltages: not available
[influx] TRACE 2024/08/27 08:03:44 write gridEnergy=map[value:94.413] (map[])
[influx] TRACE 2024/08/27 08:03:44 write homePower=map[value:1244] (map[])
[lp-1  ] ERROR 2024/08/27 08:03:44 charge total import: not available
[influx] TRACE 2024/08/27 08:03:44 write chargeCurrent=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:44 write sessionEnergy=map[value:0] (map[loadpoint:Garage links])
[lp-1  ] DEBUG 2024/08/27 08:03:44 charger status: A
[influx] TRACE 2024/08/27 08:03:44 write sessionSolarPercentage=map[value:0] (map[loadpoint:Garage links])
[ocpp  ] TRACE 2024/08/27 08:03:44 send EU_EDR_CB12001332: [2,"2372041306","GetCompositeSchedule",{"connectorId":1,"duration":60}]
[influx] TRACE 2024/08/27 08:03:44 write chargeTotalImport=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:44 write effectivePriority=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:44 write effectivePlanSoc=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:44 write effectiveMinCurrent=map[value:6] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:44 write effectiveMaxCurrent=map[value:12] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:03:44 write effectiveLimitSoc=map[value:100] (map[loadpoint:Garage links])
[ocpp  ] TRACE 2024/08/27 08:03:44 recv EU_EDR_CB12001332: [3,"2372041306",{"connectorId": 1, "scheduleStart": "2024-08-27T06:03:43Z", "chargingSchedule": {"startSchedule": "2024-08-24T12:52:15Z", "chargingRateUnit": "A", "duration": 60, "chargingSchedulePeriod": [{"limit": 0, "startPeriod": 0}]}, "status": "Accepted"}]
[influx] TRACE 2024/08/27 08:03:44 write greenShareHome=map[value:1] (map[])
[influx] TRACE 2024/08/27 08:03:44 write greenShareLoadpoints=map[value:1] (map[])
[influx] TRACE 2024/08/27 08:03:44 write tariffPriceHome=map[value:0.065] (map[])
[influx] TRACE 2024/08/27 08:03:44 write tariffCo2Home=map[value:0] (map[])
[influx] TRACE 2024/08/27 08:03:44 write tariffPriceLoadpoints=map[value:0.065] (map[])
[influx] TRACE 2024/08/27 08:03:44 write tariffCo2Loadpoints=map[value:0] (map[])
[ocpp  ] TRACE 2024/08/27 08:03:44 send EU_EDR_CB12001332: [2,"2398098774","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:03:44 recv EU_EDR_CB12001332: [3,"2398098774",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:03:46 send EU_EDR_CB12001332: [2,"490235509","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:03:46 recv EU_EDR_CB12001332: [3,"490235509",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:03:48 send EU_EDR_CB12001332: [2,"4157186993","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:03:48 recv EU_EDR_CB12001332: [3,"4157186993",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:03:50 send EU_EDR_CB12001332: [2,"1475547406","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:03:50 recv EU_EDR_CB12001332: [3,"1475547406",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:03:52 send EU_EDR_CB12001332: [2,"51868740","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:03:52 recv EU_EDR_CB12001332: [3,"51868740",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:03:54 send EU_EDR_CB12001332: [2,"3383563737","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:03:54 recv EU_EDR_CB12001332: [3,"3383563737",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:03:56 send EU_EDR_CB12001332: [2,"3341515743","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:03:56 recv EU_EDR_CB12001332: [3,"3341515743",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:03:58 send EU_EDR_CB12001332: [2,"3447352476","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:03:58 recv EU_EDR_CB12001332: [3,"3447352476",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:04:00 send EU_EDR_CB12001332: [2,"2687873417","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:04:00 recv EU_EDR_CB12001332: [3,"2687873417",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:04:02 send EU_EDR_CB12001332: [2,"2917078875","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:04:02 recv EU_EDR_CB12001332: [3,"2917078875",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:04:04 send EU_EDR_CB12001332: [2,"3659761528","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:04:04 recv EU_EDR_CB12001332: [3,"3659761528",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:04:06 send EU_EDR_CB12001332: [2,"3050433052","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:04:06 recv EU_EDR_CB12001332: [3,"3050433052",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:04:08 send EU_EDR_CB12001332: [2,"2245687461","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:04:08 recv EU_EDR_CB12001332: [3,"2245687461",{"status":"Accepted"}]
[site  ] DEBUG 2024/08/27 08:04:10 ----
[lp-1  ] DEBUG 2024/08/27 08:04:10 charge power: 0W
[lp-1  ] DEBUG 2024/08/27 08:04:10 charge currents: [0 0 0]A
[sunspec] TRACE 2024/08/27 08:04:10 modbus: send 00 12 00 00 00 06 47 03 9d 30 00 08
[influx] TRACE 2024/08/27 08:04:10 write chargePower=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:04:10 write chargeCurrents=map[l1:0 l2:0 l3:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:04:10 write chargePower=map[value:0] (map[loadpoint:Garage rechts])
[sunspec] TRACE 2024/08/27 08:04:10 modbus: recv 00 12 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:04:10 modbus: send 00 13 00 00 00 06 47 03 9d 38 00 14
[sunspec] TRACE 2024/08/27 08:04:10 modbus: recv 00 13 00 00 00 2b 47 03 28 00 01 44 43 5f 53 54 52 49 4e 47 5f 31 20 20 20 20 20 02 91 0e e2 09 c8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:04:10 model 160 block 1 point DCW: 2504
[sunspec] TRACE 2024/08/27 08:04:10 modbus: send 00 12 00 00 00 06 47 03 9d 30 00 08
[sunspec] TRACE 2024/08/27 08:04:10 modbus: recv 00 12 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:04:10 modbus: send 00 13 00 00 00 06 47 03 9d 4c 00 14
[sunspec] TRACE 2024/08/27 08:04:10 modbus: recv 00 13 00 00 00 2b 47 03 28 00 02 44 43 5f 53 54 52 49 4e 47 5f 32 20 20 20 20 20 01 73 10 4b 06 13 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:04:10 model 160 block 2 point DCW: 1555
[sunspec] TRACE 2024/08/27 08:04:10 modbus: send 00 12 00 00 00 06 47 03 9d 30 00 08
[sunspec] TRACE 2024/08/27 08:04:10 modbus: recv 00 12 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:04:10 modbus: send 00 13 00 00 00 06 47 03 9d 60 00 14
[sunspec] TRACE 2024/08/27 08:04:10 modbus: recv 00 13 00 00 00 2b 47 03 28 00 03 44 43 5f 53 54 52 49 4e 47 5f 33 20 20 20 20 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:04:10 model 160 block 3 point DCW: 0
[sunspec] TRACE 2024/08/27 08:04:10 modbus: send 00 0f 00 00 00 06 47 03 9c 88 00 32
[ocpp  ] TRACE 2024/08/27 08:04:10 send EU_EDR_CB12001332: [2,"3616136009","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[sunspec] TRACE 2024/08/27 08:04:10 modbus: recv 00 0f 00 00 00 67 47 03 64 01 12 00 5b 00 5c 00 5b ff fe ff ff ff ff ff ff 09 52 09 48 09 45 ff ff 02 3c 00 00 13 87 ff fe 02 76 00 00 01 20 00 00 03 e8 ff fd 00 5d 5c b7 00 00 ff ff 00 00 ff ff 00 00 02 d4 00 00 01 e3 02 51 01 ae 00 00 ff ff 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:04:10 model 103 block 0 point WH: 6.118583e+06
[sunspec] TRACE 2024/08/27 08:04:10 modbus: send 00 12 00 00 00 06 47 03 9d 30 00 08
[ocpp  ] TRACE 2024/08/27 08:04:10 recv EU_EDR_CB12001332: [3,"3616136009",{"status":"Accepted"}]
[sunspec] TRACE 2024/08/27 08:04:10 modbus: recv 00 12 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:04:10 modbus: send 00 13 00 00 00 06 47 03 9d 38 00 14
[sunspec] TRACE 2024/08/27 08:04:10 modbus: recv 00 13 00 00 00 2b 47 03 28 00 01 44 43 5f 53 54 52 49 4e 47 5f 31 20 20 20 20 20 00 46 0e bb 01 08 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:04:10 model 160 block 1 point DCW: 264
[sunspec] TRACE 2024/08/27 08:04:10 modbus: send 00 12 00 00 00 06 47 03 9d 30 00 08
[sunspec] TRACE 2024/08/27 08:04:10 modbus: recv 00 12 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:04:10 modbus: send 00 13 00 00 00 06 47 03 9d 4c 00 14
[sunspec] TRACE 2024/08/27 08:04:10 modbus: recv 00 13 00 00 00 2b 47 03 28 00 02 44 43 5f 53 54 52 49 4e 47 5f 32 20 20 20 20 20 00 49 0e 85 01 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:04:10 model 160 block 2 point DCW: 272
[sunspec] TRACE 2024/08/27 08:04:10 modbus: send 00 12 00 00 00 06 47 03 9d 30 00 08
[sunspec] TRACE 2024/08/27 08:04:11 modbus: recv 00 12 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:04:11 modbus: send 00 13 00 00 00 06 47 03 9d 60 00 14
[sunspec] TRACE 2024/08/27 08:04:11 modbus: recv 00 13 00 00 00 2b 47 03 28 00 03 44 43 5f 53 54 52 49 4e 47 5f 33 20 20 20 20 20 00 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:04:11 model 160 block 3 point DCW: 0
[sunspec] TRACE 2024/08/27 08:04:11 modbus: send 00 0f 00 00 00 06 47 03 9c 88 00 32
[sunspec] TRACE 2024/08/27 08:04:11 modbus: recv 00 0f 00 00 00 67 47 03 64 00 e6 00 4a 00 4d 00 4e ff fe ff ff ff ff ff ff 09 50 09 48 09 45 ff ff 01 d0 00 00 13 86 ff fe 02 20 00 00 01 1c 00 00 03 e8 ff fd 00 5c 6d a2 00 00 ff ff 00 00 ff ff 00 00 02 18 00 00 01 a1 01 8a 01 86 00 00 ff ff 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:04:11 model 103 block 0 point WH: 6.057378e+06
[site  ] DEBUG 2024/08/27 08:04:11 pv power: 4595W
[influx] TRACE 2024/08/27 08:04:11 write pvPower=map[value:4595] (map[])
[influx] TRACE 2024/08/27 08:04:11 write pvEnergy=map[value:12175.961] (map[])
[sunspec] TRACE 2024/08/27 08:04:11 modbus: send 00 0f 00 00 00 06 47 03 9d e1 00 3e
[influx] TRACE 2024/08/27 08:04:11 write pvPower=map[value:4059] (map[id:1])
[influx] TRACE 2024/08/27 08:04:11 write pvEnergy=map[value:6118.5830000000005] (map[id:1])
[influx] TRACE 2024/08/27 08:04:11 write pvPower=map[value:536] (map[id:2])
[influx] TRACE 2024/08/27 08:04:11 write pvEnergy=map[value:6057.378] (map[id:2])
[sunspec] TRACE 2024/08/27 08:04:11 modbus: recv 00 0f 00 00 00 7f 47 03 7c 00 36 49 e9 36 bf 36 bf 00 00 00 00 00 00 00 00 00 00 00 1c 00 00 00 00 00 00 00 48 00 00 00 00 00 00 00 00 00 01 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0c 9c 0d af 00 00 00 21 00 00 00 00 00 21 00 00 00 00 00 00 fb fb 0f a0 0f a0 f2 f9 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff fe ff fe 00 00
[sunspec] TRACE 2024/08/27 08:04:11 model 802 block 0 point W: -3335
[sunspec] TRACE 2024/08/27 08:04:11 modbus: send 00 0f 00 00 00 06 47 03 9d e1 00 3e
[sunspec] TRACE 2024/08/27 08:04:11 modbus: recv 00 0f 00 00 00 7f 47 03 7c 00 36 49 e9 36 bf 36 bf 00 00 00 00 00 00 00 00 00 00 00 1c 00 00 00 00 00 00 00 48 00 00 00 00 00 00 00 00 00 01 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0c 9c 0d af 00 00 00 21 00 00 00 00 00 21 00 00 00 00 00 00 fb fb 0f a0 0f a0 f2 fc 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff fe ff fe 00 00
[sunspec] TRACE 2024/08/27 08:04:11 model 802 block 0 point SoC: 28
[site  ] DEBUG 2024/08/27 08:04:11 battery soc: 28%
[site  ] DEBUG 2024/08/27 08:04:11 battery power: -3335W
[influx] TRACE 2024/08/27 08:04:11 write batteryCapacity=map[value:0] (map[])
[influx] TRACE 2024/08/27 08:04:11 write batterySoc=map[value:28] (map[])
[influx] TRACE 2024/08/27 08:04:11 write batteryPower=map[value:-3335] (map[])
[influx] TRACE 2024/08/27 08:04:11 write batteryEnergy=map[value:0] (map[])
[influx] TRACE 2024/08/27 08:04:11 write batteryPower=map[value:-3335] (map[id:1])
[modbus] TRACE 2024/08/27 08:04:11 modbus: send 00 16 00 00 00 06 47 03 9c 87 00 69
[influx] TRACE 2024/08/27 08:04:11 write batteryEnergy=map[value:0] (map[id:1])
[influx] TRACE 2024/08/27 08:04:11 write batterySoc=map[value:28] (map[id:1])
[influx] TRACE 2024/08/27 08:04:11 write batteryCapacity=map[value:0] (map[id:1])
[influx] TRACE 2024/08/27 08:04:11 write batteryControllable=map[value:true] (map[id:1])
[modbus] TRACE 2024/08/27 08:04:12 modbus: recv 00 16 00 00 00 d5 47 03 d2 80 00 00 42 00 72 00 f6 ff fe 80 00 5d 37 5c e7 5c b6 80 00 80 00 80 00 80 00 ff fe 13 85 ff fe ff ff ff fb ff f1 00 13 00 01 ff bd ff f8 ff e9 00 30 00 01 ff bd ff fb ff ef ff d5 00 01 00 19 02 c1 02 96 01 97 ff fd ff 83 53 81 ff d4 60 4e ff cc f4 41 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1b 00 05 3b 3f 00 00 ff 74 5a 1c ff d0 7b 0b ff c8 62 ae ff d8 c7 72 00 0c bb e0 00 02 e5 ce 00 01 6d 0c 00 0d 82 5e 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[site  ] DEBUG 2024/08/27 08:04:12 grid meter: -10W
[influx] TRACE 2024/08/27 08:04:12 write gridPower=map[value:-10] (map[])
[modbus] TRACE 2024/08/27 08:04:12 modbus: send 00 17 00 00 00 06 47 03 9c 87 00 69
[modbus] TRACE 2024/08/27 08:04:12 modbus: recv 00 17 00 00 00 d5 47 03 d2 80 00 00 42 00 72 00 f6 ff fe 80 00 5d 37 5c e7 5c b6 80 00 80 00 80 00 80 00 ff fe 13 85 ff fe ff ff ff fb ff f1 00 13 00 01 ff bd ff f8 ff e9 00 30 00 01 ff bd ff fb ff ef ff d5 00 01 00 19 02 c1 02 96 01 97 ff fd ff 83 53 81 ff d4 60 4e ff cc f4 41 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1b 00 05 3b 3f 00 00 ff 74 5a 1c ff d0 7b 0b ff c8 62 ae ff d8 c7 72 00 0c bb e0 00 02 e5 ce 00 01 6d 0c 00 0d 82 5e 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[modbus] TRACE 2024/08/27 08:04:12 modbus: send 00 18 00 00 00 06 47 03 9c 87 00 69
[modbus] TRACE 2024/08/27 08:04:12 modbus: recv 00 18 00 00 00 d5 47 03 d2 80 00 00 42 00 72 00 f6 ff fe 80 00 5d 37 5c e7 5c b6 80 00 80 00 80 00 80 00 ff fe 13 85 ff fe ff ff ff fb ff f1 00 13 00 01 ff bd ff f8 ff e9 00 30 00 01 ff bd ff fb ff ef ff d5 00 01 00 19 02 c1 02 96 01 97 ff fd ff 83 53 81 ff d4 60 4e ff cc f4 41 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1b 00 05 3b 3f 00 00 ff 74 5a 1c ff d0 7b 0b ff c8 62 ae ff d8 c7 72 00 0c bb e0 00 02 e5 ce 00 01 6d 0c 00 0d 82 5e 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[modbus] TRACE 2024/08/27 08:04:12 modbus: send 00 19 00 00 00 06 47 03 9c 87 00 69
[modbus] TRACE 2024/08/27 08:04:12 modbus: recv 00 19 00 00 00 d5 47 03 d2 80 00 00 42 00 72 00 f6 ff fe 80 00 5d 37 5c e7 5c b6 80 00 80 00 80 00 80 00 ff fe 13 85 ff fe ff ff ff fb ff f1 00 13 00 01 ff bd ff f8 ff e9 00 30 00 01 ff bd ff fb ff ef ff d5 00 01 00 19 02 c1 02 96 01 97 ff fd ff 83 53 81 ff d4 60 4e ff cc f4 41 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1b 00 05 3b 3f 00 00 ff 74 5a 1c ff d0 7b 0b ff c8 62 ae ff d8 c7 72 00 0c bb e0 00 02 e5 ce 00 01 6d 0c 00 0d 82 5e 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[site  ] DEBUG 2024/08/27 08:04:12 grid powers: [-50 -150 190]W
[modbus] TRACE 2024/08/27 08:04:12 modbus: send 00 1a 00 00 00 06 47 03 9c 87 00 69
[influx] TRACE 2024/08/27 08:04:12 write gridPowers=map[l1:-50 l2:-150 l3:190] (map[])
[modbus] TRACE 2024/08/27 08:04:12 modbus: recv 00 1a 00 00 00 d5 47 03 d2 80 00 00 42 00 71 00 f3 ff fe 80 00 5d 3f 5c ee 5c be 80 00 80 00 80 00 80 00 ff fe 13 85 ff fe ff fe ff fb ff f1 00 12 00 01 ff be ff f8 ff e9 00 2f 00 01 ff be ff fb ff ef ff d5 00 01 00 28 02 e3 02 9c 01 8c ff fd ff 83 53 81 ff d4 60 4e ff cc f4 41 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1b 00 05 3b 3f 00 00 ff 74 5a 1c ff d0 7b 0b ff c8 62 ae ff d8 c7 72 00 0c bb e0 00 02 e5 ce 00 01 6d 0c 00 0d 82 5e 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[modbus] TRACE 2024/08/27 08:04:12 modbus: send 00 1b 00 00 00 06 47 03 9c 87 00 69
[modbus] TRACE 2024/08/27 08:04:12 modbus: recv 00 1b 00 00 00 d5 47 03 d2 80 00 00 42 00 71 00 f3 ff fe 80 00 5d 3f 5c ee 5c be 80 00 80 00 80 00 80 00 ff fe 13 85 ff fe ff fe ff fb ff f1 00 12 00 01 ff be ff f8 ff e9 00 2f 00 01 ff be ff fb ff ef ff d5 00 01 00 28 02 e3 02 9c 01 8c ff fd ff 83 53 81 ff d4 60 4e ff cc f4 41 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1b 00 05 3b 3f 00 00 ff 74 5a 1c ff d0 7b 0b ff c8 62 ae ff d8 c7 72 00 0c bb e0 00 02 e5 ce 00 01 6d 0c 00 0d 82 5e 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[modbus] TRACE 2024/08/27 08:04:12 modbus: send 00 1c 00 00 00 06 47 03 9c 87 00 69
[modbus] TRACE 2024/08/27 08:04:12 modbus: recv 00 1c 00 00 00 d5 47 03 d2 80 00 00 42 00 71 00 f3 ff fe 80 00 5d 3f 5c ee 5c be 80 00 80 00 80 00 80 00 ff fe 13 85 ff fe ff fe ff fb ff f1 00 12 00 01 ff be ff f8 ff e9 00 2f 00 01 ff be ff fb ff ef ff d5 00 01 00 28 02 e3 02 9c 01 8c ff fd ff 83 53 81 ff d4 60 4e ff cc f4 41 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1b 00 05 3b 3f 00 00 ff 74 5a 1c ff d0 7b 0b ff c8 62 ae ff d8 c7 72 00 0c bb e0 00 02 e5 ce 00 01 6d 0c 00 0d 82 5e 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[site  ] DEBUG 2024/08/27 08:04:12 grid currents: [-0.66 -1.13 2.43]A
[modbus] TRACE 2024/08/27 08:04:12 modbus: send 00 1d 00 00 00 06 47 03 9c 87 00 69
[influx] TRACE 2024/08/27 08:04:12 write gridCurrents=map[l1:-0.66 l2:-1.1300000000000001 l3:2.43] (map[])
[modbus] TRACE 2024/08/27 08:04:12 modbus: recv 00 1d 00 00 00 d5 47 03 d2 80 00 00 42 00 71 00 f3 ff fe 80 00 5d 3f 5c ee 5c be 80 00 80 00 80 00 80 00 ff fe 13 85 ff fe ff fe ff fb ff f1 00 12 00 01 ff be ff f8 ff e9 00 2f 00 01 ff be ff fb ff ef ff d5 00 01 00 28 02 e3 02 9c 01 8c ff fd ff 83 53 81 ff d4 60 4e ff cc f4 41 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1b 00 05 3b 3f 00 00 ff 74 5a 1c ff d0 7b 0b ff c8 62 ae ff d8 c7 72 00 0c bb e0 00 02 e5 ce 00 01 6d 0c 00 0d 82 5e 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[site  ] DEBUG 2024/08/27 08:04:12 battery has priority at soc 28% (< 80%)
[site  ] DEBUG 2024/08/27 08:04:12 site power: 90W
[influx] TRACE 2024/08/27 08:04:12 write gridEnergy=map[value:94.413] (map[])
[influx] TRACE 2024/08/27 08:04:12 write homePower=map[value:1250] (map[])
[abl   ] TRACE 2024/08/27 08:04:12 modbus: send 3a 30 31 30 33 30 30 30 34 30 30 30 31 46 37 0d 0a
[influx] TRACE 2024/08/27 08:04:12 write chargeCurrent=map[value:0] (map[loadpoint:Garage rechts])
[influx] TRACE 2024/08/27 08:04:12 write sessionEnergy=map[value:0] (map[loadpoint:Garage rechts])
[influx] TRACE 2024/08/27 08:04:12 write sessionSolarPercentage=map[value:0] (map[loadpoint:Garage rechts])
[influx] TRACE 2024/08/27 08:04:12 write chargedEnergy=map[value:0] (map[loadpoint:Garage rechts])
[influx] TRACE 2024/08/27 08:04:12 write effectivePriority=map[value:0] (map[loadpoint:Garage rechts])
[influx] TRACE 2024/08/27 08:04:12 write effectivePlanSoc=map[value:0] (map[loadpoint:Garage rechts])
[influx] TRACE 2024/08/27 08:04:12 write effectiveMinCurrent=map[value:6] (map[loadpoint:Garage rechts])
[influx] TRACE 2024/08/27 08:04:12 write effectiveMaxCurrent=map[value:7] (map[loadpoint:Garage rechts])
[influx] TRACE 2024/08/27 08:04:12 write effectiveLimitSoc=map[value:100] (map[loadpoint:Garage rechts])
[ocpp  ] TRACE 2024/08/27 08:04:12 send EU_EDR_CB12001332: [2,"4200469593","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:04:12 recv EU_EDR_CB12001332: [3,"4200469593",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:04:14 send EU_EDR_CB12001332: [2,"512565645","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:04:14 recv EU_EDR_CB12001332: [3,"512565645",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:04:16 send EU_EDR_CB12001332: [2,"3819105624","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:04:16 recv EU_EDR_CB12001332: [3,"3819105624",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:04:18 send EU_EDR_CB12001332: [2,"1946777403","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:04:18 recv EU_EDR_CB12001332: [3,"1946777403",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:04:20 send EU_EDR_CB12001332: [2,"2931369854","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:04:20 recv EU_EDR_CB12001332: [3,"2931369854",{"status":"Accepted"}]
[abl   ] TRACE 2024/08/27 08:04:22 modbus: send 3a 30 31 30 33 30 30 30 34 30 30 30 31 46 37 0d 0a
[ocpp  ] TRACE 2024/08/27 08:04:22 send EU_EDR_CB12001332: [2,"1052351001","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:04:22 recv EU_EDR_CB12001332: [3,"1052351001",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:04:24 send EU_EDR_CB12001332: [2,"1284298639","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:04:24 recv EU_EDR_CB12001332: [3,"1284298639",{"status":"Accepted"}]
[db    ] TRACE 2024/08/27 08:04:26 INSERT INTO `settings` (`key`,`value`) VALUES ("lp1.minCurrent","6"),("lp1.maxCurrent","12"),("lp1.phasesConfigured","3"),("adminPassword","$2a$10$LLSryx1huCjsxkTIn/nxmefYFbO6jvJOmsKrD78QwePQm1YXizpla"),("jwtSecretKey","47c6b3965548ebabf40986a814598cdeba77461a96779511e501f0473913bf22"),("prioritySoc","80"),("bufferSoc","90"),("lp1.mode","minpv"),("telemetry","true"),("lp1.limitSoc","0"),("bufferStartSoc","100"),("lp1.limitEnergy","0"),("interval","30000000000"),("sponsorToken","eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJldmNjLmlvIiwic3ViIjoiQ2hyaXM0NTY3MSIsImV4cCI6MTgxOTEwMTYwMCwiaWF0IjoxNzI0NDkzNjAwLCJzcmMiOiJnaCJ9.TWCsWhpIbikKT4zawLovDvOsjgFsFJwTilCkGudP7P0"),("network","{""schema"":""http"",""host"":""evcc.local"",""port"":7070}"),("mqtt","{""broker"":"""",""user"":"""",""password"":"""",""clientID"":"""",""insecure"":false,""topic"":""evcc""}"),("influx","{""url"":""http://192.168.178.79:8086"",""database"":""evcc_log"",""token"":""2LUG84tETPhWwWmJJEiqFjYNZwoC8RvLpq9PJ1TqAQOyfAABxcav6MHn0y5PwpZxVye3Z4wY1yy1w5IJ0e7aUw=="",""org"":""Zuhause"",""user"":"""",""password"":""""}"),("eebus","uri: :4712
shipid: """"
interfaces: []
certificate:
    public: """"
    private: """""),("tariffs","currency: EUR
grid:
    type: fixed
    price: 0.36
feedin:
    type: fixed
    price: 0.065
co2:
    type: grünstromindex
    zip: 85652 # PLZ mit führender Null mit in """" setzen
planner:
    type: """""),("residualPower","100"),("lp2.phasesConfigured","3"),("lp2.mode","pv"),("lp2.minCurrent","6"),("lp2.maxCurrent","7") ON CONFLICT (`key`) DO UPDATE SET `value`=`excluded`.`value` 24 <nil>
[ocpp  ] TRACE 2024/08/27 08:04:26 send EU_EDR_CB12001332: [2,"1286916900","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:04:26 recv EU_EDR_CB12001332: [3,"1286916900",{"status":"Accepted"}]
[influx] TRACE 2024/08/27 08:04:27 write greenShareHome=map[value:1] (map[])
[influx] TRACE 2024/08/27 08:04:27 write greenShareLoadpoints=map[value:1] (map[])
[influx] TRACE 2024/08/27 08:04:27 write tariffPriceHome=map[value:0.065] (map[])
[influx] TRACE 2024/08/27 08:04:27 write tariffCo2Home=map[value:0] (map[])
[influx] TRACE 2024/08/27 08:04:27 write tariffPriceLoadpoints=map[value:0.065] (map[])
[influx] TRACE 2024/08/27 08:04:27 write tariffCo2Loadpoints=map[value:0] (map[])
[ocpp  ] TRACE 2024/08/27 08:04:27 recv EU_EDR_CB12001332: [2,"ea685aea-6111-4022-aa64-db31866c9436","Heartbeat",{}]
[ocpp  ] TRACE 2024/08/27 08:04:27 send EU_EDR_CB12001332: [3,"ea685aea-6111-4022-aa64-db31866c9436",{"currentTime":"2024-08-27T06:04:27Z"}]
[ocpp  ] TRACE 2024/08/27 08:04:28 send EU_EDR_CB12001332: [2,"3579891509","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:04:28 recv EU_EDR_CB12001332: [3,"3579891509",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:04:30 send EU_EDR_CB12001332: [2,"1536713400","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:04:30 recv EU_EDR_CB12001332: [3,"1536713400",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:04:32 send EU_EDR_CB12001332: [2,"2943745366","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:04:32 recv EU_EDR_CB12001332: [3,"2943745366",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:04:34 send EU_EDR_CB12001332: [2,"1590249984","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:04:34 recv EU_EDR_CB12001332: [3,"1590249984",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:04:36 send EU_EDR_CB12001332: [2,"4142066723","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:04:36 recv EU_EDR_CB12001332: [3,"4142066723",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:04:38 send EU_EDR_CB12001332: [2,"1677151337","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:04:38 recv EU_EDR_CB12001332: [3,"1677151337",{"status":"Accepted"}]
[site  ] DEBUG 2024/08/27 08:04:40 ----
[lp-1  ] DEBUG 2024/08/27 08:04:40 charge power: 0W
[lp-1  ] DEBUG 2024/08/27 08:04:40 charge currents: [0 0 0]A
[sunspec] TRACE 2024/08/27 08:04:40 modbus: send 00 14 00 00 00 06 47 03 9d 30 00 08
[influx] TRACE 2024/08/27 08:04:40 write chargePower=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:04:40 write chargeCurrents=map[l1:0 l2:0 l3:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:04:40 write chargePower=map[value:0] (map[loadpoint:Garage rechts])
[sunspec] TRACE 2024/08/27 08:04:40 modbus: recv 00 14 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:04:40 modbus: send 00 15 00 00 00 06 47 03 9d 38 00 14
[sunspec] TRACE 2024/08/27 08:04:40 modbus: recv 00 15 00 00 00 2b 47 03 28 00 01 44 43 5f 53 54 52 49 4e 47 5f 31 20 20 20 20 20 02 8f 0e f6 09 d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:04:40 model 160 block 1 point DCW: 2512
[sunspec] TRACE 2024/08/27 08:04:40 modbus: send 00 14 00 00 00 06 47 03 9d 30 00 08
[sunspec] TRACE 2024/08/27 08:04:40 modbus: recv 00 14 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:04:40 modbus: send 00 15 00 00 00 06 47 03 9d 4c 00 14
[sunspec] TRACE 2024/08/27 08:04:40 modbus: recv 00 15 00 00 00 2b 47 03 28 00 02 44 43 5f 53 54 52 49 4e 47 5f 32 20 20 20 20 20 01 79 10 2c 06 1b 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:04:40 model 160 block 2 point DCW: 1563
[sunspec] TRACE 2024/08/27 08:04:40 modbus: send 00 14 00 00 00 06 47 03 9d 30 00 08
[sunspec] TRACE 2024/08/27 08:04:40 modbus: recv 00 14 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:04:40 modbus: send 00 15 00 00 00 06 47 03 9d 60 00 14
[sunspec] TRACE 2024/08/27 08:04:40 modbus: recv 00 15 00 00 00 2b 47 03 28 00 03 44 43 5f 53 54 52 49 4e 47 5f 33 20 20 20 20 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:04:40 model 160 block 3 point DCW: 0
[sunspec] TRACE 2024/08/27 08:04:40 modbus: send 00 10 00 00 00 06 47 03 9c 88 00 32
[ocpp  ] TRACE 2024/08/27 08:04:40 send EU_EDR_CB12001332: [2,"1084410220","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[sunspec] TRACE 2024/08/27 08:04:40 modbus: recv 00 10 00 00 00 67 47 03 64 00 ca 00 43 00 43 00 43 ff fe ff ff ff ff ff ff 09 52 09 3a 09 44 ff ff 01 83 00 00 13 86 ff fe 01 df 00 00 01 1a 00 00 03 e8 ff fd 00 5d 5c b7 00 00 ff ff 00 00 ff ff 00 00 02 21 00 00 01 e2 02 54 01 ac 00 00 ff ff 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:04:40 model 103 block 0 point WH: 6.118583e+06
[sunspec] TRACE 2024/08/27 08:04:40 modbus: send 00 14 00 00 00 06 47 03 9d 30 00 08
[ocpp  ] TRACE 2024/08/27 08:04:40 recv EU_EDR_CB12001332: [3,"1084410220",{"status":"Accepted"}]
[sunspec] TRACE 2024/08/27 08:04:40 modbus: recv 00 14 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:04:40 modbus: send 00 15 00 00 00 06 47 03 9d 38 00 14
[sunspec] TRACE 2024/08/27 08:04:40 modbus: recv 00 15 00 00 00 2b 47 03 28 00 01 44 43 5f 53 54 52 49 4e 47 5f 31 20 20 20 20 20 00 46 0e a2 01 09 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:04:40 model 160 block 1 point DCW: 265
[sunspec] TRACE 2024/08/27 08:04:40 modbus: send 00 14 00 00 00 06 47 03 9d 30 00 08
[sunspec] TRACE 2024/08/27 08:04:40 modbus: recv 00 14 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:04:40 modbus: send 00 15 00 00 00 06 47 03 9d 4c 00 14
[sunspec] TRACE 2024/08/27 08:04:41 modbus: recv 00 15 00 00 00 2b 47 03 28 00 02 44 43 5f 53 54 52 49 4e 47 5f 32 20 20 20 20 20 00 49 0e a7 01 12 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:04:41 model 160 block 2 point DCW: 274
[sunspec] TRACE 2024/08/27 08:04:41 modbus: send 00 14 00 00 00 06 47 03 9d 30 00 08
[sunspec] TRACE 2024/08/27 08:04:41 modbus: recv 00 14 00 00 00 13 47 03 10 ff fe ff ff 00 00 00 00 00 00 00 00 00 03 00 00
[sunspec] TRACE 2024/08/27 08:04:41 modbus: send 00 15 00 00 00 06 47 03 9d 60 00 14
[sunspec] TRACE 2024/08/27 08:04:41 modbus: recv 00 15 00 00 00 2b 47 03 28 00 03 44 43 5f 53 54 52 49 4e 47 5f 33 20 20 20 20 20 00 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:04:41 model 160 block 3 point DCW: 0
[sunspec] TRACE 2024/08/27 08:04:41 modbus: send 00 10 00 00 00 06 47 03 9c 88 00 32
[sunspec] TRACE 2024/08/27 08:04:41 modbus: recv 00 10 00 00 00 67 47 03 64 00 e4 00 4a 00 4c 00 4d ff fe ff ff ff ff ff ff 09 50 09 3a 09 44 ff ff 01 d3 00 00 13 85 ff fe 02 1c 00 00 01 0e 00 00 03 e8 ff fd 00 5c 6d a2 00 00 ff ff 00 00 ff ff 00 00 02 1b 00 00 01 a1 01 8a 01 86 00 00 ff ff 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[sunspec] TRACE 2024/08/27 08:04:41 model 103 block 0 point WH: 6.057378e+06
[site  ] DEBUG 2024/08/27 08:04:41 pv power: 4614W
[influx] TRACE 2024/08/27 08:04:41 write pvPower=map[value:4614] (map[])
[influx] TRACE 2024/08/27 08:04:41 write pvEnergy=map[value:12175.961] (map[])
[influx] TRACE 2024/08/27 08:04:41 write pvPower=map[value:4075] (map[id:1])
[influx] TRACE 2024/08/27 08:04:41 write pvEnergy=map[value:6118.5830000000005] (map[id:1])
[influx] TRACE 2024/08/27 08:04:41 write pvPower=map[value:539] (map[id:2])
[influx] TRACE 2024/08/27 08:04:41 write pvEnergy=map[value:6057.378] (map[id:2])
[sunspec] TRACE 2024/08/27 08:04:41 modbus: send 00 10 00 00 00 06 47 03 9d e1 00 3e
[sunspec] TRACE 2024/08/27 08:04:41 modbus: recv 00 10 00 00 00 7f 47 03 7c 00 36 49 e9 36 bf 36 bf 00 00 00 00 00 00 00 00 00 00 00 1c 00 00 00 00 00 00 00 48 00 00 00 00 00 00 00 00 00 01 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0c 9e 0d af 00 00 00 21 00 00 00 00 00 21 00 00 00 00 00 00 fb bc 0f a0 0f a0 f2 36 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff fe ff fe 00 00
[sunspec] TRACE 2024/08/27 08:04:41 model 802 block 0 point W: -3530
[sunspec] TRACE 2024/08/27 08:04:41 modbus: send 00 10 00 00 00 06 47 03 9d e1 00 3e
[sunspec] TRACE 2024/08/27 08:04:42 modbus: recv 00 10 00 00 00 7f 47 03 7c 00 36 49 e9 36 bf 36 bf 00 00 00 00 00 00 00 00 00 00 00 1c 00 00 00 00 00 00 00 48 00 00 00 00 00 00 00 00 00 01 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0c 9e 0d af 00 00 00 21 00 00 00 00 00 21 00 00 00 00 00 00 fb ba 0f a0 0f a0 f2 35 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff fe ff fe 00 00
[sunspec] TRACE 2024/08/27 08:04:42 model 802 block 0 point SoC: 28
[site  ] DEBUG 2024/08/27 08:04:42 battery soc: 28%
[site  ] DEBUG 2024/08/27 08:04:42 battery power: -3530W
[influx] TRACE 2024/08/27 08:04:42 write batteryCapacity=map[value:0] (map[])
[influx] TRACE 2024/08/27 08:04:42 write batterySoc=map[value:28] (map[])
[modbus] TRACE 2024/08/27 08:04:42 modbus: send 00 1e 00 00 00 06 47 03 9c 87 00 69
[influx] TRACE 2024/08/27 08:04:42 write batteryPower=map[value:-3530] (map[])
[influx] TRACE 2024/08/27 08:04:42 write batteryEnergy=map[value:0] (map[])
[influx] TRACE 2024/08/27 08:04:42 write batteryPower=map[value:-3530] (map[id:1])
[influx] TRACE 2024/08/27 08:04:42 write batteryEnergy=map[value:0] (map[id:1])
[influx] TRACE 2024/08/27 08:04:42 write batterySoc=map[value:28] (map[id:1])
[influx] TRACE 2024/08/27 08:04:42 write batteryCapacity=map[value:0] (map[id:1])
[influx] TRACE 2024/08/27 08:04:42 write batteryControllable=map[value:true] (map[id:1])
[modbus] TRACE 2024/08/27 08:04:42 modbus: recv 00 1e 00 00 00 d5 47 03 d2 80 00 00 79 00 5e 01 01 ff fe 80 00 5d 46 5c 6a 5c c5 80 00 80 00 80 00 80 00 ff fe 13 84 ff fe 00 01 ff ee ff f8 00 1c 00 01 00 4b ff e7 ff ef 00 33 00 01 ff b5 ff ef ff f1 ff d6 00 01 00 17 02 ce 01 e1 02 35 ff fd ff 83 53 80 ff d4 60 4c ff cc f4 40 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1b 00 05 3b 41 00 00 ff 74 5a 19 ff d0 7b 08 ff c8 62 ac ff d8 c7 72 00 0c bb e3 00 02 e5 ce 00 01 6d 0c 00 0d 82 63 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[site  ] DEBUG 2024/08/27 08:04:42 grid meter: 10W
[influx] TRACE 2024/08/27 08:04:42 write gridPower=map[value:10] (map[])
[modbus] TRACE 2024/08/27 08:04:42 modbus: send 00 1f 00 00 00 06 47 03 9c 87 00 69
[modbus] TRACE 2024/08/27 08:04:42 modbus: recv 00 1f 00 00 00 d5 47 03 d2 80 00 00 7a 00 60 01 02 ff fe 80 00 5d 47 5c 6b 5c c8 80 00 80 00 80 00 80 00 ff fe 13 84 ff fe 00 01 ff ee ff f8 00 1c 00 01 00 4d ff e6 ff ee 00 33 00 01 ff b3 ff ee ff f0 ff d6 00 01 00 16 02 bd 01 d5 02 2c ff fd ff 83 53 80 ff d4 60 4c ff cc f4 40 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1b 00 05 3b 41 00 00 ff 74 5a 19 ff d0 7b 08 ff c8 62 ac ff d8 c7 72 00 0c bb e3 00 02 e5 ce 00 01 6d 0c 00 0d 82 63 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[modbus] TRACE 2024/08/27 08:04:42 modbus: send 00 20 00 00 00 06 47 03 9c 87 00 69
[modbus] TRACE 2024/08/27 08:04:42 modbus: recv 00 20 00 00 00 d5 47 03 d2 80 00 00 7a 00 60 01 02 ff fe 80 00 5d 47 5c 6b 5c c8 80 00 80 00 80 00 80 00 ff fe 13 84 ff fe 00 01 ff ee ff f8 00 1c 00 01 00 4d ff e6 ff ee 00 33 00 01 ff b3 ff ee ff f0 ff d6 00 01 00 16 02 bd 01 d5 02 2c ff fd ff 83 53 80 ff d4 60 4c ff cc f4 40 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1b 00 05 3b 41 00 00 ff 74 5a 19 ff d0 7b 08 ff c8 62 ac ff d8 c7 72 00 0c bb e3 00 02 e5 ce 00 01 6d 0c 00 0d 82 63 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[modbus] TRACE 2024/08/27 08:04:42 modbus: send 00 21 00 00 00 06 47 03 9c 87 00 69
[modbus] TRACE 2024/08/27 08:04:42 modbus: recv 00 21 00 00 00 d5 47 03 d2 80 00 00 7a 00 60 01 02 ff fe 80 00 5d 47 5c 6b 5c c8 80 00 80 00 80 00 80 00 ff fe 13 84 ff fe 00 01 ff ee ff f8 00 1c 00 01 00 4d ff e6 ff ee 00 33 00 01 ff b3 ff ee ff f0 ff d6 00 01 00 16 02 bd 01 d5 02 2c ff fd ff 83 53 80 ff d4 60 4c ff cc f4 40 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1b 00 05 3b 41 00 00 ff 74 5a 19 ff d0 7b 08 ff c8 62 ac ff d8 c7 72 00 0c bb e3 00 02 e5 ce 00 01 6d 0c 00 0d 82 63 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[site  ] DEBUG 2024/08/27 08:04:42 grid powers: [-180 -80 280]W
[modbus] TRACE 2024/08/27 08:04:42 modbus: send 00 22 00 00 00 06 47 03 9c 87 00 69
[influx] TRACE 2024/08/27 08:04:42 write gridPowers=map[l1:-180 l2:-80 l3:280] (map[])
[modbus] TRACE 2024/08/27 08:04:42 modbus: recv 00 22 00 00 00 d5 47 03 d2 80 00 00 7a 00 60 01 02 ff fe 80 00 5d 47 5c 6b 5c c8 80 00 80 00 80 00 80 00 ff fe 13 84 ff fe 00 01 ff ee ff f8 00 1c 00 01 00 4d ff e6 ff ee 00 33 00 01 ff b3 ff ee ff f0 ff d6 00 01 00 16 02 bd 01 d5 02 2c ff fd ff 83 53 80 ff d4 60 4c ff cc f4 40 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1b 00 05 3b 41 00 00 ff 74 5a 19 ff d0 7b 08 ff c8 62 ac ff d8 c7 72 00 0c bb e3 00 02 e5 ce 00 01 6d 0c 00 0d 82 63 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[modbus] TRACE 2024/08/27 08:04:42 modbus: send 00 23 00 00 00 06 47 03 9c 87 00 69
[modbus] TRACE 2024/08/27 08:04:42 modbus: recv 00 23 00 00 00 d5 47 03 d2 80 00 00 7a 00 60 01 02 ff fe 80 00 5d 47 5c 6b 5c c8 80 00 80 00 80 00 80 00 ff fe 13 84 ff fe 00 01 ff ee ff f8 00 1c 00 01 00 4d ff e6 ff ee 00 33 00 01 ff b3 ff ee ff f0 ff d6 00 01 00 16 02 bd 01 d5 02 2c ff fd ff 83 53 80 ff d4 60 4c ff cc f4 40 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1b 00 05 3b 41 00 00 ff 74 5a 19 ff d0 7b 08 ff c8 62 ac ff d8 c7 72 00 0c bb e3 00 02 e5 ce 00 01 6d 0c 00 0d 82 63 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[modbus] TRACE 2024/08/27 08:04:42 modbus: send 00 24 00 00 00 06 47 03 9c 87 00 69
[modbus] TRACE 2024/08/27 08:04:42 modbus: recv 00 24 00 00 00 d5 47 03 d2 80 00 00 7a 00 60 01 02 ff fe 80 00 5d 47 5c 6b 5c c8 80 00 80 00 80 00 80 00 ff fe 13 84 ff fe 00 01 ff ee ff f8 00 1c 00 01 00 4d ff e6 ff ee 00 33 00 01 ff b3 ff ee ff f0 ff d6 00 01 00 16 02 bd 01 d5 02 2c ff fd ff 83 53 80 ff d4 60 4c ff cc f4 40 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1b 00 05 3b 41 00 00 ff 74 5a 19 ff d0 7b 08 ff c8 62 ac ff d8 c7 72 00 0c bb e3 00 02 e5 ce 00 01 6d 0c 00 0d 82 63 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[site  ] DEBUG 2024/08/27 08:04:42 grid currents: [-1.22 -0.96 2.58]A
[modbus] TRACE 2024/08/27 08:04:42 modbus: send 00 25 00 00 00 06 47 03 9c 87 00 69
[influx] TRACE 2024/08/27 08:04:42 write gridCurrents=map[l1:-1.22 l2:-0.96 l3:2.58] (map[])
[modbus] TRACE 2024/08/27 08:04:42 modbus: recv 00 25 00 00 00 d5 47 03 d2 80 00 00 7a 00 60 01 02 ff fe 80 00 5d 47 5c 6b 5c c8 80 00 80 00 80 00 80 00 ff fe 13 84 ff fe 00 01 ff ee ff f8 00 1c 00 01 00 4d ff e6 ff ee 00 33 00 01 ff b3 ff ee ff f0 ff d6 00 01 00 16 02 bd 01 d5 02 2c ff fd ff 83 53 80 ff d4 60 4c ff cc f4 40 ff db 28 34 00 01 70 cd 00 02 2b 32 00 00 e1 1b 00 05 3b 41 00 00 ff 74 5a 19 ff d0 7b 08 ff c8 62 ac ff d8 c7 72 00 0c bb e3 00 02 e5 ce 00 01 6d 0c 00 0d 82 63 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00 00 00 00 00 00 00
[site  ] DEBUG 2024/08/27 08:04:42 battery has priority at soc 28% (< 80%)
[site  ] DEBUG 2024/08/27 08:04:42 site power: 110W
[influx] TRACE 2024/08/27 08:04:42 write gridEnergy=map[value:94.413] (map[])
[influx] TRACE 2024/08/27 08:04:42 write homePower=map[value:1094] (map[])
[lp-1  ] ERROR 2024/08/27 08:04:42 charge voltages: not available
[lp-1  ] ERROR 2024/08/27 08:04:42 charge total import: not available
[influx] TRACE 2024/08/27 08:04:42 write chargeCurrent=map[value:0] (map[loadpoint:Garage links])
[lp-1  ] DEBUG 2024/08/27 08:04:42 charger status: A
[influx] TRACE 2024/08/27 08:04:42 write sessionEnergy=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:04:42 write sessionSolarPercentage=map[value:0] (map[loadpoint:Garage links])
[ocpp  ] TRACE 2024/08/27 08:04:42 send EU_EDR_CB12001332: [2,"1675750877","GetCompositeSchedule",{"connectorId":1,"duration":60}]
[influx] TRACE 2024/08/27 08:04:42 write chargeTotalImport=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:04:42 write effectivePriority=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:04:42 write effectivePlanSoc=map[value:0] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:04:42 write effectiveMinCurrent=map[value:6] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:04:42 write effectiveMaxCurrent=map[value:12] (map[loadpoint:Garage links])
[influx] TRACE 2024/08/27 08:04:42 write effectiveLimitSoc=map[value:100] (map[loadpoint:Garage links])
[ocpp  ] TRACE 2024/08/27 08:04:42 recv EU_EDR_CB12001332: [3,"1675750877",{"connectorId": 1, "scheduleStart": "2024-08-27T06:04:41Z", "chargingSchedule": {"startSchedule": "2024-08-24T12:52:15Z", "chargingRateUnit": "A", "duration": 60, "chargingSchedulePeriod": [{"limit": 0, "startPeriod": 0}]}, "status": "Accepted"}]
[influx] TRACE 2024/08/27 08:04:42 write greenShareHome=map[value:1] (map[])
[influx] TRACE 2024/08/27 08:04:42 write greenShareLoadpoints=map[value:0] (map[])
[influx] TRACE 2024/08/27 08:04:42 write tariffPriceHome=map[value:0.065] (map[])
[influx] TRACE 2024/08/27 08:04:42 write tariffCo2Home=map[value:0] (map[])
[influx] TRACE 2024/08/27 08:04:42 write tariffPriceLoadpoints=map[value:0.36] (map[])
[influx] TRACE 2024/08/27 08:04:42 write tariffCo2Loadpoints=map[value:219] (map[])
[ocpp  ] TRACE 2024/08/27 08:04:42 send EU_EDR_CB12001332: [2,"807381182","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:04:42 recv EU_EDR_CB12001332: [3,"807381182",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:04:44 send EU_EDR_CB12001332: [2,"1569449929","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:04:44 recv EU_EDR_CB12001332: [3,"1569449929",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:04:46 send EU_EDR_CB12001332: [2,"1936259084","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:04:46 recv EU_EDR_CB12001332: [3,"1936259084",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:04:48 send EU_EDR_CB12001332: [2,"3282417883","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:04:48 recv EU_EDR_CB12001332: [3,"3282417883",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:04:50 send EU_EDR_CB12001332: [2,"4210955338","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:04:50 recv EU_EDR_CB12001332: [3,"4210955338",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:04:52 send EU_EDR_CB12001332: [2,"1747622060","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:04:52 recv EU_EDR_CB12001332: [3,"1747622060",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:04:54 send EU_EDR_CB12001332: [2,"3795572062","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:04:54 recv EU_EDR_CB12001332: [3,"3795572062",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:04:56 send EU_EDR_CB12001332: [2,"965163521","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:04:56 recv EU_EDR_CB12001332: [3,"965163521",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:04:58 send EU_EDR_CB12001332: [2,"2522847499","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:04:58 recv EU_EDR_CB12001332: [3,"2522847499",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:05:00 send EU_EDR_CB12001332: [2,"4141704262","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:05:00 recv EU_EDR_CB12001332: [3,"4141704262",{"status":"Accepted"}]
[ocpp  ] TRACE 2024/08/27 08:05:02 send EU_EDR_CB12001332: [2,"3162630228","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 08:05:02 recv EU_EDR_CB12001332: [3,"3162630228",{"status":"Accepted"}]
premultiply commented 3 months ago

habe ich dauerhaft die Fehlermeldung: [EU_EDR_CB12001332-1] WARN 2024/08/27 08:03:30 meter timeout

Auch während eines laufenden Ladevorgangs?

Chris45671 commented 3 months ago

DIese Fehlermeldung kommt direkt nach dem Start von EVCC. Danach kommt diese Meldung in dieser Form nicht mehr.

Bis zum Ladevorgang kommen in regelmäßigen Abständen die Meldungen: [lp-1 ] ERROR 2024/08/27 09:44:14 charge voltages: not available [lp-1 ] ERROR 2024/08/27 09:44:14 charge total import: not available Beim Ladevorgang und danach verschwinden diese dann.

Erst weider beim nächsten Start erscheint die Meldung mit dem timeout.

Unter dem verlinkten Thread habe ich alle Logs auch während dem Laden abgelegt. Diese Meldung hatte ich wie geschrieben vorher nicht, aber seit neuestem auch wenn ich eben auf die alte Version wieder zurück gehe.

Denke dies hängt vielleicht auch mit den anderen Problemen zusammen, das ich das Auto nicht mehr laden kann.

premultiply commented 3 months ago

Beim Ladevorgang und danach verschwinden diese dann.

Funktioniert soweit wie erwartet.

Erst weider beim nächsten Start erscheint die Meldung mit dem timeout.

Das hängt damit zusammen, dass die Box selbst auf explizite Anweisung (TriggerMessage) ohne laufende Transaktion keine Messwerte herausrückt. Das ist bereits der Workaround gegen fehlende Messwerte, die normalerweise bei laufender Transaktion ohnehin automatisch im festgelegten Intervall (10s) von der Box gesendet werden. Dagegen können wir erstmal offensichtlich nichts tun. Dies ist im ungünstigen Verhalten der aktuellen Box-Firmware selbst begründet.

Wir planen aber aktuell noch eine interne Codeumstrukturierung, vielleicht ergibt sich daraus nochmal ein kleiner Optimierungsansatz in dieser Sache wenn wir die Messwerte nicht für einen bestimmten Anschluss anfragen sondern allgemein für die ganze Station. Ich halte es mal im Hinterkopf und mache hier aber erstmal zu, da wir akut nichts dagegen tun können.

Prinzipiell könntest du natürlich auch mal beim Herstellersupport anfragen weshalb die Firmware sich so dagegen wehrt ohne Transaktion mittels

[ocpp  ] TRACE 2024/08/27 07:54:08 send EU_EDR_CB12001332: [2,"3197583823","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[ocpp  ] TRACE 2024/08/27 07:54:08 recv EU_EDR_CB12001332: [3,"3197583823",{"status":"Accepted"}]

die angefragten Messwerte zu liefern und ob sie das nicht bitte fixen können.

Darüber hinaus könntest du einmal probieren ob es ggf. hilft wenn du in der Box-Konfiguration bei MeterValuesAlignedData den Wert Power.Active.Import,Energy.Active.Import.Register,Current.Import,Voltage einträgst und bei ClockAlignedDataInterval den Wert 10 angibst. Sollte 10 nicht funktionieren alternativ 30, 45 und 60 (in dieser Reihenfolge) probieren.

Gerne auch mal rückmelden ob das funktioniert und wie das ggf. etwas gebracht hat.

Chris45671 commented 3 months ago

Dem Hersteller habe ich dies soeben geschrieben, mal sehen ob ich eine Antwort bekomme. Die anderen beiden Punkte werde ich ausprobieren, sobald der Ladevorgang abgeschlossen ist.

@premultiply : Ich weiss nicht ob es ein neues Problem ist. Während dem Ladevorgang hat scheinbar der Rasby das Netzwerksignal verloren und konnte keine Komponenten mehr erreichen. Nach dem Ausfall hatte er dann alle Komponenten inkl. der Wallbox wieder, aber jetzt fehlen dann auf einmal wieder Werte so das er auch nicht mehr steuern kann oder den Bezug anzeigen kann.

[lp-1 ] DEBUG 2024/08/27 13:32:41 charge power: 4857W
[lp-1 ] DEBUG 2024/08/27 13:32:41 charge currents: [7 6.6 7]A
[lp-2 ] DEBUG 2024/08/27 13:32:41 charge power: 0W
[site ] ERROR 2024/08/27 13:32:51 pv 1 power: add[0]: model 160 block 1 point DCW: read tcp 192.168.178.79:50074->192.168.178.60:1502: i/o timeout
[site ] ERROR 2024/08/27 13:33:01 pv 2 power: add[0]: model 160 block 1 point DCW: read tcp 192.168.178.79:41858->192.168.178.61:1502: i/o timeout
[site ] DEBUG 2024/08/27 13:33:01 pv power: 0W
[site ] ERROR 2024/08/27 13:33:04 battery 1 power: model 802 block 0 point W: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:33:11 ----
[lp-1 ] DEBUG 2024/08/27 13:33:11 charge power: 4873W
[lp-1 ] DEBUG 2024/08/27 13:33:11 charge currents: [7 6.6 7]A
[lp-2 ] DEBUG 2024/08/27 13:33:11 charge power: 0W
[site ] ERROR 2024/08/27 13:33:12 pv 1 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] ERROR 2024/08/27 13:33:13 pv 2 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.61:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:33:13 pv power: 0W
[site ] ERROR 2024/08/27 13:33:16 battery 1 power: model 802 block 0 point W: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:33:41 ----
[lp-1 ] DEBUG 2024/08/27 13:33:41 charge power: 4873W
[lp-1 ] DEBUG 2024/08/27 13:33:41 charge currents: [7 6.6 7]A
[lp-2 ] DEBUG 2024/08/27 13:33:41 charge power: 0W
[site ] ERROR 2024/08/27 13:33:44 pv 1 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] ERROR 2024/08/27 13:33:46 pv 2 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.61:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:33:46 pv power: 0W
[site ] ERROR 2024/08/27 13:33:49 battery 1 power: model 802 block 0 point W: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:34:11 ----
[lp-1 ] DEBUG 2024/08/27 13:34:11 charge power: 4873W
[lp-1 ] DEBUG 2024/08/27 13:34:11 charge currents: [7 6.6 7]A
[lp-2 ] DEBUG 2024/08/27 13:34:11 charge power: 0W
[ocpp ] DEBUG 2024/08/27 13:34:14 charge point disconnected: EU_EDR_CB12001332
[site ] ERROR 2024/08/27 13:34:15 pv 1 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] ERROR 2024/08/27 13:34:17 pv 2 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.61:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:34:17 pv power: 0W
[site ] ERROR 2024/08/27 13:34:18 battery 1 power: model 802 block 0 point W: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:34:41 ----
[lp-1 ] ERROR 2024/08/27 13:34:42 charge power: timeout
[lp-1 ] ERROR 2024/08/27 13:34:43 charge currents: timeout
[lp-2 ] DEBUG 2024/08/27 13:34:43 charge power: 0W
[site ] ERROR 2024/08/27 13:34:46 pv 1 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] ERROR 2024/08/27 13:34:49 pv 2 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.61:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:34:49 pv power: 0W
[site ] ERROR 2024/08/27 13:34:52 battery 1 power: model 802 block 0 point W: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:35:11 ----
[lp-1 ] ERROR 2024/08/27 13:35:12 charge power: timeout
[lp-1 ] ERROR 2024/08/27 13:35:12 charge currents: timeout
[lp-2 ] DEBUG 2024/08/27 13:35:12 charge power: 0W
[site ] ERROR 2024/08/27 13:35:15 pv 1 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] ERROR 2024/08/27 13:35:18 pv 2 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.61:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:35:18 pv power: 0W
[site ] ERROR 2024/08/27 13:35:21 battery 1 power: model 802 block 0 point W: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:35:41 ----
[lp-1 ] ERROR 2024/08/27 13:35:41 charge power: timeout
[lp-1 ] ERROR 2024/08/27 13:35:42 charge currents: timeout
[lp-2 ] DEBUG 2024/08/27 13:35:42 charge power: 0W
[site ] ERROR 2024/08/27 13:35:45 pv 1 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] ERROR 2024/08/27 13:35:48 pv 2 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.61:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:35:48 pv power: 0W
[site ] ERROR 2024/08/27 13:35:51 battery 1 power: model 802 block 0 point W: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:36:11 ----
[lp-1 ] ERROR 2024/08/27 13:36:12 charge power: timeout
[lp-1 ] ERROR 2024/08/27 13:36:12 charge currents: timeout
[lp-2 ] DEBUG 2024/08/27 13:36:12 charge power: 0W
[site ] ERROR 2024/08/27 13:36:15 pv 1 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] ERROR 2024/08/27 13:36:19 pv 2 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.61:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:36:19 pv power: 0W
[site ] ERROR 2024/08/27 13:36:22 battery 1 power: model 802 block 0 point W: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:36:41 ----
[lp-1 ] ERROR 2024/08/27 13:36:41 charge power: timeout
[lp-1 ] ERROR 2024/08/27 13:36:42 charge currents: timeout
[lp-2 ] DEBUG 2024/08/27 13:36:42 charge power: 0W
[site ] ERROR 2024/08/27 13:36:45 pv 1 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] ERROR 2024/08/27 13:36:48 pv 2 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.61:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:36:48 pv power: 0W
[site ] ERROR 2024/08/27 13:36:51 battery 1 power: model 802 block 0 point W: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:37:11 ----
[lp-1 ] ERROR 2024/08/27 13:37:11 charge power: timeout
[lp-1 ] ERROR 2024/08/27 13:37:12 charge currents: timeout
[lp-2 ] DEBUG 2024/08/27 13:37:12 charge power: 0W
[site ] ERROR 2024/08/27 13:37:15 pv 1 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] ERROR 2024/08/27 13:37:18 pv 2 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.61:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:37:18 pv power: 0W
[site ] ERROR 2024/08/27 13:37:21 battery 1 power: model 802 block 0 point W: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:37:41 ----
[lp-1 ] ERROR 2024/08/27 13:37:42 charge power: timeout
[lp-1 ] ERROR 2024/08/27 13:37:42 charge currents: timeout
[lp-2 ] DEBUG 2024/08/27 13:37:42 charge power: 0W
[site ] ERROR 2024/08/27 13:37:45 pv 1 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] ERROR 2024/08/27 13:37:48 pv 2 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.61:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:37:48 pv power: 0W
[site ] ERROR 2024/08/27 13:37:51 battery 1 power: model 802 block 0 point W: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:38:11 ----
[lp-1 ] ERROR 2024/08/27 13:38:12 charge power: timeout
[lp-1 ] ERROR 2024/08/27 13:38:12 charge currents: timeout
[lp-2 ] DEBUG 2024/08/27 13:38:12 charge power: 0W
[site ] ERROR 2024/08/27 13:38:16 pv 1 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] ERROR 2024/08/27 13:38:19 pv 2 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.61:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:38:19 pv power: 0W
[site ] ERROR 2024/08/27 13:38:22 battery 1 power: model 802 block 0 point W: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:38:41 ----
[lp-1 ] ERROR 2024/08/27 13:38:42 charge power: timeout
[lp-1 ] ERROR 2024/08/27 13:38:43 charge currents: timeout
[lp-2 ] DEBUG 2024/08/27 13:38:43 charge power: 0W
[site ] ERROR 2024/08/27 13:38:46 pv 1 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] ERROR 2024/08/27 13:38:49 pv 2 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.61:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:38:49 pv power: 0W
[site ] ERROR 2024/08/27 13:38:52 battery 1 power: model 802 block 0 point W: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:39:11 ----
[lp-1 ] ERROR 2024/08/27 13:39:12 charge power: timeout
[lp-1 ] ERROR 2024/08/27 13:39:12 charge currents: timeout
[lp-2 ] DEBUG 2024/08/27 13:39:12 charge power: 0W
[site ] ERROR 2024/08/27 13:39:15 pv 1 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] ERROR 2024/08/27 13:39:18 pv 2 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.61:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:39:18 pv power: 0W
[site ] ERROR 2024/08/27 13:39:22 battery 1 power: model 802 block 0 point W: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:39:41 ----
[lp-1 ] ERROR 2024/08/27 13:39:42 charge power: timeout
[lp-1 ] ERROR 2024/08/27 13:39:42 charge currents: timeout
[lp-2 ] DEBUG 2024/08/27 13:39:42 charge power: 0W
[site ] ERROR 2024/08/27 13:39:46 pv 1 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] ERROR 2024/08/27 13:39:49 pv 2 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.61:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:39:49 pv power: 0W
[site ] ERROR 2024/08/27 13:39:52 battery 1 power: model 802 block 0 point W: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:40:11 ----
[lp-1 ] ERROR 2024/08/27 13:40:12 charge power: timeout
[lp-1 ] ERROR 2024/08/27 13:40:12 charge currents: timeout
[lp-2 ] DEBUG 2024/08/27 13:40:12 charge power: 0W
[site ] ERROR 2024/08/27 13:40:16 pv 1 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] ERROR 2024/08/27 13:40:19 pv 2 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.61:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:40:19 pv power: 0W
[site ] ERROR 2024/08/27 13:40:22 battery 1 power: model 802 block 0 point W: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:40:41 ----
[lp-1 ] ERROR 2024/08/27 13:40:42 charge power: timeout
[lp-1 ] ERROR 2024/08/27 13:40:42 charge currents: timeout
[lp-2 ] DEBUG 2024/08/27 13:40:42 charge power: 0W
[site ] ERROR 2024/08/27 13:40:46 pv 1 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] ERROR 2024/08/27 13:40:49 pv 2 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.61:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:40:49 pv power: 0W
[site ] ERROR 2024/08/27 13:40:52 battery 1 power: model 802 block 0 point W: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:41:11 ----
[lp-1 ] ERROR 2024/08/27 13:41:12 charge power: timeout
[lp-1 ] ERROR 2024/08/27 13:41:12 charge currents: timeout
[lp-2 ] DEBUG 2024/08/27 13:41:12 charge power: 0W
[site ] ERROR 2024/08/27 13:41:15 pv 1 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.60:1502: connect: no route to host
[site ] ERROR 2024/08/27 13:41:18 pv 2 power: add[0]: model 160 block 1 point DCW: dial tcp 192.168.178.61:1502: connect: no route to host
[site ] DEBUG 2024/08/27 13:41:18 pv power: 0W
[site ] ERROR 2024/08/27 13:41:22 battery 1 power: model 802 block 0 point W: dial tcp 192.168.178.60:1502: connect: no route to host
[ocpp ] DEBUG 2024/08/27 13:41:34 charge point connected: EU_EDR_CB12001332
[site ] DEBUG 2024/08/27 13:41:41 ----
[lp-1 ] DEBUG 2024/08/27 13:41:41 charge power: 4877W
[lp-1 ] DEBUG 2024/08/27 13:41:41 charge currents: [7 6.6 7]A
[lp-2 ] DEBUG 2024/08/27 13:41:41 charge power: 0W
[site ] DEBUG 2024/08/27 13:41:43 pv power: 7705W
[site ] DEBUG 2024/08/27 13:41:43 battery soc: 98%
[site ] DEBUG 2024/08/27 13:41:43 battery power: 9W
[site ] DEBUG 2024/08/27 13:41:43 grid meter: -970W
[site ] DEBUG 2024/08/27 13:41:44 grid powers: [-310 -600 -50]W
[site ] DEBUG 2024/08/27 13:41:44 grid currents: [-2.93 -2.76 -2.53]A
[site ] DEBUG 2024/08/27 13:41:44 site power: -861W
[lp-2 ] DEBUG 2024/08/27 13:41:50 charger status: A
[site ] DEBUG 2024/08/27 13:42:11 ----
[lp-1 ] DEBUG 2024/08/27 13:42:11 charge power: 4877W
[lp-1 ] DEBUG 2024/08/27 13:42:11 charge currents: [7 6.6 7]A
[lp-2 ] DEBUG 2024/08/27 13:42:11 charge power: 0W
[site ] DEBUG 2024/08/27 13:42:13 pv power: 5129W
[site ] DEBUG 2024/08/27 13:42:13 battery soc: 98%
[site ] DEBUG 2024/08/27 13:42:13 battery power: 895W
[site ] DEBUG 2024/08/27 13:42:13 grid meter: -20W
[site ] DEBUG 2024/08/27 13:42:13 grid powers: [-80 -210 270]W
[site ] DEBUG 2024/08/27 13:42:13 grid currents: [-1.56 -1.48 2.92]A
[site ] DEBUG 2024/08/27 13:42:13 site power: 975W
[lp-1 ] DEBUG 2024/08/27 13:42:13 charge voltages: [238 237 238]V
[lp-1 ] DEBUG 2024/08/27 13:42:13 detected connected phases: 3p
[lp-1 ] DEBUG 2024/08/27 13:42:13 detected active phases: 3p
[lp-1 ] DEBUG 2024/08/27 13:42:13 !! session: chargeRater.chargedEnergy=12.3 - chargedAtStartup=0.0
[lp-1 ] DEBUG 2024/08/27 13:42:13 charge total import: 582.198kWh
[lp-1 ] DEBUG 2024/08/27 13:42:13 charger status: C
[lp-1 ] DEBUG 2024/08/27 13:42:13 pv charge current: 6.39A = 7.8A + -1.41A (975W @ 3p)
[lp-1 ] DEBUG 2024/08/27 13:42:13 max charge current: 6.39A
[lp-1 ] DEBUG 2024/08/27 13:42:24 set max current: 7
[site ] DEBUG 2024/08/27 13:42:41 ----
[lp-1 ] DEBUG 2024/08/27 13:42:41 charge power: 4877W
[lp-1 ] DEBUG 2024/08/27 13:42:41 charge currents: [7 6.6 7]A
[lp-2 ] DEBUG 2024/08/27 13:42:41 charge power: 0W
[site ] DEBUG 2024/08/27 13:42:43 pv power: 8918W
[site ] DEBUG 2024/08/27 13:42:43 battery soc: 98%
[site ] DEBUG 2024/08/27 13:42:43 battery power: 15W
[site ] DEBUG 2024/08/27 13:42:43 grid meter: -1980W
[site ] DEBUG 2024/08/27 13:42:43 grid powers: [-660 -960 -350]W
[site ] DEBUG 2024/08/27 13:42:43 grid currents: [-3.18 -4.21 -2.98]A
[site ] DEBUG 2024/08/27 13:42:43 site power: -1865W
[lp-2 ] ERROR 2024/08/27 13:42:58 charger status: serial: timeout
[site ] DEBUG 2024/08/27 13:43:11 ----
[lp-1 ] DEBUG 2024/08/27 13:43:11 charge power: 4877W
[lp-1 ] DEBUG 2024/08/27 13:43:11 charge currents: [7 6.6 7]A
[lp-2 ] DEBUG 2024/08/27 13:43:11 charge power: 0W
[site ] DEBUG 2024/08/27 13:43:13 pv power: 15044W
[site ] DEBUG 2024/08/27 13:43:14 battery soc: 98%
[site ] DEBUG 2024/08/27 13:43:14 battery power: 9W
[site ] DEBUG 2024/08/27 13:43:14 grid meter: -9780W
[site ] DEBUG 2024/08/27 13:43:14 grid powers: [-3200 -3720 -2850]W
[site ] DEBUG 2024/08/27 13:43:14 grid currents: [-13.6 -15.6 -12.3]A
[site ] DEBUG 2024/08/27 13:43:14 site power: -9671W
[lp-1 ] DEBUG 2024/08/27 13:43:14 charge voltages: [238 237 238]V
[lp-1 ] DEBUG 2024/08/27 13:43:14 detected connected phases: 3p
[lp-1 ] DEBUG 2024/08/27 13:43:14 detected active phases: 3p
[lp-1 ] DEBUG 2024/08/27 13:43:14 !! session: chargeRater.chargedEnergy=12.3 - chargedAtStartup=0.0
[lp-1 ] DEBUG 2024/08/27 13:43:14 charge total import: 582.198kWh
[lp-1 ] DEBUG 2024/08/27 13:43:14 charger status: C
[lp-1 ] DEBUG 2024/08/27 13:43:14 pv charge current: 20.4A = 6.39A + 14A (-9671W @ 3p)
[lp-1 ] DEBUG 2024/08/27 13:43:14 max charge current: 7A
[lp-1 ] DEBUG 2024/08/27 13:43:18 set max current: 9
[lp-1 ] DEBUG 2024/08/27 13:43:20 set max current: 10
[site ] DEBUG 2024/08/27 13:43:41 ----
[lp-1 ] ERROR 2024/08/27 13:43:42 charge power: timeout
[lp-1 ] ERROR 2024/08/27 13:43:42 charge currents: timeout
[lp-2 ] DEBUG 2024/08/27 13:43:42 charge power: 0W
[site ] DEBUG 2024/08/27 13:43:43 pv power: 5973W
[site ] DEBUG 2024/08/27 13:43:44 battery soc: 98%
[site ] DEBUG 2024/08/27 13:43:44 battery power: 7W
[site ] DEBUG 2024/08/27 13:43:44 grid meter: 600W
[site ] DEBUG 2024/08/27 13:43:44 grid powers: [200 -40 430]W
[site ] DEBUG 2024/08/27 13:43:44 grid currents: [2.5 -1.16 3.31]A
[site ] DEBUG 2024/08/27 13:43:44 site power: 707W
[lp-2 ] DEBUG 2024/08/27 13:43:51 charger status: A
[site ] DEBUG 2024/08/27 13:44:11 ----
[lp-1 ] ERROR 2024/08/27 13:44:12 charge power: timeout
[lp-1 ] ERROR 2024/08/27 13:44:12 charge currents: timeout
[lp-2 ] DEBUG 2024/08/27 13:44:12 charge power: 0W
[site ] DEBUG 2024/08/27 13:44:13 pv power: 4715W
[site ] DEBUG 2024/08/27 13:44:14 battery soc: 98%
[site ] DEBUG 2024/08/27 13:44:14 battery power: 1382W
[site ] DEBUG 2024/08/27 13:44:14 grid meter: 80W
[site ] DEBUG 2024/08/27 13:44:14 grid powers: [-50 -110 250]W
[site ] DEBUG 2024/08/27 13:44:14 grid currents: [-1.43 -1.2 2.72]A
[site ] DEBUG 2024/08/27 13:44:14 site power: 1562W
[lp-1 ] ERROR 2024/08/27 13:44:14 charge voltages: timeout
[lp-1 ] ERROR 2024/08/27 13:44:14 charge rater: charge total import: timeout
[lp-1 ] ERROR 2024/08/27 13:44:14 charge total import: timeout
[lp-1 ] DEBUG 2024/08/27 13:44:14 charger status: C
[lp-1 ] DEBUG 2024/08/27 13:44:14 pv charge current: min 6A > 4.74A (1562W @ 3p, battery: true)
[lp-1 ] DEBUG 2024/08/27 13:44:14 max charge current: 6A
[site ] DEBUG 2024/08/27 13:44:41 ----
[lp-1 ] ERROR 2024/08/27 13:44:42 charge power: timeout
[lp-1 ] ERROR 2024/08/27 13:44:42 charge currents: timeout
[lp-2 ] DEBUG 2024/08/27 13:44:42 charge power: 0W
[site ] DEBUG 2024/08/27 13:44:43 pv power: 4346W
[site ] DEBUG 2024/08/27 13:44:44 battery soc: 98%
[site ] DEBUG 2024/08/27 13:44:44 battery power: 953W
[site ] DEBUG 2024/08/27 13:44:44 grid meter: 320W
[site ] DEBUG 2024/08/27 13:44:44 grid powers: [90 -70 290]W
[site ] DEBUG 2024/08/27 13:44:44 grid currents: [2.49 -1.12 2.75]A
[site ] DEBUG 2024/08/27 13:44:44 site power: 1373W
[lp-2 ] ERROR 2024/08/27 13:44:59 charger status: serial: timeout
[site ] DEBUG 2024/08/27 13:45:11 ----
[lp-1 ] ERROR 2024/08/27 13:45:12 charge power: timeout
[lp-1 ] ERROR 2024/08/27 13:45:12 charge currents: timeout
[lp-2 ] DEBUG 2024/08/27 13:45:12 charge power: 0W
[site ] DEBUG 2024/08/27 13:45:14 pv power: 4133W
[site ] DEBUG 2024/08/27 13:45:14 battery soc: 98%
[site ] DEBUG 2024/08/27 13:45:14 battery power: 1433W
[site ] DEBUG 2024/08/27 13:45:14 grid meter: -100W
[site ] DEBUG 2024/08/27 13:45:14 grid powers: [-100 -180 180]W
[site ] DEBUG 2024/08/27 13:45:14 grid currents: [-1.44 -1.37 2.69]A
[site ] DEBUG 2024/08/27 13:45:14 site power: 1433W
[lp-1 ] ERROR 2024/08/27 13:45:14 charge voltages: timeout
[lp-1 ] ERROR 2024/08/27 13:45:14 charge rater: charge total import: timeout
[lp-1 ] ERROR 2024/08/27 13:45:14 charge total import: timeout
[lp-1 ] DEBUG 2024/08/27 13:45:14 charger status: C
[lp-1 ] DEBUG 2024/08/27 13:45:14 pv charge current: min 6A > 3.92A (1433W @ 3p, battery: true)
[site ] DEBUG 2024/08/27 13:45:41 ----
[lp-1 ] ERROR 2024/08/27 13:45:42 charge power: timeout
[lp-1 ] ERROR 2024/08/27 13:45:43 charge currents: timeout
[lp-2 ] DEBUG 2024/08/27 13:45:43 charge power: 0W
[site ] DEBUG 2024/08/27 13:45:44 pv power: 4231W
[site ] DEBUG 2024/08/27 13:45:44 battery soc: 98%
[site ] DEBUG 2024/08/27 13:45:44 battery power: 1339W
[site ] DEBUG 2024/08/27 13:45:44 grid meter: 100W
[site ] DEBUG 2024/08/27 13:45:44 grid powers: [60 -160 190]W
[site ] DEBUG 2024/08/27 13:45:44 grid currents: [2.86 -1.19 2.47]A
[site ] DEBUG 2024/08/27 13:45:44 site power: 1539W
[lp-2 ] DEBUG 2024/08/27 13:45:51 charger status: A
[site ] DEBUG 2024/08/27 13:46:11 ----
[lp-1 ] ERROR 2024/08/27 13:46:12 charge power: timeout
[lp-1 ] ERROR 2024/08/27 13:46:12 charge currents: timeout
[lp-2 ] DEBUG 2024/08/27 13:46:12 charge power: 0W
[site ] DEBUG 2024/08/27 13:46:13 pv power: 4538W
[site ] DEBUG 2024/08/27 13:46:14 battery soc: 98%
[site ] DEBUG 2024/08/27 13:46:14 battery power: 1113W
[site ] DEBUG 2024/08/27 13:46:14 grid meter: -180W
[site ] DEBUG 2024/08/27 13:46:14 grid powers: [-130 -210 150]W
[site ] DEBUG 2024/08/27 13:46:14 grid currents: [-1.38 -1.37 2.49]A
[site ] DEBUG 2024/08/27 13:46:14 site power: 1033W
[lp-1 ] ERROR 2024/08/27 13:46:14 charge voltages: timeout
[lp-1 ] ERROR 2024/08/27 13:46:14 charge rater: charge total import: timeout
[lp-1 ] ERROR 2024/08/27 13:46:14 charge total import: timeout
[lp-1 ] DEBUG 2024/08/27 13:46:14 charger status: C
[lp-1 ] DEBUG 2024/08/27 13:46:14 pv charge current: min 6A > 4.5A (1033W @ 3p, battery: true)
[site ] DEBUG 2024/08/27 13:46:41 ----
[lp-1 ] ERROR 2024/08/27 13:46:42 charge power: timeout
[lp-1 ] ERROR 2024/08/27 13:46:43 charge currents: timeout
[lp-2 ] DEBUG 2024/08/27 13:46:43 charge power: 0W
[site ] DEBUG 2024/08/27 13:46:44 pv power: 15615W
[site ] DEBUG 2024/08/27 13:46:44 battery soc: 98%
[site ] DEBUG 2024/08/27 13:46:44 battery power: 12W
[site ] DEBUG 2024/08/27 13:46:44 grid meter: -10000W
[site ] DEBUG 2024/08/27 13:46:44 grid powers: [-3140 -3810 -3030]W
[site ] DEBUG 2024/08/27 13:46:44 grid currents: [-13.4 -16 -12.8]A
[site ] DEBUG 2024/08/27 13:46:44 site power: -9888W
[lp-2 ] ERROR 2024/08/27 13:47:00 charger status: serial: timeout
[site ] DEBUG 2024/08/27 13:47:11 ----
[lp-1 ] ERROR 2024/08/27 13:47:12 charge power: timeout
[lp-1 ] ERROR 2024/08/27 13:47:13 charge currents: timeout
[lp-2 ] DEBUG 2024/08/27 13:47:13 charge power: 0W
[site ] DEBUG 2024/08/27 13:47:14 pv power: 15551W
[site ] DEBUG 2024/08/27 13:47:14 battery soc: 98%
[site ] DEBUG 2024/08/27 13:47:14 battery power: 9W
[site ] DEBUG 2024/08/27 13:47:14 grid meter: -9980W
[site ] DEBUG 2024/08/27 13:47:14 grid powers: [-3240 -3770 -2960]W
[site ] DEBUG 2024/08/27 13:47:14 grid currents: [-13.7 -15.7 -12.8]A
[site ] DEBUG 2024/08/27 13:47:14 site power: -9871W
[lp-1 ] ERROR 2024/08/27 13:47:14 charge voltages: timeout
[lp-1 ] ERROR 2024/08/27 13:47:14 charge rater: charge total import: timeout
[lp-1 ] ERROR 2024/08/27 13:47:14 charge total import: timeout
[lp-1 ] DEBUG 2024/08/27 13:47:14 charger status: C
[lp-1 ] DEBUG 2024/08/27 13:47:14 pv charge current: 20.3A = 6A + 14.3A (-9871W @ 3p)
[lp-1 ] DEBUG 2024/08/27 13:47:15 max charge current: 10A
[lp-1 ] DEBUG 2024/08/27 13:47:23 set max current: 9 

Das komplette Trace evcc-20240827-135738-trace.log

Gruß Christian

premultiply commented 3 months ago

WiFi aktiv?

Das Neuverbinden ist noch einer der Schwachpunkte bei OCPP da die Boxen dabei ggf. ihre von evcc initialisierte Konfig verlieren und dabei nicht auch wieder neu initialisiert werden. Ist aber auch boxabhängig. Hier hilft momentan leider nur ein evcc-Neustart. Wir haben das aber schon auf dem Schirm. Ist aber leider nicht kurzfristig lösbar.

Chris45671 commented 3 months ago

WiFi aktiv, aber schon die ganze Zeit. Ich war nicht zu Hause als es abgebrochen hat. Rasby und WiFi Access Point stehen fast nebeneinander. Ab Donnerstag/Freitag soll aber ein Kabel folgen.

Werde nach dem Ladevorgang die Box neu starten. Die Wallbox gegebenenfalls vorher auch?

Chris45671 commented 2 months ago

@premultiply : Das Meter funktioniert jetzt mit 130.7, aber nur wenn ich die von EVCC gesetzten Werte anpasse.

MeterValuesAlignedData EVCC (alt): Energy.Active.Import.Register,Current.Import,Voltage,Current.Offered

Deine Werte zusätzlich (Neu): Energy.Active.Import.Register,Current.Import,Voltage,Current.Offered,Power.Active.Import,Energy.Active.Import.Register,Current.Import,Voltage

Dann bekomme ich derzeit keinen Timeout während dem normalen Betrieb.

Tracelog, falls benötigt: evcc-20240907-124602-trace.log

Gruß Christian

premultiply commented 2 months ago

Wo passt du da was an?

Chris45671 commented 2 months ago

Ich passe es in der Wallbox an, wo Du es damals gesagt hast.

Wie geschrieben ist es das Feld "MeterValuesAlignedData" in den OCPP Einstellungen meiner Wallbox. Die von EVCC Gesetzen Werte passen nicht und ich ergänze es durch die von Dir genannten Werte und dann geht es aktuell bei mir.

premultiply commented 2 months ago

Dann ist doch prima.