lbbrhzn / ocpp

Home Assistant integration for electric vehicle chargers that support the Open Charge Point Protocol (OCPP).
MIT License
206 stars 64 forks source link

Entities not registering for measurands sent by Etrel Inch in v0.5.7 #1216

Open mazzy89 opened 1 month ago

mazzy89 commented 1 month ago

Version of the custom_component

v0.5.7

Configuration

      {
        "data": {
          "host": "0.0.0.0",
          "port": 9000,
          "ssl": false,
          "ssl_certfile_path": "/config/fullchain.pem",
          "ssl_keyfile_path": "/config/privkey.pem",
          "csid": "central",
          "cpid": "charger",
          "max_current": 16,
          "monitored_variables": "Voltage.L3",
          "meter_interval": 60,
          "idle_interval": 900,
          "websocket_close_timeout": 10,
          "websocket_ping_tries": 2,
          "websocket_ping_interval": 20,
          "websocket_ping_timeout": 20,
          "skip_schema_validation": true,
          "force_smart_charging": false
        },
        "disabled_by": null,
        "domain": "ocpp",
        "entry_id": "b19eaa6852197733da1e9b7222af05b1",
        "minor_version": 1,
        "options": {},
        "pref_disable_new_entities": false,
        "pref_disable_polling": false,
        "source": "user",
        "title": "central",
        "unique_id": null,
        "version": 1
      }

Describe the bug

The last versions after v0.5.1 messed up quite badly with the Etrel Inch charger and now many measurands are not reported anymore despite they are sent by the charger.

I have set it up the OCPP integration with the following measurands

Current.Import,Energy.Active.Import.Register,Frequency,Power.Active.Import,Power.Factor,Temperature,Voltage

because these are the measurands that they are sent by the charger to the central as the log reports

{
  "connectorId": 1,
  "meterValue": [
    {
      "timestamp": "2024-06-23T19:39:59.396Z",
      "sampledValue": [
        {
          "value": "0",
          "context": "Sample.Clock",
          "measurand": "Current.Import",
          "phase": "L1",
          "unit": "A"
        },
        {
          "value": "0",
          "context": "Sample.Clock",
          "measurand": "Current.Import",
          "phase": "L2",
          "unit": "A"
        },
        {
          "value": "0",
          "context": "Sample.Clock",
          "measurand": "Current.Import",
          "phase": "L3",
          "unit": "A"
        },
        {
          "value": "733.255884",
          "context": "Sample.Clock",
          "measurand": "Energy.Active.Import.Register",
          "unit": "kWh"
        },
        {
          "value": "50",
          "context": "Sample.Clock",
          "measurand": "Frequency"
        },
        {
          "value": "0",
          "context": "Sample.Clock",
          "measurand": "Power.Active.Import",
          "phase": "L1",
          "unit": "kW"
        },
        {
          "value": "0",
          "context": "Sample.Clock",
          "measurand": "Power.Active.Import",
          "phase": "L2",
          "unit": "kW"
        },
        {
          "value": "0",
          "context": "Sample.Clock",
          "measurand": "Power.Active.Import",
          "phase": "L3",
          "unit": "kW"
        },
        {
          "value": "0",
          "context": "Sample.Clock",
          "measurand": "Power.Active.Import",
          "unit": "kW"
        },
        {
          "value": "-0.189",
          "context": "Sample.Clock",
          "measurand": "Power.Factor"
        },
        {
          "value": "27",
          "context": "Sample.Clock",
          "measurand": "Temperature",
          "unit": "Celsius"
        },
        {
          "value": "238.67",
          "context": "Sample.Clock",
          "measurand": "Voltage",
          "phase": "L1",
          "unit": "V"
        },
        {
          "value": "240.23",
          "context": "Sample.Clock",
          "measurand": "Voltage",
          "phase": "L2",
          "unit": "V"
        },
        {
          "value": "239.46",
          "context": "Sample.Clock",
          "measurand": "Voltage",
          "phase": "L3",
          "unit": "V"
        }
      ]
    }
  ]
}

however many entities are not registered

Screenshot 2024-06-23 at 21 35 31

Furthremore is not clear to me why only the voltage L3 is registered.

Debug log


Common labels: {"container_name":"homeassistant","job":"systemd-journal","nodename":"homeassistant","syslog_identifier":"homeassistant","unit":"docker.service"}
Line limit: "1000 (288 returned)"
Total bytes processed: "465  kB"

2024-06-23 21:31:21.948 2024-06-23 21:31:21.946 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=0.0 ms, pong=3.0 ms
2024-06-23 21:31:01.943 2024-06-23 21:31:01.941 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=1.0 ms, pong=2.0 ms
2024-06-23 21:30:41.939 2024-06-23 21:30:41.937 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=0.0 ms, pong=7.0 ms
2024-06-23 21:30:27.006 2024-06-23 21:30:26.965 INFO (MainThread) [ocpp] charger: send [3,"6",{"currentTime":"2024-06-23T19:30:26Z","interval":3600,"status":"Accepted"}]
2024-06-23 21:30:26.971 2024-06-23 21:30:26.944 DEBUG (MainThread) [custom_components.ocpp] Updating device info charger: {'charge_point_vendor': 'Etrel', 'charge_point_model': 'G-HB1V5CY20-A14', 'charge_point_serial_number': '22390336', 'charge_box_serial_number': '22390336', 'firmware_version': '5.4:5.0.5', 'meter_type': 'IntegratedAfe', 'meter_serial_number': ''}
2024-06-23 21:30:26.959 2024-06-23 21:30:26.944 DEBUG (MainThread) [custom_components.ocpp] Received boot notification for charger: {'charge_point_vendor': 'Etrel', 'charge_point_model': 'G-HB1V5CY20-A14', 'charge_point_serial_number': '22390336', 'charge_box_serial_number': '22390336', 'firmware_version': '5.4:5.0.5', 'meter_type': 'IntegratedAfe', 'meter_serial_number': ''}
2024-06-23 21:30:26.947 2024-06-23 21:30:26.940 INFO (MainThread) [ocpp] charger: receive message [2,"6","BootNotification",{"chargePointVendor":"Etrel","chargePointModel":"G-HB1V5CY20-A14","chargePointSerialNumber":"22390336","chargeBoxSerialNumber":"22390336","firmwareVersion":"5.4:5.0.5","meterType":"IntegratedAfe","meterSerialNumber":""}]
2024-06-23 21:30:26.301 2024-06-23 21:30:26.275 INFO (MainThread) [ocpp] charger: send [3,"5",{}]
2024-06-23 21:30:26.282 2024-06-23 21:30:26.240 INFO (MainThread) [ocpp] charger: receive message [2,"5","StatusNotification",{"connectorId":1,"status":"Finishing","errorCode":"NoError","info":"TriggerMessage","timestamp":"2024-06-23T19:30:26.217Z","vendorId":"Etrel"}]
2024-06-23 21:30:26.280 2024-06-23 21:30:26.215 INFO (MainThread) [ocpp] charger: send [3,"4",{}]
2024-06-23 21:30:26.197 2024-06-23 21:30:26.190 INFO (MainThread) [ocpp] charger: receive message [2,"4","StatusNotification",{"connectorId":1,"status":"Finishing","errorCode":"NoError","info":"TriggerMessage","timestamp":"2024-06-23T19:30:26.192Z","vendorId":"Etrel"}]
2024-06-23 21:30:26.173 2024-06-23 21:30:26.172 INFO (MainThread) [ocpp] charger: receive message [3,"52db3199-0b1c-4063-905b-90cd8214e643",{"status":"Accepted"}]
2024-06-23 21:30:26.146 2024-06-23 21:30:26.143 INFO (MainThread) [ocpp] charger: send [2,"52db3199-0b1c-4063-905b-90cd8214e643","TriggerMessage",{"requestedMessage":"StatusNotification","connectorId":1}]
2024-06-23 21:30:26.145 2024-06-23 21:30:26.142 DEBUG (MainThread) [custom_components.ocpp] trigger status notification for connector=1
2024-06-23 21:30:26.144 2024-06-23 21:30:26.141 INFO (MainThread) [ocpp] charger: receive message [3,"30df2426-3322-4e44-bc1f-ceff2868a555",{"status":"Accepted"}]
2024-06-23 21:30:26.139 2024-06-23 21:30:26.132 INFO (MainThread) [ocpp] charger: send [2,"30df2426-3322-4e44-bc1f-ceff2868a555","TriggerMessage",{"requestedMessage":"StatusNotification","connectorId":0}]
2024-06-23 21:30:26.138 2024-06-23 21:30:26.131 DEBUG (MainThread) [custom_components.ocpp] trigger status notification for connector=0
2024-06-23 21:30:26.136 2024-06-23 21:30:26.129 INFO (MainThread) [ocpp] charger: receive message [3,"6692a21b-2cd8-4b32-b558-b01f986ffec8",{"status":"Accepted"}]
2024-06-23 21:30:26.116 2024-06-23 21:30:26.114 INFO (MainThread) [ocpp] charger: send [2,"6692a21b-2cd8-4b32-b558-b01f986ffec8","TriggerMessage",{"requestedMessage":"BootNotification"}]
2024-06-23 21:30:26.115 2024-06-23 21:30:26.112 INFO (MainThread) [ocpp] charger: receive message [3,"7dcb8aff-9f2e-48d8-8bfb-4173f1b54881",{"status":"Accepted"}]
2024-06-23 21:30:25.914 2024-06-23 21:30:25.890 INFO (MainThread) [ocpp] charger: send [3,"3",{}]
2024-06-23 21:30:25.898 2024-06-23 21:30:25.874 DEBUG (MainThread) [custom_components.ocpp] process_phases: metric: Voltage, phase_info: {'unit': 'V', 'L1': 238.21, 'L2': 237.95, 'L3': 237.46} value: 237.873333 unit :V
2024-06-23 21:30:25.896 2024-06-23 21:30:25.874 DEBUG (MainThread) [custom_components.ocpp] process_phases: metric: Power.Active.Import, phase_info: {'unit': 'kW', 'L1': 0.0, 'L2': 0.0, 'L3': 0.0} value: 0.000000 unit :kW
2024-06-23 21:30:25.894 2024-06-23 21:30:25.874 DEBUG (MainThread) [custom_components.ocpp] process_phases: metric: Current.Import, phase_info: {'unit': 'A', 'L1': 0.0, 'L2': 0.0, 'L3': 0.0} value: 0.000000 unit :A
2024-06-23 21:30:25.892 2024-06-23 21:30:25.873 DEBUG (MainThread) [custom_components.ocpp] Transaction.Id was None, restored value=1718541267 from HA.
2024-06-23 21:30:25.880 2024-06-23 21:30:25.873 DEBUG (MainThread) [custom_components.ocpp] Energy.Meter.Start was None, restored value=666.203 from HA.
2024-06-23 21:30:25.865 2024-06-23 21:30:25.858 INFO (MainThread) [ocpp] charger: receive message [2,"3","MeterValues",{"connectorId":1,"meterValue":[{"timestamp":"2024-06-23T19:29:59.433Z","sampledValue":[{"value":"0","context":"Sample.Clock","measurand":"Current.Import","phase":"L1","unit":"A"},{"value":"0","context":"Sample.Clock","measurand":"Current.Import","phase":"L2","unit":"A"},{"value":"0","context":"Sample.Clock","measurand":"Current.Import","phase":"L3","unit":"A"},{"value":"733.255884","context":"Sample.Clock","measurand":"Energy.Active.Import.Register","unit":"kWh"},{"value":"50.02","context":"Sample.Clock","measurand":"Frequency"},{"value":"0","context":"Sample.Clock","measurand":"Power.Active.Import","phase":"L1","unit":"kW"},{"value":"0","context":"Sample.Clock","measurand":"Power.Active.Import","phase":"L2","unit":"kW"},{"value":"0","context":"Sample.Clock","measurand":"Power.Active.Import","phase":"L3","unit":"kW"},{"value":"0","context":"Sample.Clock","measurand":"Power.Active.Import","unit":"kW"},{"value":"-1","context":"Sample.Clock","measurand":"Power.Factor"},{"value":"27","context":"Sample.Clock","measurand":"Temperature","unit":"Celsius"},{"value":"238.21","context":"Sample.Clock","measurand":"Voltage","phase":"L1","unit":"V"},{"value":"237.95","context":"Sample.Clock","measurand":"Voltage","phase":"L2","unit":"V"},{"value":"237.46","context":"Sample.Clock","measurand":"Voltage","phase":"L3","unit":"V"}]}]}]
2024-06-23 21:30:24.045 2024-06-23 21:30:24.041 INFO (MainThread) [ocpp] charger: send [2,"7dcb8aff-9f2e-48d8-8bfb-4173f1b54881","ChangeAvailability",{"connectorId":0,"type":"Operative"}]
2024-06-23 21:30:24.044 2024-06-23 21:30:24.039 INFO (MainThread) [ocpp] charger: receive message [3,"0fce2977-fe87-4d36-86b3-75872a81218d",{"configurationKey":[{"key":"WebSocketPingInterval","readonly":false,"value":"60"}],"unknownKey":[]}]
2024-06-23 21:30:24.038 2024-06-23 21:30:24.031 INFO (MainThread) [ocpp] charger: send [2,"0fce2977-fe87-4d36-86b3-75872a81218d","GetConfiguration",{"key":["WebSocketPingInterval"]}]
2024-06-23 21:30:24.036 2024-06-23 21:30:24.019 DEBUG (MainThread) [custom_components.ocpp] 'charger' post connection setup completed successfully
2024-06-23 21:30:24.035 2024-06-23 21:30:24.014 INFO (MainThread) [ocpp] charger: receive message [3,"8ed10317-85fa-47f8-8671-ec839fee3056",{"configurationKey":[{"key":"ClockAlignedDataInterval","readonly":false,"value":"900"}],"unknownKey":[]}]
2024-06-23 21:30:24.020 2024-06-23 21:30:24.002 INFO (MainThread) [ocpp] charger: send [2,"8ed10317-85fa-47f8-8671-ec839fee3056","GetConfiguration",{"key":["ClockAlignedDataInterval"]}]
2024-06-23 21:30:24.011 2024-06-23 21:30:23.999 INFO (MainThread) [ocpp] charger: receive message [3,"86186148-f2a0-42c2-8ad2-c0163910178c",{"configurationKey":[{"key":"MeterValueSampleInterval","readonly":false,"value":"60"}],"unknownKey":[]}]
2024-06-23 21:30:23.994 2024-06-23 21:30:23.991 INFO (MainThread) [ocpp] charger: send [2,"86186148-f2a0-42c2-8ad2-c0163910178c","GetConfiguration",{"key":["MeterValueSampleInterval"]}]
2024-06-23 21:30:23.993 2024-06-23 21:30:23.988 INFO (MainThread) [ocpp] charger: receive message [3,"c53061bc-ba56-4a75-99cd-d492e5e9eb51",{"configurationKey":[{"key":"MeterValuesSampledData","readonly":false,"value":"Voltage.L3"}],"unknownKey":[]}]
2024-06-23 21:30:23.987 2024-06-23 21:30:23.982 INFO (MainThread) [ocpp] charger: send [2,"c53061bc-ba56-4a75-99cd-d492e5e9eb51","GetConfiguration",{"key":["MeterValuesSampledData"]}]
2024-06-23 21:30:23.985 2024-06-23 21:30:23.981 DEBUG (MainThread) [custom_components.ocpp] 'charger' allowed measurands 'Voltage.L3'
2024-06-23 21:30:23.984 2024-06-23 21:30:23.981 DEBUG (MainThread) [custom_components.ocpp] 'charger' adding measurand 'Voltage.L3'
2024-06-23 21:30:23.983 2024-06-23 21:30:23.979 INFO (MainThread) [ocpp] charger: receive message [3,"2afcc778-bd2c-43f6-ae8b-cb5d7373cb87",{"status":"Accepted"}]
2024-06-23 21:30:23.961 2024-06-23 21:30:23.957 INFO (MainThread) [ocpp] charger: send [2,"2afcc778-bd2c-43f6-ae8b-cb5d7373cb87","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Voltage.L3"}]
2024-06-23 21:30:23.960 2024-06-23 21:30:23.957 DEBUG (MainThread) [custom_components.ocpp] 'charger' trying measurand 'Voltage.L3'
2024-06-23 21:30:23.959 2024-06-23 21:30:23.956 DEBUG (MainThread) [custom_components.ocpp] Get Configuration for HeartbeatInterval: 1800
2024-06-23 21:30:23.958 2024-06-23 21:30:23.955 INFO (MainThread) [ocpp] charger: receive message [3,"d7aaf82f-d598-4a16-a6fa-433f68ac69f6",{"configurationKey":[{"key":"HeartbeatInterval","readonly":false,"value":"1800"}],"unknownKey":[]}]
2024-06-23 21:30:23.951 2024-06-23 21:30:23.948 INFO (MainThread) [ocpp] charger: send [2,"d7aaf82f-d598-4a16-a6fa-433f68ac69f6","GetConfiguration",{"key":["HeartbeatInterval"]}]
2024-06-23 21:30:23.950 2024-06-23 21:30:23.947 DEBUG (MainThread) [custom_components.ocpp] Get Configuration for NumberOfConnectors: 1
2024-06-23 21:30:23.949 2024-06-23 21:30:23.946 INFO (MainThread) [ocpp] charger: receive message [3,"e8c62986-2d85-4dbc-a70e-238adbb3ea2e",{"configurationKey":[{"key":"NumberOfConnectors","readonly":true,"value":"1"}],"unknownKey":[]}]
2024-06-23 21:30:23.944 2024-06-23 21:30:23.939 INFO (MainThread) [ocpp] charger: send [2,"e8c62986-2d85-4dbc-a70e-238adbb3ea2e","GetConfiguration",{"key":["NumberOfConnectors"]}]
2024-06-23 21:30:23.943 2024-06-23 21:30:23.937 DEBUG (MainThread) [custom_components.ocpp] Feature profiles returned: Profiles.CORE|FW|SMART|RES|REM|AUTH
2024-06-23 21:30:23.942 2024-06-23 21:30:23.935 INFO (MainThread) [ocpp] charger: receive message [3,"9de652a1-1109-401a-8fca-295c0870182c",{"configurationKey":[{"key":"SupportedFeatureProfiles","readonly":true,"value":"Core,FirmwareManagement,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger"}],"unknownKey":[]}]
2024-06-23 21:30:23.931 2024-06-23 21:30:23.928 INFO (MainThread) [ocpp] charger: send [2,"9de652a1-1109-401a-8fca-295c0870182c","GetConfiguration",{"key":["SupportedFeatureProfiles"]}]
2024-06-23 21:30:23.337 2024-06-23 21:30:23.304 INFO (MainThread) [ocpp] charger: send [3,"2",{}]
2024-06-23 21:30:23.288 2024-06-23 21:30:23.281 INFO (MainThread) [ocpp] charger: receive message [2,"2","StatusNotification",{"connectorId":0,"status":"Available","errorCode":"NoError","info":"","timestamp":"2024-06-23T19:30:23.283Z","vendorId":"Etrel","vendorErrorCode":"ConnectionWithCentralSystemRestored"}]
2024-06-23 21:30:23.209 2024-06-23 21:30:23.148 INFO (MainThread) [ocpp] charger: send [3,"1",{"currentTime":"2024-06-23T19:30:23Z"}]
2024-06-23 21:30:23.077 2024-06-23 21:30:23.065 INFO (MainThread) [ocpp] charger: receive message [2,"1","Heartbeat",{}]
2024-06-23 21:30:21.931 2024-06-23 21:30:21.926 INFO (MainThread) [custom_components.ocpp] Charger charger connected to 0.0.0.0:9000.
2024-06-23 21:30:21.930 2024-06-23 21:30:21.925 INFO (MainThread) [custom_components.ocpp] Charger websocket path=/charger
2024-06-23 21:30:21.930 2024-06-23 21:30:21.925 WARNING (MainThread) [custom_components.ocpp] Skipping websocket subprotocol validation
2024-06-23 21:29:57.236 2024-06-23 21:29:57.182 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
  File "/config/custom_components/ocpp/__init__.py", line 117, in async_reload_entry
    await async_setup_entry(hass, entry)
  File "/config/custom_components/ocpp/__init__.py", line 70, in async_setup_entry
    central_sys = await CentralSystem.create(hass, entry)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/ocpp/api.py", line 205, in create
    server = await websockets.server.serve(
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/websockets/legacy/server.py", line 1116, in __await_impl__
    server = await self._create_server()
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1570, in create_server
    raise OSError(err.errno, msg) from None
OSError: [Errno 98] error while attempting to bind on address ('0.0.0.0', 9000): address in use
2024-06-23 21:29:57.189 2024-06-23 21:29:57.163 INFO (MainThread) [homeassistant.components.button] Setting up ocpp.button
2024-06-23 21:29:57.189 2024-06-23 21:29:57.160 INFO (MainThread) [homeassistant.components.number] Setting up ocpp.number
2024-06-23 21:29:57.188 2024-06-23 21:29:57.131 INFO (MainThread) [homeassistant.components.switch] Setting up ocpp.switch
2024-06-23 21:29:56.964 2024-06-23 21:29:56.931 INFO (MainThread) [homeassistant.components.sensor] Setting up ocpp.sensor
2024-06-23 21:29:51.944 2024-06-23 21:29:51.915 INFO (MainThread) [custom_components.ocpp] Charger charger disconnected from 0.0.0.0:9000.
2024-06-23 21:29:51.934 2024-06-23 21:29:51.914 DEBUG (MainThread) [custom_components.ocpp] Connection closed to 'charger': sent 1001 (going away); no close frame received
2024-06-23 21:29:51.902 2024-06-23 21:29:51.893 INFO (MainThread) [ocpp] charger: send [2,"e1a27f93-1648-4e82-95c3-0588228a2972","GetConfiguration",{"key":["MeterValueSampleInterval"]}]
2024-06-23 21:29:51.902 2024-06-23 21:29:51.892 DEBUG (MainThread) [custom_components.ocpp] 'charger' allowed measurands 'Voltage.L3'
2024-06-23 21:29:51.902 2024-06-23 21:29:51.892 DEBUG (MainThread) [custom_components.ocpp] Get Configuration for MeterValuesSampledData: Voltage.L3
2024-06-23 21:29:51.901 2024-06-23 21:29:51.890 INFO (MainThread) [ocpp] charger: receive message [3,"556efa0d-fb26-4aae-bd88-a08ddf68e79e",{"configurationKey":[{"key":"MeterValuesSampledData","readonly":false,"value":"Voltage.L3"}],"unknownKey":[]}]
2024-06-23 21:29:51.889 2024-06-23 21:29:51.884 INFO (MainThread) [ocpp] charger: send [2,"556efa0d-fb26-4aae-bd88-a08ddf68e79e","GetConfiguration",{"key":["MeterValuesSampledData"]}]
2024-06-23 21:29:51.888 2024-06-23 21:29:51.882 DEBUG (MainThread) [custom_components.ocpp] 'charger' measurands not configurable by OCPP
2024-06-23 21:29:51.886 2024-06-23 21:29:51.881 INFO (MainThread) [ocpp] charger: receive message [3,"b2271645-22b9-422f-91b4-35cc9c08b400",{"status":"RebootRequired"}]
2024-06-23 21:29:51.791 2024-06-23 21:29:51.783 INFO (MainThread) [ocpp] charger: send [2,"b2271645-22b9-422f-91b4-35cc9c08b400","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Voltage.L3"}]
2024-06-23 21:29:51.788 2024-06-23 21:29:51.781 DEBUG (MainThread) [custom_components.ocpp] 'charger' trying measurand 'Voltage.L3'
2024-06-23 21:29:51.785 2024-06-23 21:29:51.779 INFO (MainThread) [ocpp] charger: receive message [3,"b507b1d4-8f9c-44f8-8b39-07f4c068e890",{"status":"RebootRequired"}]
2024-06-23 21:29:51.694 2024-06-23 21:29:51.690 INFO (MainThread) [ocpp] charger: send [2,"b507b1d4-8f9c-44f8-8b39-07f4c068e890","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Voltage.L2"}]
2024-06-23 21:29:51.694 2024-06-23 21:29:51.689 DEBUG (MainThread) [custom_components.ocpp] 'charger' trying measurand 'Voltage.L2'
2024-06-23 21:29:51.691 2024-06-23 21:29:51.688 INFO (MainThread) [ocpp] charger: receive message [3,"a8b3958a-7df9-4fa1-bb1f-30f50ca51ea2",{"status":"RebootRequired"}]
2024-06-23 21:29:51.600 2024-06-23 21:29:51.595 INFO (MainThread) [ocpp] charger: send [2,"a8b3958a-7df9-4fa1-bb1f-30f50ca51ea2","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Voltage.L1"}]
2024-06-23 21:29:51.599 2024-06-23 21:29:51.594 DEBUG (MainThread) [custom_components.ocpp] 'charger' trying measurand 'Voltage.L1'
2024-06-23 21:29:51.598 2024-06-23 21:29:51.594 DEBUG (MainThread) [custom_components.ocpp] Get Configuration for HeartbeatInterval: 1800
2024-06-23 21:29:51.597 2024-06-23 21:29:51.592 INFO (MainThread) [ocpp] charger: receive message [3,"74d1eca1-397e-47f0-9263-5e3759cd0095",{"configurationKey":[{"key":"HeartbeatInterval","readonly":false,"value":"1800"}],"unknownKey":[]}]
2024-06-23 21:29:51.417 2024-06-23 21:29:51.413 INFO (MainThread) [ocpp] charger: send [2,"74d1eca1-397e-47f0-9263-5e3759cd0095","GetConfiguration",{"key":["HeartbeatInterval"]}]
2024-06-23 21:29:51.416 2024-06-23 21:29:51.411 DEBUG (MainThread) [custom_components.ocpp] Get Configuration for NumberOfConnectors: 1
2024-06-23 21:29:51.414 2024-06-23 21:29:51.409 INFO (MainThread) [ocpp] charger: receive message [3,"4e76634c-879d-4632-b7da-908fb832ba66",{"configurationKey":[{"key":"NumberOfConnectors","readonly":true,"value":"1"}],"unknownKey":[]}]
2024-06-23 21:29:51.376 2024-06-23 21:29:51.372 INFO (MainThread) [ocpp] charger: send [2,"4e76634c-879d-4632-b7da-908fb832ba66","GetConfiguration",{"key":["NumberOfConnectors"]}]
2024-06-23 21:29:51.375 2024-06-23 21:29:51.371 DEBUG (MainThread) [custom_components.ocpp] Feature profiles returned: Profiles.CORE|FW|SMART|RES|REM|AUTH
2024-06-23 21:29:51.374 2024-06-23 21:29:51.369 INFO (MainThread) [ocpp] charger: receive message [3,"5bec9448-a28f-4bf8-8d09-67d39730cf5b",{"configurationKey":[{"key":"SupportedFeatureProfiles","readonly":true,"value":"Core,FirmwareManagement,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger"}],"unknownKey":[]}]
2024-06-23 21:29:51.364 2024-06-23 21:29:51.362 INFO (MainThread) [ocpp] charger: send [2,"5bec9448-a28f-4bf8-8d09-67d39730cf5b","GetConfiguration",{"key":["SupportedFeatureProfiles"]}]
2024-06-23 21:29:49.363 2024-06-23 21:29:49.358 INFO (MainThread) [custom_components.ocpp] Charger charger connected to 0.0.0.0:9000.
2024-06-23 21:29:49.363 2024-06-23 21:29:49.358 INFO (MainThread) [custom_components.ocpp] Charger websocket path=/charger
2024-06-23 21:29:49.362 2024-06-23 21:29:49.358 WARNING (MainThread) [custom_components.ocpp] Skipping websocket subprotocol validation
2024-06-23 21:29:27.650 2024-06-23 21:29:27.334 INFO (MainThread) [homeassistant.components.button] Setting up ocpp.button
2024-06-23 21:29:27.563 2024-06-23 21:29:27.244 INFO (MainThread) [homeassistant.components.number] Setting up ocpp.number
2024-06-23 21:29:27.124 2024-06-23 21:29:27.108 INFO (MainThread) [homeassistant.components.switch] Setting up ocpp.switch
2024-06-23 21:29:25.318 2024-06-23 21:29:25.275 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_voltage_l3
2024-06-23 21:29:25.241 2024-06-23 21:29:25.228 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_voltage_l1
2024-06-23 21:29:25.238 2024-06-23 21:29:25.158 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_voltage_l2
2024-06-23 21:29:25.210 2024-06-23 21:29:25.044 INFO (MainThread) [homeassistant.components.sensor] Setting up ocpp.sensor
2024-06-23 21:29:19.401 2024-06-23 21:29:19.344 INFO (MainThread) [custom_components.ocpp] Charger charger disconnected from 0.0.0.0:9000.
2024-06-23 21:29:19.399 2024-06-23 21:29:19.343 DEBUG (MainThread) [custom_components.ocpp] Connection closed to 'charger': sent 1001 (going away); no close frame received
2024-06-23 21:29:19.323 2024-06-23 21:29:19.317 INFO (MainThread) [ocpp] charger: send [2,"8778f863-a43a-4974-94d3-399fc45991d6","GetConfiguration",{"key":["MeterValueSampleInterval"]}]
2024-06-23 21:29:19.322 2024-06-23 21:29:19.316 DEBUG (MainThread) [custom_components.ocpp] 'charger' allowed measurands 'Voltage.L1,Voltage.L2,Voltage.L3'
2024-06-23 21:29:19.321 2024-06-23 21:29:19.315 DEBUG (MainThread) [custom_components.ocpp] Get Configuration for MeterValuesSampledData: Voltage.L1,Voltage.L2,Voltage.L3
2024-06-23 21:29:19.319 2024-06-23 21:29:19.313 INFO (MainThread) [ocpp] charger: receive message [3,"00a17018-d0c5-4c09-8e5a-9e94031edef9",{"configurationKey":[{"key":"MeterValuesSampledData","readonly":false,"value":"Voltage.L1,Voltage.L2,Voltage.L3"}],"unknownKey":[]}]
2024-06-23 21:29:19.312 2024-06-23 21:29:19.306 INFO (MainThread) [ocpp] charger: send [2,"00a17018-d0c5-4c09-8e5a-9e94031edef9","GetConfiguration",{"key":["MeterValuesSampledData"]}]
2024-06-23 21:29:19.309 2024-06-23 21:29:19.305 DEBUG (MainThread) [custom_components.ocpp] 'charger' measurands not configurable by OCPP
2024-06-23 21:29:19.308 2024-06-23 21:29:19.304 INFO (MainThread) [ocpp] charger: receive message [3,"229d4fd9-0ac6-49d3-b43a-e904684ad2f7",{"status":"RebootRequired"}]
2024-06-23 21:29:19.217 2024-06-23 21:29:19.213 INFO (MainThread) [ocpp] charger: send [2,"229d4fd9-0ac6-49d3-b43a-e904684ad2f7","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Voltage"}]
2024-06-23 21:29:19.216 2024-06-23 21:29:19.211 DEBUG (MainThread) [custom_components.ocpp] 'charger' trying measurand 'Voltage'
2024-06-23 21:29:19.214 2024-06-23 21:29:19.210 INFO (MainThread) [ocpp] charger: receive message [3,"9e2d981a-1f53-4b3c-a0c9-e45900f555f9",{"status":"RebootRequired"}]
2024-06-23 21:29:19.128 2024-06-23 21:29:19.125 INFO (MainThread) [ocpp] charger: send [2,"9e2d981a-1f53-4b3c-a0c9-e45900f555f9","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Temperature"}]
2024-06-23 21:29:19.128 2024-06-23 21:29:19.124 DEBUG (MainThread) [custom_components.ocpp] 'charger' trying measurand 'Temperature'
2024-06-23 21:29:19.126 2024-06-23 21:29:19.123 INFO (MainThread) [ocpp] charger: receive message [3,"cdb22095-049f-4105-a886-e644e372fa11",{"status":"Rejected"}]
2024-06-23 21:29:19.061 2024-06-23 21:29:19.058 INFO (MainThread) [ocpp] charger: send [2,"cdb22095-049f-4105-a886-e644e372fa11","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"SoC"}]
2024-06-23 21:29:19.061 2024-06-23 21:29:19.057 DEBUG (MainThread) [custom_components.ocpp] 'charger' trying measurand 'SoC'
2024-06-23 21:29:19.059 2024-06-23 21:29:19.057 INFO (MainThread) [ocpp] charger: receive message [3,"34f29d23-9177-40f1-b213-6020cf74d1e2",{"status":"Rejected"}]
2024-06-23 21:29:18.987 2024-06-23 21:29:18.983 INFO (MainThread) [ocpp] charger: send [2,"34f29d23-9177-40f1-b213-6020cf74d1e2","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"RPM"}]
2024-06-23 21:29:18.986 2024-06-23 21:29:18.982 DEBUG (MainThread) [custom_components.ocpp] 'charger' trying measurand 'RPM'
2024-06-23 21:29:18.985 2024-06-23 21:29:18.981 INFO (MainThread) [ocpp] charger: receive message [3,"acc58b7c-5060-487b-adf1-07602f454473",{"status":"Rejected"}]
2024-06-23 21:29:18.935 2024-06-23 21:29:18.931 INFO (MainThread) [ocpp] charger: send [2,"acc58b7c-5060-487b-adf1-07602f454473","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Reactive.Import"}]
2024-06-23 21:29:18.934 2024-06-23 21:29:18.930 DEBUG (MainThread) [custom_components.ocpp] 'charger' trying measurand 'Power.Reactive.Import'
2024-06-23 21:29:18.933 2024-06-23 21:29:18.928 INFO (MainThread) [ocpp] charger: receive message [3,"c2d8b714-be76-4321-b9db-9f8ae4205b3b",{"status":"Rejected"}]
2024-06-23 21:29:18.847 2024-06-23 21:29:18.843 INFO (MainThread) [ocpp] charger: send [2,"c2d8b714-be76-4321-b9db-9f8ae4205b3b","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Reactive.Export"}]
2024-06-23 21:29:18.846 2024-06-23 21:29:18.843 DEBUG (MainThread) [custom_components.ocpp] 'charger' trying measurand 'Power.Reactive.Export'
2024-06-23 21:29:18.846 2024-06-23 21:29:18.841 INFO (MainThread) [ocpp] charger: receive message [3,"03e6f6af-2669-4d11-8a09-f3cc2ee49242",{"status":"Rejected"}]
2024-06-23 21:29:18.758 2024-06-23 21:29:18.753 INFO (MainThread) [ocpp] charger: send [2,"03e6f6af-2669-4d11-8a09-f3cc2ee49242","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Offered"}]
2024-06-23 21:29:18.756 2024-06-23 21:29:18.752 DEBUG (MainThread) [custom_components.ocpp] 'charger' trying measurand 'Power.Offered'
2024-06-23 21:29:18.755 2024-06-23 21:29:18.751 INFO (MainThread) [ocpp] charger: receive message [3,"13be218f-2643-4ce3-99cf-bf8540afaf69",{"status":"RebootRequired"}]
2024-06-23 21:29:18.635 2024-06-23 21:29:18.629 INFO (MainThread) [ocpp] charger: send [2,"13be218f-2643-4ce3-99cf-bf8540afaf69","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Factor"}]
2024-06-23 21:29:18.633 2024-06-23 21:29:18.628 DEBUG (MainThread) [custom_components.ocpp] 'charger' trying measurand 'Power.Factor'
2024-06-23 21:29:18.632 2024-06-23 21:29:18.626 INFO (MainThread) [ocpp] charger: receive message [3,"fc1ae039-9e0c-4172-a5cf-ab9b93aee1fa",{"status":"RebootRequired"}]
2024-06-23 21:29:18.501 2024-06-23 21:29:18.498 INFO (MainThread) [ocpp] charger: send [2,"fc1ae039-9e0c-4172-a5cf-ab9b93aee1fa","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Active.Import"}]
2024-06-23 21:29:18.500 2024-06-23 21:29:18.498 DEBUG (MainThread) [custom_components.ocpp] 'charger' trying measurand 'Power.Active.Import'
2024-06-23 21:29:18.500 2024-06-23 21:29:18.497 INFO (MainThread) [ocpp] charger: receive message [3,"2534ecf5-636c-4e82-8c1d-441749bc05e6",{"status":"Rejected"}]
2024-06-23 21:29:18.438 2024-06-23 21:29:18.422 INFO (MainThread) [ocpp] charger: send [2,"2534ecf5-636c-4e82-8c1d-441749bc05e6","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Active.Export"}]
2024-06-23 21:29:18.436 2024-06-23 21:29:18.421 DEBUG (MainThread) [custom_components.ocpp] 'charger' trying measurand 'Power.Active.Export'
2024-06-23 21:29:18.429 2024-06-23 21:29:18.420 INFO (MainThread) [ocpp] charger: receive message [3,"6d245ba5-74e7-4cef-89d5-705da05b8a03",{"status":"RebootRequired"}]
2024-06-23 21:29:18.286 2024-06-23 21:29:18.283 INFO (MainThread) [ocpp] charger: send [2,"6d245ba5-74e7-4cef-89d5-705da05b8a03","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Frequency"}]
2024-06-23 21:29:18.284 2024-06-23 21:29:18.282 DEBUG (MainThread) [custom_components.ocpp] 'charger' trying measurand 'Frequency'
2024-06-23 21:29:18.279 2024-06-23 21:29:18.276 INFO (MainThread) [ocpp] charger: receive message [3,"fc845441-eefa-4d95-bfe2-8b69228f3bdc",{"status":"Rejected"}]
2024-06-23 21:29:18.188 2024-06-23 21:29:18.181 INFO (MainThread) [ocpp] charger: send [2,"fc845441-eefa-4d95-bfe2-8b69228f3bdc","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Reactive.Import.Register"}]
2024-06-23 21:29:18.186 2024-06-23 21:29:18.180 DEBUG (MainThread) [custom_components.ocpp] 'charger' trying measurand 'Energy.Reactive.Import.Register'
2024-06-23 21:29:18.182 2024-06-23 21:29:18.178 INFO (MainThread) [ocpp] charger: receive message [3,"57560ff2-cd45-49df-a95e-c8cf452ee2f0",{"status":"Rejected"}]
2024-06-23 21:29:18.029 2024-06-23 21:29:18.026 INFO (MainThread) [ocpp] charger: send [2,"57560ff2-cd45-49df-a95e-c8cf452ee2f0","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Reactive.Import.Interval"}]
2024-06-23 21:29:18.028 2024-06-23 21:29:18.025 DEBUG (MainThread) [custom_components.ocpp] 'charger' trying measurand 'Energy.Reactive.Import.Interval'
2024-06-23 21:29:18.027 2024-06-23 21:29:18.022 INFO (MainThread) [ocpp] charger: receive message [3,"59652fbf-73cb-462e-9e87-f1075ae0cde9",{"status":"Rejected"}]
2024-06-23 21:29:17.958 2024-06-23 21:29:17.954 INFO (MainThread) [ocpp] charger: send [2,"59652fbf-73cb-462e-9e87-f1075ae0cde9","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Reactive.Export.Register"}]
2024-06-23 21:29:17.958 2024-06-23 21:29:17.953 DEBUG (MainThread) [custom_components.ocpp] 'charger' trying measurand 'Energy.Reactive.Export.Register'
2024-06-23 21:29:17.955 2024-06-23 21:29:17.951 INFO (MainThread) [ocpp] charger: receive message [3,"e3816f89-8170-478d-94a5-d0824689110d",{"status":"Rejected"}]
2024-06-23 21:29:17.902 2024-06-23 21:29:17.898 INFO (MainThread) [ocpp] charger: send [2,"e3816f89-8170-478d-94a5-d0824689110d","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Reactive.Export.Interval"}]
2024-06-23 21:29:17.901 2024-06-23 21:29:17.897 DEBUG (MainThread) [custom_components.ocpp] 'charger' trying measurand 'Energy.Reactive.Export.Interval'
2024-06-23 21:29:17.900 2024-06-23 21:29:17.895 INFO (MainThread) [ocpp] charger: receive message [3,"68658dd4-54bc-4376-8561-f2e47c5bd3b5",{"status":"RebootRequired"}]
2024-06-23 21:29:17.798 2024-06-23 21:29:17.792 INFO (MainThread) [ocpp] charger: send [2,"68658dd4-54bc-4376-8561-f2e47c5bd3b5","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Register"}]
2024-06-23 21:29:17.797 2024-06-23 21:29:17.791 DEBUG (MainThread) [custom_components.ocpp] 'charger' trying measurand 'Energy.Active.Import.Register'
2024-06-23 21:29:17.794 2024-06-23 21:29:17.790 INFO (MainThread) [ocpp] charger: receive message [3,"a194c6f7-d8a9-450b-86e7-2585e875824f",{"status":"Rejected"}]
2024-06-23 21:29:17.731 2024-06-23 21:29:17.727 INFO (MainThread) [ocpp] charger: send [2,"a194c6f7-d8a9-450b-86e7-2585e875824f","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Interval"}]
2024-06-23 21:29:17.730 2024-06-23 21:29:17.726 DEBUG (MainThread) [custom_components.ocpp] 'charger' trying measurand 'Energy.Active.Import.Interval'
2024-06-23 21:29:17.729 2024-06-23 21:29:17.725 INFO (MainThread) [ocpp] charger: receive message [3,"10ae5ea4-0ad4-4881-b5d6-c4acbe9119a6",{"status":"Rejected"}]
2024-06-23 21:29:17.677 2024-06-23 21:29:17.671 INFO (MainThread) [ocpp] charger: send [2,"10ae5ea4-0ad4-4881-b5d6-c4acbe9119a6","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Export.Register"}]
2024-06-23 21:29:17.676 2024-06-23 21:29:17.670 DEBUG (MainThread) [custom_components.ocpp] 'charger' trying measurand 'Energy.Active.Export.Register'
2024-06-23 21:29:17.673 2024-06-23 21:29:17.669 INFO (MainThread) [ocpp] charger: receive message [3,"5dd4fdde-3f96-46b5-ac1d-da8d410b2314",{"status":"Rejected"}]
2024-06-23 21:29:17.616 2024-06-23 21:29:17.613 INFO (MainThread) [ocpp] charger: send [2,"5dd4fdde-3f96-46b5-ac1d-da8d410b2314","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Export.Interval"}]
2024-06-23 21:29:17.615 2024-06-23 21:29:17.613 DEBUG (MainThread) [custom_components.ocpp] 'charger' trying measurand 'Energy.Active.Export.Interval'
2024-06-23 21:29:17.614 2024-06-23 21:29:17.612 INFO (MainThread) [ocpp] charger: receive message [3,"45e3000e-bfe1-46ac-ac8c-a6324f2f12fb",{"status":"RebootRequired"}]
2024-06-23 21:29:17.522 2024-06-23 21:29:17.518 INFO (MainThread) [ocpp] charger: send [2,"45e3000e-bfe1-46ac-ac8c-a6324f2f12fb","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Offered"}]
2024-06-23 21:29:17.521 2024-06-23 21:29:17.517 DEBUG (MainThread) [custom_components.ocpp] 'charger' trying measurand 'Current.Offered'
2024-06-23 21:29:17.520 2024-06-23 21:29:17.516 INFO (MainThread) [ocpp] charger: receive message [3,"4f742d15-3b1c-41b3-9fa9-8af58421f7fa",{"status":"RebootRequired"}]
2024-06-23 21:29:17.358 2024-06-23 21:29:17.354 INFO (MainThread) [ocpp] charger: send [2,"4f742d15-3b1c-41b3-9fa9-8af58421f7fa","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Import"}]
2024-06-23 21:29:17.357 2024-06-23 21:29:17.353 DEBUG (MainThread) [custom_components.ocpp] 'charger' trying measurand 'Current.Import'
2024-06-23 21:29:17.355 2024-06-23 21:29:17.351 INFO (MainThread) [ocpp] charger: receive message [3,"1ab5049f-4fc9-41a2-b147-6869cbc7f76a",{"status":"Rejected"}]
2024-06-23 21:29:17.248 2024-06-23 21:29:17.244 INFO (MainThread) [ocpp] charger: send [2,"1ab5049f-4fc9-41a2-b147-6869cbc7f76a","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Export"}]
2024-06-23 21:29:17.247 2024-06-23 21:29:17.243 DEBUG (MainThread) [custom_components.ocpp] 'charger' trying measurand 'Current.Export'
2024-06-23 21:29:17.246 2024-06-23 21:29:17.243 DEBUG (MainThread) [custom_components.ocpp] Get Configuration for HeartbeatInterval: 1800
2024-06-23 21:29:17.245 2024-06-23 21:29:17.242 INFO (MainThread) [ocpp] charger: receive message [3,"3c7f2af2-dfe9-410c-a3d7-dd77c5bc6f0c",{"configurationKey":[{"key":"HeartbeatInterval","readonly":false,"value":"1800"}],"unknownKey":[]}]
2024-06-23 21:29:17.234 2024-06-23 21:29:17.231 INFO (MainThread) [ocpp] charger: send [2,"3c7f2af2-dfe9-410c-a3d7-dd77c5bc6f0c","GetConfiguration",{"key":["HeartbeatInterval"]}]
2024-06-23 21:29:17.233 2024-06-23 21:29:17.230 DEBUG (MainThread) [custom_components.ocpp] Get Configuration for NumberOfConnectors: 1
2024-06-23 21:29:17.232 2024-06-23 21:29:17.229 INFO (MainThread) [ocpp] charger: receive message [3,"213e9e84-2988-40fc-b862-517be423ae2a",{"configurationKey":[{"key":"NumberOfConnectors","readonly":true,"value":"1"}],"unknownKey":[]}]
2024-06-23 21:29:17.223 2024-06-23 21:29:17.220 INFO (MainThread) [ocpp] charger: send [2,"213e9e84-2988-40fc-b862-517be423ae2a","GetConfiguration",{"key":["NumberOfConnectors"]}]
2024-06-23 21:29:17.223 2024-06-23 21:29:17.217 DEBUG (MainThread) [custom_components.ocpp] Feature profiles returned: Profiles.CORE|FW|SMART|RES|REM|AUTH
2024-06-23 21:29:17.222 2024-06-23 21:29:17.215 INFO (MainThread) [ocpp] charger: receive message [3,"5d51f0ce-e76b-45af-93a0-855c33c323ce",{"configurationKey":[{"key":"SupportedFeatureProfiles","readonly":true,"value":"Core,FirmwareManagement,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger"}],"unknownKey":[]}]
2024-06-23 21:29:17.210 2024-06-23 21:29:17.209 INFO (MainThread) [ocpp] charger: send [2,"5d51f0ce-e76b-45af-93a0-855c33c323ce","GetConfiguration",{"key":["SupportedFeatureProfiles"]}]
2024-06-23 21:29:15.212 2024-06-23 21:29:15.203 INFO (MainThread) [custom_components.ocpp] Charger charger connected to 0.0.0.0:9000.
2024-06-23 21:29:15.209 2024-06-23 21:29:15.203 INFO (MainThread) [custom_components.ocpp] Charger websocket path=/charger
2024-06-23 21:29:15.208 2024-06-23 21:29:15.203 WARNING (MainThread) [custom_components.ocpp] Skipping websocket subprotocol validation
2024-06-23 21:28:48.094 2024-06-23 21:28:48.072 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new button.ocpp entity: button.charger_unlock
2024-06-23 21:28:48.091 2024-06-23 21:28:48.063 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new button.ocpp entity: button.charger_reset
2024-06-23 21:28:48.090 2024-06-23 21:28:48.062 INFO (MainThread) [homeassistant.components.button] Setting up ocpp.button
2024-06-23 21:28:48.084 2024-06-23 21:28:48.052 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new number.ocpp entity: number.charger_maximum_current
2024-06-23 21:28:48.075 2024-06-23 21:28:48.051 INFO (MainThread) [homeassistant.components.number] Setting up ocpp.number
2024-06-23 21:28:48.066 2024-06-23 21:28:48.042 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.ocpp entity: switch.charger_availability
2024-06-23 21:28:48.066 2024-06-23 21:28:48.032 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.ocpp entity: switch.charger_charge_control
2024-06-23 21:28:48.065 2024-06-23 21:28:48.031 INFO (MainThread) [homeassistant.components.switch] Setting up ocpp.switch
2024-06-23 21:28:48.057 2024-06-23 21:28:48.024 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_timestamp_config_response
2024-06-23 21:28:48.019 2024-06-23 21:28:48.012 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_timestamp_data_transfer
2024-06-23 21:28:48.011 2024-06-23 21:28:47.987 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_timestamp_data_response
2024-06-23 21:28:47.980 2024-06-23 21:28:47.975 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_connectors
2024-06-23 21:28:47.979 2024-06-23 21:28:47.969 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_features
2024-06-23 21:28:47.979 2024-06-23 21:28:47.960 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_version_firmware
2024-06-23 21:28:47.976 2024-06-23 21:28:47.950 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_serial
2024-06-23 21:28:47.966 2024-06-23 21:28:47.944 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_vendor
2024-06-23 21:28:47.965 2024-06-23 21:28:47.937 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_model
2024-06-23 21:28:47.944 2024-06-23 21:28:47.927 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_id
2024-06-23 21:28:47.932 2024-06-23 21:28:47.919 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_id_tag
2024-06-23 21:28:47.931 2024-06-23 21:28:47.908 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_reconnects
2024-06-23 21:28:47.916 2024-06-23 21:28:47.902 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_status_firmware
2024-06-23 21:28:47.900 2024-06-23 21:28:47.892 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_stop_reason
2024-06-23 21:28:47.892 2024-06-23 21:28:47.881 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_error_code_connector
2024-06-23 21:28:47.877 2024-06-23 21:28:47.871 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_error_code
2024-06-23 21:28:47.877 2024-06-23 21:28:47.864 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_latency_pong
2024-06-23 21:28:47.856 2024-06-23 21:28:47.847 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_latency_ping
2024-06-23 21:28:47.855 2024-06-23 21:28:47.840 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_heartbeat
2024-06-23 21:28:47.853 2024-06-23 21:28:47.829 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_status_connector
2024-06-23 21:28:47.853 2024-06-23 21:28:47.823 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_status
2024-06-23 21:28:47.853 2024-06-23 21:28:47.811 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_time_session
2024-06-23 21:28:47.850 2024-06-23 21:28:47.802 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_power_reactive_import
2024-06-23 21:28:47.850 2024-06-23 21:28:47.794 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_power_reactive_export
2024-06-23 21:28:47.849 2024-06-23 21:28:47.786 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_current_import
2024-06-23 21:28:47.849 2024-06-23 21:28:47.778 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_energy_active_export_interval
2024-06-23 21:28:47.836 2024-06-23 21:28:47.771 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_energy_reactive_export_interval
2024-06-23 21:28:47.835 2024-06-23 21:28:47.763 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_power_offered
2024-06-23 21:28:47.820 2024-06-23 21:28:47.755 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_temperature
2024-06-23 21:28:47.820 2024-06-23 21:28:47.747 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_soc
2024-06-23 21:28:47.819 2024-06-23 21:28:47.731 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_power_factor
2024-06-23 21:28:47.817 2024-06-23 21:28:47.723 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_voltage
2024-06-23 21:28:47.792 2024-06-23 21:28:47.713 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_transaction_id
2024-06-23 21:28:47.753 2024-06-23 21:28:47.706 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_frequency
2024-06-23 21:28:47.746 2024-06-23 21:28:47.700 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_energy_active_export_register
2024-06-23 21:28:47.746 2024-06-23 21:28:47.691 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_energy_active_import_interval
2024-06-23 21:28:47.745 2024-06-23 21:28:47.672 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_current_offered
2024-06-23 21:28:47.744 2024-06-23 21:28:47.665 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_current_export
2024-06-23 21:28:47.744 2024-06-23 21:28:47.657 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_energy_reactive_import_register
2024-06-23 21:28:47.744 2024-06-23 21:28:47.650 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_energy_meter_start
2024-06-23 21:28:47.743 2024-06-23 21:28:47.642 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_power_active_export
2024-06-23 21:28:47.733 2024-06-23 21:28:47.629 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_power_active_import
2024-06-23 21:28:47.711 2024-06-23 21:28:47.620 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_energy_session
2024-06-23 21:28:47.695 2024-06-23 21:28:47.613 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_energy_reactive_export_register
2024-06-23 21:28:47.680 2024-06-23 21:28:47.602 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_energy_active_import_register
2024-06-23 21:28:47.639 2024-06-23 21:28:47.597 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_rpm
2024-06-23 21:28:47.610 2024-06-23 21:28:47.591 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.ocpp entity: sensor.charger_energy_reactive_import_interval
2024-06-23 21:28:47.590 2024-06-23 21:28:47.583 INFO (MainThread) [homeassistant.components.sensor] Setting up ocpp.sensor
2024-06-23 21:28:15.152 2024-06-23 21:28:15.091 INFO (MainThread) [custom_components.ocpp] Charger charger disconnected from 0.0.0.0:9000.
2024-06-23 21:28:15.124 2024-06-23 21:28:15.091 DEBUG (MainThread) [custom_components.ocpp] Connection closed to 'charger': sent 1001 (going away); no close frame received
2024-06-23 21:28:07.415 2024-06-23 21:28:07.413 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=1.0 ms, pong=2.0 ms
2024-06-23 21:27:47.410 2024-06-23 21:27:47.409 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=1.0 ms, pong=4.0 ms
2024-06-23 21:27:27.405 2024-06-23 21:27:27.403 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=1.0 ms, pong=3.0 ms
2024-06-23 21:27:07.401 2024-06-23 21:27:07.399 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=1.0 ms, pong=272.0 ms
2024-06-23 21:27:07,755 - custom_components.jablotron80 - INFO - JablotronStatusText(3): message changed from  to Triggered detector
2024-06-23 21:26:47.126 2024-06-23 21:26:47.125 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=1.0 ms, pong=2.0 ms
2024-06-23 21:26:27.123 2024-06-23 21:26:27.121 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=0.0 ms, pong=2.0 ms
2024-06-23 21:26:07.126 2024-06-23 21:26:07.116 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=0.0 ms, pong=2.0 ms
2024-06-23 21:25:47.114 2024-06-23 21:25:47.113 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=0.0 ms, pong=2.0 ms
2024-06-23 21:25:48,062 - custom_components.jablotron80 - INFO - no accepted message for sequence:0 received
2024-06-23 21:25:27.111 2024-06-23 21:25:27.109 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=0.0 ms, pong=3.0 ms
2024-06-23 21:25:07.107 2024-06-23 21:25:07.105 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=1.0 ms, pong=5.0 ms
2024-06-23 21:25:00.173 2024-06-23 21:25:00.126 INFO (MainThread) [ocpp] charger: send [3,"8",{}]
2024-06-23 21:25:00.084 2024-06-23 21:25:00.053 DEBUG (MainThread) [custom_components.ocpp] process_phases: metric: Voltage, phase_info: {'unit': 'V', 'L1': 237.48, 'L2': 238.27, 'L3': 237.33} value: 237.693333 unit :V
2024-06-23 21:25:00.079 2024-06-23 21:25:00.053 DEBUG (MainThread) [custom_components.ocpp] process_phases: metric: Power.Active.Import, phase_info: {'unit': 'kW', 'L1': 0.0, 'L2': 0.0, 'L3': 0.0} value: 0.000000 unit :kW
2024-06-23 21:25:00.061 2024-06-23 21:25:00.052 DEBUG (MainThread) [custom_components.ocpp] process_phases: metric: Current.Import, phase_info: {'unit': 'A', 'L1': 0.0, 'L2': 0.0, 'L3': 0.0} value: 0.000000 unit :A
2024-06-23 21:25:00.045 2024-06-23 21:25:00.035 INFO (MainThread) [ocpp] charger: receive message [2,"8","MeterValues",{"connectorId":1,"meterValue":[{"timestamp":"2024-06-23T19:24:59.421Z","sampledValue":[{"value":"0","context":"Sample.Clock","measurand":"Current.Import","phase":"L1","unit":"A"},{"value":"0","context":"Sample.Clock","measurand":"Current.Import","phase":"L2","unit":"A"},{"value":"0","context":"Sample.Clock","measurand":"Current.Import","phase":"L3","unit":"A"},{"value":"733.255884","context":"Sample.Clock","measurand":"Energy.Active.Import.Register","unit":"kWh"},{"value":"50.01","context":"Sample.Clock","measurand":"Frequency"},{"value":"0","context":"Sample.Clock","measurand":"Power.Active.Import","phase":"L1","unit":"kW"},{"value":"0","context":"Sample.Clock","measurand":"Power.Active.Import","phase":"L2","unit":"kW"},{"value":"0","context":"Sample.Clock","measurand":"Power.Active.Import","phase":"L3","unit":"kW"},{"value":"0","context":"Sample.Clock","measurand":"Power.Active.Import","unit":"kW"},{"value":"-1","context":"Sample.Clock","measurand":"Power.Factor"},{"value":"27","context":"Sample.Clock","measurand":"Temperature","unit":"Celsius"},{"value":"237.48","context":"Sample.Clock","measurand":"Voltage","phase":"L1","unit":"V"},{"value":"238.27","context":"Sample.Clock","measurand":"Voltage","phase":"L2","unit":"V"},{"value":"237.33","context":"Sample.Clock","measurand":"Voltage","phase":"L3","unit":"V"}]}]}]
2024-06-23 21:24:47.099 2024-06-23 21:24:47.097 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=0.0 ms, pong=2.0 ms
2024-06-23 21:24:27.095 2024-06-23 21:24:27.093 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=0.0 ms, pong=2.0 ms
2024-06-23 21:24:07.092 2024-06-23 21:24:07.090 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=0.0 ms, pong=4.0 ms
2024-06-23 21:23:47.085 2024-06-23 21:23:47.084 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=0.0 ms, pong=2.0 ms
2024-06-23 21:23:27.082 2024-06-23 21:23:27.080 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=0.0 ms, pong=4.0 ms
2024-06-23 21:23:07.077 2024-06-23 21:23:07.075 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=0.0 ms, pong=3.0 ms
2024-06-23 21:22:47.073 2024-06-23 21:22:47.071 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=0.0 ms, pong=4.0 ms
2024-06-23 21:22:27.067 2024-06-23 21:22:27.066 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=0.0 ms, pong=2.0 ms
2024-06-23 21:22:07.064 2024-06-23 21:22:07.063 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=0.0 ms, pong=2.0 ms
2024-06-23 21:21:47.058 2024-06-23 21:21:47.057 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=1.0 ms, pong=3.0 ms
2024-06-23 21:21:27.054 2024-06-23 21:21:27.052 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=0.0 ms, pong=2.0 ms
2024-06-23 21:21:07.050 2024-06-23 21:21:07.049 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=0.0 ms, pong=2.0 ms
2024-06-23 21:20:47.047 2024-06-23 21:20:47.045 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=2.0 ms, pong=2.0 ms
2024-06-23 21:20:27.043 2024-06-23 21:20:27.040 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=1.0 ms, pong=624.0 ms
2024-06-23 21:20:06.415 2024-06-23 21:20:06.413 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=0.0 ms, pong=830.0 ms
2024-06-23 21:20:00.159 2024-06-23 21:20:00.124 INFO (MainThread) [ocpp] charger: send [3,"7",{}]
2024-06-23 21:20:00.106 2024-06-23 21:20:00.067 DEBUG (MainThread) [custom_components.ocpp] process_phases: metric: Voltage, phase_info: {'unit': 'V', 'L1': 238.49, 'L2': 240.06, 'L3': 238.47} value: 239.006667 unit :V
2024-06-23 21:20:00.086 2024-06-23 21:20:00.067 DEBUG (MainThread) [custom_components.ocpp] process_phases: metric: Power.Active.Import, phase_info: {'unit': 'kW', 'L1': 0.0, 'L2': 0.0, 'L3': 0.0} value: 0.000000 unit :kW
2024-06-23 21:20:00.074 2024-06-23 21:20:00.066 DEBUG (MainThread) [custom_components.ocpp] process_phases: metric: Current.Import, phase_info: {'unit': 'A', 'L1': 0.0, 'L2': 0.0, 'L3': 0.0} value: 0.000000 unit :A
2024-06-23 21:20:00.038 2024-06-23 21:20:00.031 INFO (MainThread) [ocpp] charger: receive message [2,"7","MeterValues",{"connectorId":1,"meterValue":[{"timestamp":"2024-06-23T19:19:59.431Z","sampledValue":[{"value":"0","context":"Sample.Clock","measurand":"Current.Import","phase":"L1","unit":"A"},{"value":"0","context":"Sample.Clock","measurand":"Current.Import","phase":"L2","unit":"A"},{"value":"0","context":"Sample.Clock","measurand":"Current.Import","phase":"L3","unit":"A"},{"value":"733.255884","context":"Sample.Clock","measurand":"Energy.Active.Import.Register","unit":"kWh"},{"value":"50","context":"Sample.Clock","measurand":"Frequency"},{"value":"0","context":"Sample.Clock","measurand":"Power.Active.Import","phase":"L1","unit":"kW"},{"value":"0","context":"Sample.Clock","measurand":"Power.Active.Import","phase":"L2","unit":"kW"},{"value":"0","context":"Sample.Clock","measurand":"Power.Active.Import","phase":"L3","unit":"kW"},{"value":"0","context":"Sample.Clock","measurand":"Power.Active.Import","unit":"kW"},{"value":"-0.338","context":"Sample.Clock","measurand":"Power.Factor"},{"value":"28","context":"Sample.Clock","measurand":"Temperature","unit":"Celsius"},{"value":"238.49","context":"Sample.Clock","measurand":"Voltage","phase":"L1","unit":"V"},{"value":"240.06","context":"Sample.Clock","measurand":"Voltage","phase":"L2","unit":"V"},{"value":"238.47","context":"Sample.Clock","measurand":"Voltage","phase":"L3","unit":"V"}]}]}]
2024-06-23 21:19:45.583 2024-06-23 21:19:45.581 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=1.0 ms, pong=4.0 ms
2024-06-23 21:19:25.577 2024-06-23 21:19:25.576 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=1.0 ms, pong=4.0 ms
2024-06-23 21:19:05.571 2024-06-23 21:19:05.570 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=0.0 ms, pong=12.0 ms
2024-06-23 21:18:45.557 2024-06-23 21:18:45.555 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=1.0 ms, pong=4.0 ms
2024-06-23 21:18:25.551 2024-06-23 21:18:25.549 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=1.0 ms, pong=2.0 ms
2024-06-23 21:18:05.546 2024-06-23 21:18:05.545 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=0.0 ms, pong=4.0 ms
2024-06-23 21:17:45.542 2024-06-23 21:17:45.540 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=1.0 ms, pong=3.0 ms
2024-06-23 21:17:25.537 2024-06-23 21:17:25.535 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=1.0 ms, pong=4.0 ms
2024-06-23 21:17:05.531 2024-06-23 21:17:05.529 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=0.0 ms, pong=4.0 ms
2024-06-23 21:16:45.526 2024-06-23 21:16:45.524 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'charger': ping=1.0 ms, pong=2.0 ms
mazzy89 commented 1 month ago

I confirm that downgrading to v0.5.1 works. Then the issue must be somewhere between v0.5.2 and v0.5.7. Looking carefully at the releases changelog the only culprit could be https://github.com/lbbrhzn/ocpp/releases/tag/v0.5.2 with this change https://github.com/lbbrhzn/ocpp/pull/1101

drc38 commented 1 month ago

Hi @mazzy89, please upload section of the log where each measurand is tested for acceptance by the charger. Don't worry didn't spot it looking on a phone. Looks like the issue is your charger responds with "RebootRequired" rather than "Accepted". Try changing line 475 to if resp.status != ConfigurationStatus.rejected:

mazzy89 commented 1 month ago

Thanks @drc38 let me test with the newer version