lbbrhzn / ocpp

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

After HA reboot, MG / Starcharge Charger gets stuck in a reconnect loop #1096

Closed callifo closed 5 months ago

callifo commented 6 months ago

Describe the bug My MG (rebadged Starcharge) Charger, seems to not cope well with rebooting HA. Once HA starts backup, it seems to just reconnect every minute (reconnect count keeps going up), and you can't send commands to it reliably during this time.

I've setup a handler, that watches the reconnect count, and forces a Reboot of the charger (via the OCPP button). This fixes it about 50-60% of the time.

If the reboot doesn't fix it, I usually got to the wallcharger and pop the breaker. That always fixes it.

Is there anything in the log that would suggest why it does this?

I can grab more log as an attached file, but there seems to be a limit on the amount of text I can include inline.

To Reproduce Steps to reproduce the behavior: Restart HA (e.g. Developer Tools -> Restart

Expected behavior OCPP connection recover, and Charger usable after reboot.

Screenshots image

2024-02-29 07:34:28.577 INFO (MainThread) [ocpp] 1000: send [2,"7b93654e-2e95-4cef-bf7d-9fa6f5ba794e","GetConfiguration",{"key":["SupportedFeatureProfiles"]}]
2024-02-29 07:34:29.602 INFO (MainThread) [ocpp] 1000: receive message [3,"7b93654e-2e95-4cef-bf7d-9fa6f5ba794e",{ "configurationKey": [ { "key": "SupportedFeatureProfiles", "readonly": true, "value": "Core,FirmwareManagement,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger" } ], "unknownKey": [ ] }]
2024-02-29 07:34:29.603 INFO (MainThread) [ocpp] 1000: send [2,"45a625fb-1035-4f8d-84a5-5eaed3eaa927","GetConfiguration",{"key":["NumberOfConnectors"]}]
2024-02-29 07:34:30.620 INFO (MainThread) [ocpp] 1000: receive message [3,"45a625fb-1035-4f8d-84a5-5eaed3eaa927",{ "configurationKey": [ { "key": "NumberOfConnectors", "readonly": true, "value": "1" } ], "unknownKey": [ ] }]
2024-02-29 07:34:30.621 INFO (MainThread) [ocpp] 1000: send [2,"9ec71b8b-3cbe-4978-a07e-9091a940268a","GetConfiguration",{"key":["HeartbeatInterval"]}]
2024-02-29 07:34:31.631 INFO (MainThread) [ocpp] 1000: receive message [3,"9ec71b8b-3cbe-4978-a07e-9091a940268a",{ "configurationKey": [ { "key": "HeartbeatInterval", "readonly": false, "value": "3600" } ], "unknownKey": [ ] }]
2024-02-29 07:34:31.635 INFO (MainThread) [ocpp] 1000: send [2,"a50493cd-1da4-4b80-a55f-42fe91562efa","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Export"}]
2024-02-29 07:34:32.633 INFO (MainThread) [ocpp] 1000: receive message [2,"bPDn0rDjcPjUNBqeDXXXExNGI9mMnIcl18tI","MeterValues",{ "connectorId": 1, "meterValue": [ { "timestamp": "2024-02-28T21:04:00.000Z", "sampledValue": [ {"value": "238.4", "context": "Sample.Clock", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Clock", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Clock", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Clock", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "49700", "context": "Sample.Clock", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
2024-02-29 07:34:32.636 INFO (MainThread) [ocpp] 1000: send [3,"bPDn0rDjcPjUNBqeDXXXExNGI9mMnIcl18tI",{}]
2024-02-29 07:34:33.633 INFO (MainThread) [ocpp] 1000: receive message [3,"a50493cd-1da4-4b80-a55f-42fe91562efa",{"status":"Rejected"}]
2024-02-29 07:34:33.634 INFO (MainThread) [ocpp] 1000: send [2,"d9cccea0-0c79-457f-a676-ce8b742e15ed","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Import"}]
2024-02-29 07:34:34.719 INFO (MainThread) [ocpp] 1000: receive message [3,"d9cccea0-0c79-457f-a676-ce8b742e15ed",{"status":"Accepted"}]
2024-02-29 07:34:34.720 INFO (MainThread) [ocpp] 1000: send [2,"29ff9707-df43-4ef4-841e-dc919aff1e3d","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Offered"}]
2024-02-29 07:34:35.840 INFO (MainThread) [ocpp] 1000: receive message [3,"29ff9707-df43-4ef4-841e-dc919aff1e3d",{"status":"Accepted"}]
2024-02-29 07:34:35.842 INFO (MainThread) [ocpp] 1000: send [2,"549120bd-fc96-4361-a464-5f019db3ba56","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Export.Interval"}]
2024-02-29 07:34:36.580 INFO (MainThread) [ocpp] 1000: receive message [3,"549120bd-fc96-4361-a464-5f019db3ba56",{"status":"Rejected"}]
2024-02-29 07:34:36.581 INFO (MainThread) [ocpp] 1000: send [2,"60ec4829-6da5-45a8-bfde-31043173cd0f","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Export.Register"}]
2024-02-29 07:34:36.927 INFO (MainThread) [ocpp] 1000: receive message [3,"60ec4829-6da5-45a8-bfde-31043173cd0f",{"status":"Rejected"}]
2024-02-29 07:34:36.928 INFO (MainThread) [ocpp] 1000: send [2,"599947be-e91d-48c9-89a8-21b2c09b8890","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Interval"}]
2024-02-29 07:34:37.928 INFO (MainThread) [ocpp] 1000: receive message [3,"599947be-e91d-48c9-89a8-21b2c09b8890",{"status":"Rejected"}]
2024-02-29 07:34:37.929 INFO (MainThread) [ocpp] 1000: send [2,"1e20808b-63a5-4613-809b-3c93d7b4cba1","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Register"}]
2024-02-29 07:34:38.928 INFO (MainThread) [ocpp] 1000: receive message [3,"1e20808b-63a5-4613-809b-3c93d7b4cba1",{"status":"Accepted"}]
2024-02-29 07:34:38.929 INFO (MainThread) [ocpp] 1000: send [2,"213b0fac-2481-4541-9079-ff6523a4601e","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Reactive.Export.Interval"}]
2024-02-29 07:34:39.929 INFO (MainThread) [ocpp] 1000: receive message [3,"213b0fac-2481-4541-9079-ff6523a4601e",{"status":"Rejected"}]
2024-02-29 07:34:39.930 INFO (MainThread) [ocpp] 1000: send [2,"820e15ff-3722-487c-b49d-2b9ae2ac53cf","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Reactive.Export.Register"}]
2024-02-29 07:34:40.930 INFO (MainThread) [ocpp] 1000: receive message [3,"820e15ff-3722-487c-b49d-2b9ae2ac53cf",{"status":"Rejected"}]
2024-02-29 07:34:40.931 INFO (MainThread) [ocpp] 1000: send [2,"c0cc86d2-1195-4424-b9cd-20975b3470f7","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Reactive.Import.Interval"}]
2024-02-29 07:34:41.930 INFO (MainThread) [ocpp] 1000: receive message [3,"c0cc86d2-1195-4424-b9cd-20975b3470f7",{"status":"Rejected"}]
2024-02-29 07:34:41.932 INFO (MainThread) [ocpp] 1000: send [2,"9ac28a69-83a3-4f92-ace6-9fa98d5d9e37","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Reactive.Import.Register"}]
2024-02-29 07:34:42.930 INFO (MainThread) [ocpp] 1000: receive message [3,"9ac28a69-83a3-4f92-ace6-9fa98d5d9e37",{"status":"Rejected"}]
2024-02-29 07:34:42.934 INFO (MainThread) [ocpp] 1000: send [2,"caed0c82-f658-4fe9-a3d9-91f1baa23edb","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Frequency"}]
2024-02-29 07:34:43.931 INFO (MainThread) [ocpp] 1000: receive message [3,"caed0c82-f658-4fe9-a3d9-91f1baa23edb",{"status":"Rejected"}]
2024-02-29 07:34:43.932 INFO (MainThread) [ocpp] 1000: send [2,"fb7703f4-5769-4167-bd1f-0a5044d1fa24","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Active.Export"}]
2024-02-29 07:34:44.931 INFO (MainThread) [ocpp] 1000: receive message [3,"fb7703f4-5769-4167-bd1f-0a5044d1fa24",{"status":"Rejected"}]
2024-02-29 07:34:44.932 INFO (MainThread) [ocpp] 1000: send [2,"9863fd56-75f6-4f16-9e1e-d67f51b0c74c","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Active.Import"}]
2024-02-29 07:34:45.933 INFO (MainThread) [ocpp] 1000: receive message [3,"9863fd56-75f6-4f16-9e1e-d67f51b0c74c",{"status":"Accepted"}]
2024-02-29 07:34:45.935 INFO (MainThread) [ocpp] 1000: send [2,"59ac358f-2031-48b5-9bb6-9e0f31d37515","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Factor"}]
2024-02-29 07:34:46.933 INFO (MainThread) [ocpp] 1000: receive message [3,"59ac358f-2031-48b5-9bb6-9e0f31d37515",{"status":"Rejected"}]
2024-02-29 07:34:46.934 INFO (MainThread) [ocpp] 1000: send [2,"45234d38-7881-4445-9269-300746955dfc","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Offered"}]
2024-02-29 07:34:47.933 INFO (MainThread) [ocpp] 1000: receive message [3,"45234d38-7881-4445-9269-300746955dfc",{"status":"Accepted"}]
2024-02-29 07:34:47.934 INFO (MainThread) [ocpp] 1000: send [2,"475d183e-2e04-401b-8dd7-6cbd581e87c3","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Reactive.Export"}]
2024-02-29 07:34:48.934 INFO (MainThread) [ocpp] 1000: receive message [3,"475d183e-2e04-401b-8dd7-6cbd581e87c3",{"status":"Rejected"}]
2024-02-29 07:34:48.935 INFO (MainThread) [ocpp] 1000: send [2,"384c1d12-ade5-4416-806c-5debc6d00b8c","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Reactive.Import"}]
2024-02-29 07:34:49.937 INFO (MainThread) [ocpp] 1000: receive message [3,"384c1d12-ade5-4416-806c-5debc6d00b8c",{"status":"Rejected"}]
2024-02-29 07:34:49.938 INFO (MainThread) [ocpp] 1000: send [2,"a1938f0b-981d-4d0e-8b91-a7afab57ffdd","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"RPM"}]
2024-02-29 07:34:50.938 INFO (MainThread) [ocpp] 1000: receive message [3,"a1938f0b-981d-4d0e-8b91-a7afab57ffdd",{"status":"Rejected"}]
2024-02-29 07:34:50.940 INFO (MainThread) [ocpp] 1000: send [2,"6fbbf3ab-1603-44e1-9f8e-2208fbe66795","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"SoC"}]
2024-02-29 07:34:51.936 INFO (MainThread) [ocpp] 1000: receive message [2,"j2rrk0FSEg6jkxmLOPRc21PmYrRRMqlqfNR6","StatusNotification",{ "connectorId": 1, "errorCode": "NoError", "status": "Preparing", "timestamp": "2024-02-28T21:04:50.000Z", "vendorId": "StarCharge", "vendorErrorCode": "" }]
2024-02-29 07:34:51.937 INFO (MainThread) [ocpp] 1000: send [3,"j2rrk0FSEg6jkxmLOPRc21PmYrRRMqlqfNR6",{}]
2024-02-29 07:34:52.936 INFO (MainThread) [ocpp] 1000: receive message [2,"JcRRKap2oGgJKXMvyz1CcbzM8R11wQLQFx1g","StatusNotification",{ "connectorId": 0, "errorCode": "NoError", "status": "Available", "timestamp": "2024-02-28T21:04:50.000Z", "vendorId": "StarCharge" }]
2024-02-29 07:34:52.937 INFO (MainThread) [ocpp] 1000: send [3,"JcRRKap2oGgJKXMvyz1CcbzM8R11wQLQFx1g",{}]
2024-02-29 07:35:02.949 INFO (MainThread) [ocpp] 1000: receive message [2,"LLZ68xMbb32j0Vaog0kyBVtOc6tquMDsHLYy","MeterValues",{ "connectorId": 1, "meterValue": [ { "timestamp": "2024-02-28T21:04:30.000Z", "sampledValue": [ {"value": "236.4", "context": "Sample.Clock", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Clock", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Clock", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Clock", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "49700", "context": "Sample.Clock", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
2024-02-29 07:35:02.952 INFO (MainThread) [ocpp] 1000: send [3,"LLZ68xMbb32j0Vaog0kyBVtOc6tquMDsHLYy",{}]
2024-02-29 07:35:25.953 INFO (MainThread) [ocpp] 1000: send [2,"9c4758b8-a665-47ad-9378-83be7a4e98aa","GetConfiguration",{"key":["SupportedFeatureProfiles"]}]
2024-02-29 07:35:26.968 INFO (MainThread) [ocpp] 1000: receive message [3,"9c4758b8-a665-47ad-9378-83be7a4e98aa",{ "configurationKey": [ { "key": "SupportedFeatureProfiles", "readonly": true, "value": "Core,FirmwareManagement,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger" } ], "unknownKey": [ ] }]
2024-02-29 07:35:26.970 INFO (MainThread) [ocpp] 1000: send [2,"df89773d-7092-4830-b2e2-01f4b4277bb9","GetConfiguration",{"key":["NumberOfConnectors"]}]
2024-02-29 07:35:27.985 INFO (MainThread) [ocpp] 1000: receive message [3,"df89773d-7092-4830-b2e2-01f4b4277bb9",{ "configurationKey": [ { "key": "NumberOfConnectors", "readonly": true, "value": "1" } ], "unknownKey": [ ] }]
2024-02-29 07:35:27.988 INFO (MainThread) [ocpp] 1000: send [2,"d9ec526b-0743-404c-89c0-005c7c8aa2af","GetConfiguration",{"key":["HeartbeatInterval"]}]
2024-02-29 07:35:29.000 INFO (MainThread) [ocpp] 1000: receive message [3,"d9ec526b-0743-404c-89c0-005c7c8aa2af",{ "configurationKey": [ { "key": "HeartbeatInterval", "readonly": false, "value": "3600" } ], "unknownKey": [ ] }]
2024-02-29 07:35:29.002 INFO (MainThread) [ocpp] 1000: send [2,"ad34c89d-f8cf-4504-a50a-82d60f85a51d","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Export"}]
2024-02-29 07:35:30.055 INFO (MainThread) [ocpp] 1000: receive message [3,"ad34c89d-f8cf-4504-a50a-82d60f85a51d",{"status":"Rejected"}]
2024-02-29 07:35:30.056 INFO (MainThread) [ocpp] 1000: send [2,"26bd900f-b1a7-4644-b431-bf9b73f4afb7","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Import"}]
2024-02-29 07:35:31.122 INFO (MainThread) [ocpp] 1000: receive message [3,"26bd900f-b1a7-4644-b431-bf9b73f4afb7",{"status":"Accepted"}]
2024-02-29 07:35:31.123 INFO (MainThread) [ocpp] 1000: send [2,"43d48be9-5cc9-444a-976b-4c98a0ab9b7e","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Offered"}]
2024-02-29 07:35:32.204 INFO (MainThread) [ocpp] 1000: receive message [3,"43d48be9-5cc9-444a-976b-4c98a0ab9b7e",{"status":"Accepted"}]
2024-02-29 07:35:32.205 INFO (MainThread) [ocpp] 1000: send [2,"9e86fee8-ca7e-4561-a362-db51d39ac96c","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Export.Interval"}]
2024-02-29 07:35:33.205 INFO (MainThread) [ocpp] 1000: receive message [2,"GohX8i23D2jE4VEGiWYXg9kl5B6Pf0VyrETw","MeterValues",{ "connectorId": 1, "meterValue": [ { "timestamp": "2024-02-28T21:05:00.000Z", "sampledValue": [ {"value": "239.7", "context": "Sample.Clock", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Clock", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Clock", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Clock", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "49700", "context": "Sample.Clock", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
2024-02-29 07:35:33.208 INFO (MainThread) [ocpp] 1000: send [3,"GohX8i23D2jE4VEGiWYXg9kl5B6Pf0VyrETw",{}]
2024-02-29 07:35:33.962 INFO (MainThread) [ocpp] 1000: receive message [3,"9e86fee8-ca7e-4561-a362-db51d39ac96c",{"status":"Rejected"}]
2024-02-29 07:35:33.963 INFO (MainThread) [ocpp] 1000: send [2,"61a8382d-4ce9-483d-9fea-8ea594d38745","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Export.Register"}]
2024-02-29 07:35:34.206 INFO (MainThread) [ocpp] 1000: receive message [3,"61a8382d-4ce9-483d-9fea-8ea594d38745",{"status":"Rejected"}]
2024-02-29 07:35:34.209 INFO (MainThread) [ocpp] 1000: send [2,"07236916-a637-4a1d-a3d4-70df4315a0b4","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Interval"}]
2024-02-29 07:35:35.205 INFO (MainThread) [ocpp] 1000: receive message [3,"07236916-a637-4a1d-a3d4-70df4315a0b4",{"status":"Rejected"}]
2024-02-29 07:35:35.207 INFO (MainThread) [ocpp] 1000: send [2,"70bf4bb1-cd71-49ad-bf5f-49c84810ab88","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Register"}]
2024-02-29 07:35:36.207 INFO (MainThread) [ocpp] 1000: receive message [3,"70bf4bb1-cd71-49ad-bf5f-49c84810ab88",{"status":"Accepted"}]
2024-02-29 07:35:36.208 INFO (MainThread) [ocpp] 1000: send [2,"83dfeb9a-43c2-4422-8451-e8a534aa41bf","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Reactive.Export.Interval"}]
2024-02-29 07:35:37.209 INFO (MainThread) [ocpp] 1000: receive message [3,"83dfeb9a-43c2-4422-8451-e8a534aa41bf",{"status":"Rejected"}]
2024-02-29 07:35:37.210 INFO (MainThread) [ocpp] 1000: send [2,"af1ddc47-40af-4145-a392-e6086c539e10","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Reactive.Export.Register"}]
2024-02-29 07:35:38.209 INFO (MainThread) [ocpp] 1000: receive message [3,"af1ddc47-40af-4145-a392-e6086c539e10",{"status":"Rejected"}]
2024-02-29 07:35:38.210 INFO (MainThread) [ocpp] 1000: send [2,"5b3704e0-0da4-4ce8-a3b8-af008f7e57be","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Reactive.Import.Interval"}]
2024-02-29 07:35:39.210 INFO (MainThread) [ocpp] 1000: receive message [3,"5b3704e0-0da4-4ce8-a3b8-af008f7e57be",{"status":"Rejected"}]
2024-02-29 07:35:39.212 INFO (MainThread) [ocpp] 1000: send [2,"5a358f82-deb9-4ddc-86b6-6724b1362f3d","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Reactive.Import.Register"}]
2024-02-29 07:35:40.209 INFO (MainThread) [ocpp] 1000: receive message [3,"5a358f82-deb9-4ddc-86b6-6724b1362f3d",{"status":"Rejected"}]
2024-02-29 07:35:40.210 INFO (MainThread) [ocpp] 1000: send [2,"4800acbb-cffe-45d0-bcf2-bf30619e56fd","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Frequency"}]
2024-02-29 07:35:41.209 INFO (MainThread) [ocpp] 1000: receive message [3,"4800acbb-cffe-45d0-bcf2-bf30619e56fd",{"status":"Rejected"}]
2024-02-29 07:35:41.210 INFO (MainThread) [ocpp] 1000: send [2,"de2ee294-0831-4d14-bc89-4e93eca5605a","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Active.Export"}]
2024-02-29 07:35:42.209 INFO (MainThread) [ocpp] 1000: receive message [3,"de2ee294-0831-4d14-bc89-4e93eca5605a",{"status":"Rejected"}]
2024-02-29 07:35:42.210 INFO (MainThread) [ocpp] 1000: send [2,"18823a6b-d4d5-4095-80ad-ab8ec71140c6","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Active.Import"}]
2024-02-29 07:35:43.210 INFO (MainThread) [ocpp] 1000: receive message [3,"18823a6b-d4d5-4095-80ad-ab8ec71140c6",{"status":"Accepted"}]
2024-02-29 07:35:43.211 INFO (MainThread) [ocpp] 1000: send [2,"5c14e90b-4e4b-4399-875e-3712fc1254b6","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Factor"}]
2024-02-29 07:35:44.211 INFO (MainThread) [ocpp] 1000: receive message [3,"5c14e90b-4e4b-4399-875e-3712fc1254b6",{"status":"Rejected"}]
2024-02-29 07:35:44.212 INFO (MainThread) [ocpp] 1000: send [2,"74216c22-74b2-4ec6-ad8e-896a665ba77f","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Offered"}]
2024-02-29 07:35:45.211 INFO (MainThread) [ocpp] 1000: receive message [3,"74216c22-74b2-4ec6-ad8e-896a665ba77f",{"status":"Accepted"}]
2024-02-29 07:35:45.212 INFO (MainThread) [ocpp] 1000: send [2,"e2fad18d-bf31-4c90-ab9b-eadc7050787d","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Reactive.Export"}]
2024-02-29 07:35:46.212 INFO (MainThread) [ocpp] 1000: receive message [3,"e2fad18d-bf31-4c90-ab9b-eadc7050787d",{"status":"Rejected"}]
2024-02-29 07:35:46.213 INFO (MainThread) [ocpp] 1000: send [2,"b07f87fb-3ef6-4a98-975e-19a9eac4aa2e","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Reactive.Import"}]
2024-02-29 07:35:47.213 INFO (MainThread) [ocpp] 1000: receive message [3,"b07f87fb-3ef6-4a98-975e-19a9eac4aa2e",{"status":"Rejected"}]
2024-02-29 07:35:47.214 INFO (MainThread) [ocpp] 1000: send [2,"29da2551-478e-4897-9be8-57a3b9738b2f","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"RPM"}]
2024-02-29 07:35:48.213 INFO (MainThread) [ocpp] 1000: receive message [3,"29da2551-478e-4897-9be8-57a3b9738b2f",{"status":"Rejected"}]
2024-02-29 07:35:48.215 INFO (MainThread) [ocpp] 1000: send [2,"00ded723-1e24-49bd-9cb9-b99890fba92e","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"SoC"}]
2024-02-29 07:35:49.213 INFO (MainThread) [ocpp] 1000: receive message [3,"00ded723-1e24-49bd-9cb9-b99890fba92e",{"status":"Accepted"}]
2024-02-29 07:35:49.215 INFO (MainThread) [ocpp] 1000: send [2,"97ec0bdf-e140-40b4-9c41-e26024c67cad","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Temperature"}]
2024-02-29 07:35:50.214 INFO (MainThread) [ocpp] 1000: receive message [2,"UYSu3Kwx68zsFJ2PzDhja7NDEvTlnc2ibt03","StatusNotification",{ "connectorId": 1, "errorCode": "NoError", "status": "Preparing", "timestamp": "2024-02-28T21:05:48.000Z", "vendorId": "StarCharge", "vendorErrorCode": "" }]
2024-02-29 07:35:50.215 INFO (MainThread) [ocpp] 1000: send [3,"UYSu3Kwx68zsFJ2PzDhja7NDEvTlnc2ibt03",{}]
2024-02-29 07:35:51.214 INFO (MainThread) [ocpp] 1000: receive message [2,"482UduWXgiZSptczZnHJAhxnoV3LNCcIBTad","StatusNotification",{ "connectorId": 0, "errorCode": "NoError", "status": "Available", "timestamp": "2024-02-28T21:05:48.000Z", "vendorId": "StarCharge" }]
2024-02-29 07:35:51.215 INFO (MainThread) [ocpp] 1000: send [3,"482UduWXgiZSptczZnHJAhxnoV3LNCcIBTad",{}]
2024-02-29 07:36:03.231 INFO (MainThread) [ocpp] 1000: receive message [2,"Fzd1vf7K7iHHF6usMQ36kUUlzx58OgSuxMB7","MeterValues",{ "connectorId": 1, "meterValue": [ { "timestamp": "2024-02-28T21:05:30.000Z", "sampledValue": [ {"value": "239.2", "context": "Sample.Clock", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Clock", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Clock", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Clock", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "49700", "context": "Sample.Clock", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
2024-02-29 07:36:03.235 INFO (MainThread) [ocpp] 1000: send [3,"Fzd1vf7K7iHHF6usMQ36kUUlzx58OgSuxMB7",{}]
2024-02-29 07:36:24.242 INFO (MainThread) [ocpp] 1000: send [2,"caf85d99-4584-4bc8-ad62-857a7c62ef2c","GetConfiguration",{"key":["SupportedFeatureProfiles"]}]
2024-02-29 07:36:25.259 INFO (MainThread) [ocpp] 1000: receive message [3,"caf85d99-4584-4bc8-ad62-857a7c62ef2c",{ "configurationKey": [ { "key": "SupportedFeatureProfiles", "readonly": true, "value": "Core,FirmwareManagement,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger" } ], "unknownKey": [ ] }]
2024-02-29 07:36:25.260 INFO (MainThread) [ocpp] 1000: send [2,"9b71e18b-9433-4718-8832-91ac91eeb104","GetConfiguration",{"key":["NumberOfConnectors"]}]
2024-02-29 07:36:26.275 INFO (MainThread) [ocpp] 1000: receive message [3,"9b71e18b-9433-4718-8832-91ac91eeb104",{ "configurationKey": [ { "key": "NumberOfConnectors", "readonly": true, "value": "1" } ], "unknownKey": [ ] }]
2024-02-29 07:36:26.278 INFO (MainThread) [ocpp] 1000: send [2,"ff59fb19-4463-4677-ba51-dc5a59304710","GetConfiguration",{"key":["HeartbeatInterval"]}]
2024-02-29 07:36:27.292 INFO (MainThread) [ocpp] 1000: receive message [3,"ff59fb19-4463-4677-ba51-dc5a59304710",{ "configurationKey": [ { "key": "HeartbeatInterval", "readonly": false, "value": "3600" } ], "unknownKey": [ ] }]
2024-02-29 07:36:27.295 INFO (MainThread) [ocpp] 1000: send [2,"60a1575c-0eac-4b7a-a8a5-5c12a5b726ca","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Export"}]
2024-02-29 07:36:28.368 INFO (MainThread) [ocpp] 1000: receive message [3,"60a1575c-0eac-4b7a-a8a5-5c12a5b726ca",{"status":"Rejected"}]
2024-02-29 07:36:28.369 INFO (MainThread) [ocpp] 1000: send [2,"3e04e912-f83a-4892-a95f-45a1f6a4cbb8","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Import"}]
2024-02-29 07:36:29.492 INFO (MainThread) [ocpp] 1000: receive message [3,"3e04e912-f83a-4892-a95f-45a1f6a4cbb8",{"status":"Accepted"}]
2024-02-29 07:36:29.493 INFO (MainThread) [ocpp] 1000: send [2,"9a0a3c2a-0231-47f0-926d-5771fc604979","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Offered"}]
2024-02-29 07:36:30.594 INFO (MainThread) [ocpp] 1000: receive message [3,"9a0a3c2a-0231-47f0-926d-5771fc604979",{"status":"Accepted"}]
2024-02-29 07:36:30.595 INFO (MainThread) [ocpp] 1000: send [2,"f8957fd2-bdfb-4d61-9a1c-8b254f86362e","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Export.Interval"}]
2024-02-29 07:36:31.651 INFO (MainThread) [ocpp] 1000: receive message [3,"f8957fd2-bdfb-4d61-9a1c-8b254f86362e",{"status":"Rejected"}]
2024-02-29 07:36:31.652 INFO (MainThread) [ocpp] 1000: send [2,"b4dfe91d-7ea3-4dd1-8075-89ad7af7fc93","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Export.Register"}]
2024-02-29 07:36:32.245 INFO (MainThread) [ocpp] 1000: receive message [3,"b4dfe91d-7ea3-4dd1-8075-89ad7af7fc93",{"status":"Rejected"}]
2024-02-29 07:36:32.246 INFO (MainThread) [ocpp] 1000: send [2,"c4b17a49-28e5-4b64-99f3-2c6803faa264","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Interval"}]
2024-02-29 07:36:32.677 INFO (MainThread) [ocpp] 1000: receive message [2,"0hA93jwTvZe2DNzKBA9dma5STokAnUlWrcKX","MeterValues",{ "connectorId": 1, "meterValue": [ { "timestamp": "2024-02-28T21:06:01.000Z", "sampledValue": [ {"value": "236.7", "context": "Sample.Clock", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Clock", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Clock", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Clock", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "49700", "context": "Sample.Clock", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
2024-02-29 07:36:32.681 INFO (MainThread) [ocpp] 1000: send [3,"0hA93jwTvZe2DNzKBA9dma5STokAnUlWrcKX",{}]
2024-02-29 07:36:48.703 INFO (MainThread) [ocpp] 1000: receive message [2,"awucOgIO3P5fG1t7aNjN7QozRKUtNKK6MJnn","StatusNotification",{ "connectorId": 1, "errorCode": "NoError", "status": "Preparing", "timestamp": "2024-02-28T21:06:46.000Z", "vendorId": "StarCharge", "vendorErrorCode": "" }]
2024-02-29 07:36:48.704 INFO (MainThread) [ocpp] 1000: send [3,"awucOgIO3P5fG1t7aNjN7QozRKUtNKK6MJnn",{}]
2024-02-29 07:36:49.709 INFO (MainThread) [ocpp] 1000: receive message [2,"AWUCyGsydzfFqbThAxJxh0OZ1u4TxuugwtNN","StatusNotification",{ "connectorId": 0, "errorCode": "NoError", "status": "Available", "timestamp": "2024-02-28T21:06:46.000Z", "vendorId": "StarCharge" }]
2024-02-29 07:36:49.711 INFO (MainThread) [ocpp] 1000: send [3,"AWUCyGsydzfFqbThAxJxh0OZ1u4TxuugwtNN",{}]
2024-02-29 07:37:07.261 INFO (MainThread) [ocpp] 1000: send [2,"b2f6d73b-e70c-4753-b5d1-e39530f340c7","GetConfiguration",{"key":["SupportedFeatureProfiles"]}]
2024-02-29 07:37:08.284 INFO (MainThread) [ocpp] 1000: receive message [3,"b2f6d73b-e70c-4753-b5d1-e39530f340c7",{ "configurationKey": [ { "key": "SupportedFeatureProfiles", "readonly": true, "value": "Core,FirmwareManagement,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger" } ], "unknownKey": [ ] }]
2024-02-29 07:37:08.286 INFO (MainThread) [ocpp] 1000: send [2,"1db44637-8184-48f1-970b-5c24aa5588ed","GetConfiguration",{"key":["NumberOfConnectors"]}]
2024-02-29 07:37:09.302 INFO (MainThread) [ocpp] 1000: receive message [3,"1db44637-8184-48f1-970b-5c24aa5588ed",{ "configurationKey": [ { "key": "NumberOfConnectors", "readonly": true, "value": "1" } ], "unknownKey": [ ] }]
2024-02-29 07:37:09.303 INFO (MainThread) [ocpp] 1000: send [2,"1fdc5041-6aba-4f0c-bcce-81796bc7b817","GetConfiguration",{"key":["HeartbeatInterval"]}]
2024-02-29 07:37:10.316 INFO (MainThread) [ocpp] 1000: receive message [3,"1fdc5041-6aba-4f0c-bcce-81796bc7b817",{ "configurationKey": [ { "key": "HeartbeatInterval", "readonly": false, "value": "3600" } ], "unknownKey": [ ] }]
2024-02-29 07:37:10.317 INFO (MainThread) [ocpp] 1000: send [2,"f5a5b3c4-7976-4b4e-ae9f-9acbaaafcd2f","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Export"}]
2024-02-29 07:37:11.354 INFO (MainThread) [ocpp] 1000: receive message [3,"f5a5b3c4-7976-4b4e-ae9f-9acbaaafcd2f",{"status":"Rejected"}]
2024-02-29 07:37:11.355 INFO (MainThread) [ocpp] 1000: send [2,"9d299be7-a71f-474b-81c1-e9ff453ecadc","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Import"}]
2024-02-29 07:37:12.466 INFO (MainThread) [ocpp] 1000: receive message [3,"9d299be7-a71f-474b-81c1-e9ff453ecadc",{"status":"Accepted"}]
2024-02-29 07:37:12.467 INFO (MainThread) [ocpp] 1000: send [2,"4fe22620-d457-41a1-964b-f0a64f7ae568","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Offered"}]
2024-02-29 07:37:13.527 INFO (MainThread) [ocpp] 1000: receive message [3,"4fe22620-d457-41a1-964b-f0a64f7ae568",{"status":"Accepted"}]
2024-02-29 07:37:13.528 INFO (MainThread) [ocpp] 1000: send [2,"529a6aa7-6dd2-48a8-97ff-cc2616a5b9a3","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Export.Interval"}]
2024-02-29 07:37:14.577 INFO (MainThread) [ocpp] 1000: receive message [3,"529a6aa7-6dd2-48a8-97ff-cc2616a5b9a3",{"status":"Rejected"}]
2024-02-29 07:37:14.579 INFO (MainThread) [ocpp] 1000: send [2,"2e368a29-e56f-46f4-a237-1492dd70d40b","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Export.Register"}]
2024-02-29 07:37:15.264 INFO (MainThread) [ocpp] 1000: receive message [3,"2e368a29-e56f-46f4-a237-1492dd70d40b",{"status":"Rejected"}]
2024-02-29 07:37:15.265 INFO (MainThread) [ocpp] 1000: send [2,"5c337f35-f5bc-4200-b705-9d8dacdcbbb0","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Interval"}]
2024-02-29 07:37:15.640 INFO (MainThread) [ocpp] 1000: receive message [3,"5c337f35-f5bc-4200-b705-9d8dacdcbbb0",{"status":"Rejected"}]
2024-02-29 07:37:15.641 INFO (MainThread) [ocpp] 1000: send [2,"f9c6d6de-e5b9-4c53-9595-1a12abb7fe91","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Register"}]
2024-02-29 07:37:16.640 INFO (MainThread) [ocpp] 1000: receive message [3,"f9c6d6de-e5b9-4c53-9595-1a12abb7fe91",{"status":"Accepted"}]
2024-02-29 07:37:16.641 INFO (MainThread) [ocpp] 1000: send [2,"9ad149a3-1200-48df-a96f-ad6fd705ffc9","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Reactive.Export.Interval"}]
2024-02-29 07:37:17.641 INFO (MainThread) [ocpp] 1000: receive message [2,"FnMhEMBPmV3uj7OdfNlU4FCcIPOzUqk61R9Y","StatusNotification",{ "connectorId": 1, "errorCode": "NoError", "status": "Preparing", "timestamp": "2024-02-28T21:07:15.000Z", "vendorId": "StarCharge", "vendorErrorCode": "" }]
2024-02-29 07:37:17.642 INFO (MainThread) [ocpp] 1000: send [3,"FnMhEMBPmV3uj7OdfNlU4FCcIPOzUqk61R9Y",{}]
2024-02-29 07:37:18.642 INFO (MainThread) [ocpp] 1000: receive message [2,"pNwHowlzM5dUJhyDFxL4epmCszyZ4QKgb1j8","StatusNotification",{ "connectorId": 0, "errorCode": "NoError", "status": "Available", "timestamp": "2024-02-28T21:07:15.000Z", "vendorId": "StarCharge" }]
2024-02-29 07:37:18.643 INFO (MainThread) [ocpp] 1000: send [3,"pNwHowlzM5dUJhyDFxL4epmCszyZ4QKgb1j8",{}]
2024-02-29 07:37:32.661 INFO (MainThread) [ocpp] 1000: receive message [2,"BsEj7O813Tv8RCMsZO8913caNGhNhf7rUHUW","MeterValues",{ "connectorId": 1, "meterValue": [ { "timestamp": "2024-02-28T21:06:31.000Z", "sampledValue": [ {"value": "235.9", "context": "Sample.Clock", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Clock", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Clock", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Clock", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "49700", "context": "Sample.Clock", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
2024-02-29 07:37:32.665 INFO (MainThread) [ocpp] 1000: send [3,"BsEj7O813Tv8RCMsZO8913caNGhNhf7rUHUW",{}]
2024-02-29 07:37:33.673 INFO (MainThread) [ocpp] 1000: receive message [2,"YFHmIr04lbIr7jzx5oGsWrNWsRYbzETlfxh7","MeterValues",{ "connectorId": 1, "meterValue": [ { "timestamp": "2024-02-28T21:07:01.000Z", "sampledValue": [ {"value": "240.0", "context": "Sample.Clock", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Clock", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Clock", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Clock", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "49700", "context": "Sample.Clock", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
2024-02-29 07:37:33.676 INFO (MainThread) [ocpp] 1000: send [3,"YFHmIr04lbIr7jzx5oGsWrNWsRYbzETlfxh7",{}]
2024-02-29 07:37:51.654 INFO (MainThread) [ocpp] 1000: send [2,"b96ec6d5-cf0b-4b0c-8465-990a3ea4bfe8","GetConfiguration",{"key":["SupportedFeatureProfiles"]}]
2024-02-29 07:37:52.679 INFO (MainThread) [ocpp] 1000: receive message [3,"b96ec6d5-cf0b-4b0c-8465-990a3ea4bfe8",{ "configurationKey": [ { "key": "SupportedFeatureProfiles", "readonly": true, "value": "Core,FirmwareManagement,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger" } ], "unknownKey": [ ] }]
2024-02-29 07:37:52.680 INFO (MainThread) [ocpp] 1000: send [2,"6da4e7bb-7319-465d-a3c3-7e3c84643bd2","GetConfiguration",{"key":["NumberOfConnectors"]}]
2024-02-29 07:37:53.698 INFO (MainThread) [ocpp] 1000: receive message [3,"6da4e7bb-7319-465d-a3c3-7e3c84643bd2",{ "configurationKey": [ { "key": "NumberOfConnectors", "readonly": true, "value": "1" } ], "unknownKey": [ ] }]
2024-02-29 07:37:53.699 INFO (MainThread) [ocpp] 1000: send [2,"c7e27b0c-8d54-4200-ba94-f86c8c5058d0","GetConfiguration",{"key":["HeartbeatInterval"]}]
2024-02-29 07:37:54.709 INFO (MainThread) [ocpp] 1000: receive message [3,"c7e27b0c-8d54-4200-ba94-f86c8c5058d0",{ "configurationKey": [ { "key": "HeartbeatInterval", "readonly": false, "value": "3600" } ], "unknownKey": [ ] }]
2024-02-29 07:37:54.711 INFO (MainThread) [ocpp] 1000: send [2,"828670f0-88ab-4e3b-8106-1f11c8d36092","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Export"}]
2024-02-29 07:37:55.742 INFO (MainThread) [ocpp] 1000: receive message [3,"828670f0-88ab-4e3b-8106-1f11c8d36092",{"status":"Rejected"}]
2024-02-29 07:37:55.743 INFO (MainThread) [ocpp] 1000: send [2,"210895bd-ed82-41b8-a06a-583b7f10e4b4","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Import"}]
2024-02-29 07:37:56.829 INFO (MainThread) [ocpp] 1000: receive message [3,"210895bd-ed82-41b8-a06a-583b7f10e4b4",{"status":"Accepted"}]
2024-02-29 07:37:56.831 INFO (MainThread) [ocpp] 1000: send [2,"8d06626a-233b-40fa-9c52-de0b258ebc04","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Offered"}]
2024-02-29 07:37:57.924 INFO (MainThread) [ocpp] 1000: receive message [3,"8d06626a-233b-40fa-9c52-de0b258ebc04",{"status":"Accepted"}]
2024-02-29 07:37:57.925 INFO (MainThread) [ocpp] 1000: send [2,"52e9c20f-5581-410e-b955-4f432abe00d1","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Export.Interval"}]
2024-02-29 07:37:59.058 INFO (MainThread) [ocpp] 1000: receive message [3,"52e9c20f-5581-410e-b955-4f432abe00d1",{"status":"Rejected"}]
2024-02-29 07:37:59.061 INFO (MainThread) [ocpp] 1000: send [2,"1d35bb32-ac99-427f-a81c-29e59bcceeac","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Export.Register"}]
2024-02-29 07:37:59.658 INFO (MainThread) [ocpp] 1000: receive message [3,"1d35bb32-ac99-427f-a81c-29e59bcceeac",{"status":"Rejected"}]
2024-02-29 07:37:59.659 INFO (MainThread) [ocpp] 1000: send [2,"14cb1afe-4e5d-4aeb-81d9-92dc4e0c9faa","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Interval"}]
2024-02-29 07:38:00.097 INFO (MainThread) [ocpp] 1000: receive message [3,"14cb1afe-4e5d-4aeb-81d9-92dc4e0c9faa",{"status":"Rejected"}]
2024-02-29 07:38:00.099 INFO (MainThread) [ocpp] 1000: send [2,"51a4102a-a1f2-4d17-96db-dd6d82ede0d6","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Register"}]
2024-02-29 07:38:01.111 INFO (MainThread) [ocpp] 1000: receive message [3,"51a4102a-a1f2-4d17-96db-dd6d82ede0d6",{"status":"Accepted"}]
2024-02-29 07:38:01.112 INFO (MainThread) [ocpp] 1000: send [2,"cfbe1eb9-36b1-416f-aadf-a145bb57fe1e","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Reactive.Export.Interval"}]
2024-02-29 07:38:02.095 INFO (MainThread) [ocpp] 1000: receive message [2,"iatQRBvp553XfAwI1DKVDK53P0HyZAguMBuO","MeterValues",{ "connectorId": 1, "meterValue": [ { "timestamp": "2024-02-28T21:07:30.000Z", "sampledValue": [ {"value": "240.0", "context": "Sample.Clock", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Clock", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Clock", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Clock", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "49700", "context": "Sample.Clock", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
2024-02-29 07:38:02.099 INFO (MainThread) [ocpp] 1000: send [3,"iatQRBvp553XfAwI1DKVDK53P0HyZAguMBuO",{}]
2024-02-29 07:38:15.119 INFO (MainThread) [ocpp] 1000: receive message [2,"RfldVEc8pt9Wu3iExzPIe56QKuXHiK2D3osX","StatusNotification",{ "connectorId": 1, "errorCode": "NoError", "status": "Preparing", "timestamp": "2024-02-28T21:08:13.000Z", "vendorId": "StarCharge", "vendorErrorCode": "" }]
2024-02-29 07:38:15.120 INFO (MainThread) [ocpp] 1000: send [3,"RfldVEc8pt9Wu3iExzPIe56QKuXHiK2D3osX",{}]
2024-02-29 07:38:16.124 INFO (MainThread) [ocpp] 1000: receive message [2,"1FLD5oCiPTj6UdIoXZzsEfg0uU7rIucndOS7","StatusNotification",{ "connectorId": 0, "errorCode": "NoError", "status": "Available", "timestamp": "2024-02-28T21:08:13.000Z", "vendorId": "StarCharge" }]
2024-02-29 07:38:16.125 INFO (MainThread) [ocpp] 1000: send [3,"1FLD5oCiPTj6UdIoXZzsEfg0uU7rIucndOS7",{}]
2024-02-29 07:38:36.130 INFO (MainThread) [ocpp] 1000: send [2,"e8915fc2-6b76-4c6c-bec5-e4c325c3223d","GetConfiguration",{"key":["SupportedFeatureProfiles"]}]
2024-02-29 07:38:37.146 INFO (MainThread) [ocpp] 1000: receive message [3,"e8915fc2-6b76-4c6c-bec5-e4c325c3223d",{ "configurationKey": [ { "key": "SupportedFeatureProfiles", "readonly": true, "value": "Core,FirmwareManagement,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger" } ], "unknownKey": [ ] }]
2024-02-29 07:38:37.149 INFO (MainThread) [ocpp] 1000: send [2,"598fb698-739d-4406-a276-c6c4d2f99d86","Reset",{"type":"Hard"}]
2024-02-29 07:38:38.194 INFO (MainThread) [ocpp] 1000: receive message [3,"598fb698-739d-4406-a276-c6c4d2f99d86",{"status":"Accepted"}]
2024-02-29 07:38:38.196 INFO (MainThread) [ocpp] 1000: send [2,"e3378415-8ac3-4041-97cd-96e6fba9162f","GetConfiguration",{"key":["NumberOfConnectors"]}]
2024-02-29 07:38:39.195 INFO (MainThread) [ocpp] 1000: receive message [2,"SaigCC7uJ0tP5lCtQBd2HvmiAHPiEzzPJQnC","StatusNotification",{ "connectorId": 0, "errorCode": "NoError", "status": "Unavailable", "timestamp": "2024-02-28T21:08:36.000Z", "vendorId": "StarCharge", "vendorErrorCode": "0x100222" }]
2024-02-29 07:38:39.196 INFO (MainThread) [ocpp] 1000: send [3,"SaigCC7uJ0tP5lCtQBd2HvmiAHPiEzzPJQnC",{}]
2024-02-29 07:38:40.195 INFO (MainThread) [ocpp] 1000: receive message [2,"2AIGmmhUtaTzfLmT0lDcrVMIkrzIoZZzt0Nm","StatusNotification",{ "connectorId": 1, "errorCode": "NoError", "status": "Unavailable", "timestamp": "2024-02-28T21:08:36.000Z", "vendorId": "StarCharge", "vendorErrorCode": "0x100222" }]
2024-02-29 07:38:40.196 INFO (MainThread) [ocpp] 1000: send [3,"2AIGmmhUtaTzfLmT0lDcrVMIkrzIoZZzt0Nm",{}]
2024-02-29 07:39:41.161 INFO (MainThread) [ocpp] 1000: receive message [2,"9OXv3JJI5yfCNy0dZEYSDHNx04zZ00wcrswH","BootNotification",{ "chargePointVendor": "StarCharge", "chargePointModel": "Aurora", "chargePointSerialNumber": "1000", "firmwareVersion": "1.0.0.0.7b107_MG", "iccid": "", "imsi": "" }]
2024-02-29 07:39:41.162 INFO (MainThread) [ocpp] 1000: send [3,"9OXv3JJI5yfCNy0dZEYSDHNx04zZ00wcrswH",{"currentTime":"2024-02-28T21:09:41Z","interval":3600,"status":"Accepted"}]
2024-02-29 07:39:41.633 INFO (MainThread) [ocpp] 1000: send [2,"f99492ab-12fa-4237-9b4b-0658b73363e5","GetConfiguration",{"key":["SupportedFeatureProfiles"]}]
2024-02-29 07:39:42.639 INFO (MainThread) [ocpp] 1000: receive message [2,"NkFr5nHKRD5QQzs9Pv8q3sLNiCttgHmMJIUb","StatusNotification",{ "connectorId": 1, "errorCode": "NoError", "status": "Available", "timestamp": "2024-02-28T21:09:41.000Z", "vendorId": "StarCharge" }]
2024-02-29 07:39:42.640 INFO (MainThread) [ocpp] 1000: send [3,"NkFr5nHKRD5QQzs9Pv8q3sLNiCttgHmMJIUb",{}]
2024-02-29 07:39:43.640 INFO (MainThread) [ocpp] 1000: receive message [3,"f99492ab-12fa-4237-9b4b-0658b73363e5",{ "configurationKey": [ { "key": "SupportedFeatureProfiles", "readonly": true, "value": "Core,FirmwareManagement,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger" } ], "unknownKey": [ ] }]
2024-02-29 07:39:43.642 INFO (MainThread) [ocpp] 1000: send [2,"cde3a4d2-84a9-4bd1-8b56-64255db0a56f","GetConfiguration",{"key":["SupportedFeatureProfiles"]}]
2024-02-29 07:39:44.670 INFO (MainThread) [ocpp] 1000: receive message [3,"cde3a4d2-84a9-4bd1-8b56-64255db0a56f",{ "configurationKey": [ { "key": "SupportedFeatureProfiles", "readonly": true, "value": "Core,FirmwareManagement,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger" } ], "unknownKey": [ ] }]
2024-02-29 07:39:44.673 INFO (MainThread) [ocpp] 1000: send [2,"83bee32c-2900-4e22-9e40-6bc67aef9ecb","GetConfiguration",{"key":["NumberOfConnectors"]}]
2024-02-29 07:39:45.689 INFO (MainThread) [ocpp] 1000: receive message [3,"83bee32c-2900-4e22-9e40-6bc67aef9ecb",{ "configurationKey": [ { "key": "NumberOfConnectors", "readonly": true, "value": "1" } ], "unknownKey": [ ] }]
2024-02-29 07:39:45.692 INFO (MainThread) [ocpp] 1000: send [2,"f8f6b370-874e-4048-9ce9-b11607724098","GetConfiguration",{"key":["NumberOfConnectors"]}]
2024-02-29 07:39:46.701 INFO (MainThread) [ocpp] 1000: receive message [3,"f8f6b370-874e-4048-9ce9-b11607724098",{ "configurationKey": [ { "key": "NumberOfConnectors", "readonly": true, "value": "1" } ], "unknownKey": [ ] }]
2024-02-29 07:39:46.703 INFO (MainThread) [ocpp] 1000: send [2,"09d11b89-eb6f-4bc5-925a-7654caa12044","GetConfiguration",{"key":["HeartbeatInterval"]}]
2024-02-29 07:39:47.721 INFO (MainThread) [ocpp] 1000: receive message [3,"09d11b89-eb6f-4bc5-925a-7654caa12044",{ "configurationKey": [ { "key": "HeartbeatInterval", "readonly": false, "value": "3600" } ], "unknownKey": [ ] }]
2024-02-29 07:39:47.723 INFO (MainThread) [ocpp] 1000: send [2,"ac6d187e-f8ed-4606-959a-9538238a724e","GetConfiguration",{"key":["HeartbeatInterval"]}]
2024-02-29 07:39:48.737 INFO (MainThread) [ocpp] 1000: receive message [3,"ac6d187e-f8ed-4606-959a-9538238a724e",{ "configurationKey": [ { "key": "HeartbeatInterval", "readonly": false, "value": "3600" } ], "unknownKey": [ ] }]
2024-02-29 07:39:48.738 INFO (MainThread) [ocpp] 1000: send [2,"73217fcc-9aaf-46bd-aab0-a60079e84ddb","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Export"}]
2024-02-29 07:39:49.634 INFO (MainThread) [ocpp] 1000: receive message [2,"ldEeBZN9NGlRwrppVjpK8JTcDMpgYE30XwIN","StatusNotification",{ "connectorId": 1, "errorCode": "NoError", "status": "Preparing", "timestamp": "2024-02-28T21:09:47.000Z", "vendorId": "StarCharge", "vendorErrorCode": "" }]
2024-02-29 07:39:49.635 INFO (MainThread) [ocpp] 1000: send [3,"ldEeBZN9NGlRwrppVjpK8JTcDMpgYE30XwIN",{}]
2024-02-29 07:39:49.737 INFO (MainThread) [ocpp] 1000: receive message [2,"LDoEl9xjxqL1WRPP5JPuit3CnwPG8oda7Wsx","StatusNotification",{ "connectorId": 0, "errorCode": "NoError", "status": "Available", "timestamp": "2024-02-28T21:09:47.000Z", "vendorId": "StarCharge" }]
2024-02-29 07:39:49.738 INFO (MainThread) [ocpp] 1000: send [3,"LDoEl9xjxqL1WRPP5JPuit3CnwPG8oda7Wsx",{}]
2024-02-29 07:40:02.755 INFO (MainThread) [ocpp] 1000: receive message [2,"mfC9Oe15H2dHloc5rKW8MQW4lKSLnSl6fUlW","MeterValues",{ "connectorId": 1, "meterValue": [ { "timestamp": "2024-02-28T21:09:31.000Z", "sampledValue": [ {"value": "236.4", "context": "Sample.Clock", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Clock", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Clock", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Clock", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "49700", "context": "Sample.Clock", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
2024-02-29 07:40:02.759 INFO (MainThread) [ocpp] 1000: send [3,"mfC9Oe15H2dHloc5rKW8MQW4lKSLnSl6fUlW",{}]
2024-02-29 07:40:18.742 INFO (MainThread) [ocpp] 1000: send [2,"3d4e3408-10ff-4e4c-97e6-5e45c1f4431d","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Export"}]
2024-02-29 07:40:31.769 INFO (MainThread) [ocpp] 1000: receive message [2,"vI0eJ0ohy6Y8ZOxIc6PTO1nNbp1EZeoTul26","MeterValues",{ "connectorId": 1, "meterValue": [ { "timestamp": "2024-02-28T21:10:00.000Z", "sampledValue": [ {"value": "240.3", "context": "Sample.Clock", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Clock", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Clock", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Clock", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "49700", "context": "Sample.Clock", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
2024-02-29 07:40:31.772 INFO (MainThread) [ocpp] 1000: send [3,"vI0eJ0ohy6Y8ZOxIc6PTO1nNbp1EZeoTul26",{}]
2024-02-29 07:40:47.789 INFO (MainThread) [ocpp] 1000: receive message [2,"DvXrdTJP6eIaOOV53970scQVCBhDk7hMObZK","StatusNotification",{ "connectorId": 1, "errorCode": "NoError", "status": "Preparing", "timestamp": "2024-02-28T21:10:45.000Z", "vendorId": "StarCharge", "vendorErrorCode": "" }]
2024-02-29 07:40:47.790 INFO (MainThread) [ocpp] 1000: send [3,"DvXrdTJP6eIaOOV53970scQVCBhDk7hMObZK",{}]
2024-02-29 07:40:48.744 INFO (MainThread) [ocpp] 1000: send [2,"0962c2f8-f044-4859-b645-f58ed769d111","GetConfiguration",{"key":["SupportedFeatureProfiles"]}]
2024-02-29 07:40:48.796 INFO (MainThread) [ocpp] 1000: receive message [2,"nV7RD3tzgEsAyy5fdjhaSC05mlHnKhHwyB9u","StatusNotification",{ "connectorId": 0, "errorCode": "NoError", "status": "Available", "timestamp": "2024-02-28T21:10:45.000Z", "vendorId": "StarCharge" }]
2024-02-29 07:40:48.797 INFO (MainThread) [ocpp] 1000: send [3,"nV7RD3tzgEsAyy5fdjhaSC05mlHnKhHwyB9u",{}]
2024-02-29 07:40:49.796 INFO (MainThread) [ocpp] 1000: receive message [3,"0962c2f8-f044-4859-b645-f58ed769d111",{ "configurationKey": [ { "key": "SupportedFeatureProfiles", "readonly": true, "value": "Core,FirmwareManagement,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger" } ], "unknownKey": [ ] }]
2024-02-29 07:40:49.798 INFO (MainThread) [ocpp] 1000: send [2,"a6266abf-4c3a-40dd-bdea-c41bdb8c9920","GetConfiguration",{"key":["NumberOfConnectors"]}]
2024-02-29 07:40:50.815 INFO (MainThread) [ocpp] 1000: receive message [3,"a6266abf-4c3a-40dd-bdea-c41bdb8c9920",{ "configurationKey": [ { "key": "NumberOfConnectors", "readonly": true, "value": "1" } ], "unknownKey": [ ] }]
2024-02-29 07:40:50.817 INFO (MainThread) [ocpp] 1000: send [2,"efecfe68-5aae-4ead-934f-872522df5e66","GetConfiguration",{"key":["HeartbeatInterval"]}]
2024-02-29 07:40:51.776 INFO (MainThread) [ocpp] 1000: receive message [3,"efecfe68-5aae-4ead-934f-872522df5e66",{ "configurationKey": [ { "key": "HeartbeatInterval", "readonly": false, "value": "3600" } ], "unknownKey": [ ] }]
2024-02-29 07:40:51.778 INFO (MainThread) [ocpp] 1000: send [2,"2872c2ff-9241-44d9-a73d-780b19390c5c","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Export"}]
2024-02-29 07:40:51.847 INFO (MainThread) [ocpp] 1000: receive message [3,"2872c2ff-9241-44d9-a73d-780b19390c5c",{"status":"Rejected"}]
2024-02-29 07:40:51.848 INFO (MainThread) [ocpp] 1000: send [2,"d7186f32-f669-4e29-beae-6982187e4b21","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Import"}]
2024-02-29 07:40:52.848 INFO (MainThread) [ocpp] 1000: receive message [3,"d7186f32-f669-4e29-beae-6982187e4b21",{"status":"Accepted"}]
2024-02-29 07:40:52.849 INFO (MainThread) [ocpp] 1000: send [2,"50e4e719-7a51-4f6c-8b8d-44247f0b7df9","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Offered"}]
2024-02-29 07:40:53.848 INFO (MainThread) [ocpp] 1000: receive message [3,"50e4e719-7a51-4f6c-8b8d-44247f0b7df9",{"status":"Accepted"}]
2024-02-29 07:40:53.849 INFO (MainThread) [ocpp] 1000: send [2,"1fa86330-a1bf-4cc4-83a1-880c1172e7d2","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Export.Interval"}]
2024-02-29 07:40:54.849 INFO (MainThread) [ocpp] 1000: receive message [3,"1fa86330-a1bf-4cc4-83a1-880c1172e7d2",{"status":"Rejected"}]
2024-02-29 07:40:54.850 INFO (MainThread) [ocpp] 1000: send [2,"6f7fdb87-5d3d-4ad9-b538-63b6302fa13c","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Export.Register"}]
2024-02-29 07:40:55.849 INFO (MainThread) [ocpp] 1000: receive message [3,"6f7fdb87-5d3d-4ad9-b538-63b6302fa13c",{"status":"Rejected"}]
2024-02-29 07:40:55.851 INFO (MainThread) [ocpp] 1000: send [2,"e6bf717a-575a-4816-b582-0424cd16d1a1","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Interval"}]
2024-02-29 07:40:56.850 INFO (MainThread) [ocpp] 1000: receive message [3,"e6bf717a-575a-4816-b582-0424cd16d1a1",{"status":"Rejected"}]
2024-02-29 07:40:56.851 INFO (MainThread) [ocpp] 1000: send [2,"2b4eea56-4fa5-4d2c-809b-a1c8a5857ec9","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Register"}]
2024-02-29 07:40:57.851 INFO (MainThread) [ocpp] 1000: receive message [3,"2b4eea56-4fa5-4d2c-809b-a1c8a5857ec9",{"status":"Accepted"}]
2024-02-29 07:40:57.852 INFO (MainThread) [ocpp] 1000: send [2,"7d177a7c-f1b2-4f83-8d95-fb4c2b92c482","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Reactive.Export.Interval"}]
2024-02-29 07:40:58.851 INFO (MainThread) [ocpp] 1000: receive message [3,"7d177a7c-f1b2-4f83-8d95-fb4c2b92c482",{"status":"Rejected"}]
2024-02-29 07:40:58.852 INFO (MainThread) [ocpp] 1000: send [2,"50a05112-6cbd-48f0-b093-2bb9e2139e50","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Reactive.Export.Register"}]
2024-02-29 07:40:59.852 INFO (MainThread) [ocpp] 1000: receive message [3,"50a05112-6cbd-48f0-b093-2bb9e2139e50",{"status":"Rejected"}]
2024-02-29 07:40:59.853 INFO (MainThread) [ocpp] 1000: send [2,"96cc72ee-89d2-4b73-8c58-b6b51ce1778a","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Reactive.Import.Interval"}]
2024-02-29 07:41:01.120 INFO (MainThread) [ocpp] 1000: receive message [3,"96cc72ee-89d2-4b73-8c58-b6b51ce1778a",{"status":"Rejected"}]
2024-02-29 07:41:01.121 INFO (MainThread) [ocpp] 1000: send [2,"8a835cd1-f3b1-469a-96fe-94f071888f3d","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Reactive.Import.Register"}]
2024-02-29 07:41:01.852 INFO (MainThread) [ocpp] 1000: receive message [2,"PJhEc3BgtgLFyvoOcbYOup71BCPT3U7h2z8n","MeterValues",{ "connectorId": 1, "meterValue": [ { "timestamp": "2024-02-28T21:10:30.000Z", "sampledValue": [ {"value": "238.3", "context": "Sample.Clock", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Clock", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Clock", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Clock", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "49700", "context": "Sample.Clock", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
2024-02-29 07:41:01.855 INFO (MainThread) [ocpp] 1000: send [3,"PJhEc3BgtgLFyvoOcbYOup71BCPT3U7h2z8n",{}]
2024-02-29 07:41:34.137 INFO (MainThread) [ocpp] 1000: receive message [2,"ambL46HEg2gVt0QwYNiXdWiYLeTr9FpNd4KI","MeterValues",{ "connectorId": 1, "meterValue": [ { "timestamp": "2024-02-28T21:11:00.000Z", "sampledValue": [ {"value": "235.3", "context": "Sample.Clock", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Clock", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Clock", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Clock", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "49700", "context": "Sample.Clock", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
2024-02-29 07:41:34.140 INFO (MainThread) [ocpp] 1000: send [3,"ambL46HEg2gVt0QwYNiXdWiYLeTr9FpNd4KI",{}]
2024-02-29 07:41:36.135 INFO (MainThread) [ocpp] 1000: send [2,"d610e342-65ce-4cdf-9091-8620eccd7328","GetConfiguration",{"key":["SupportedFeatureProfiles"]}]
2024-02-29 07:41:37.152 INFO (MainThread) [ocpp] 1000: receive message [3,"d610e342-65ce-4cdf-9091-8620eccd7328",{ "configurationKey": [ { "key": "SupportedFeatureProfiles", "readonly": true, "value": "Core,FirmwareManagement,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger" } ], "unknownKey": [ ] }]
2024-02-29 07:41:37.153 INFO (MainThread) [ocpp] 1000: send [2,"843d8fd0-708b-45cc-ae8f-76ff98814f7a","GetConfiguration",{"key":["NumberOfConnectors"]}]
2024-02-29 07:41:38.182 INFO (MainThread) [ocpp] 1000: receive message [3,"843d8fd0-708b-45cc-ae8f-76ff98814f7a",{ "configurationKey": [ { "key": "NumberOfConnectors", "readonly": true, "value": "1" } ], "unknownKey": [ ] }]
2024-02-29 07:41:38.187 INFO (MainThread) [ocpp] 1000: send [2,"5f364c9b-8048-44fa-9d84-3135af1e5801","GetConfiguration",{"key":["HeartbeatInterval"]}]
2024-02-29 07:41:39.202 INFO (MainThread) [ocpp] 1000: receive message [3,"5f364c9b-8048-44fa-9d84-3135af1e5801",{ "configurationKey": [ { "key": "HeartbeatInterval", "readonly": false, "value": "3600" } ], "unknownKey": [ ] }]
2024-02-29 07:41:39.205 INFO (MainThread) [ocpp] 1000: send [2,"25180a35-2f27-4af7-a22c-295aa07c19f5","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Export"}]
2024-02-29 07:41:40.232 INFO (MainThread) [ocpp] 1000: receive message [3,"25180a35-2f27-4af7-a22c-295aa07c19f5",{"status":"Rejected"}]
2024-02-29 07:41:40.233 INFO (MainThread) [ocpp] 1000: send [2,"c1f0e4eb-510c-4e92-bcdf-c338e9f3f2a8","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Import"}]
2024-02-29 07:41:41.320 INFO (MainThread) [ocpp] 1000: receive message [3,"c1f0e4eb-510c-4e92-bcdf-c338e9f3f2a8",{"status":"Accepted"}]
2024-02-29 07:41:41.323 INFO (MainThread) [ocpp] 1000: send [2,"521dfe4a-1ce8-485d-9251-b310c2e635c9","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Offered"}]
2024-02-29 07:41:42.412 INFO (MainThread) [ocpp] 1000: receive message [3,"521dfe4a-1ce8-485d-9251-b310c2e635c9",{"status":"Accepted"}]
2024-02-29 07:41:42.413 INFO (MainThread) [ocpp] 1000: send [2,"9a5de4ed-adb2-466e-893d-93d39b06090e","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Export.Interval"}]
2024-02-29 07:41:43.443 INFO (MainThread) [ocpp] 1000: receive message [3,"9a5de4ed-adb2-466e-893d-93d39b06090e",{"status":"Rejected"}]
2024-02-29 07:41:43.444 INFO (MainThread) [ocpp] 1000: send [2,"1c3dd7d5-e485-416d-8b53-b55f4bded7af","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Export.Register"}]
2024-02-29 07:41:44.139 INFO (MainThread) [ocpp] 1000: receive message [3,"1c3dd7d5-e485-416d-8b53-b55f4bded7af",{"status":"Rejected"}]
2024-02-29 07:41:44.140 INFO (MainThread) [ocpp] 1000: send [2,"405a013c-d092-4999-b483-9d8bd6abe997","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Interval"}]
2024-02-29 07:41:44.477 INFO (MainThread) [ocpp] 1000: receive message [3,"405a013c-d092-4999-b483-9d8bd6abe997",{"status":"Rejected"}]
2024-02-29 07:41:44.478 INFO (MainThread) [ocpp] 1000: send [2,"0d716e1e-80fd-426e-b0ed-a3d35f2ad4bb","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Register"}]
2024-02-29 07:41:45.477 INFO (MainThread) [ocpp] 1000: receive message [2,"yp03WXqBVTp5z8C4vj9HFECgT2gLp9cr1duY","StatusNotification",{ "connectorId": 1, "errorCode": "NoError", "status": "Preparing", "timestamp": "2024-02-28T21:11:43.000Z", "vendorId": "StarCharge", "vendorErrorCode": "" }]
2024-02-29 07:41:45.479 INFO (MainThread) [ocpp] 1000: send [3,"yp03WXqBVTp5z8C4vj9HFECgT2gLp9cr1duY",{}]
2024-02-29 07:41:46.478 INFO (MainThread) [ocpp] 1000: receive message [2,"YPad67Ql53PfZimeVJjrpomG3cGvPjCRbDU8","StatusNotification",{ "connectorId": 0, "errorCode": "NoError", "status": "Available", "timestamp": "2024-02-28T21:11:43.000Z", "vendorId": "StarCharge" }]
2024-02-29 07:41:46.479 INFO (MainThread) [ocpp] 1000: send [3,"YPad67Ql53PfZimeVJjrpomG3cGvPjCRbDU8",{}]
2024-02-29 07:42:02.501 INFO (MainThread) [ocpp] 1000: receive message [2,"4tRb9L8sTnCc9wxF1NkHiW9E6m46GPCFBWj9","MeterValues",{ "connectorId": 1, "meterValue": [ { "timestamp": "2024-02-28T21:11:30.000Z", "sampledValue": [ {"value": "240.1", "context": "Sample.Clock", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Clock", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Clock", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Clock", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "49700", "context": "Sample.Clock", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
2024-02-29 07:42:02.505 INFO (MainThread) [ocpp] 1000: send [3,"4tRb9L8sTnCc9wxF1NkHiW9E6m46GPCFBWj9",{}]
2024-02-29 07:42:19.492 INFO (MainThread) [ocpp] 1000: send [2,"806f4df2-d389-4f6c-8640-1a1dcb83a62b","GetConfiguration",{"key":["SupportedFeatureProfiles"]}]
2024-02-29 07:42:20.503 INFO (MainThread) [ocpp] 1000: receive message [3,"806f4df2-d389-4f6c-8640-1a1dcb83a62b",{ "configurationKey": [ { "key": "SupportedFeatureProfiles", "readonly": true, "value": "Core,FirmwareManagement,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger" } ], "unknownKey": [ ] }]
2024-02-29 07:42:20.505 INFO (MainThread) [ocpp] 1000: send [2,"c28d94f8-9849-48a4-ac36-10868f85adf0","GetConfiguration",{"key":["NumberOfConnectors"]}]
2024-02-29 07:42:21.514 INFO (MainThread) [ocpp] 1000: receive message [3,"c28d94f8-9849-48a4-ac36-10868f85adf0",{ "configurationKey": [ { "key": "NumberOfConnectors", "readonly": true, "value": "1" } ], "unknownKey": [ ] }]
2024-02-29 07:42:21.516 INFO (MainThread) [ocpp] 1000: send [2,"32b7b406-0ee4-4ab2-9f4d-d7f0c0342061","GetConfiguration",{"key":["HeartbeatInterval"]}]
2024-02-29 07:42:22.529 INFO (MainThread) [ocpp] 1000: receive message [3,"32b7b406-0ee4-4ab2-9f4d-d7f0c0342061",{ "configurationKey": [ { "key": "HeartbeatInterval", "readonly": false, "value": "3600" } ], "unknownKey": [ ] }]
2024-02-29 07:42:22.531 INFO (MainThread) [ocpp] 1000: send [2,"09a5dffe-61ff-4bda-8c64-39024f5381d2","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Export"}]
2024-02-29 07:42:23.567 INFO (MainThread) [ocpp] 1000: receive message [3,"09a5dffe-61ff-4bda-8c64-39024f5381d2",{"status":"Rejected"}]
2024-02-29 07:42:23.568 INFO (MainThread) [ocpp] 1000: send [2,"33893b52-dab6-46d1-983b-282ef38e7b30","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Import"}]
2024-02-29 07:42:24.715 INFO (MainThread) [ocpp] 1000: receive message [3,"33893b52-dab6-46d1-983b-282ef38e7b30",{"status":"Accepted"}]
2024-02-29 07:42:24.716 INFO (MainThread) [ocpp] 1000: send [2,"a4500023-b67a-4be4-af9a-bd92b77246aa","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Offered"}]
2024-02-29 07:42:25.822 INFO (MainThread) [ocpp] 1000: receive message [3,"a4500023-b67a-4be4-af9a-bd92b77246aa",{"status":"Accepted"}]
2024-02-29 07:42:25.823 INFO (MainThread) [ocpp] 1000: send [2,"cb6f4ab5-a7f4-4dfd-a57e-a060f855839a","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Export.Interval"}]
2024-02-29 07:42:26.852 INFO (MainThread) [ocpp] 1000: receive message [3,"cb6f4ab5-a7f4-4dfd-a57e-a060f855839a",{"status":"Rejected"}]
2024-02-29 07:42:26.855 INFO (MainThread) [ocpp] 1000: send [2,"be133676-f2e2-47c6-8898-f2e9cd3fc3b1","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Export.Register"}]
2024-02-29 07:42:27.494 INFO (MainThread) [ocpp] 1000: receive message [3,"be133676-f2e2-47c6-8898-f2e9cd3fc3b1",{"status":"Rejected"}]
2024-02-29 07:42:27.495 INFO (MainThread) [ocpp] 1000: send [2,"6c779de5-1be8-4d72-9ffb-c2c13750ad62","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Interval"}]
2024-02-29 07:42:27.914 INFO (MainThread) [ocpp] 1000: receive message [3,"6c779de5-1be8-4d72-9ffb-c2c13750ad62",{"status":"Rejected"}]
2024-02-29 07:42:27.915 INFO (MainThread) [ocpp] 1000: send [2,"dd65a975-cef9-40d1-8f80-118c817e4912","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Register"}]
2024-02-29 07:42:28.914 INFO (MainThread) [ocpp] 1000: receive message [3,"dd65a975-cef9-40d1-8f80-118c817e4912",{"status":"Accepted"}]
2024-02-29 07:42:28.915 INFO (MainThread) [ocpp] 1000: send [2,"7f264105-b683-47f2-9c3c-98e92cdec06c","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Reactive.Export.Interval"}]
2024-02-29 07:42:29.915 INFO (MainThread) [ocpp] 1000: receive message [3,"7f264105-b683-47f2-9c3c-98e92cdec06c",{"status":"Rejected"}]
2024-02-29 07:42:29.916 INFO (MainThread) [ocpp] 1000: send [2,"7bd8c52d-2f5f-4366-ac12-12f1cec80787","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Reactive.Export.Register"}]
2024-02-29 07:42:30.916 INFO (MainThread) [ocpp] 1000: receive message [3,"7bd8c52d-2f5f-4366-ac12-12f1cec80787",{"status":"Rejected"}]
2024-02-29 07:42:30.917 INFO (MainThread) [ocpp] 1000: send [2,"9489591c-903b-4789-a7be-0c04d4a1e844","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Reactive.Import.Interval"}]
2024-02-29 07:42:31.926 INFO (MainThread) [ocpp] 1000: receive message [2,"e6ymtz1vyLo0rB5v5PZ8cwlI9vsvGCxFaEIk","MeterValues",{ "connectorId": 1, "meterValue": [ { "timestamp": "2024-02-28T21:12:00.000Z", "sampledValue": [ {"value": "239.5", "context": "Sample.Clock", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Clock", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Clock", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Clock", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "49700", "context": "Sample.Clock", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
2024-02-29 07:42:31.930 INFO (MainThread) [ocpp] 1000: send [3,"e6ymtz1vyLo0rB5v5PZ8cwlI9vsvGCxFaEIk",{}]
callifo commented 6 months ago

To add some further info, when I first set the charger up it asks what Measurands it should use.

I think this gets ignored, as they all appear in the logs as 'rejected' even though I deleted most of them. I went into the core.config_entires and looked for OCPP. I saw all the measurands in there, not just what I entered in the initial set-up. I deleted the rejected ones and then I rebooted.

Since then reliability has been a lot better. I also do not see any of the rejected mesaureands showing up in the logs anymore.

drc38 commented 5 months ago

@callifo any improvement with 0.5.2?

callifo commented 5 months ago

Will test today, however getting this at boot

2024-03-27 09:42:18.795 ERROR (Recorder) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for
    return await fut
           ^^^^^^^^^
  File "/usr/local/lib/python3.12/asyncio/queues.py", line 158, in get
    await getter
asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/srv/homeassistant_p3_12/lib/python3.12/site-packages/ocpp/charge_point.py", line 327, in call
    response = await self._get_specific_response(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/homeassistant/.homeassistant/custom_components/ocpp/api.py", line 958, in _get_specific_response
    resp = await super()._get_specific_response(unique_id, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/homeassistant_p3_12/lib/python3.12/site-packages/ocpp/charge_point.py", line 361, in _get_specific_response
    response = await asyncio.wait_for(self._response_queue.get(), timeout)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for
    async with timeouts.timeout(timeout):
  File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
    raise TimeoutError from exc_val
TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/homeassistant/.homeassistant/custom_components/ocpp/api.py", line 459, in post_connect
    await self.get_supported_features()
  File "/home/homeassistant/.homeassistant/custom_components/ocpp/api.py", line 571, in get_supported_features
    resp = await self.call(req)
           ^^^^^^^^^^^^^^^^^^^^
  File "/srv/homeassistant_p3_12/lib/python3.12/site-packages/ocpp/charge_point.py", line 331, in call
    raise asyncio.TimeoutError(
TimeoutError: Waited 30s for response on [2,"c260adbb-b0f6-4211-808b-7712d9a6d2bd","GetConfiguration",{"key":["SupportedFeatureProfiles"]}].

Might just be getting overloaded at boot, it does actually answer that request 2 other times during boot, so its just that one got missed.

callifo commented 5 months ago

It charged OK yesterday, however this morning I wanted to test how it handled HA rebooting without me forcing a reboot before shutdown (previously to reduce the issue with the charger going into a reconnect loop, I would do a hard reboot of the charger via OCPP when HA shuts down).

This time it seemed to be OK after HA started back up, however the OCPP interface just stopped working a few minutes later. Charger OCPP info in HA was good, however logging shows this,

2024-03-28 07:32:10.437 INFO (MainThread) [ocpp] 1000: receive message [3,"58d97dc9-d1bd-4879-97cd-55c166a8a1f6",{ "configurationKey": [ { "key": "SupportedFeatureProfiles", "readonly": true, "value": "Core,FirmwareManagement,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger" } ], "unknownKey": [ ] }]
2024-03-28 07:32:10.461 INFO (MainThread) [ocpp] 1000: send [2,"323cdc2a-ecac-4578-9366-0cef50f956e9","GetConfiguration",{"key":["NumberOfConnectors"]}]
2024-03-28 07:32:12.900 INFO (MainThread) [ocpp] 1000: receive message [3,"323cdc2a-ecac-4578-9366-0cef50f956e9",{ "configurationKey": [ { "key": "NumberOfConnectors", "readonly": true, "value": "1" } ], "unknownKey": [ ] }]
2024-03-28 07:32:12.903 INFO (MainThread) [ocpp] 1000: send [2,"f1761767-bb89-41e9-830a-54fc83abb1f1","GetConfiguration",{"key":["HeartbeatInterval"]}]
2024-03-28 07:32:15.500 INFO (MainThread) [ocpp] 1000: receive message [3,"f1761767-bb89-41e9-830a-54fc83abb1f1",{ "configurationKey": [ { "key": "HeartbeatInterval", "readonly": false, "value": "3600" } ], "unknownKey": [ ] }]
2024-03-28 07:32:15.517 INFO (MainThread) [ocpp] 1000: send [2,"f0444b03-0101-47a8-aaf8-f3c3aa601753","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Import"}]
2024-03-28 07:32:16.840 INFO (MainThread) [ocpp] 1000: receive message [3,"f0444b03-0101-47a8-aaf8-f3c3aa601753",{"status":"Accepted"}]
2024-03-28 07:32:16.866 INFO (MainThread) [ocpp] 1000: send [2,"3118d0fd-eb18-4a5d-97e6-ba754b206456","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Offered"}]
2024-03-28 07:32:18.247 INFO (MainThread) [ocpp] 1000: receive message [3,"3118d0fd-eb18-4a5d-97e6-ba754b206456",{"status":"Accepted"}]
2024-03-28 07:32:18.254 INFO (MainThread) [ocpp] 1000: send [2,"5322ffcf-67f4-4dc5-8a2b-e5919b9ae18a","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Register"}]
2024-03-28 07:32:19.458 INFO (MainThread) [ocpp] 1000: receive message [3,"5322ffcf-67f4-4dc5-8a2b-e5919b9ae18a",{"status":"Accepted"}]
2024-03-28 07:32:19.483 INFO (MainThread) [ocpp] 1000: send [2,"d284e609-b56d-4699-a726-b0615d316250","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Active.Import"}]
2024-03-28 07:32:21.041 INFO (MainThread) [ocpp] 1000: receive message [3,"d284e609-b56d-4699-a726-b0615d316250",{"status":"Accepted"}]
2024-03-28 07:32:21.056 INFO (MainThread) [ocpp] 1000: send [2,"2c044604-e2ad-4640-a3cf-f0c6f18d14c1","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Offered"}]
2024-03-28 07:32:23.640 INFO (MainThread) [ocpp] 1000: receive message [3,"2c044604-e2ad-4640-a3cf-f0c6f18d14c1",{"status":"Accepted"}]
2024-03-28 07:32:23.691 INFO (MainThread) [ocpp] 1000: send [2,"d1277859-ca00-43b1-94bb-e111f24e6610","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Temperature"}]
2024-03-28 07:32:24.983 INFO (MainThread) [ocpp] 1000: receive message [3,"d1277859-ca00-43b1-94bb-e111f24e6610",{"status":"Accepted"}]
2024-03-28 07:32:25.083 INFO (MainThread) [ocpp] 1000: send [2,"760fe9a5-3150-4f1c-93c5-1971f92cfe40","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Voltage"}]
2024-03-28 07:32:28.631 INFO (MainThread) [ocpp] 1000: receive message [3,"760fe9a5-3150-4f1c-93c5-1971f92cfe40",{"status":"Accepted"}]
2024-03-28 07:32:28.649 INFO (MainThread) [ocpp] 1000: send [2,"081479e7-3ab9-4328-a31f-fa8c1263d543","GetConfiguration",{"key":["MeterValuesSampledData"]}]
2024-03-28 07:32:30.030 INFO (MainThread) [ocpp] 1000: receive message [3,"081479e7-3ab9-4328-a31f-fa8c1263d543",{ "configurationKey": [ { "key": "MeterValuesSampledData", "readonly": false, "value": "Voltage" } ], "unknownKey": [ ] }]
2024-03-28 07:32:30.047 INFO (MainThread) [ocpp] 1000: send [2,"9af6a3e8-5fae-4f5e-be41-07532ce58bf5","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Import,Current.Offered,Energy.Active.Import.Register,Power.Active.Import,Power.Offered,Temperature,Voltage"}]
2024-03-28 07:32:32.894 INFO (MainThread) [ocpp] 1000: receive message [3,"9af6a3e8-5fae-4f5e-be41-07532ce58bf5",{"status":"Accepted"}]
2024-03-28 07:32:33.400 INFO (MainThread) [ocpp] 1000: send [2,"6e4c0e47-34b8-42ee-b86c-24231a2a3b83","GetConfiguration",{"key":["MeterValueSampleInterval"]}]
2024-03-28 07:32:34.372 INFO (MainThread) [ocpp] 1000: receive message [2,"2raAwZNGs9HIw7p3zbiXLzXp6YiR4KJLR6hY","MeterValues",{ "connectorId": 1, "meterValue": [ { "timestamp": "2024-03-27T21:02:00.000Z", "sampledValue": [ {"value": "239.0", "context": "Sample.Clock", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Clock", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Clock", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "3300", "context": "Sample.Clock", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "197940", "context": "Sample.Clock", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
2024-03-28 07:32:34.381 INFO (MainThread) [ocpp] 1000: send [3,"2raAwZNGs9HIw7p3zbiXLzXp6YiR4KJLR6hY",{}]
2024-03-28 07:32:34.663 INFO (MainThread) [ocpp] 1000: receive message [3,"6e4c0e47-34b8-42ee-b86c-24231a2a3b83",{ "configurationKey": [ { "key": "MeterValueSampleInterval", "readonly": false, "value": "30" } ], "unknownKey": [ ] }]
2024-03-28 07:32:34.707 INFO (MainThread) [ocpp] 1000: send [2,"ad32db08-0060-4e56-8505-10dc0adb482f","GetConfiguration",{"key":["ClockAlignedDataInterval"]}]
2024-03-28 07:32:36.167 INFO (MainThread) [ocpp] 1000: receive message [3,"ad32db08-0060-4e56-8505-10dc0adb482f",{ "configurationKey": [ { "key": "ClockAlignedDataInterval", "readonly": false, "value": "30" } ], "unknownKey": [ ] }]
2024-03-28 07:32:36.208 INFO (MainThread) [ocpp] 1000: send [2,"0bad2c65-61fd-4baf-bb22-3c10c8f430ca","GetConfiguration",{"key":["WebSocketPingInterval"]}]
2024-03-28 07:32:37.224 INFO (MainThread) [ocpp] 1000: receive message [3,"0bad2c65-61fd-4baf-bb22-3c10c8f430ca",{ "configurationKey": [ { "key": "WebSocketPingInterval", "readonly": false, "value": "60" } ], "unknownKey": [ ] }]
2024-03-28 07:32:37.248 INFO (MainThread) [ocpp] 1000: send [2,"94cc3657-11a2-417f-9724-248fee5d07ba","ChangeAvailability",{"connectorId":0,"type":"Operative"}]
2024-03-28 07:32:38.488 INFO (MainThread) [ocpp] 1000: receive message [3,"94cc3657-11a2-417f-9724-248fee5d07ba",{"status":"Accepted"}]
2024-03-28 07:32:38.499 INFO (MainThread) [ocpp] 1000: send [2,"4a3c912b-a6ce-4fe4-a43e-7a0d1749732d","TriggerMessage",{"requestedMessage":"BootNotification"}]
2024-03-28 07:32:39.390 INFO (MainThread) [ocpp] 1000: receive message [2,"HMK5wqO7Fs5pRsPn0CP4C8jls4T1AQB8S9sz","StatusNotification",{ "connectorId": 0, "errorCode": "NoError", "status": "Available", "timestamp": "2024-03-27T21:02:36.000Z", "vendorId": "StarCharge" }]
2024-03-28 07:32:39.391 INFO (MainThread) [ocpp] 1000: send [3,"HMK5wqO7Fs5pRsPn0CP4C8jls4T1AQB8S9sz",{}]
2024-03-28 07:32:40.310 INFO (MainThread) [ocpp] 1000: receive message [2,"rwufWQyhpSfP1SzNamzemiJLSe3bk0li2jSZ","StatusNotification",{ "connectorId": 1, "errorCode": "NoError", "status": "Available", "timestamp": "2024-03-27T21:02:36.000Z", "vendorId": "StarCharge" }]
2024-03-28 07:32:40.311 INFO (MainThread) [ocpp] 1000: send [3,"rwufWQyhpSfP1SzNamzemiJLSe3bk0li2jSZ",{}]
...
Nothing for 2.5 hours
....
I rebooted it when I noticed
...
2024-03-28 09:58:35.881 INFO (MainThread) [ocpp] 1000: send [2,"0f1d3995-7c3a-43f3-a519-c6817dbf95b4","Reset",{"type":"Hard"}]

I forced a OCPP reboot of the charger almost 2.5 hours after it (or HA?) stopped talking OCPP. Once it came back up it was ok.

callifo commented 5 months ago

Seems to be a repeatable problem. OCPP messages just stop after boot, and only start again after using the OCPP reboot function.

2024-03-30 23:23:22.573 INFO (MainThread) [ocpp] 1000: send [2,"c4edd609-d25f-4480-90e3-a578408ebdcf","GetConfiguration",{"key":["SupportedFeatureProfiles"]}]
2024-03-30 23:23:23.629 INFO (MainThread) [ocpp] 1000: receive message [3,"c4edd609-d25f-4480-90e3-a578408ebdcf",{ "configurationKey": [ { "key": "SupportedFeatureProfiles", "readonly": true, "value": "Core,FirmwareManagement,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger" } ], "unknownKey": [ ] }]
2024-03-30 23:23:23.639 INFO (MainThread) [ocpp] 1000: send [2,"2f2001c8-f308-43c3-b761-4e1c27dfe2c8","GetConfiguration",{"key":["NumberOfConnectors"]}]
2024-03-30 23:23:24.748 INFO (MainThread) [ocpp] 1000: receive message [3,"2f2001c8-f308-43c3-b761-4e1c27dfe2c8",{ "configurationKey": [ { "key": "NumberOfConnectors", "readonly": true, "value": "1" } ], "unknownKey": [ ] }]
2024-03-30 23:23:24.805 INFO (MainThread) [ocpp] 1000: send [2,"475e20da-dfef-4a56-a9c5-753fb6e33596","GetConfiguration",{"key":["HeartbeatInterval"]}]
2024-03-30 23:23:26.191 INFO (MainThread) [ocpp] 1000: receive message [3,"475e20da-dfef-4a56-a9c5-753fb6e33596",{ "configurationKey": [ { "key": "HeartbeatInterval", "readonly": false, "value": "3600" } ], "unknownKey": [ ] }]
2024-03-30 23:23:26.281 INFO (MainThread) [ocpp] 1000: send [2,"091c9167-0d0b-42a5-b675-08b16749cc8b","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Import"}]
2024-03-30 23:23:30.770 INFO (MainThread) [ocpp] 1000: receive message [3,"091c9167-0d0b-42a5-b675-08b16749cc8b",{"status":"Accepted"}]
2024-03-30 23:23:31.041 INFO (MainThread) [ocpp] 1000: send [2,"0515d4e9-2a4b-404a-aafb-5c006a942def","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Offered"}]
2024-03-30 23:23:32.194 INFO (MainThread) [ocpp] 1000: receive message [3,"0515d4e9-2a4b-404a-aafb-5c006a942def",{"status":"Accepted"}]
2024-03-30 23:23:32.203 INFO (MainThread) [ocpp] 1000: send [2,"ba1d2db9-a4ae-43c6-bbed-2ffad088ed44","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Register"}]
2024-03-30 23:23:34.723 INFO (MainThread) [ocpp] 1000: receive message [2,"RmAMGm8lWQGINl0hJ2ymXB5jXjKAXC774MZP","MeterValues",{ "connectorId": 1, "meterValue": [ { "timestamp": "2024-03-30T12:53:00.000Z", "sampledValue": [ {"value": "237.4", "context": "Sample.Clock", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Clock", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Clock", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "3500", "context": "Sample.Clock", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "205850", "context": "Sample.Clock", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
2024-03-30 23:23:34.739 INFO (MainThread) [ocpp] 1000: send [3,"RmAMGm8lWQGINl0hJ2ymXB5jXjKAXC774MZP",{}]
2024-03-30 23:23:34.798 INFO (MainThread) [ocpp] 1000: receive message [2,"1MkwqMiL60qsxLaHtcYM7lfJ7Juk7mhhew9z","StatusNotification",{ "connectorId": 1, "errorCode": "NoError", "status": "Preparing", "timestamp": "2024-03-30T12:53:30.000Z", "vendorId": "StarCharge", "vendorErrorCode": "" }]
2024-03-30 23:23:34.805 INFO (MainThread) [ocpp] 1000: send [3,"1MkwqMiL60qsxLaHtcYM7lfJ7Juk7mhhew9z",{}]
2024-03-30 23:23:35.664 INFO (MainThread) [ocpp] 1000: receive message [2,"bwKWQwIvgaQSXvArTC8whLFthtUKhMHHEWjZ","StatusNotification",{ "connectorId": 0, "errorCode": "NoError", "status": "Available", "timestamp": "2024-03-30T12:53:30.000Z", "vendorId": "StarCharge" }]
2024-03-30 23:23:35.666 INFO (MainThread) [ocpp] 1000: send [3,"bwKWQwIvgaQSXvArTC8whLFthtUKhMHHEWjZ",{}]
2024-03-30 23:23:36.124 INFO (MainThread) [ocpp] 1000: receive message [2,"smml5TEbeBhPGD48I6xNcPrNIPIpTI5lQCqq","MeterValues",{ "connectorId": 1, "meterValue": [ { "timestamp": "2024-03-30T12:53:01.000Z", "sampledValue": [ {"value": "237.3", "context": "Sample.Clock", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Clock", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Clock", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "3500", "context": "Sample.Clock", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "205850", "context": "Sample.Clock", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
2024-03-30 23:23:36.129 INFO (MainThread) [ocpp] 1000: send [3,"smml5TEbeBhPGD48I6xNcPrNIPIpTI5lQCqq",{}]
2024-03-30 23:24:10.818 INFO (MainThread) [ocpp] 1000: send [2,"a88bfef6-179a-4208-8eed-8633e2f68ee0","GetConfiguration",{"key":["SupportedFeatureProfiles"]}]
2024-03-30 23:24:11.828 INFO (MainThread) [ocpp] 1000: receive message [3,"a88bfef6-179a-4208-8eed-8633e2f68ee0",{ "configurationKey": [ { "key": "SupportedFeatureProfiles", "readonly": true, "value": "Core,FirmwareManagement,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger" } ], "unknownKey": [ ] }]
2024-03-30 23:24:11.831 INFO (MainThread) [ocpp] 1000: send [2,"52ef6aba-3686-422d-a272-a490448a2dfd","GetConfiguration",{"key":["NumberOfConnectors"]}]
2024-03-30 23:24:13.609 INFO (MainThread) [ocpp] 1000: receive message [3,"52ef6aba-3686-422d-a272-a490448a2dfd",{ "configurationKey": [ { "key": "NumberOfConnectors", "readonly": true, "value": "1" } ], "unknownKey": [ ] }]
2024-03-30 23:24:13.611 INFO (MainThread) [ocpp] 1000: send [2,"82ec377d-9145-4840-a2b2-3423868e2565","GetConfiguration",{"key":["HeartbeatInterval"]}]
2024-03-30 23:24:14.627 INFO (MainThread) [ocpp] 1000: receive message [3,"82ec377d-9145-4840-a2b2-3423868e2565",{ "configurationKey": [ { "key": "HeartbeatInterval", "readonly": false, "value": "3600" } ], "unknownKey": [ ] }]
2024-03-30 23:24:14.631 INFO (MainThread) [ocpp] 1000: send [2,"1dadbd3b-b79d-405e-b207-46b00aafe860","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Import"}]
2024-03-30 23:24:15.698 INFO (MainThread) [ocpp] 1000: receive message [3,"1dadbd3b-b79d-405e-b207-46b00aafe860",{"status":"Accepted"}]
2024-03-30 23:24:15.699 INFO (MainThread) [ocpp] 1000: send [2,"97bc4af9-79ad-4bb2-88bc-a09ae3c34f4c","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Offered"}]
2024-03-30 23:24:16.761 INFO (MainThread) [ocpp] 1000: receive message [3,"97bc4af9-79ad-4bb2-88bc-a09ae3c34f4c",{"status":"Accepted"}]
2024-03-30 23:24:16.764 INFO (MainThread) [ocpp] 1000: send [2,"dc43b525-7442-43ae-a995-2f506e3df037","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Register"}]
2024-03-30 23:24:17.829 INFO (MainThread) [ocpp] 1000: receive message [3,"dc43b525-7442-43ae-a995-2f506e3df037",{"status":"Accepted"}]
2024-03-30 23:24:17.830 INFO (MainThread) [ocpp] 1000: send [2,"bd910b50-faa4-4bb8-8e02-660745dc9936","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Active.Import"}]
2024-03-30 23:24:18.821 INFO (MainThread) [ocpp] 1000: receive message [3,"bd910b50-faa4-4bb8-8e02-660745dc9936",{"status":"Accepted"}]
2024-03-30 23:24:18.822 INFO (MainThread) [ocpp] 1000: send [2,"46130387-9d49-4c4d-80ed-70e07c1cfa67","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Offered"}]
2024-03-30 23:24:18.888 INFO (MainThread) [ocpp] 1000: receive message [3,"46130387-9d49-4c4d-80ed-70e07c1cfa67",{"status":"Accepted"}]
2024-03-30 23:24:18.889 INFO (MainThread) [ocpp] 1000: send [2,"e1ce3580-8f37-49b1-80b2-a96ae52c32bd","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Temperature"}]
2024-03-30 23:24:19.888 INFO (MainThread) [ocpp] 1000: receive message [3,"e1ce3580-8f37-49b1-80b2-a96ae52c32bd",{"status":"Accepted"}]
2024-03-30 23:24:19.889 INFO (MainThread) [ocpp] 1000: send [2,"59263180-52b9-49f6-bd09-82a88a9f03f1","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Voltage"}]
2024-03-30 23:24:20.888 INFO (MainThread) [ocpp] 1000: receive message [3,"59263180-52b9-49f6-bd09-82a88a9f03f1",{"status":"Accepted"}]
2024-03-30 23:24:20.890 INFO (MainThread) [ocpp] 1000: send [2,"b56001b7-5a41-438f-91cc-37144c54cef2","GetConfiguration",{"key":["MeterValuesSampledData"]}]
2024-03-30 23:24:21.889 INFO (MainThread) [ocpp] 1000: receive message [3,"b56001b7-5a41-438f-91cc-37144c54cef2",{ "configurationKey": [ { "key": "MeterValuesSampledData", "readonly": false, "value": "Voltage" } ], "unknownKey": [ ] }]
2024-03-30 23:24:21.891 INFO (MainThread) [ocpp] 1000: send [2,"33c0198a-0427-4939-9649-fee15568de55","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Import,Current.Offered,Energy.Active.Import.Register,Power.Active.Import,Power.Offered,Temperature,Voltage"}]
2024-03-30 23:24:22.889 INFO (MainThread) [ocpp] 1000: receive message [3,"33c0198a-0427-4939-9649-fee15568de55",{"status":"Accepted"}]
2024-03-30 23:24:22.891 INFO (MainThread) [ocpp] 1000: send [2,"0213ce14-7fa1-451e-b6ba-652e15bbe4d1","GetConfiguration",{"key":["MeterValueSampleInterval"]}]
2024-03-30 23:24:23.890 INFO (MainThread) [ocpp] 1000: receive message [3,"0213ce14-7fa1-451e-b6ba-652e15bbe4d1",{ "configurationKey": [ { "key": "MeterValueSampleInterval", "readonly": false, "value": "30" } ], "unknownKey": [ ] }]
2024-03-30 23:24:23.892 INFO (MainThread) [ocpp] 1000: send [2,"356f04fb-8f02-4007-a13c-9172baba5d7c","GetConfiguration",{"key":["ClockAlignedDataInterval"]}]
2024-03-30 23:24:24.890 INFO (MainThread) [ocpp] 1000: receive message [3,"356f04fb-8f02-4007-a13c-9172baba5d7c",{ "configurationKey": [ { "key": "ClockAlignedDataInterval", "readonly": false, "value": "30" } ], "unknownKey": [ ] }]
2024-03-30 23:24:24.893 INFO (MainThread) [ocpp] 1000: send [2,"01c5f362-26e2-4fd8-b8fc-8bbaa9cad675","GetConfiguration",{"key":["WebSocketPingInterval"]}]
2024-03-30 23:24:25.893 INFO (MainThread) [ocpp] 1000: receive message [3,"01c5f362-26e2-4fd8-b8fc-8bbaa9cad675",{ "configurationKey": [ { "key": "WebSocketPingInterval", "readonly": false, "value": "60" } ], "unknownKey": [ ] }]
2024-03-30 23:24:25.901 INFO (MainThread) [ocpp] 1000: send [2,"00c66b33-79f4-49ff-97f7-890e4f1d6089","ChangeAvailability",{"connectorId":0,"type":"Operative"}]
2024-03-30 23:24:26.891 INFO (MainThread) [ocpp] 1000: receive message [3,"00c66b33-79f4-49ff-97f7-890e4f1d6089",{"status":"Accepted"}]
2024-03-30 23:24:26.904 INFO (MainThread) [ocpp] 1000: send [2,"e803c0d6-dc84-43a1-b661-684df7ff00f5","TriggerMessage",{"requestedMessage":"BootNotification"}]
2024-03-30 23:24:27.893 INFO (MainThread) [ocpp] 1000: receive message [2,"4Yco7LRJ8eNaq24ejKT0CWh1dpzrkik3UZ3l","StatusNotification",{ "connectorId": 0, "errorCode": "NoError", "status": "Available", "timestamp": "2024-03-30T12:54:25.000Z", "vendorId": "StarCharge" }]
2024-03-30 23:24:27.894 INFO (MainThread) [ocpp] 1000: send [3,"4Yco7LRJ8eNaq24ejKT0CWh1dpzrkik3UZ3l",{}]

At this point it stops updating, no further OCPP messages logged.

drc38 commented 5 months ago

You can try using one of the ocpp services and see if the charger is still responsive.

Also check what is happening at the websocket level. https://github.com/lbbrhzn/ocpp/issues/1119#issuecomment-2024682181

callifo commented 5 months ago

Debugging + websockets

2024-04-03 17:05:07.108 INFO (MainThread) [custom_components.ocpp] Websocket Subprotocol matched: ocpp1.6
2024-04-03 17:05:07.108 INFO (MainThread) [custom_components.ocpp] Charger websocket path=/1000
2024-04-03 17:05:07.108 INFO (MainThread) [custom_components.ocpp] Charger 1000 connected to 0.0.0.0:8887.
2024-04-03 17:05:17.688 INFO (MainThread) [ocpp] 1000: send [2,"313d85bc-4d01-4b2b-aa24-146a6af98eaf","GetConfiguration",{"key":["SupportedFeatureProfiles"]}]
2024-04-03 17:05:18.350 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=605.0 ms
2024-04-03 17:05:18.351 INFO (MainThread) [ocpp] 1000: receive message [3,"313d85bc-4d01-4b2b-aa24-146a6af98eaf",{ "configurationKey": [ { "key": "SupportedFeatureProfiles", "readonly": true, "value": "Core,FirmwareManagement,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger" } ], "unknownKey": [ ] }]
2024-04-03 17:05:18.457 DEBUG (MainThread) [custom_components.ocpp] Feature profiles returned: Profiles.CORE|FW|SMART|RES|REM|AUTH
2024-04-03 17:05:18.459 INFO (MainThread) [ocpp] 1000: send [2,"3328987b-9807-46c0-896f-da9dc965d5cb","GetConfiguration",{"key":["NumberOfConnectors"]}]
2024-04-03 17:05:19.025 INFO (MainThread) [ocpp] 1000: receive message [3,"3328987b-9807-46c0-896f-da9dc965d5cb",{ "configurationKey": [ { "key": "NumberOfConnectors", "readonly": true, "value": "1" } ], "unknownKey": [ ] }]
2024-04-03 17:05:19.035 DEBUG (MainThread) [custom_components.ocpp] Get Configuration for NumberOfConnectors: 1
2024-04-03 17:05:19.036 INFO (MainThread) [ocpp] 1000: send [2,"d8ba51d7-04f4-46df-89b3-7aed59695bf2","GetConfiguration",{"key":["HeartbeatInterval"]}]
2024-04-03 17:05:20.372 INFO (MainThread) [ocpp] 1000: receive message [3,"d8ba51d7-04f4-46df-89b3-7aed59695bf2",{ "configurationKey": [ { "key": "HeartbeatInterval", "readonly": false, "value": "3600" } ], "unknownKey": [ ] }]
2024-04-03 17:05:20.375 DEBUG (MainThread) [custom_components.ocpp] Get Configuration for HeartbeatInterval: 3600
2024-04-03 17:05:20.375 DEBUG (MainThread) [custom_components.ocpp] '1000' trying measurand 'Current.Import'
2024-04-03 17:05:20.380 INFO (MainThread) [ocpp] 1000: send [2,"dab745fa-0673-4c77-9142-6e498618b04b","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Import"}]
2024-04-03 17:05:20.857 INFO (MainThread) [ocpp] 1000: receive message [3,"dab745fa-0673-4c77-9142-6e498618b04b",{"status":"Accepted"}]
2024-04-03 17:05:20.860 DEBUG (MainThread) [custom_components.ocpp] '1000' adding measurand 'Current.Import'
2024-04-03 17:05:20.861 DEBUG (MainThread) [custom_components.ocpp] '1000' trying measurand 'Current.Offered'
2024-04-03 17:05:20.862 INFO (MainThread) [ocpp] 1000: send [2,"4c1a5081-b3d1-4b3a-a703-a648454d9dc8","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Offered"}]
2024-04-03 17:05:21.715 INFO (MainThread) [ocpp] 1000: receive message [3,"4c1a5081-b3d1-4b3a-a703-a648454d9dc8",{"status":"Accepted"}]
2024-04-03 17:05:21.716 DEBUG (MainThread) [custom_components.ocpp] '1000' adding measurand 'Current.Offered'
2024-04-03 17:05:21.716 DEBUG (MainThread) [custom_components.ocpp] '1000' trying measurand 'Energy.Active.Import.Register'
2024-04-03 17:05:21.716 INFO (MainThread) [ocpp] 1000: send [2,"239068aa-1a49-4250-8305-969bfd287988","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Register"}]
2024-04-03 17:05:23.347 INFO (MainThread) [ocpp] 1000: receive message [3,"239068aa-1a49-4250-8305-969bfd287988",{"status":"Accepted"}]
2024-04-03 17:05:23.350 DEBUG (MainThread) [custom_components.ocpp] '1000' adding measurand 'Energy.Active.Import.Register'
2024-04-03 17:05:23.350 DEBUG (MainThread) [custom_components.ocpp] '1000' trying measurand 'Power.Active.Import'
2024-04-03 17:05:23.351 INFO (MainThread) [ocpp] 1000: send [2,"7dc365da-5009-4d8d-8ee3-5f91ca3da1a6","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Active.Import"}]
2024-04-03 17:05:24.044 INFO (MainThread) [ocpp] 1000: receive message [3,"7dc365da-5009-4d8d-8ee3-5f91ca3da1a6",{"status":"Accepted"}]
2024-04-03 17:05:24.136 DEBUG (MainThread) [custom_components.ocpp] '1000' adding measurand 'Power.Active.Import'
2024-04-03 17:05:24.136 DEBUG (MainThread) [custom_components.ocpp] '1000' trying measurand 'Power.Offered'
2024-04-03 17:05:24.137 INFO (MainThread) [ocpp] 1000: send [2,"a051d911-3f25-4db7-994b-c698ff99a5e5","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Offered"}]
2024-04-03 17:05:25.390 INFO (MainThread) [ocpp] 1000: receive message [3,"a051d911-3f25-4db7-994b-c698ff99a5e5",{"status":"Accepted"}]
2024-04-03 17:05:25.417 DEBUG (MainThread) [custom_components.ocpp] '1000' adding measurand 'Power.Offered'
2024-04-03 17:05:25.417 DEBUG (MainThread) [custom_components.ocpp] '1000' trying measurand 'Temperature'
2024-04-03 17:05:25.417 INFO (MainThread) [ocpp] 1000: send [2,"0df2f4ce-24c7-483f-9763-db5685758d81","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Temperature"}]
2024-04-03 17:05:26.200 INFO (MainThread) [ocpp] 1000: receive message [3,"0df2f4ce-24c7-483f-9763-db5685758d81",{"status":"Accepted"}]
2024-04-03 17:05:26.251 DEBUG (MainThread) [custom_components.ocpp] '1000' adding measurand 'Temperature'
2024-04-03 17:05:26.251 DEBUG (MainThread) [custom_components.ocpp] '1000' trying measurand 'Voltage'
2024-04-03 17:05:26.251 INFO (MainThread) [ocpp] 1000: send [2,"2ac4cd8f-6c6f-4718-b1dc-12e3938f0a03","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Voltage"}]
2024-04-03 17:05:27.381 INFO (MainThread) [ocpp] 1000: receive message [3,"2ac4cd8f-6c6f-4718-b1dc-12e3938f0a03",{"status":"Accepted"}]
2024-04-03 17:05:27.442 DEBUG (MainThread) [custom_components.ocpp] '1000' adding measurand 'Voltage'
2024-04-03 17:05:27.442 DEBUG (MainThread) [custom_components.ocpp] '1000' allowed measurands 'Current.Import,Current.Offered,Energy.Active.Import.Register,Power.Active.Import,Power.Offered,Temperature,Voltage'
2024-04-03 17:05:27.443 INFO (MainThread) [ocpp] 1000: send [2,"d777a8bd-956a-4fe7-9eb4-680ada858de8","GetConfiguration",{"key":["MeterValuesSampledData"]}]
2024-04-03 17:05:30.913 INFO (MainThread) [ocpp] 1000: receive message [3,"d777a8bd-956a-4fe7-9eb4-680ada858de8",{ "configurationKey": [ { "key": "MeterValuesSampledData", "readonly": false, "value": "Voltage" } ], "unknownKey": [ ] }]
2024-04-03 17:05:30.970 INFO (MainThread) [ocpp] 1000: send [2,"9e5956aa-1cf3-4a92-af5e-e2a2c4f3b4fe","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Import,Current.Offered,Energy.Active.Import.Register,Power.Active.Import,Power.Offered,Temperature,Voltage"}]
2024-04-03 17:05:31.052 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=827.0 ms
2024-04-03 17:05:32.787 INFO (MainThread) [ocpp] 1000: receive message [3,"9e5956aa-1cf3-4a92-af5e-e2a2c4f3b4fe",{"status":"Accepted"}]
2024-04-03 17:05:32.839 INFO (MainThread) [ocpp] 1000: send [2,"52959d90-f829-4e97-ac8c-e5bef20b6dcc","GetConfiguration",{"key":["MeterValueSampleInterval"]}]
2024-04-03 17:05:33.071 INFO (MainThread) [ocpp] 1000: receive message [2,"xjbQvikLGShOGA7qreVB0wXmsU8WIxPEeyaW","MeterValues",{ "connectorId": 1, "meterValue": [ { "timestamp": "2024-04-03T06:35:00.000Z", "sampledValue": [ {"value": "239.3", "context": "Sample.Clock", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Clock", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Clock", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Clock", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "223710", "context": "Sample.Clock", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
2024-04-03 17:05:33.078 DEBUG (MainThread) [custom_components.ocpp] Energy.Meter.Start was None, restored value=215.6 from HA.
2024-04-03 17:05:33.078 DEBUG (MainThread) [custom_components.ocpp] Transaction.Id was None, restored value=1712116245 from HA.
2024-04-03 17:05:33.078 DEBUG (MainThread) [custom_components.ocpp] process_phases: metric: Voltage, phase_info: {'unit': 'V', 'L1': 239.3} value: 239.300000 unit :V
2024-04-03 17:05:33.078 DEBUG (MainThread) [custom_components.ocpp] process_phases: metric: Current.Import, phase_info: {'unit': 'A', 'L1': 0.01} value: 0.010000 unit :A
2024-04-03 17:05:33.081 INFO (MainThread) [ocpp] 1000: send [3,"xjbQvikLGShOGA7qreVB0wXmsU8WIxPEeyaW",{}]
2024-04-03 17:05:34.088 INFO (MainThread) [ocpp] 1000: receive message [3,"52959d90-f829-4e97-ac8c-e5bef20b6dcc",{ "configurationKey": [ { "key": "MeterValueSampleInterval", "readonly": false, "value": "30" } ], "unknownKey": [ ] }]
2024-04-03 17:05:34.123 INFO (MainThread) [ocpp] 1000: send [2,"3bcbfe04-3556-416a-8508-29be37f05c78","GetConfiguration",{"key":["ClockAlignedDataInterval"]}]
2024-04-03 17:05:35.039 INFO (MainThread) [ocpp] 1000: receive message [2,"IgRwpKo6VM6X6O1auxZetEjadyN7t9eaDSsP","StatusNotification",{ "connectorId": 1, "errorCode": "NoError", "status": "Finishing", "timestamp": "2024-04-03T06:35:32.000Z", "vendorId": "StarCharge", "vendorErrorCode": "" }]
2024-04-03 17:05:35.045 INFO (MainThread) [ocpp] 1000: send [3,"IgRwpKo6VM6X6O1auxZetEjadyN7t9eaDSsP",{}]
2024-04-03 17:05:36.685 INFO (MainThread) [ocpp] 1000: receive message [2,"sG1WPuOg5wg7gybAUX9EToJADYxhTjEAn2Sz","StatusNotification",{ "connectorId": 0, "errorCode": "NoError", "status": "Available", "timestamp": "2024-04-03T06:35:32.000Z", "vendorId": "StarCharge" }]
2024-04-03 17:05:36.687 INFO (MainThread) [ocpp] 1000: send [3,"sG1WPuOg5wg7gybAUX9EToJADYxhTjEAn2Sz",{}]
2024-04-03 17:05:41.055 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=1.0 ms
2024-04-03 17:05:51.058 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:06:02.697 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=488.0 ms
2024-04-03 17:06:02.700 INFO (MainThread) [ocpp] 1000: receive message [2,"mez4CeiYQDgCsjt9DzZXGbJx9uSVWj4XcGn1","MeterValues",{ "connectorId": 1, "meterValue": [ { "timestamp": "2024-04-03T06:35:30.000Z", "sampledValue": [ {"value": "239.7", "context": "Sample.Clock", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Clock", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Clock", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Clock", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "223710", "context": "Sample.Clock", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
2024-04-03 17:06:02.707 DEBUG (MainThread) [custom_components.ocpp] process_phases: metric: Voltage, phase_info: {'unit': 'V', 'L1': 239.7} value: 239.700000 unit :V
2024-04-03 17:06:02.707 DEBUG (MainThread) [custom_components.ocpp] process_phases: metric: Current.Import, phase_info: {'unit': 'A', 'L1': 0.01} value: 0.010000 unit :A
2024-04-03 17:06:02.708 INFO (MainThread) [ocpp] 1000: send [3,"mez4CeiYQDgCsjt9DzZXGbJx9uSVWj4XcGn1",{}]
2024-04-03 17:06:04.131 DEBUG (MainThread) [custom_components.ocpp] Closing websocket to '1000'
2024-04-03 17:06:04.136 INFO (MainThread) [custom_components.ocpp] Charger 1000 disconnected from 0.0.0.0:8887.
2024-04-03 17:06:07.146 INFO (MainThread) [custom_components.ocpp] Websocket Subprotocol matched: ocpp1.6
2024-04-03 17:06:07.146 INFO (MainThread) [custom_components.ocpp] Charger websocket path=/1000
2024-04-03 17:06:07.146 INFO (MainThread) [custom_components.ocpp] Charger 1000 reconnected to 0.0.0.0:8887.
2024-04-03 17:06:07.146 DEBUG (MainThread) [custom_components.ocpp] Reconnect websocket to 1000
2024-04-03 17:06:09.150 INFO (MainThread) [ocpp] 1000: send [2,"2dffff8d-2b73-4f90-9593-f8f6bbe4f128","GetConfiguration",{"key":["SupportedFeatureProfiles"]}]
2024-04-03 17:06:10.167 INFO (MainThread) [ocpp] 1000: receive message [3,"2dffff8d-2b73-4f90-9593-f8f6bbe4f128",{ "configurationKey": [ { "key": "SupportedFeatureProfiles", "readonly": true, "value": "Core,FirmwareManagement,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger" } ], "unknownKey": [ ] }]
2024-04-03 17:06:10.170 DEBUG (MainThread) [custom_components.ocpp] Feature profiles returned: Profiles.CORE|FW|SMART|RES|REM|AUTH
2024-04-03 17:06:10.171 INFO (MainThread) [ocpp] 1000: send [2,"97def3ae-781b-4464-ba4a-8cd1998af242","GetConfiguration",{"key":["NumberOfConnectors"]}]
2024-04-03 17:06:11.181 INFO (MainThread) [ocpp] 1000: receive message [3,"97def3ae-781b-4464-ba4a-8cd1998af242",{ "configurationKey": [ { "key": "NumberOfConnectors", "readonly": true, "value": "1" } ], "unknownKey": [ ] }]
2024-04-03 17:06:11.184 DEBUG (MainThread) [custom_components.ocpp] Get Configuration for NumberOfConnectors: 1
2024-04-03 17:06:11.185 INFO (MainThread) [ocpp] 1000: send [2,"ceb9b107-1120-4be5-b668-11a0bd3faab5","GetConfiguration",{"key":["HeartbeatInterval"]}]
2024-04-03 17:06:12.203 INFO (MainThread) [ocpp] 1000: receive message [3,"ceb9b107-1120-4be5-b668-11a0bd3faab5",{ "configurationKey": [ { "key": "HeartbeatInterval", "readonly": false, "value": "3600" } ], "unknownKey": [ ] }]
2024-04-03 17:06:12.205 DEBUG (MainThread) [custom_components.ocpp] Get Configuration for HeartbeatInterval: 3600
2024-04-03 17:06:12.206 DEBUG (MainThread) [custom_components.ocpp] '1000' trying measurand 'Current.Import'
2024-04-03 17:06:12.207 INFO (MainThread) [ocpp] 1000: send [2,"ab674f37-87c7-49e6-aa13-0b59a2ba740f","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Import"}]
2024-04-03 17:06:13.333 INFO (MainThread) [ocpp] 1000: receive message [3,"ab674f37-87c7-49e6-aa13-0b59a2ba740f",{"status":"Accepted"}]
2024-04-03 17:06:13.336 DEBUG (MainThread) [custom_components.ocpp] '1000' adding measurand 'Current.Import'
2024-04-03 17:06:13.336 DEBUG (MainThread) [custom_components.ocpp] '1000' trying measurand 'Current.Offered'
2024-04-03 17:06:13.337 INFO (MainThread) [ocpp] 1000: send [2,"329ad269-06d8-46e0-a84e-7bf45039e1f7","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Offered"}]
2024-04-03 17:06:14.427 INFO (MainThread) [ocpp] 1000: receive message [3,"329ad269-06d8-46e0-a84e-7bf45039e1f7",{"status":"Accepted"}]
2024-04-03 17:06:14.428 DEBUG (MainThread) [custom_components.ocpp] '1000' adding measurand 'Current.Offered'
2024-04-03 17:06:14.428 DEBUG (MainThread) [custom_components.ocpp] '1000' trying measurand 'Energy.Active.Import.Register'
2024-04-03 17:06:14.429 INFO (MainThread) [ocpp] 1000: send [2,"f8cf2d62-30e0-42db-b14d-d825a7b91242","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Register"}]
2024-04-03 17:06:15.539 INFO (MainThread) [ocpp] 1000: receive message [3,"f8cf2d62-30e0-42db-b14d-d825a7b91242",{"status":"Accepted"}]
2024-04-03 17:06:15.540 DEBUG (MainThread) [custom_components.ocpp] '1000' adding measurand 'Energy.Active.Import.Register'
2024-04-03 17:06:15.540 DEBUG (MainThread) [custom_components.ocpp] '1000' trying measurand 'Power.Active.Import'
2024-04-03 17:06:15.541 INFO (MainThread) [ocpp] 1000: send [2,"d0e2bb2d-4280-4233-8706-c3d137fbcbd5","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Active.Import"}]
2024-04-03 17:06:16.636 INFO (MainThread) [ocpp] 1000: receive message [3,"d0e2bb2d-4280-4233-8706-c3d137fbcbd5",{"status":"Accepted"}]
2024-04-03 17:06:16.638 DEBUG (MainThread) [custom_components.ocpp] '1000' adding measurand 'Power.Active.Import'
2024-04-03 17:06:16.638 DEBUG (MainThread) [custom_components.ocpp] '1000' trying measurand 'Power.Offered'
2024-04-03 17:06:16.639 INFO (MainThread) [ocpp] 1000: send [2,"08510408-9e08-4edb-acdf-f4466ff9ad71","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Offered"}]
2024-04-03 17:06:17.152 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=1.0 ms
2024-04-03 17:06:17.154 INFO (MainThread) [ocpp] 1000: receive message [3,"08510408-9e08-4edb-acdf-f4466ff9ad71",{"status":"Accepted"}]
2024-04-03 17:06:17.155 DEBUG (MainThread) [custom_components.ocpp] '1000' adding measurand 'Power.Offered'
2024-04-03 17:06:17.155 DEBUG (MainThread) [custom_components.ocpp] '1000' trying measurand 'Temperature'
2024-04-03 17:06:17.156 INFO (MainThread) [ocpp] 1000: send [2,"ba83764e-b777-4b33-bfc5-f87c7c43c052","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Temperature"}]
2024-04-03 17:06:17.706 INFO (MainThread) [ocpp] 1000: receive message [3,"ba83764e-b777-4b33-bfc5-f87c7c43c052",{"status":"Accepted"}]
2024-04-03 17:06:17.707 DEBUG (MainThread) [custom_components.ocpp] '1000' adding measurand 'Temperature'
2024-04-03 17:06:17.707 DEBUG (MainThread) [custom_components.ocpp] '1000' trying measurand 'Voltage'
2024-04-03 17:06:17.708 INFO (MainThread) [ocpp] 1000: send [2,"c9819e5d-f225-49ba-a36b-91267d3539e8","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Voltage"}]
2024-04-03 17:06:18.706 INFO (MainThread) [ocpp] 1000: receive message [3,"c9819e5d-f225-49ba-a36b-91267d3539e8",{"status":"Accepted"}]
2024-04-03 17:06:18.707 DEBUG (MainThread) [custom_components.ocpp] '1000' adding measurand 'Voltage'
2024-04-03 17:06:18.707 DEBUG (MainThread) [custom_components.ocpp] '1000' allowed measurands 'Current.Import,Current.Offered,Energy.Active.Import.Register,Power.Active.Import,Power.Offered,Temperature,Voltage'
2024-04-03 17:06:18.708 INFO (MainThread) [ocpp] 1000: send [2,"fe146424-2c66-40c5-a342-6b5719bdfd6b","GetConfiguration",{"key":["MeterValuesSampledData"]}]
2024-04-03 17:06:19.706 INFO (MainThread) [ocpp] 1000: receive message [3,"fe146424-2c66-40c5-a342-6b5719bdfd6b",{ "configurationKey": [ { "key": "MeterValuesSampledData", "readonly": false, "value": "Voltage" } ], "unknownKey": [ ] }]
2024-04-03 17:06:19.708 INFO (MainThread) [ocpp] 1000: send [2,"e330d3c4-7b87-4467-b329-e31dc0cae451","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Import,Current.Offered,Energy.Active.Import.Register,Power.Active.Import,Power.Offered,Temperature,Voltage"}]
2024-04-03 17:06:20.707 INFO (MainThread) [ocpp] 1000: receive message [3,"e330d3c4-7b87-4467-b329-e31dc0cae451",{"status":"Accepted"}]
2024-04-03 17:06:20.708 INFO (MainThread) [ocpp] 1000: send [2,"76cb3806-362d-4fa6-98a8-05400dad89d7","GetConfiguration",{"key":["MeterValueSampleInterval"]}]
2024-04-03 17:06:21.708 INFO (MainThread) [ocpp] 1000: receive message [3,"76cb3806-362d-4fa6-98a8-05400dad89d7",{ "configurationKey": [ { "key": "MeterValueSampleInterval", "readonly": false, "value": "30" } ], "unknownKey": [ ] }]
2024-04-03 17:06:21.710 INFO (MainThread) [ocpp] 1000: send [2,"d182c648-da24-4997-ac76-a5b6d3f2650c","GetConfiguration",{"key":["ClockAlignedDataInterval"]}]
2024-04-03 17:06:22.708 INFO (MainThread) [ocpp] 1000: receive message [3,"d182c648-da24-4997-ac76-a5b6d3f2650c",{ "configurationKey": [ { "key": "ClockAlignedDataInterval", "readonly": false, "value": "30" } ], "unknownKey": [ ] }]
2024-04-03 17:06:22.711 DEBUG (MainThread) [custom_components.ocpp] '1000' post connection setup completed successfully
2024-04-03 17:06:22.712 INFO (MainThread) [ocpp] 1000: send [2,"f6cce543-782e-4c57-bad4-3c83f7293c63","GetConfiguration",{"key":["WebSocketPingInterval"]}]
2024-04-03 17:06:23.708 INFO (MainThread) [ocpp] 1000: receive message [3,"f6cce543-782e-4c57-bad4-3c83f7293c63",{ "configurationKey": [ { "key": "WebSocketPingInterval", "readonly": false, "value": "60" } ], "unknownKey": [ ] }]
2024-04-03 17:06:23.711 INFO (MainThread) [ocpp] 1000: send [2,"3838965f-37b8-4b5b-9b12-0addc447a95b","ChangeAvailability",{"connectorId":0,"type":"Operative"}]
2024-04-03 17:06:24.709 INFO (MainThread) [ocpp] 1000: receive message [3,"3838965f-37b8-4b5b-9b12-0addc447a95b",{"status":"Accepted"}]
2024-04-03 17:06:24.714 INFO (MainThread) [ocpp] 1000: send [2,"dc581a66-730e-4884-98d1-b5c831d50fd0","TriggerMessage",{"requestedMessage":"BootNotification"}]
2024-04-03 17:06:25.709 INFO (MainThread) [ocpp] 1000: receive message [2,"SLPsY0eiqwkVs5XResWERsqicZ0xrKi0JlXU","StatusNotification",{ "connectorId": 0, "errorCode": "NoError", "status": "Available", "timestamp": "2024-04-03T06:36:23.000Z", "vendorId": "StarCharge" }]
2024-04-03 17:06:25.711 INFO (MainThread) [ocpp] 1000: send [3,"SLPsY0eiqwkVs5XResWERsqicZ0xrKi0JlXU",{}]
2024-04-03 17:06:27.157 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=1.0 ms, pong=3.0 ms
2024-04-03 17:06:37.161 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:06:47.164 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:06:54.715 DEBUG (MainThread) [custom_components.ocpp] Closing websocket to '1000'
2024-04-03 17:06:54.721 INFO (MainThread) [custom_components.ocpp] Charger 1000 disconnected from 0.0.0.0:8887.
2024-04-03 17:06:57.729 INFO (MainThread) [custom_components.ocpp] Websocket Subprotocol matched: ocpp1.6
2024-04-03 17:06:57.729 INFO (MainThread) [custom_components.ocpp] Charger websocket path=/1000
2024-04-03 17:06:57.729 INFO (MainThread) [custom_components.ocpp] Charger 1000 reconnected to 0.0.0.0:8887.
2024-04-03 17:06:57.729 DEBUG (MainThread) [custom_components.ocpp] Reconnect websocket to 1000
2024-04-03 17:07:07.737 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:07:17.740 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:07:27.745 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:07:37.749 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:07:47.753 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:07:57.756 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:08:07.760 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:08:17.764 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:08:27.767 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:08:37.770 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:08:47.773 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:08:57.777 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:09:07.782 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:09:17.786 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=3.0 ms
2024-04-03 17:09:27.790 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:09:37.794 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:09:47.799 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=3.0 ms
2024-04-03 17:09:57.803 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=3.0 ms
2024-04-03 17:10:07.808 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=2.0 ms, pong=1.0 ms
2024-04-03 17:10:17.812 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=1.0 ms, pong=3.0 ms
2024-04-03 17:10:27.816 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=1.0 ms, pong=2.0 ms
2024-04-03 17:10:37.819 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:10:47.823 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:10:57.840 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=16.0 ms
2024-04-03 17:11:07.844 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:11:07.844 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:11:17.847 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:11:27.851 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:11:37.854 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:11:47.858 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=3.0 ms
2024-04-03 17:11:57.863 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=3.0 ms
2024-04-03 17:12:07.866 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:12:17.869 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:12:27.873 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:12:37.877 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:12:47.881 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:12:57.884 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:13:07.887 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:13:17.892 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=3.0 ms
2024-04-03 17:13:27.896 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:13:37.900 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:13:47.903 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:13:57.907 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:14:07.912 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:14:17.916 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:14:27.919 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:14:37.922 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
callifo commented 5 months ago

Seems like it dies right after

2024-04-03 17:06:24.714 INFO (MainThread) [ocpp] 1000: send [2,"dc581a66-730e-4884-98d1-b5c831d50fd0","TriggerMessage",{"requestedMessage":"BootNotification"}]
2024-04-03 17:06:25.709 INFO (MainThread) [ocpp] 1000: receive message [2,"SLPsY0eiqwkVs5XResWERsqicZ0xrKi0JlXU","StatusNotification",{ "connectorId": 0, "errorCode": "NoError", "status": "Available", "timestamp": "2024-04-03T06:36:23.000Z", "vendorId": "StarCharge" }]
2024-04-03 17:06:25.711 INFO (MainThread) [ocpp] 1000: send [3,"SLPsY0eiqwkVs5XResWERsqicZ0xrKi0JlXU",{}]
2024-04-03 17:06:27.157 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=1.0 ms, pong=3.0 ms
2024-04-03 17:06:37.161 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:06:47.164 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:06:54.715 DEBUG (MainThread) [custom_components.ocpp] Closing websocket to '1000'
2024-04-03 17:06:54.721 INFO (MainThread) [custom_components.ocpp] Charger 1000 disconnected from 0.0.0.0:8887.
2024-04-03 17:06:57.729 INFO (MainThread) [custom_components.ocpp] Websocket Subprotocol matched: ocpp1.6
2024-04-03 17:06:57.729 INFO (MainThread) [custom_components.ocpp] Charger websocket path=/1000
2024-04-03 17:06:57.729 INFO (MainThread) [custom_components.ocpp] Charger 1000 reconnected to 0.0.0.0:8887.
2024-04-03 17:06:57.729 DEBUG (MainThread) [custom_components.ocpp] Reconnect websocket to 1000
2024-04-03 17:07:07.737 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms

Although ping pong's are still going.

Sent this through Services,

service: ocpp.get_configuration
data:
  ocpp_key: WebSocketPingInterval

No response,

2024-04-03 17:17:45.938 INFO (MainThread) [ocpp] 1000: send [2,"77a4625c-9d14-4475-9beb-38344583b57e","GetConfiguration",{"key":["WebSocketPingInterval"]}]
2024-04-03 17:18:15.942 ERROR (MainThread) [homeassistant.helpers.script.websocket_api_script] websocket_api script: Error executing script. Unexpected error for call_service at pos 1: Waited 30s for response on [2,"77a4625c-9d14-4475-9beb-38344583b57e","GetConfiguration",{"key":["WebSocketPingInterval"]}].
Traceback (most recent call last):
  File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for
    return await fut
           ^^^^^^^^^
  File "/usr/local/lib/python3.12/asyncio/queues.py", line 158, in get
    await getter
asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/srv/homeassistant_p3_12/lib/python3.12/site-packages/ocpp/charge_point.py", line 327, in call
    response = await self._get_specific_response(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/homeassistant/.homeassistant/custom_components/ocpp/api.py", line 958, in _get_specific_response
    resp = await super()._get_specific_response(unique_id, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/homeassistant_p3_12/lib/python3.12/site-packages/ocpp/charge_point.py", line 361, in _get_specific_response
    response = await asyncio.wait_for(self._response_queue.get(), timeout)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for
    async with timeouts.timeout(timeout):
  File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
    raise TimeoutError from exc_val
TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/srv/homeassistant_p3_12/lib/python3.12/site-packages/homeassistant/helpers/script.py", line 485, in _async_step
    await getattr(self, handler)()
  File "/srv/homeassistant_p3_12/lib/python3.12/site-packages/homeassistant/helpers/script.py", line 723, in _async_call_service_step
    response_data = await self._async_run_long_action(
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/homeassistant_p3_12/lib/python3.12/site-packages/homeassistant/helpers/script.py", line 685, in _async_run_long_action
    return long_task.result()
           ^^^^^^^^^^^^^^^^^^
  File "/srv/homeassistant_p3_12/lib/python3.12/site-packages/homeassistant/core.py", line 2279, in async_call
    response_data = await coro
                    ^^^^^^^^^^
  File "/srv/homeassistant_p3_12/lib/python3.12/site-packages/homeassistant/core.py", line 2316, in _execute_service
    return await target(service_call)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/homeassistant/.homeassistant/custom_components/ocpp/api.py", line 417, in handle_get_configuration
    await self.get_configuration(key)
  File "/home/homeassistant/.homeassistant/custom_components/ocpp/api.py", line 893, in get_configuration
    resp = await self.call(req)
           ^^^^^^^^^^^^^^^^^^^^
  File "/srv/homeassistant_p3_12/lib/python3.12/site-packages/ocpp/charge_point.py", line 331, in call
    raise asyncio.TimeoutError(
TimeoutError: Waited 30s for response on [2,"77a4625c-9d14-4475-9beb-38344583b57e","GetConfiguration",{"key":["WebSocketPingInterval"]}].
2024-04-03 17:18:15.969 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [140109469919424] Error handling message: Timeout (timeout) Nick from 192.168.10.100 (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0)

button.charger_reset still works though despite this error,

2024-04-03 17:22:02.817 INFO (MainThread) [ocpp] 1000: send [2,"034c27e7-5f00-4aad-9aac-ff5c60091d02","Reset",{"type":"Hard"}]
2024-04-03 17:22:18.417 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=10000 ms
2024-04-03 17:22:32.821 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [140109469919424] Waited 30s for response on [2,"034c27e7-5f00-4aad-9aac-ff5c60091d02","Reset",{"type":"Hard"}].
Traceback (most recent call last):
  File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for
    return await fut
           ^^^^^^^^^
  File "/usr/local/lib/python3.12/asyncio/queues.py", line 158, in get
    await getter
asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/srv/homeassistant_p3_12/lib/python3.12/site-packages/ocpp/charge_point.py", line 327, in call
    response = await self._get_specific_response(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/homeassistant/.homeassistant/custom_components/ocpp/api.py", line 958, in _get_specific_response
    resp = await super()._get_specific_response(unique_id, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/homeassistant_p3_12/lib/python3.12/site-packages/ocpp/charge_point.py", line 361, in _get_specific_response
    response = await asyncio.wait_for(self._response_queue.get(), timeout)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for
    async with timeouts.timeout(timeout):
  File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
    raise TimeoutError from exc_val
TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/srv/homeassistant_p3_12/lib/python3.12/site-packages/homeassistant/components/websocket_api/commands.py", line 240, in handle_call_service
    response = await hass.services.async_call(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/homeassistant_p3_12/lib/python3.12/site-packages/homeassistant/core.py", line 2279, in async_call
    response_data = await coro
                    ^^^^^^^^^^
  File "/srv/homeassistant_p3_12/lib/python3.12/site-packages/homeassistant/core.py", line 2316, in _execute_service
    return await target(service_call)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/homeassistant_p3_12/lib/python3.12/site-packages/homeassistant/helpers/service.py", line 892, in entity_service_call
    single_response = await _handle_entity_call(
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/homeassistant_p3_12/lib/python3.12/site-packages/homeassistant/helpers/service.py", line 962, in _handle_entity_call
    result = await task
             ^^^^^^^^^^
  File "/srv/homeassistant_p3_12/lib/python3.12/site-packages/homeassistant/components/button/__init__.py", line 139, in _async_press_action
    await self.async_press()
  File "/home/homeassistant/.homeassistant/custom_components/ocpp/button.py", line 91, in async_press
    await self.central_system.set_charger_state(
  File "/home/homeassistant/.homeassistant/custom_components/ocpp/api.py", line 314, in set_charger_state
    resp = await self.charge_points[cp_id].reset()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/homeassistant/.homeassistant/custom_components/ocpp/api.py", line 805, in reset
    resp = await self.call(req)
           ^^^^^^^^^^^^^^^^^^^^
  File "/srv/homeassistant_p3_12/lib/python3.12/site-packages/ocpp/charge_point.py", line 331, in call
    raise asyncio.TimeoutError(
TimeoutError: Waited 30s for response on [2,"034c27e7-5f00-4aad-9aac-ff5c60091d02","Reset",{"type":"Hard"}].
2024-04-03 17:22:38.420 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=10000 ms

This notification appears in HA, and the charger does reboot

Ocpp integration
Charger 1000 rebooted

Charger can also send boot messages to HA and it works fine,

2024-04-03 17:23:11.740 INFO (MainThread) [ocpp] 1000: receive message [2,"gMgjRmXZO0xCn42hnFB5pzKc9yhJKJZR5gYv","BootNotification",{ "chargePointVendor": "StarCharge", "chargePointModel": "Aurora", "chargePointSerialNumber": "1000", "firmwareVersion": "1.0.0.0.7b107_MG", "iccid": "", "imsi": "" }]
2024-04-03 17:23:11.743 DEBUG (MainThread) [custom_components.ocpp] Received boot notification for 1000: {'charge_point_vendor': 'StarCharge', 'charge_point_model': 'Aurora', 'charge_point_serial_number': '1000', 'firmware_version': '1.0.0.0.7b107_MG', 'iccid': '', 'imsi': ''}
drc38 commented 5 months ago

Very strange, looks like an issue at the charger end. You can try the diagnostic service to see if the charger is logging information that may help understand what's going on.

callifo commented 5 months ago

This appears to be the valid section, though I dont find it particularly readable. Note the charger does not support 1/2hr timezones so its 30 minutes behind HA logs.

2024-04-03T16:35:36+0900 [ocpp] net_interface nums: 4
Interface:    eth0   IP:  192.168.100.79     
Interface:  eth0:1   IP:  192.168.88.206     
Interface:   wlan0   IP:   192.168.1.136     
ICCID=+CME ERROR: SIM failure
AutoConnect=TRUE
Online=FALSE
Carrier=
APN=
RetryTimes=0

2024-04-03T16:35:38+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:35:38+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:35:46+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:35:46+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:35:55+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:35:55+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:36:00+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:36:00+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:36:00+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 5D 09 01 00 00 00 00 00 2E 00 01 5D 09 01 00 00 00 00 00 00 00 00 00 00 00 3B 9B 
2024-04-03T16:36:01+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 5D 00 01 00 00 00 00 00 00 00 00 00 09 5D 00 01 00 00 00 00 2E 01 00 00 D6 84 
2024-04-03T16:36:01+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:239.7,AC_current_A:0.01,MaxPowerOffered:0,temperature:46,soc:0,AC_Power:2
2024-04-03T16:36:01+0900 [ocpp] =>CSMS:[2,"mez4CeiYQDgCsjt9DzZXGbJx9uSVWj4XcGn1","MeterValues",{ "connectorId": 1, "meterValue": [ { "timestamp": "2024-04-03T06:35:30.000Z", "sampledValue": [ {"value": "239.7", "context": "Sample.Clock", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Clock", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Clock", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Clock", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "223710", "context": "Sample.Clock", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
2024-04-03T16:36:01+0900 [comproc] <=pwrboard:BB 19 20 01 0B 01 01 06 00 00 00 00 00 09 2E 25 23 E1 
2024-04-03T16:36:01+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:36:01+0900 [comproc]  inside error test : board warnning RelayAdhesion error 

2024-04-03T16:36:01+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:36:01+0900 [comproc]  boardtemp = 46, conntemp = 37 ;

2024-04-03T16:36:01+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:36:01+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:36:01+0900 [ocpp] <=Dbus:FF 6A A6 19 20 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 6A BB 
2024-04-03T16:36:01+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:36:01+0900 [comproc] =>pwrboard:AA 96 D8 2C 04 00 00 00 00 70 AB 
2024-04-03T16:36:01+0900 [ocpp] =>Dbus:FF 6A A6 96 D8 00 06 [00 2D] 00 00 49 89 
2024-04-03T16:36:01+0900 [comproc] =>pwrboard:AA 19 20 01 04 01 03 E7 01 2E E7 
2024-04-03T16:36:01+0900 [ocpp] =>Dbus:FF 6A A6 19 20 00 04 [00 01] D4 03 
2024-04-03T16:36:01+0900 [ocpp] <=Dbus:FF 6A A6 17 52 00 04 [50 09] 37 07 
2024-04-03T16:36:02+0900 [ocpp] <=CSMS:[3,"mez4CeiYQDgCsjt9DzZXGbJx9uSVWj4XcGn1",{}]
2024-04-03T16:36:03+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:36:03+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:36:03+0900 [ocpp] <=CSMS:[99,"Proprietary Protocol","Connection",{"connectionStatus":0}]
2024-04-03T16:36:03+0900 [ocpp] -------------Disconnect from the server----------------
2024-04-03T16:36:06+0900 [ocpp] <=CSMS:[99,"Proprietary Protocol","Connection",{"connectionStatus":1}]
2024-04-03T16:36:06+0900 [ocpp] -------------Connect with server success----------------
2024-04-03T16:36:08+0900 [ocpp] <=CSMS:[2,"2dffff8d-2b73-4f90-9593-f8f6bbe4f128","GetConfiguration",{"key":["SupportedFeatureProfiles"]}]
2024-04-03T16:36:08+0900 [ocpp] =>CSMS:[3,"2dffff8d-2b73-4f90-9593-f8f6bbe4f128",{ "configurationKey": [ { "key": "SupportedFeatureProfiles", "readonly": true, "value": "Core,FirmwareManagement,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger" } ], "unknownKey": [ ] }]
2024-04-03T16:36:09+0900 [ocpp] <=CSMS:[2,"97def3ae-781b-4464-ba4a-8cd1998af242","GetConfiguration",{"key":["NumberOfConnectors"]}]
2024-04-03T16:36:09+0900 [ocpp] =>CSMS:[3,"97def3ae-781b-4464-ba4a-8cd1998af242",{ "configurationKey": [ { "key": "NumberOfConnectors", "readonly": true, "value": "1" } ], "unknownKey": [ ] }]
2024-04-03T16:36:10+0900 [ocpp] <=CSMS:[2,"ceb9b107-1120-4be5-b668-11a0bd3faab5","GetConfiguration",{"key":["HeartbeatInterval"]}]
2024-04-03T16:36:10+0900 [ocpp] =>CSMS:[3,"ceb9b107-1120-4be5-b668-11a0bd3faab5",{ "configurationKey": [ { "key": "HeartbeatInterval", "readonly": false, "value": "3600" } ], "unknownKey": [ ] }]
2024-04-03T16:36:11+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:36:11+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:36:11+0900 [ocpp] <=CSMS:[2,"ab674f37-87c7-49e6-aa13-0b59a2ba740f","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Import"}]
2024-04-03T16:36:11+0900 [ocpp] Key:MeterValuesSampledData READonly:false
2024-04-03T16:36:11+0900 [ocpp] MeterValuesSampledData -- Energy.Active.Import.Register: [1], voltage: [0], Current.Import: [1], Power.Active.Import: [0], Temperature: [0], SoC: [0], Power.Offered: [0], Current.Offered: [0]
2024-04-03T16:36:11+0900 [ocpp] =>CSMS:[3,"ab674f37-87c7-49e6-aa13-0b59a2ba740f",{"status":"Accepted"}]
2024-04-03T16:36:12+0900 [ocpp] <=CSMS:[2,"329ad269-06d8-46e0-a84e-7bf45039e1f7","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Offered"}]
2024-04-03T16:36:12+0900 [ocpp] Key:MeterValuesSampledData READonly:false
2024-04-03T16:36:12+0900 [ocpp] MeterValuesSampledData -- Energy.Active.Import.Register: [1], voltage: [0], Current.Import: [0], Power.Active.Import: [0], Temperature: [0], SoC: [0], Power.Offered: [0], Current.Offered: [1]
2024-04-03T16:36:13+0900 [ocpp] =>CSMS:[3,"329ad269-06d8-46e0-a84e-7bf45039e1f7",{"status":"Accepted"}]
2024-04-03T16:36:13+0900 [ocpp] <=CSMS:[2,"f8cf2d62-30e0-42db-b14d-d825a7b91242","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Register"}]
2024-04-03T16:36:13+0900 [ocpp] Key:MeterValuesSampledData READonly:false
2024-04-03T16:36:14+0900 [ocpp] MeterValuesSampledData -- Energy.Active.Import.Register: [1], voltage: [0], Current.Import: [0], Power.Active.Import: [0], Temperature: [0], SoC: [0], Power.Offered: [0], Current.Offered: [0]
2024-04-03T16:36:14+0900 [ocpp] =>CSMS:[3,"f8cf2d62-30e0-42db-b14d-d825a7b91242",{"status":"Accepted"}]
2024-04-03T16:36:15+0900 [ocpp] <=CSMS:[2,"d0e2bb2d-4280-4233-8706-c3d137fbcbd5","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Active.Import"}]
2024-04-03T16:36:15+0900 [ocpp] Key:MeterValuesSampledData READonly:false
2024-04-03T16:36:15+0900 [ocpp] MeterValuesSampledData -- Energy.Active.Import.Register: [1], voltage: [0], Current.Import: [0], Power.Active.Import: [1], Temperature: [0], SoC: [0], Power.Offered: [0], Current.Offered: [0]
2024-04-03T16:36:15+0900 [ocpp] =>CSMS:[3,"d0e2bb2d-4280-4233-8706-c3d137fbcbd5",{"status":"Accepted"}]
2024-04-03T16:36:16+0900 [ocpp] <=CSMS:[2,"08510408-9e08-4edb-acdf-f4466ff9ad71","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Offered"}]
2024-04-03T16:36:16+0900 [ocpp] Key:MeterValuesSampledData READonly:false
2024-04-03T16:36:16+0900 [ocpp] MeterValuesSampledData -- Energy.Active.Import.Register: [1], voltage: [0], Current.Import: [0], Power.Active.Import: [0], Temperature: [0], SoC: [0], Power.Offered: [1], Current.Offered: [0]
2024-04-03T16:36:16+0900 [ocpp] =>CSMS:[3,"08510408-9e08-4edb-acdf-f4466ff9ad71",{"status":"Accepted"}]
2024-04-03T16:36:16+0900 [ocpp] <=CSMS:[2,"ba83764e-b777-4b33-bfc5-f87c7c43c052","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Temperature"}]
2024-04-03T16:36:16+0900 [ocpp] Key:MeterValuesSampledData READonly:false
2024-04-03T16:36:16+0900 [ocpp] MeterValuesSampledData -- Energy.Active.Import.Register: [1], voltage: [0], Current.Import: [0], Power.Active.Import: [0], Temperature: [1], SoC: [0], Power.Offered: [0], Current.Offered: [0]
2024-04-03T16:36:16+0900 [ocpp] =>CSMS:[3,"ba83764e-b777-4b33-bfc5-f87c7c43c052",{"status":"Accepted"}]
2024-04-03T16:36:17+0900 [ocpp] <=CSMS:[2,"c9819e5d-f225-49ba-a36b-91267d3539e8","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Voltage"}]
2024-04-03T16:36:17+0900 [ocpp] Key:MeterValuesSampledData READonly:false
2024-04-03T16:36:17+0900 [ocpp] MeterValuesSampledData -- Energy.Active.Import.Register: [1], voltage: [1], Current.Import: [0], Power.Active.Import: [0], Temperature: [0], SoC: [0], Power.Offered: [0], Current.Offered: [0]
2024-04-03T16:36:17+0900 [ocpp] =>CSMS:[3,"c9819e5d-f225-49ba-a36b-91267d3539e8",{"status":"Accepted"}]
2024-04-03T16:36:18+0900 [ocpp] <=CSMS:[2,"fe146424-2c66-40c5-a342-6b5719bdfd6b","GetConfiguration",{"key":["MeterValuesSampledData"]}]
2024-04-03T16:36:18+0900 [ocpp] =>CSMS:[3,"fe146424-2c66-40c5-a342-6b5719bdfd6b",{ "configurationKey": [ { "key": "MeterValuesSampledData", "readonly": false, "value": "Voltage" } ], "unknownKey": [ ] }]
2024-04-03T16:36:19+0900 [ocpp] <=CSMS:[2,"e330d3c4-7b87-4467-b329-e31dc0cae451","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Import,Current.Offered,Energy.Active.Import.Register,Power.Active.Import,Power.Offered,Temperature,Voltage"}]
2024-04-03T16:36:19+0900 [ocpp] Key:MeterValuesSampledData READonly:false
2024-04-03T16:36:19+0900 [ocpp] MeterValuesSampledData -- Energy.Active.Import.Register: [1], voltage: [1], Current.Import: [1], Power.Active.Import: [1], Temperature: [1], SoC: [0], Power.Offered: [1], Current.Offered: [1]
2024-04-03T16:36:19+0900 [ocpp] =>CSMS:[3,"e330d3c4-7b87-4467-b329-e31dc0cae451",{"status":"Accepted"}]
2024-04-03T16:36:19+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:36:19+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:36:20+0900 [ocpp] <=CSMS:[2,"76cb3806-362d-4fa6-98a8-05400dad89d7","GetConfiguration",{"key":["MeterValueSampleInterval"]}]
2024-04-03T16:36:20+0900 [ocpp] =>CSMS:[3,"76cb3806-362d-4fa6-98a8-05400dad89d7",{ "configurationKey": [ { "key": "MeterValueSampleInterval", "readonly": false, "value": "30" } ], "unknownKey": [ ] }]
2024-04-03T16:36:21+0900 [ocpp] <=CSMS:[2,"d182c648-da24-4997-ac76-a5b6d3f2650c","GetConfiguration",{"key":["ClockAlignedDataInterval"]}]
2024-04-03T16:36:21+0900 [ocpp] =>CSMS:[3,"d182c648-da24-4997-ac76-a5b6d3f2650c",{ "configurationKey": [ { "key": "ClockAlignedDataInterval", "readonly": false, "value": "30" } ], "unknownKey": [ ] }]
2024-04-03T16:36:22+0900 [ocpp] <=CSMS:[2,"f6cce543-782e-4c57-bad4-3c83f7293c63","GetConfiguration",{"key":["WebSocketPingInterval"]}]
2024-04-03T16:36:22+0900 [ocpp] =>CSMS:[3,"f6cce543-782e-4c57-bad4-3c83f7293c63",{ "configurationKey": [ { "key": "WebSocketPingInterval", "readonly": false, "value": "60" } ], "unknownKey": [ ] }]
2024-04-03T16:36:23+0900 [ocpp] <=CSMS:[2,"3838965f-37b8-4b5b-9b12-0addc447a95b","ChangeAvailability",{"connectorId":0,"type":"Operative"}]
2024-04-03T16:36:23+0900 [ocpp] =>Dbus:FF 6A A6 96 DB 00 08 [00 0F] 00 00 00 01 91 64 
2024-04-03T16:36:23+0900 [ocpp] <=Dbus:FF 6A A6 96 DB 00 09 [00 0F] 00 00 00 01 01 E7 90 
2024-04-03T16:36:23+0900 [ocpp] =>CSMS:[3,"3838965f-37b8-4b5b-9b12-0addc447a95b",{"status":"Accepted"}]
2024-04-03T16:36:23+0900 [ocpp] =>Dbus:FF 6A A6 96 DC 00 08 [00 0F] 00 01 01 01 F1 12 
2024-04-03T16:36:23+0900 [comproc] =>pwrboard:AA 96 DC 0F 02 01 01 6B BF 
2024-04-03T16:36:23+0900 [comproc] <=pwrboard:BB 96 DC 0F 03 01 01 00 8C EB 
2024-04-03T16:36:23+0900 [ocpp] <=Dbus:FF 6A A6 96 DC 00 09 [00 0F] 00 01 01 01 00 C1 B0 
2024-04-03T16:36:24+0900 [ocpp] =>CSMS:[2,"SLPsY0eiqwkVs5XResWERsqicZ0xrKi0JlXU","StatusNotification",{ "connectorId": 0, "errorCode": "NoError", "status": "Available", "timestamp": "2024-04-03T06:36:23.000Z", "vendorId": "StarCharge" }]
2024-04-03T16:36:24+0900 [ocpp] =>CSMS:[2,"2vzS8aEIQWK5Sf71ES6o1SQIC9aXRuIatL74","StatusNotification",{ "connectorId": 1, "errorCode": "NoError", "status": "Preparing", "timestamp": "2024-04-03T06:36:23.000Z", "vendorId": "StarCharge" }]
2024-04-03T16:36:24+0900 [ocpp] <=CSMS:[2,"dc581a66-730e-4884-98d1-b5c831d50fd0","TriggerMessage",{"requestedMessage":"BootNotification"}]
2024-04-03T16:36:24+0900 [ocpp] =>CSMS:[3,"dc581a66-730e-4884-98d1-b5c831d50fd0",{"status":"Accepted"}]
2024-04-03T16:36:24+0900 [ocpp] =>CSMS:[2,"tcKYsVlRH3HBUG876fVe3vVDfS1SANKYU9ap","BootNotification",{ "chargePointVendor": "StarCharge", "chargePointModel": "Aurora", "chargePointSerialNumber": "1000", "firmwareVersion": "1.0.0.0.7b107_MG", "iccid": "+CME ERROR: SIM fail", "imsi": "" }]
2024-04-03T16:36:25+0900 [ocpp] <=CSMS:[3,"SLPsY0eiqwkVs5XResWERsqicZ0xrKi0JlXU",{}]
2024-04-03T16:36:27+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:36:27+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:36:30+0900 [comproc] <=pwrboard:BB 3A 78 01 0B 01 01 06 00 00 00 00 00 09 2E 25 A2 DB 
2024-04-03T16:36:30+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:36:30+0900 [comproc]  inside error test : board warnning RelayAdhesion error 

2024-04-03T16:36:30+0900 [comproc]  boardtemp = 46, conntemp = 37 ;

2024-04-03T16:36:30+0900 [comproc] <=pwrboard:BB 96 DC 2D 01 01 84 38 
2024-04-03T16:36:30+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:36:30+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:36:30+0900 [ocpp] <=Dbus:FF 6A A6 3A 78 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 AA 69 
2024-04-03T16:36:30+0900 [ocpp] <=Dbus:FF 6A A6 96 DC 00 05 [00 2D] 01 09 22 
2024-04-03T16:36:30+0900 [comproc] =>pwrboard:AA 96 DD 2C 04 00 00 00 00 70 FE 
2024-04-03T16:36:30+0900 [ocpp] =>Dbus:FF 6A A6 96 DD 00 06 [00 2D] 00 00 49 DC 
2024-04-03T16:36:30+0900 [ocpp] =>Dbus:FF 6A A6 3A 78 00 04 [00 01] 4A 25 
2024-04-03T16:36:30+0900 [comproc] =>pwrboard:AA 3A 78 01 04 01 03 E7 01 E6 7C 
2024-04-03T16:36:30+0900 [ocpp] <=Dbus:FF 6A A6 FB 73 00 04 [50 09] 9C AD 
2024-04-03T16:36:30+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:36:30+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:36:31+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 5B 09 01 00 00 00 00 00 2E 00 01 5B 09 01 00 00 00 00 00 00 00 00 00 00 00 AA 63 
2024-04-03T16:36:31+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 5B 00 01 00 00 00 00 00 00 00 00 00 09 5B 00 01 00 00 00 00 2E 01 00 00 E1 51 
2024-04-03T16:36:31+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:239.5,AC_current_A:0.01,MaxPowerOffered:0,temperature:46,soc:0,AC_Power:2
2024-04-03T16:36:36+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:36:36+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:36:36+0900 [ocpp] [run]:    77 hours  56 minutes  [mem_used]: 42.50
2024-04-03T16:36:36+0900 [ocpp] CPU temperature: 64070

2024-04-03T16:36:44+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:36:44+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:36:49+0900 [ocpp] [2024-04-03T06:35:48.000Z]Network status is:[Connected]!
2024-04-03T16:36:52+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:36:52+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:36:54+0900 [ocpp] <=CSMS:[99,"Proprietary Protocol","Connection",{"connectionStatus":0}]
2024-04-03T16:36:54+0900 [ocpp] -------------Disconnect from the server----------------
2024-04-03T16:36:57+0900 [ocpp] <=CSMS:[99,"Proprietary Protocol","Connection",{"connectionStatus":1}]
2024-04-03T16:36:57+0900 [ocpp] -------------Connect with server success----------------
2024-04-03T16:36:59+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:36:59+0900 [comproc]  inside error test : board warnning RelayAdhesion error 

2024-04-03T16:36:59+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:36:59+0900 [comproc]  boardtemp = 46, conntemp = 37 ;

2024-04-03T16:36:59+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:36:59+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:36:59+0900 [ocpp] <=Dbus:FF 6A A6 54 06 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 57 84 
2024-04-03T16:36:59+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:36:59+0900 [comproc] =>pwrboard:AA 96 E1 2C 04 00 00 00 00 73 02 
2024-04-03T16:36:59+0900 [ocpp] =>Dbus:FF 6A A6 96 E1 00 06 [00 2D] 00 00 4A 20 
2024-04-03T16:36:59+0900 [comproc] =>pwrboard:AA 54 06 01 04 01 03 E7 01 45 65 
2024-04-03T16:36:59+0900 [ocpp] =>Dbus:FF 6A A6 54 06 00 04 [00 01] CE 05 
2024-04-03T16:36:59+0900 [ocpp] <=Dbus:FF 6A A6 DB 15 00 04 [50 09] F4 A2 
2024-04-03T16:37:00+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:37:00+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:37:00+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:37:01+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:37:01+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 61 09 01 00 00 00 00 00 2E 00 01 61 09 01 00 00 00 00 00 00 00 00 00 00 00 97 A7 
2024-04-03T16:37:01+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 61 00 01 00 00 00 00 00 00 00 00 00 09 61 00 01 00 00 00 00 2E 01 00 00 47 85 
2024-04-03T16:37:01+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:240.1,AC_current_A:0.01,MaxPowerOffered:0,temperature:46,soc:0,AC_Power:2
2024-04-03T16:37:08+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:37:08+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:37:17+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:37:17+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:37:25+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:37:25+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:37:28+0900 [comproc] <=pwrboard:BB A9 C0 01 0B 01 01 06 00 00 00 00 00 09 2E 25 77 B0 
2024-04-03T16:37:28+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:37:28+0900 [comproc]  inside error test : board warnning RelayAdhesion error 

2024-04-03T16:37:28+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:37:28+0900 [comproc]  boardtemp = 46, conntemp = 37 ;

2024-04-03T16:37:28+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:37:28+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:37:28+0900 [ocpp] <=Dbus:FF 6A A6 A9 C0 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 05 87 
2024-04-03T16:37:28+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:37:28+0900 [comproc] =>pwrboard:AA 96 E5 2C 04 00 00 00 00 B3 47 
2024-04-03T16:37:28+0900 [ocpp] =>Dbus:FF 6A A6 96 E5 00 06 [00 2D] 00 00 8A 65 
2024-04-03T16:37:28+0900 [ocpp] =>Dbus:FF 6A A6 A9 C0 00 04 [00 01] 32 98 
2024-04-03T16:37:28+0900 [comproc] =>pwrboard:AA A9 C0 01 04 01 03 E7 01 94 0D 
2024-04-03T16:37:28+0900 [ocpp] <=Dbus:FF 6A A6 FB DF 00 04 [50 09] 84 3D 
2024-04-03T16:37:31+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:37:31+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:37:31+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 62 09 01 00 00 00 00 00 2E 00 01 62 09 01 00 00 00 00 00 00 00 00 00 00 00 DF 5B 
2024-04-03T16:37:31+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 62 00 01 00 00 00 00 00 00 00 00 00 09 62 00 01 00 00 00 00 2E 01 00 00 FC 6E 
2024-04-03T16:37:31+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:240.2,AC_current_A:0.01,MaxPowerOffered:0,temperature:46,soc:0,AC_Power:2
2024-04-03T16:37:33+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:37:33+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:37:36+0900 [ocpp] [run]:    77 hours  57 minutes  [mem_used]: 42.51
2024-04-03T16:37:37+0900 [ocpp] CPU temperature: 64616

2024-04-03T16:37:41+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:37:41+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:37:49+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:37:49+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:37:57+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:37:57+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:37:57+0900 [comproc]  boardtemp = 46, conntemp = 37 ;

2024-04-03T16:37:57+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:37:57+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:37:57+0900 [ocpp] <=Dbus:FF 6A A6 68 18 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 F3 DC 
2024-04-03T16:37:57+0900 [comproc] =>pwrboard:AA 96 E9 2C 04 00 00 00 00 B3 8B 
2024-04-03T16:37:57+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:37:57+0900 [ocpp] =>Dbus:FF 6A A6 96 E9 00 06 [00 2D] 00 00 8A A9 
2024-04-03T16:37:57+0900 [comproc] =>pwrboard:AA 68 18 01 04 01 03 E7 01 05 98 
2024-04-03T16:37:57+0900 [ocpp] =>Dbus:FF 6A A6 68 18 00 04 [00 01] F0 A8 
2024-04-03T16:37:57+0900 [ocpp] <=Dbus:FF 6A A6 53 61 00 04 [50 09] 77 0C 
2024-04-03T16:37:58+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:37:58+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:38:00+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:38:00+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:38:00+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 61 09 00 00 00 00 00 00 2E 00 01 61 09 00 00 00 00 00 00 00 00 00 00 00 00 C8 97 
2024-04-03T16:38:00+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 61 00 00 00 00 00 00 00 00 00 00 00 09 61 00 00 00 00 00 00 2E 01 00 00 1B 58 
2024-04-03T16:38:00+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:240.1,AC_current_A:0.00,MaxPowerOffered:0,temperature:46,soc:0,AC_Power:0
2024-04-03T16:38:06+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:38:06+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:38:14+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:38:14+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:38:22+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:38:22+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:38:26+0900 [comproc] <=pwrboard:BB DA A7 01 0B 01 01 06 00 00 00 00 00 09 2E 25 F5 E5 
2024-04-03T16:38:26+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:38:26+0900 [comproc]  inside error test : board warnning RelayAdhesion error 

2024-04-03T16:38:26+0900 [comproc]  boardtemp = 46, conntemp = 37 ;

2024-04-03T16:38:26+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:38:26+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:38:26+0900 [ocpp] <=Dbus:FF 6A A6 DA A7 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 34 38 
2024-04-03T16:38:26+0900 [comproc] =>pwrboard:AA 96 ED 2C 04 00 00 00 00 73 CE 
2024-04-03T16:38:26+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:38:26+0900 [ocpp] =>Dbus:FF 6A A6 96 ED 00 06 [00 2D] 00 00 4A EC 
2024-04-03T16:38:26+0900 [comproc] =>pwrboard:AA DA A7 01 04 01 03 E7 01 63 5C 
2024-04-03T16:38:26+0900 [ocpp] =>Dbus:FF 6A A6 DA A7 00 04 [00 01] F9 A6 
2024-04-03T16:38:26+0900 [ocpp] <=Dbus:FF 6A A6 3B 04 00 04 [50 09] 97 48 
2024-04-03T16:38:30+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:38:30+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:38:30+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 63 09 01 00 00 00 00 00 2E 00 01 63 09 01 00 00 00 00 00 00 00 00 00 00 00 E7 0F 
2024-04-03T16:38:30+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 63 00 01 00 00 00 00 00 00 00 00 00 09 63 00 01 00 00 00 00 2E 01 00 00 95 37 
2024-04-03T16:38:30+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:240.3,AC_current_A:0.01,MaxPowerOffered:0,temperature:46,soc:0,AC_Power:2
2024-04-03T16:38:30+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:38:30+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:38:37+0900 [ocpp] [run]:    77 hours  58 minutes  [mem_used]: 42.53
2024-04-03T16:38:37+0900 [ocpp] CPU temperature: 63524

2024-04-03T16:38:38+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:38:39+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:38:47+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:38:47+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:38:55+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:38:55+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:38:55+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:38:55+0900 [comproc] <=pwrboard:BB 87 C2 01 0B 01 01 06 00 00 00 00 00 09 2E 25 A9 1D 
2024-04-03T16:38:55+0900 [comproc]  inside error test : board warnning RelayAdhesion error 

2024-04-03T16:38:55+0900 [comproc]  boardtemp = 46, conntemp = 37 ;

2024-04-03T16:38:55+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:38:55+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:38:55+0900 [ocpp] <=Dbus:FF 6A A6 87 C2 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 CD 7B 
2024-04-03T16:38:55+0900 [comproc] =>pwrboard:AA 96 F1 2C 04 00 00 00 00 B2 13 
2024-04-03T16:38:55+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:38:55+0900 [ocpp] =>Dbus:FF 6A A6 96 F1 00 06 [00 2D] 00 00 8B 31 
2024-04-03T16:38:55+0900 [comproc] =>pwrboard:AA 87 C2 01 04 01 03 E7 01 C0 AD 
2024-04-03T16:38:55+0900 [ocpp] =>Dbus:FF 6A A6 87 C2 00 04 [00 01] BC E7 
2024-04-03T16:38:55+0900 [ocpp] <=Dbus:FF 6A A6 30 32 00 04 [50 09] E8 81 
2024-04-03T16:39:00+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:39:00+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:39:00+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 65 09 01 00 00 00 00 00 2D 00 01 65 09 01 00 00 00 00 00 00 00 00 00 00 00 86 07 
2024-04-03T16:39:00+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 65 00 01 00 00 00 00 00 00 00 00 00 09 65 00 01 00 00 00 00 2D 01 00 00 E6 E2 
2024-04-03T16:39:00+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:240.5,AC_current_A:0.01,MaxPowerOffered:0,temperature:45,soc:0,AC_Power:2
2024-04-03T16:39:03+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:39:03+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:39:11+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:39:11+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:39:19+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:39:19+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:39:24+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:39:24+0900 [comproc] <=pwrboard:BB 1F 7C 01 0B 01 01 06 00 00 00 00 00 09 2E 25 7D 3B 
2024-04-03T16:39:24+0900 [comproc]  inside error test : board warnning RelayAdhesion error 

2024-04-03T16:39:24+0900 [comproc]  boardtemp = 46, conntemp = 37 ;

2024-04-03T16:39:24+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:39:24+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:39:24+0900 [ocpp] <=Dbus:FF 6A A6 1F 7C 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 F2 61 
2024-04-03T16:39:24+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:39:24+0900 [comproc] =>pwrboard:AA 96 F5 2C 04 00 00 00 00 72 56 
2024-04-03T16:39:24+0900 [ocpp] =>Dbus:FF 6A A6 96 F5 00 06 [00 2D] 00 00 4B 74 
2024-04-03T16:39:24+0900 [ocpp] =>Dbus:FF 6A A6 1F 7C 00 04 [00 01] BF D3 
2024-04-03T16:39:24+0900 [comproc] =>pwrboard:AA 1F 7C 01 04 01 03 E7 01 01 FB 
2024-04-03T16:39:24+0900 [ocpp] <=Dbus:FF 6A A6 4D 15 00 04 [50 09] C2 BF 
2024-04-03T16:39:28+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:39:28+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:39:30+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:39:30+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:39:30+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 63 09 01 00 00 00 00 00 2E 00 01 63 09 01 00 00 00 00 00 00 00 00 00 00 00 E7 0F 
2024-04-03T16:39:30+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 63 00 01 00 00 00 00 00 00 00 00 00 09 63 00 01 00 00 00 00 2E 01 00 00 95 37 
2024-04-03T16:39:30+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:240.3,AC_current_A:0.01,MaxPowerOffered:0,temperature:46,soc:0,AC_Power:2
2024-04-03T16:39:36+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:39:36+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:39:37+0900 [ocpp] [run]:    77 hours  59 minutes  [mem_used]: 42.52
2024-04-03T16:39:37+0900 [ocpp] CPU temperature: 64070

2024-04-03T16:39:44+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:39:44+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:39:50+0900 [ocpp] [2024-04-03T06:38:49.000Z]Network status is:[Connected]!
2024-04-03T16:39:52+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:39:52+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:39:53+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:39:53+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:39:53+0900 [comproc]  boardtemp = 45, conntemp = 37 ;

2024-04-03T16:39:53+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:39:53+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:39:53+0900 [ocpp] <=Dbus:FF 6A A6 AB 15 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 AA B8 
2024-04-03T16:39:53+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:39:53+0900 [ocpp] =>Dbus:FF 6A A6 96 F9 00 06 [00 2D] 00 00 4B B8 
2024-04-03T16:39:53+0900 [comproc] =>pwrboard:AA 96 F9 2C 04 00 00 00 00 72 9A 
2024-04-03T16:39:53+0900 [ocpp] =>Dbus:FF 6A A6 AB 15 00 04 [00 01] 02 94 
2024-04-03T16:39:53+0900 [comproc] =>pwrboard:AA AB 15 01 04 01 03 E7 01 80 08 
2024-04-03T16:39:53+0900 [ocpp] <=Dbus:FF 6A A6 54 42 00 04 [50 09] 07 C8 
2024-04-03T16:40:00+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:40:00+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:40:00+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 67 09 01 00 00 00 00 00 2D 00 01 67 09 01 00 00 00 00 00 00 00 00 00 00 00 F6 AF 
2024-04-03T16:40:00+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 67 00 01 00 00 00 00 00 00 00 00 00 09 67 00 01 00 00 00 00 2D 01 00 00 34 50 
2024-04-03T16:40:00+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:240.7,AC_current_A:0.01,MaxPowerOffered:0,temperature:45,soc:0,AC_Power:2
2024-04-03T16:40:00+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:40:00+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:40:09+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:40:09+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:40:17+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:40:17+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:40:22+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:40:22+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:40:22+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:40:22+0900 [comproc]  inside error test : board warnning RelayAdhesion error 

2024-04-03T16:40:22+0900 [comproc]  boardtemp = 46, conntemp = 36 ;

2024-04-03T16:40:22+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:40:22+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:40:22+0900 [ocpp] <=Dbus:FF 6A A6 F4 71 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 A3 9B 
2024-04-03T16:40:22+0900 [comproc] =>pwrboard:AA 96 FD 2C 04 00 00 00 00 B2 DF 
2024-04-03T16:40:22+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:40:22+0900 [ocpp] =>Dbus:FF 6A A6 96 FD 00 06 [00 2D] 00 00 8B FD 
2024-04-03T16:40:22+0900 [comproc] =>pwrboard:AA F4 71 01 04 01 03 E7 01 3A 68 
2024-04-03T16:40:22+0900 [ocpp] =>Dbus:FF 6A A6 F4 71 00 04 [00 01] 65 E9 
2024-04-03T16:40:22+0900 [ocpp] <=Dbus:FF 6A A6 69 09 00 04 [50 09] E4 68 
2024-04-03T16:40:25+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:40:25+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:40:30+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:40:30+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:40:30+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 68 09 01 00 00 00 00 00 2D 00 01 68 09 01 00 00 00 00 00 00 00 00 00 00 00 DD A0 
2024-04-03T16:40:30+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 68 00 01 00 00 00 00 00 00 00 00 00 09 68 00 01 00 00 00 00 2D 01 00 00 E0 11 
2024-04-03T16:40:30+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:240.8,AC_current_A:0.01,MaxPowerOffered:0,temperature:45,soc:0,AC_Power:2
2024-04-03T16:40:33+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:40:33+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:40:37+0900 [ocpp] [run]:    78 hours   0 minutes  [mem_used]: 42.57
2024-04-03T16:40:37+0900 [ocpp] CPU temperature: 64070

2024-04-03T16:40:37+0900 [ocpp] net_interface nums: 4
Interface:    eth0   IP:  192.168.100.79     
Interface:  eth0:1   IP:  192.168.88.206     
Interface:   wlan0   IP:   192.168.1.136     
ICCID=+CME ERROR: SIM failure
AutoConnect=TRUE
Online=FALSE
Carrier=
APN=
RetryTimes=0

2024-04-03T16:40:41+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:40:41+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:40:50+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:40:50+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:40:51+0900 [comproc] <=pwrboard:BB 0E 3E 01 0B 01 01 06 00 00 00 00 00 09 2E 25 33 A8 
2024-04-03T16:40:51+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:40:51+0900 [comproc]  inside error test : board warnning RelayAdhesion error 

2024-04-03T16:40:51+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:40:51+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:40:51+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:40:51+0900 [ocpp] <=Dbus:FF 6A A6 0E 3E 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 36 8D 
2024-04-03T16:40:51+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:40:51+0900 [comproc] =>pwrboard:AA 97 01 2C 04 00 00 00 00 71 22 
2024-04-03T16:40:51+0900 [ocpp] =>Dbus:FF 6A A6 97 01 00 06 [00 2D] 00 00 48 00 
2024-04-03T16:40:51+0900 [comproc] =>pwrboard:AA 0E 3E 01 04 01 03 E7 01 C5 59 
2024-04-03T16:40:51+0900 [ocpp] =>Dbus:FF 6A A6 0E 3E 00 04 [00 01] F1 A8 
2024-04-03T16:40:51+0900 [ocpp] <=Dbus:FF 6A A6 89 13 00 04 [50 09] 46 27 
2024-04-03T16:40:58+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:40:58+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:41:00+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:41:00+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:41:00+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 67 09 01 00 00 00 00 00 2D 00 01 67 09 01 00 00 00 00 00 00 00 00 00 00 00 F6 AF 
2024-04-03T16:41:00+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 67 00 01 00 00 00 00 00 00 00 00 00 09 67 00 01 00 00 00 00 2D 01 00 00 34 50 
2024-04-03T16:41:00+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:240.7,AC_current_A:0.01,MaxPowerOffered:0,temperature:45,soc:0,AC_Power:2
2024-04-03T16:41:06+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:41:06+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:41:14+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:41:14+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:41:20+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:41:20+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:41:20+0900 [comproc]  boardtemp = 45, conntemp = 36 ;

2024-04-03T16:41:20+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:41:20+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:41:20+0900 [ocpp] <=Dbus:FF 6A A6 A3 83 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 A6 D0 
2024-04-03T16:41:20+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:41:20+0900 [comproc] =>pwrboard:AA 97 05 2C 04 00 00 00 00 B1 67 
2024-04-03T16:41:20+0900 [ocpp] =>Dbus:FF 6A A6 97 05 00 06 [00 2D] 00 00 88 45 
2024-04-03T16:41:20+0900 [ocpp] =>Dbus:FF 6A A6 A3 83 00 04 [00 01] 57 DD 
2024-04-03T16:41:20+0900 [comproc] =>pwrboard:AA A3 83 01 04 01 03 E7 01 2F FF 
2024-04-03T16:41:20+0900 [ocpp] <=Dbus:FF 6A A6 B5 CB 00 04 [50 09] 69 02 
2024-04-03T16:41:22+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:41:22+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:41:30+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:41:30+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:41:30+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 5B 09 01 00 00 00 00 00 2E 00 01 5B 09 01 00 00 00 00 00 00 00 00 00 00 00 AA 63 
2024-04-03T16:41:30+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 5B 00 01 00 00 00 00 00 00 00 00 00 09 5B 00 01 00 00 00 00 2E 01 00 00 E1 51 
2024-04-03T16:41:30+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:239.5,AC_current_A:0.01,MaxPowerOffered:0,temperature:46,soc:0,AC_Power:2
2024-04-03T16:41:31+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:41:31+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:41:37+0900 [ocpp] [run]:    78 hours   1 minutes  [mem_used]: 42.56
2024-04-03T16:41:37+0900 [ocpp] CPU temperature: 63524

2024-04-03T16:41:39+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:41:39+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:41:47+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:41:47+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:41:49+0900 [comproc] <=pwrboard:BB DB BB 01 0B 01 01 06 00 00 00 00 00 09 2D 24 19 F8 
2024-04-03T16:41:49+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:41:49+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:41:49+0900 [comproc]  inside error test : board warnning RelayAdhesion error 

2024-04-03T16:41:49+0900 [comproc]  boardtemp = 45, conntemp = 36 ;

2024-04-03T16:41:49+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:41:49+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:41:49+0900 [ocpp] <=Dbus:FF 6A A6 DB BB 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 6D 61 
2024-04-03T16:41:49+0900 [comproc] =>pwrboard:AA 97 09 2C 04 00 00 00 00 B1 AB 
2024-04-03T16:41:49+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:41:49+0900 [ocpp] =>Dbus:FF 6A A6 97 09 00 06 [00 2D] 00 00 88 89 
2024-04-03T16:41:49+0900 [comproc] =>pwrboard:AA DB BB 01 04 01 03 E7 01 6E 40 
2024-04-03T16:41:49+0900 [ocpp] =>Dbus:FF 6A A6 DB BB 00 04 [00 01] EA 76 
2024-04-03T16:41:49+0900 [ocpp] <=Dbus:FF 6A A6 E7 E7 00 04 [50 09] 1D 9E 
2024-04-03T16:41:55+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:41:55+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:42:00+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:42:00+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:42:00+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 57 09 01 00 00 00 00 00 2D 00 01 57 09 01 00 00 00 00 00 00 00 00 00 00 00 39 60 
2024-04-03T16:42:00+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 57 00 01 00 00 00 00 00 00 00 00 00 09 57 00 01 00 00 00 00 2D 01 00 00 CA FB 
2024-04-03T16:42:00+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:239.1,AC_current_A:0.01,MaxPowerOffered:0,temperature:45,soc:0,AC_Power:2
2024-04-03T16:42:03+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:42:03+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:42:11+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:42:12+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:42:18+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:42:18+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:42:18+0900 [comproc]  boardtemp = 45, conntemp = 36 ;

2024-04-03T16:42:18+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:42:18+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:42:18+0900 [ocpp] <=Dbus:FF 6A A6 C5 C3 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 E9 2A 
2024-04-03T16:42:18+0900 [comproc] =>pwrboard:AA 97 0D 2C 04 00 00 00 00 71 EE 
2024-04-03T16:42:18+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:42:18+0900 [ocpp] =>Dbus:FF 6A A6 97 0D 00 06 [00 2D] 00 00 48 CC 
2024-04-03T16:42:18+0900 [comproc] =>pwrboard:AA C5 C3 01 04 01 03 E7 01 E9 38 
2024-04-03T16:42:18+0900 [ocpp] =>Dbus:FF 6A A6 C5 C3 00 04 [00 01] 5E D5 
2024-04-03T16:42:18+0900 [ocpp] <=Dbus:FF 6A A6 3E E3 00 04 [50 09] D4 7C 
2024-04-03T16:42:20+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:42:20+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:42:28+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:42:28+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:42:30+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:42:30+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:42:30+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 62 09 01 00 00 00 00 00 2D 00 01 62 09 01 00 00 00 00 00 00 00 00 00 00 00 2F AB 
2024-04-03T16:42:30+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 62 00 01 00 00 00 00 00 00 00 00 00 09 62 00 01 00 00 00 00 2D 01 00 00 B8 6E 
2024-04-03T16:42:30+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:240.2,AC_current_A:0.01,MaxPowerOffered:0,temperature:45,soc:0,AC_Power:2
2024-04-03T16:42:36+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:42:36+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:42:37+0900 [ocpp] [run]:    78 hours   2 minutes  [mem_used]: 42.59
2024-04-03T16:42:37+0900 [ocpp] CPU temperature: 64070

2024-04-03T16:42:44+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:42:44+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:42:47+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:42:47+0900 [comproc]  inside error test : board warnning RelayAdhesion error 

2024-04-03T16:42:47+0900 [comproc]  boardtemp = 46, conntemp = 36 ;

2024-04-03T16:42:47+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:42:47+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:42:47+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:42:47+0900 [ocpp] <=Dbus:FF 6A A6 7E 6C 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 B0 15 
2024-04-03T16:42:47+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:42:47+0900 [comproc] =>pwrboard:AA 97 11 2C 04 00 00 00 00 B0 33 
2024-04-03T16:42:47+0900 [ocpp] =>Dbus:FF 6A A6 97 11 00 06 [00 2D] 00 00 89 11 
2024-04-03T16:42:47+0900 [comproc] =>pwrboard:AA 7E 6C 01 04 01 03 E7 01 24 2D 
2024-04-03T16:42:47+0900 [ocpp] =>Dbus:FF 6A A6 7E 6C 00 04 [00 01] 0D 1A 
2024-04-03T16:42:47+0900 [ocpp] <=Dbus:FF 6A A6 34 08 00 04 [50 09] 69 58 
2024-04-03T16:42:51+0900 [ocpp] [2024-04-03T06:41:50.000Z]Network status is:[Connected]!
2024-04-03T16:42:52+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:42:52+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:43:00+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:43:00+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:43:00+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 65 09 01 00 00 00 00 00 2D 00 01 65 09 01 00 00 00 00 00 00 00 00 00 00 00 86 07 
2024-04-03T16:43:00+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 65 00 01 00 00 00 00 00 00 00 00 00 09 65 00 01 00 00 00 00 2D 01 00 00 E6 E2 
2024-04-03T16:43:00+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:240.5,AC_current_A:0.01,MaxPowerOffered:0,temperature:45,soc:0,AC_Power:2
2024-04-03T16:43:01+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:43:01+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:43:09+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:43:09+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:43:16+0900 [comproc] <=pwrboard:BB 46 1C 01 0B 01 01 06 00 00 00 00 00 09 2D 24 17 03 
2024-04-03T16:43:16+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:43:16+0900 [comproc]  inside error test : board warnning RelayAdhesion error 

2024-04-03T16:43:16+0900 [comproc]  boardtemp = 45, conntemp = 36 ;

2024-04-03T16:43:16+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:43:16+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:43:16+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:43:16+0900 [ocpp] <=Dbus:FF 6A A6 46 1C 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 99 A3 
2024-04-03T16:43:16+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:43:16+0900 [ocpp] =>Dbus:FF 6A A6 97 15 00 06 [00 2D] 00 00 49 54 
2024-04-03T16:43:16+0900 [comproc] =>pwrboard:AA 97 15 2C 04 00 00 00 00 70 76 
2024-04-03T16:43:16+0900 [ocpp] =>Dbus:FF 6A A6 46 1C 00 04 [00 01] 7E 5F 
2024-04-03T16:43:16+0900 [comproc] =>pwrboard:AA 46 1C 01 04 01 03 E7 01 51 5E 
2024-04-03T16:43:16+0900 [ocpp] <=Dbus:FF 6A A6 1B 68 00 04 [50 09] FE DF 
2024-04-03T16:43:17+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:43:17+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:43:25+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:43:25+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:43:30+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:43:30+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:43:30+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 62 09 01 00 00 00 00 00 2D 00 01 62 09 01 00 00 00 00 00 00 00 00 00 00 00 2F AB 
2024-04-03T16:43:30+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 62 00 01 00 00 00 00 00 00 00 00 00 09 62 00 01 00 00 00 00 2D 01 00 00 B8 6E 
2024-04-03T16:43:31+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:240.2,AC_current_A:0.01,MaxPowerOffered:0,temperature:45,soc:0,AC_Power:2
2024-04-03T16:43:33+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:43:33+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:43:37+0900 [ocpp] [run]:    78 hours   3 minutes  [mem_used]: 42.52
2024-04-03T16:43:37+0900 [ocpp] CPU temperature: 63524

2024-04-03T16:43:42+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:43:42+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:43:45+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:43:45+0900 [comproc]  inside error test : board warnning RelayAdhesion error 

2024-04-03T16:43:45+0900 [comproc] <=pwrboard:BB 16 76 01 0B 01 01 06 00 00 00 00 00 09 2D 24 41 39 
2024-04-03T16:43:45+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:43:45+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:43:45+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:43:45+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:43:45+0900 [ocpp] <=Dbus:FF 6A A6 16 76 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 07 31 
2024-04-03T16:43:45+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:43:45+0900 [ocpp] =>Dbus:FF 6A A6 97 19 00 06 [00 2D] 00 00 49 98 
2024-04-03T16:43:45+0900 [comproc] =>pwrboard:AA 97 19 2C 04 00 00 00 00 70 BA 
2024-04-03T16:43:45+0900 [comproc] =>pwrboard:AA 16 76 01 04 01 03 E7 01 6B 91 
2024-04-03T16:43:45+0900 [ocpp] =>Dbus:FF 6A A6 16 76 00 04 [00 01] 27 4B 
2024-04-03T16:43:46+0900 [ocpp] <=Dbus:FF 6A A6 03 58 00 04 [50 09] 22 9C 
2024-04-03T16:43:50+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:43:50+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:43:58+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:43:58+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:44:00+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:44:00+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:44:00+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 5E 09 01 00 00 00 00 00 2D 00 01 5E 09 01 00 00 00 00 00 00 00 00 00 00 00 83 97 
2024-04-03T16:44:01+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 5E 00 01 00 00 00 00 00 00 00 00 00 09 5E 00 01 00 00 00 00 2D 01 00 00 29 6F 
2024-04-03T16:44:01+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:239.8,AC_current_A:0.01,MaxPowerOffered:0,temperature:45,soc:0,AC_Power:2
2024-04-03T16:44:06+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:44:06+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:44:14+0900 [comproc] <=pwrboard:BB 0D DE 01 0B 01 01 06 00 00 00 00 00 09 2E 24 D2 CB 
2024-04-03T16:44:14+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:44:14+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:44:14+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:44:14+0900 [comproc]  boardtemp = 46, conntemp = 36 ;

2024-04-03T16:44:14+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:44:14+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:44:14+0900 [ocpp] <=Dbus:FF 6A A6 0D DE 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 4E 34 
2024-04-03T16:44:14+0900 [comproc] =>pwrboard:AA 97 1D 2C 04 00 00 00 00 B0 FF 
2024-04-03T16:44:14+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:44:14+0900 [ocpp] =>Dbus:FF 6A A6 97 1D 00 06 [00 2D] 00 00 89 DD 
2024-04-03T16:44:14+0900 [comproc] =>pwrboard:AA 0D DE 01 04 01 03 E7 01 1E F8 
2024-04-03T16:44:14+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:44:14+0900 [ocpp] =>Dbus:FF 6A A6 0D DE 00 04 [00 01] 14 29 
2024-04-03T16:44:14+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:44:14+0900 [ocpp] <=Dbus:FF 6A A6 9F AC 00 04 [50 09] 6B 30 
2024-04-03T16:44:23+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:44:23+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:44:30+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:44:30+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:44:31+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 5D 09 01 00 00 00 00 00 2D 00 01 5D 09 01 00 00 00 00 00 00 00 00 00 00 00 CB 6B 
2024-04-03T16:44:31+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 5D 00 01 00 00 00 00 00 00 00 00 00 09 5D 00 01 00 00 00 00 2D 01 00 00 92 84 
2024-04-03T16:44:31+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:239.7,AC_current_A:0.01,MaxPowerOffered:0,temperature:45,soc:0,AC_Power:2
2024-04-03T16:44:31+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:44:31+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:44:37+0900 [ocpp] [run]:    78 hours   4 minutes  [mem_used]: 43.32
2024-04-03T16:44:37+0900 [ocpp] CPU temperature: 63524

2024-04-03T16:44:39+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:44:39+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:44:43+0900 [comproc] <=pwrboard:BB C9 CB 01 0B 01 01 06 00 00 00 00 00 09 2D 24 A4 1B 
2024-04-03T16:44:43+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:44:43+0900 [comproc]  inside error test : board warnning RelayAdhesion error 

2024-04-03T16:44:43+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:44:43+0900 [comproc]  boardtemp = 45, conntemp = 36 ;

2024-04-03T16:44:43+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:44:43+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:44:43+0900 [ocpp] <=Dbus:FF 6A A6 C9 CB 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 2C E8 
2024-04-03T16:44:43+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:44:43+0900 [comproc] =>pwrboard:AA 97 21 2C 04 00 00 00 00 B3 03 
2024-04-03T16:44:43+0900 [ocpp] =>Dbus:FF 6A A6 97 21 00 06 [00 2D] 00 00 8A 21 
2024-04-03T16:44:43+0900 [comproc] =>pwrboard:AA C9 CB 01 04 01 03 E7 01 7C B1 
2024-04-03T16:44:43+0900 [ocpp] =>Dbus:FF 6A A6 C9 CB 00 04 [00 01] 53 34 
2024-04-03T16:44:44+0900 [ocpp] <=Dbus:FF 6A A6 EB 97 00 04 [50 09] 1A DF 
2024-04-03T16:44:47+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:44:47+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:44:55+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:44:55+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:45:00+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:45:00+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:45:01+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 5D 09 01 00 00 00 00 00 2E 00 01 5D 09 01 00 00 00 00 00 00 00 00 00 00 00 3B 9B 
2024-04-03T16:45:01+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 5D 00 01 00 00 00 00 00 00 00 00 00 09 5D 00 01 00 00 00 00 2E 01 00 00 D6 84 
2024-04-03T16:45:01+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:239.7,AC_current_A:0.01,MaxPowerOffered:0,temperature:46,soc:0,AC_Power:2
2024-04-03T16:45:04+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:45:04+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:45:12+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:45:12+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:45:12+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:45:12+0900 [comproc]  boardtemp = 45, conntemp = 36 ;

2024-04-03T16:45:12+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:45:12+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:45:12+0900 [ocpp] <=Dbus:FF 6A A6 7D 70 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 89 ED 
2024-04-03T16:45:12+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:45:12+0900 [comproc] =>pwrboard:AA 97 25 2C 04 00 00 00 00 73 46 
2024-04-03T16:45:12+0900 [ocpp] =>Dbus:FF 6A A6 97 25 00 06 [00 2D] 00 00 4A 64 
2024-04-03T16:45:12+0900 [ocpp] =>Dbus:FF 6A A6 7D 70 00 04 [00 01] FC CB 
2024-04-03T16:45:13+0900 [comproc] =>pwrboard:AA 7D 70 01 04 01 03 E7 01 F0 B0 
2024-04-03T16:45:13+0900 [ocpp] <=Dbus:FF 6A A6 03 29 00 04 [50 09] 29 E0 
2024-04-03T16:45:20+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:45:20+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:45:28+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:45:28+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:45:31+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:45:31+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:45:31+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 5E 09 01 00 00 00 00 00 2D 00 01 5E 09 01 00 00 00 00 00 00 00 00 00 00 00 83 97 
2024-04-03T16:45:31+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 5E 00 01 00 00 00 00 00 00 00 00 00 09 5E 00 01 00 00 00 00 2D 01 00 00 29 6F 
2024-04-03T16:45:31+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:239.8,AC_current_A:0.01,MaxPowerOffered:0,temperature:45,soc:0,AC_Power:2
2024-04-03T16:45:36+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:45:36+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:45:37+0900 [ocpp] [run]:    78 hours   5 minutes  [mem_used]: 42.46
2024-04-03T16:45:38+0900 [ocpp] CPU temperature: 63524

2024-04-03T16:45:38+0900 [ocpp] net_interface nums: 4
Interface:    eth0   IP:  192.168.100.79     
Interface:  eth0:1   IP:  192.168.88.206     
Interface:   wlan0   IP:   192.168.1.136     
ICCID=+CME ERROR: SIM failure
AutoConnect=TRUE
Online=FALSE
Carrier=
APN=
RetryTimes=0

2024-04-03T16:45:41+0900 [comproc] <=pwrboard:BB 0A B3 01 0B 01 01 06 00 00 00 00 00 09 2D 24 8D E0 
2024-04-03T16:45:41+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:45:41+0900 [comproc]  inside error test : board warnning RelayAdhesion error 

2024-04-03T16:45:41+0900 [comproc]  boardtemp = 45, conntemp = 36 ;

2024-04-03T16:45:41+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:45:41+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:45:41+0900 [ocpp] <=Dbus:FF 6A A6 0A B3 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 C2 6A 
2024-04-03T16:45:41+0900 [comproc] =>pwrboard:AA 97 29 2C 04 00 00 00 00 73 8A 
2024-04-03T16:45:41+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:45:41+0900 [comproc] =>pwrboard:AA 0A B3 01 04 01 03 E7 01 3E 05 
2024-04-03T16:45:41+0900 [ocpp] =>Dbus:FF 6A A6 97 29 00 06 [00 2D] 00 00 4A A8 
2024-04-03T16:45:42+0900 [ocpp] =>Dbus:FF 6A A6 0A B3 00 04 [00 01] 6A 85 
2024-04-03T16:45:42+0900 [ocpp] <=Dbus:FF 6A A6 2C 75 00 04 [50 09] BB 37 
2024-04-03T16:45:45+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:45:45+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:45:53+0900 [ocpp] [2024-04-03T06:44:51.000Z]Network status is:[Connected]!
2024-04-03T16:45:53+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:45:53+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:46:00+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:46:00+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:46:00+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 5E 09 01 00 00 00 00 00 2D 00 01 5E 09 01 00 00 00 00 00 00 00 00 00 00 00 83 97 
2024-04-03T16:46:00+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 5E 00 01 00 00 00 00 00 00 00 00 00 09 5E 00 01 00 00 00 00 2D 01 00 00 29 6F 
2024-04-03T16:46:00+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:239.8,AC_current_A:0.01,MaxPowerOffered:0,temperature:45,soc:0,AC_Power:2
2024-04-03T16:46:01+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:46:01+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:46:09+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:46:09+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:46:10+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:46:10+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:46:10+0900 [comproc]  boardtemp = 45, conntemp = 36 ;

2024-04-03T16:46:10+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:46:10+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:46:10+0900 [ocpp] <=Dbus:FF 6A A6 51 AA 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 7B EA 
2024-04-03T16:46:10+0900 [comproc] =>pwrboard:AA 97 2D 2C 04 00 00 00 00 B3 CF 
2024-04-03T16:46:10+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:46:10+0900 [ocpp] =>Dbus:FF 6A A6 97 2D 00 06 [00 2D] 00 00 8A ED 
2024-04-03T16:46:11+0900 [comproc] =>pwrboard:AA 51 AA 01 04 01 03 E7 01 70 C9 
2024-04-03T16:46:11+0900 [ocpp] =>Dbus:FF 6A A6 51 AA 00 04 [00 01] 83 95 
2024-04-03T16:46:11+0900 [ocpp] <=Dbus:FF 6A A6 27 C5 00 04 [50 09] 1A 77 
2024-04-03T16:46:17+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:46:17+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:46:25+0900 [comproc] <=pwrboard:BB EE EE 32 06 5C DB 00 00 00 00 47 19 
2024-04-03T16:46:25+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:46:26+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:46:30+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:46:30+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:46:30+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 4A 09 01 00 00 00 00 00 2D 00 01 4A 09 01 00 00 00 00 00 00 00 00 00 00 00 27 82 
2024-04-03T16:46:30+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 4A 00 01 00 00 00 00 00 00 00 00 00 09 4A 00 01 00 00 00 00 2D 01 00 00 99 91 
2024-04-03T16:46:30+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:237.8,AC_current_A:0.01,MaxPowerOffered:0,temperature:45,soc:0,AC_Power:2
2024-04-03T16:46:34+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:46:34+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:46:38+0900 [ocpp] [run]:    78 hours   6 minutes  [mem_used]: 42.46
2024-04-03T16:46:38+0900 [ocpp] CPU temperature: 63524

2024-04-03T16:46:39+0900 [comproc] <=pwrboard:BB 55 B8 01 0B 01 01 06 00 00 00 00 00 09 2D 24 7E F5 
2024-04-03T16:46:39+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:46:39+0900 [comproc]  inside error test : board warnning RelayAdhesion error 

2024-04-03T16:46:39+0900 [comproc]  boardtemp = 45, conntemp = 36 ;

2024-04-03T16:46:39+0900 [comproc]  boardtemp = 45, conntemp = 36 ;

2024-04-03T16:46:39+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:46:39+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:46:39+0900 [ocpp] <=Dbus:FF 6A A6 55 B8 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 17 24 
2024-04-03T16:46:39+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:46:39+0900 [comproc] =>pwrboard:AA 97 31 2C 04 00 00 00 00 72 12 
2024-04-03T16:46:39+0900 [ocpp] =>Dbus:FF 6A A6 97 31 00 06 [00 2D] 00 00 4B 30 
2024-04-03T16:46:40+0900 [ocpp] =>Dbus:FF 6A A6 55 B8 00 04 [00 01] 04 2C 
2024-04-03T16:46:40+0900 [comproc] =>pwrboard:AA 55 B8 01 04 01 03 E7 01 82 FA 
2024-04-03T16:46:40+0900 [ocpp] <=Dbus:FF 6A A6 DB E1 00 04 [50 09] 21 13 
2024-04-03T16:46:42+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:46:42+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:46:50+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:46:50+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:46:58+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:46:58+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:47:00+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:47:00+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:47:00+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 52 09 01 00 00 00 00 00 2D 00 01 52 09 01 00 00 00 00 00 00 00 00 00 00 00 E0 64 
2024-04-03T16:47:00+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 52 00 01 00 00 00 00 00 00 00 00 00 09 52 00 01 00 00 00 00 2D 01 00 00 46 C5 
2024-04-03T16:47:00+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:238.6,AC_current_A:0.01,MaxPowerOffered:0,temperature:45,soc:0,AC_Power:2
2024-04-03T16:47:06+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:47:07+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:47:08+0900 [comproc] <=pwrboard:BB 10 4E 01 0B 01 01 06 00 00 00 00 00 09 2D 24 BB 86 
2024-04-03T16:47:08+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:47:08+0900 [comproc]  inside error test : board warnning RelayAdhesion error 

2024-04-03T16:47:08+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:47:08+0900 [comproc]  boardtemp = 45, conntemp = 36 ;

2024-04-03T16:47:08+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:47:08+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:47:08+0900 [ocpp] <=Dbus:FF 6A A6 10 4E 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 74 C1 
2024-04-03T16:47:08+0900 [comproc] =>pwrboard:AA 97 35 2C 04 00 00 00 00 B2 57 
2024-04-03T16:47:08+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:47:08+0900 [ocpp] =>Dbus:FF 6A A6 97 35 00 06 [00 2D] 00 00 8B 75 
2024-04-03T16:47:08+0900 [comproc] =>pwrboard:AA 10 4E 01 04 01 03 E7 01 82 A8 
2024-04-03T16:47:09+0900 [ocpp] =>Dbus:FF 6A A6 10 4E 00 04 [00 01] 84 EA 
2024-04-03T16:47:09+0900 [ocpp] <=Dbus:FF 6A A6 5A 62 00 04 [50 09] EE 48 
2024-04-03T16:47:15+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:47:15+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:47:23+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:47:23+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:47:30+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:47:30+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:47:30+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 53 09 01 00 00 00 00 00 2D 00 01 53 09 01 00 00 00 00 00 00 00 00 00 00 00 D8 30 
2024-04-03T16:47:30+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 53 00 01 00 00 00 00 00 00 00 00 00 09 53 00 01 00 00 00 00 2D 01 00 00 2F 9C 
2024-04-03T16:47:30+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:238.7,AC_current_A:0.01,MaxPowerOffered:0,temperature:45,soc:0,AC_Power:2
2024-04-03T16:47:31+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:47:31+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:47:37+0900 [comproc] <=pwrboard:BB 01 5D 01 0B 01 01 06 00 00 00 00 00 09 2D 24 64 45 
2024-04-03T16:47:37+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:47:37+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:47:37+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:47:37+0900 [comproc]  boardtemp = 45, conntemp = 36 ;

2024-04-03T16:47:37+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:47:37+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:47:37+0900 [ocpp] <=Dbus:FF 6A A6 01 5D 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 1C D0 
2024-04-03T16:47:37+0900 [comproc] =>pwrboard:AA 97 39 2C 04 00 00 00 00 B2 9B 
2024-04-03T16:47:37+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:47:38+0900 [ocpp] =>Dbus:FF 6A A6 97 39 00 06 [00 2D] 00 00 8B B9 
2024-04-03T16:47:38+0900 [comproc] =>pwrboard:AA 01 5D 01 04 01 03 E7 01 83 4A 
2024-04-03T16:47:38+0900 [ocpp] [run]:    78 hours   7 minutes  [mem_used]: 42.41
2024-04-03T16:47:38+0900 [ocpp] =>Dbus:FF 6A A6 01 5D 00 04 [00 01] 06 6C 
2024-04-03T16:47:38+0900 [ocpp] <=Dbus:FF 6A A6 57 AF 00 04 [50 09] 23 64 
2024-04-03T16:47:38+0900 [ocpp] CPU temperature: 63524

2024-04-03T16:47:39+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:47:39+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:47:45+0900 [ocpp] <=CSMS:[2,"77a4625c-9d14-4475-9beb-38344583b57e","GetConfiguration",{"key":["WebSocketPingInterval"]}]
2024-04-03T16:47:47+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:47:47+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:47:56+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:47:56+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:48:00+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:48:00+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:48:00+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 58 09 01 00 00 00 00 00 2D 00 01 58 09 01 00 00 00 00 00 00 00 00 00 00 00 12 6F 
2024-04-03T16:48:00+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 58 00 01 00 00 00 00 00 00 00 00 00 09 58 00 01 00 00 00 00 2D 01 00 00 1E BA 
2024-04-03T16:48:00+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:239.2,AC_current_A:0.01,MaxPowerOffered:0,temperature:45,soc:0,AC_Power:2
2024-04-03T16:48:04+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:48:04+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:48:06+0900 [comproc] <=pwrboard:BB EB BC 01 0B 01 01 06 00 00 00 00 00 09 2D 24 CA CE 
2024-04-03T16:48:06+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:48:06+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:48:06+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:48:06+0900 [comproc]  boardtemp = 45, conntemp = 36 ;

2024-04-03T16:48:06+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:48:06+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:48:06+0900 [ocpp] <=Dbus:FF 6A A6 EB BC 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 50 37 
2024-04-03T16:48:06+0900 [comproc] =>pwrboard:AA 97 3D 2C 04 00 00 00 00 72 DE 
2024-04-03T16:48:06+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:48:06+0900 [ocpp] =>Dbus:FF 6A A6 97 3D 00 06 [00 2D] 00 00 4B FC 
2024-04-03T16:48:07+0900 [ocpp] =>Dbus:FF 6A A6 EB BC 00 04 [00 01] DA C6 
2024-04-03T16:48:07+0900 [comproc] =>pwrboard:AA EB BC 01 04 01 03 E7 01 BA 35 
2024-04-03T16:48:07+0900 [ocpp] <=Dbus:FF 6A A6 BE A0 00 04 [50 09] DB 26 
2024-04-03T16:48:12+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:48:12+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:48:20+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:48:20+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:48:28+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:48:28+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:48:30+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:48:30+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:48:30+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 53 09 01 00 00 00 00 00 2D 00 01 53 09 01 00 00 00 00 00 00 00 00 00 00 00 D8 30 
2024-04-03T16:48:30+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 53 00 01 00 00 00 00 00 00 00 00 00 09 53 00 01 00 00 00 00 2D 01 00 00 2F 9C 
2024-04-03T16:48:30+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:238.7,AC_current_A:0.01,MaxPowerOffered:0,temperature:45,soc:0,AC_Power:2
2024-04-03T16:48:35+0900 [comproc] <=pwrboard:BB E6 E3 01 0B 01 01 06 00 00 00 00 00 09 2D 24 90 5C 
2024-04-03T16:48:35+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:48:35+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:48:35+0900 [comproc]  inside error test : board warnning RelayAdhesion error 

2024-04-03T16:48:35+0900 [comproc]  boardtemp = 45, conntemp = 36 ;

2024-04-03T16:48:35+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:48:35+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:48:35+0900 [ocpp] <=Dbus:FF 6A A6 E6 E3 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 0B DA 
2024-04-03T16:48:35+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:48:35+0900 [comproc] =>pwrboard:AA 97 41 2C 04 00 00 00 00 B5 63 
2024-04-03T16:48:35+0900 [ocpp] =>Dbus:FF 6A A6 97 41 00 06 [00 2D] 00 00 8C 41 
2024-04-03T16:48:36+0900 [ocpp] =>Dbus:FF 6A A6 E6 E3 00 04 [00 01] CA 53 
2024-04-03T16:48:36+0900 [comproc] =>pwrboard:AA E6 E3 01 04 01 03 E7 01 26 5B 
2024-04-03T16:48:36+0900 [ocpp] <=Dbus:FF 6A A6 07 71 00 04 [50 09] 60 C0 
2024-04-03T16:48:37+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:48:37+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:48:38+0900 [ocpp] [run]:    78 hours   8 minutes  [mem_used]: 42.40
2024-04-03T16:48:38+0900 [ocpp] CPU temperature: 64070

2024-04-03T16:48:45+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:48:45+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:48:53+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:48:53+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:48:54+0900 [ocpp] [2024-04-03T06:47:52.000Z]Network status is:[Connected]!
2024-04-03T16:49:00+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:49:00+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:49:00+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 59 09 01 00 00 00 00 00 2D 00 01 59 09 01 00 00 00 00 00 00 00 00 00 00 00 2A 3B 
2024-04-03T16:49:00+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 59 00 01 00 00 00 00 00 00 00 00 00 09 59 00 01 00 00 00 00 2D 01 00 00 77 E3 
2024-04-03T16:49:00+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:239.3,AC_current_A:0.01,MaxPowerOffered:0,temperature:45,soc:0,AC_Power:2
2024-04-03T16:49:01+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:49:01+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:49:04+0900 [comproc] <=pwrboard:BB 92 0F 01 0B 01 01 06 00 00 00 00 00 09 2D 24 9B C5 
2024-04-03T16:49:04+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:49:04+0900 [comproc]  inside error test : board warnning RelayAdhesion error 

2024-04-03T16:49:04+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:49:04+0900 [comproc]  boardtemp = 45, conntemp = 36 ;

2024-04-03T16:49:04+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:49:04+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:49:04+0900 [ocpp] <=Dbus:FF 6A A6 92 0F 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 9C F1 
2024-04-03T16:49:04+0900 [comproc] =>pwrboard:AA 97 45 2C 04 00 00 00 00 75 26 
2024-04-03T16:49:04+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:49:05+0900 [ocpp] =>Dbus:FF 6A A6 97 45 00 06 [00 2D] 00 00 4C 04 
2024-04-03T16:49:05+0900 [comproc] =>pwrboard:AA 92 0F 01 04 01 03 E7 01 3F 70 
2024-04-03T16:49:05+0900 [ocpp] =>Dbus:FF 6A A6 92 0F 00 04 [00 01] A9 C8 
2024-04-03T16:49:05+0900 [ocpp] <=Dbus:FF 6A A6 5C 21 00 04 [50 09] 47 0D 
2024-04-03T16:49:09+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:49:09+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:49:18+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:49:18+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:49:26+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:49:26+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:49:30+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:49:30+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:49:30+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 52 09 01 00 00 00 00 00 2D 00 01 52 09 01 00 00 00 00 00 00 00 00 00 00 00 E0 64 
2024-04-03T16:49:30+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 52 00 01 00 00 00 00 00 00 00 00 00 09 52 00 01 00 00 00 00 2D 01 00 00 46 C5 
2024-04-03T16:49:30+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:238.6,AC_current_A:0.01,MaxPowerOffered:0,temperature:45,soc:0,AC_Power:2
2024-04-03T16:49:33+0900 [comproc] <=pwrboard:BB 97 E1 01 0B 01 01 06 00 00 00 00 00 09 2D 23 B4 AF 
2024-04-03T16:49:33+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:49:33+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:49:33+0900 [comproc]  boardtemp = 45, conntemp = 35 ;

2024-04-03T16:49:33+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:49:33+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:49:33+0900 [ocpp] <=Dbus:FF 6A A6 97 E1 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 21 2F 
2024-04-03T16:49:33+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:49:33+0900 [comproc] =>pwrboard:AA 97 49 2C 04 00 00 00 00 75 EA 
2024-04-03T16:49:34+0900 [ocpp] =>Dbus:FF 6A A6 97 49 00 06 [00 2D] 00 00 4C C8 
2024-04-03T16:49:34+0900 [ocpp] =>Dbus:FF 6A A6 97 E1 00 04 [00 01] EB 20 
2024-04-03T16:49:34+0900 [comproc] =>pwrboard:AA 97 E1 01 04 01 03 E7 01 0E BE 
2024-04-03T16:49:34+0900 [ocpp] <=Dbus:FF 6A A6 BC A0 00 04 [50 09] 39 27 
2024-04-03T16:49:34+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:49:34+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:49:36+0900 [ocpp] <=CSMS:[2,"2b81e9da-732d-439f-a2e1-5b08eded4897","GetConfiguration",{"key":["ChargingScheduleAllowedChargingRateUnit"]}]
2024-04-03T16:49:38+0900 [ocpp] [run]:    78 hours   9 minutes  [mem_used]: 42.39
2024-04-03T16:49:38+0900 [ocpp] CPU temperature: 63524

2024-04-03T16:49:42+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:49:42+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:49:50+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:49:50+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:49:59+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:49:59+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:50:00+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:50:00+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:50:00+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 52 09 01 00 00 00 00 00 2D 00 01 52 09 01 00 00 00 00 00 00 00 00 00 00 00 E0 64 
2024-04-03T16:50:00+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 52 00 01 00 00 00 00 00 00 00 00 00 09 52 00 01 00 00 00 00 2D 01 00 00 46 C5 
2024-04-03T16:50:00+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:238.6,AC_current_A:0.01,MaxPowerOffered:0,temperature:45,soc:0,AC_Power:2
2024-04-03T16:50:02+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:50:02+0900 [comproc]  boardtemp = 45, conntemp = 36 ;

2024-04-03T16:50:02+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:50:02+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:50:03+0900 [ocpp] <=Dbus:FF 6A A6 9D 58 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 61 BA 
2024-04-03T16:50:03+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:50:03+0900 [ocpp] =>Dbus:FF 6A A6 97 4D 00 06 [00 2D] 00 00 8C 8D 
2024-04-03T16:50:03+0900 [comproc] =>pwrboard:AA 97 4D 2C 04 00 00 00 00 B5 AF 
2024-04-03T16:50:03+0900 [ocpp] =>Dbus:FF 6A A6 9D 58 00 04 [00 01] 9A BD 
2024-04-03T16:50:03+0900 [comproc] =>pwrboard:AA 9D 58 01 04 01 03 E7 01 BA 16 
2024-04-03T16:50:03+0900 [ocpp] <=Dbus:FF 6A A6 66 25 00 04 [50 09] DD F9 
2024-04-03T16:50:07+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:50:07+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:50:15+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:50:15+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:50:23+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:50:23+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:50:30+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:50:30+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:50:30+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 5B 09 01 00 00 00 00 00 2D 00 01 5B 09 01 00 00 00 00 00 00 00 00 00 00 00 5A 93 
2024-04-03T16:50:30+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 5B 00 01 00 00 00 00 00 00 00 00 00 09 5B 00 01 00 00 00 00 2D 01 00 00 A5 51 
2024-04-03T16:50:30+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:239.5,AC_current_A:0.01,MaxPowerOffered:0,temperature:45,soc:0,AC_Power:2
2024-04-03T16:50:31+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:50:31+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:50:31+0900 [comproc] <=pwrboard:BB E4 F2 01 0B 01 01 06 00 00 00 00 00 09 2D 23 42 8E 
2024-04-03T16:50:31+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:50:31+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:50:31+0900 [comproc]  inside error test : board warnning RelayAdhesion error 

2024-04-03T16:50:31+0900 [comproc]  boardtemp = 45, conntemp = 35 ;

2024-04-03T16:50:31+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:50:31+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:50:31+0900 [ocpp] <=Dbus:FF 6A A6 E4 F2 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 37 B7 
2024-04-03T16:50:32+0900 [comproc] =>pwrboard:AA 97 51 2C 04 00 00 00 00 74 72 
2024-04-03T16:50:32+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:50:32+0900 [ocpp] =>Dbus:FF 6A A6 97 51 00 06 [00 2D] 00 00 4D 50 
2024-04-03T16:50:32+0900 [comproc] =>pwrboard:AA E4 F2 01 04 01 03 E7 01 FE DB 
2024-04-03T16:50:32+0900 [ocpp] =>Dbus:FF 6A A6 E4 F2 00 04 [00 01] 2B AE 
2024-04-03T16:50:32+0900 [ocpp] <=Dbus:FF 6A A6 E4 5A 00 04 [50 09] 35 F2 
2024-04-03T16:50:37+0900 [comproc] <=pwrboard:BB EE EE 32 06 5D B4 00 00 00 00 9F CC 
2024-04-03T16:50:38+0900 [ocpp] [run]:    78 hours  10 minutes  [mem_used]: 43.20
2024-04-03T16:50:38+0900 [ocpp] CPU temperature: 62978

2024-04-03T16:50:38+0900 [ocpp] net_interface nums: 4
Interface:    eth0   IP:  192.168.100.79     
Interface:  eth0:1   IP:  192.168.88.206     
Interface:   wlan0   IP:   192.168.1.136     
ICCID=+CME ERROR: SIM failure
AutoConnect=TRUE
Online=FALSE
Carrier=
APN=
RetryTimes=0

2024-04-03T16:50:38+0900 [ocpp] Trying to send a heartbeat tick[1], OnlineFlag[1]!
2024-04-03T16:50:39+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:50:40+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:50:48+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:50:48+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:50:56+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:50:56+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:51:00+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:51:00+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:51:00+0900 [comproc] <=pwrboard:BB FB 60 01 0B 01 01 06 00 00 00 00 00 09 2D 24 DA 03 
2024-04-03T16:51:00+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:51:00+0900 [comproc]  inside error test : board warnning RelayAdhesion error 

2024-04-03T16:51:00+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:51:00+0900 [comproc]  boardtemp = 45, conntemp = 36 ;

2024-04-03T16:51:00+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 5E 09 01 00 00 00 00 00 2D 00 01 5E 09 01 00 00 00 00 00 00 00 00 00 00 00 83 97 
2024-04-03T16:51:00+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:51:00+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:51:01+0900 [ocpp] <=Dbus:FF 6A A6 FB 60 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 0C 62 
2024-04-03T16:51:01+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:51:01+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 5E 00 01 00 00 00 00 00 00 00 00 00 09 5E 00 01 00 00 00 00 2D 01 00 00 29 6F 
2024-04-03T16:51:01+0900 [comproc] =>pwrboard:AA 97 55 2C 04 00 00 00 00 B4 37 
2024-04-03T16:51:01+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:239.8,AC_current_A:0.01,MaxPowerOffered:0,temperature:45,soc:0,AC_Power:2
2024-04-03T16:51:01+0900 [comproc] =>pwrboard:AA FB 60 01 04 01 03 E7 01 7B 29 
2024-04-03T16:51:01+0900 [ocpp] =>Dbus:FF 6A A6 97 55 00 06 [00 2D] 00 00 8D 15 
2024-04-03T16:51:01+0900 [ocpp] =>Dbus:FF 6A A6 FB 60 00 04 [00 01] 99 15 
2024-04-03T16:51:01+0900 [ocpp] <=Dbus:FF 6A A6 AC 1B 00 04 [50 09] B2 C1 
2024-04-03T16:51:04+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:51:04+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:51:12+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:51:12+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:51:20+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:51:20+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:51:29+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:51:29+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:51:29+0900 [comproc] <=pwrboard:BB AE B6 01 0B 01 01 06 00 00 00 00 00 09 2D 23 31 00 
2024-04-03T16:51:29+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:51:29+0900 [comproc]  inside error test : board warnning RelayAdhesion error 

2024-04-03T16:51:29+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:51:29+0900 [comproc]  boardtemp = 45, conntemp = 35 ;

2024-04-03T16:51:29+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:51:29+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:51:30+0900 [ocpp] <=Dbus:FF 6A A6 AE B6 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 72 93 
2024-04-03T16:51:30+0900 [comproc] =>pwrboard:AA 97 58 2C 04 00 00 00 00 74 EB 
2024-04-03T16:51:30+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:51:30+0900 [ocpp] =>Dbus:FF 6A A6 97 58 00 06 [00 2D] 00 00 4D C9 
2024-04-03T16:51:30+0900 [ocpp] =>Dbus:FF 6A A6 AE B6 00 04 [00 01] 4E 50 
2024-04-03T16:51:30+0900 [comproc] =>pwrboard:AA AE B6 01 04 01 03 E7 01 B5 5B 
2024-04-03T16:51:30+0900 [ocpp] <=Dbus:FF 6A A6 07 37 00 04 [50 09] AF 49 
2024-04-03T16:51:30+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:51:30+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:51:30+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 66 00 01 00 00 00 00 00 00 00 00 00 09 66 00 01 00 00 00 00 2C 01 00 00 A1 08 
2024-04-03T16:51:30+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 66 09 01 00 00 00 00 00 2C 00 01 66 09 01 00 00 00 00 00 00 00 00 00 00 00 5E AA 
2024-04-03T16:51:31+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:240.6,AC_current_A:0.01,MaxPowerOffered:0,temperature:44,soc:0,AC_Power:2
2024-04-03T16:51:37+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:51:37+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:51:38+0900 [ocpp] [run]:    78 hours  11 minutes  [mem_used]: 42.41
2024-04-03T16:51:38+0900 [ocpp] CPU temperature: 63524

2024-04-03T16:51:45+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:51:45+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:51:53+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:51:53+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:51:55+0900 [ocpp] [2024-04-03T06:50:54.000Z]Network status is:[Connected]!
2024-04-03T16:51:58+0900 [comproc] <=pwrboard:BB 08 35 01 0B 01 01 06 00 00 00 00 00 09 2D 23 08 A4 
2024-04-03T16:51:58+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:51:58+0900 [comproc]  inside error test : board warnning RelayAdhesion error 

2024-04-03T16:51:58+0900 [comproc]  boardtemp = 45, conntemp = 35 ;

2024-04-03T16:51:58+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:51:58+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:51:59+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:51:59+0900 [ocpp] <=Dbus:FF 6A A6 08 35 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 A0 29 
2024-04-03T16:51:59+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:51:59+0900 [comproc] =>pwrboard:AA 97 5C 2C 04 00 00 00 00 B4 AE 
2024-04-03T16:51:59+0900 [ocpp] =>Dbus:FF 6A A6 97 5C 00 06 [00 2D] 00 00 8D 8C 
2024-04-03T16:51:59+0900 [comproc] =>pwrboard:AA 08 35 01 04 01 03 E7 01 2F 63 
2024-04-03T16:51:59+0900 [ocpp] =>Dbus:FF 6A A6 08 35 00 04 [00 01] 56 0D 
2024-04-03T16:51:59+0900 [ocpp] <=Dbus:FF 6A A6 7B 1D 00 04 [50 09] 95 5B 
2024-04-03T16:52:00+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:52:00+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:52:01+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 64 09 01 00 00 00 00 00 2D 00 01 64 09 01 00 00 00 00 00 00 00 00 00 00 00 BE 53 
2024-04-03T16:52:01+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 64 00 01 00 00 00 00 00 00 00 00 00 09 64 00 01 00 00 00 00 2D 01 00 00 8F BB 
2024-04-03T16:52:01+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:240.4,AC_current_A:0.01,MaxPowerOffered:0,temperature:45,soc:0,AC_Power:2
2024-04-03T16:52:01+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:52:01+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:52:02+0900 [ocpp] <=CSMS:[2,"034c27e7-5f00-4aad-9aac-ff5c60091d02","Reset",{"type":"Hard"}]
2024-04-03T16:52:02+0900 [comproc] =>pwrboard:AA 97 60 0D 01 01 5F 22 
2024-04-03T16:52:02+0900 [ocpp] =>Dbus:FF 6A A6 97 60 00 05 [00 0D] 01 F5 31 
2024-04-03T16:52:02+0900 [ocpp] <=Dbus:FF 6A A6 97 60 00 05 [00 0D] 00 35 F0 
2024-04-03T16:52:02+0900 [comproc] <=pwrboard:BB 97 60 0D 01 00 DE E0 
2024-04-03T16:52:02+0900 [ocpp] CP_RESET
2024-04-03T16:52:02+0900 [ocpp] reset..........................
2024-04-03T16:52:45+0900 [comproc] <=pwrboard:BB 5F E9 00 E6 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 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 31 32 36 32 33 35 31 33 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 53 74 61 72 43 68 61 72 67 65 00 00 00 00 00 00 00 00 00 00 31 30 37 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 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 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 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 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 00 00 00 00 00 00 00 67 59 
2024-04-03T16:52:45+0900 [comproc] Com boot!
2024-04-03T16:52:45+0900 [comproc] =>pwrboard:AA 00 00 24 02 00 33 2F FA 
2024-04-03T16:52:45+0900 [comproc] <=pwrboard:BB 00 00 33 0C 00 00 00 00 00 00 57 63 00 00 00 00 B5 99 
2024-04-03T16:52:46+0900 [comproc] =>pwrboard:AA 00 00 24 02 00 32 EF 3B 
2024-04-03T16:52:46+0900 [comproc] <=pwrboard:BB 00 00 32 06 5E 12 00 00 00 00 B2 24 
2024-04-03T16:52:47+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:52:47+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:52:50+0900 [comproc] <=pwrboard:BB 34 58 00 E6 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 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 31 32 36 32 33 35 31 33 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 53 74 61 72 43 68 61 72 67 65 00 00 00 00 00 00 00 00 00 00 31 30 37 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 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 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 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 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 00 00 00 00 00 00 00 C3 6A 
2024-04-03T16:52:50+0900 [comproc] Com boot!
2024-04-03T16:52:55+0900 [comproc] <=pwrboard:BB 0C B0 00 E6 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 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 31 32 36 32 33 35 31 33 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 53 74 61 72 43 68 61 72 67 65 00 00 00 00 00 00 00 00 00 00 31 30 37 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 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 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 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 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 00 00 00 00 00 00 00 6C 86 
2024-04-03T16:52:55+0900 [comproc] Com boot!
2024-04-03T16:52:55+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:52:55+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:52:55+0900 [ocpp] !!!!!!!!!!!!!!!!!!!! ocpp version [[master] [2023.03.17] [01]] !!!!!!!!!!!!!!!!!!!
2024-04-03T16:52:56+0900 [ocpp] Can't find /ubi/conf/update_success
2024-04-03T16:52:56+0900 [ocpp] New path:/ubi/update_success
2024-04-03T16:52:56+0900 [ocpp] Can't find /ubi/conf/allVersion.txt
2024-04-03T16:52:56+0900 [comproc] =>pwrboard:AA 00 03 0F 02 01 01 8E 37 
2024-04-03T16:52:56+0900 [ocpp] New path:/ubi/allVersion.txt
2024-04-03T16:52:56+0900 [ocpp] Can't find /ubi/conf/web_upgrade
2024-04-03T16:52:56+0900 [comproc] <=pwrboard:BB 00 03 0F 03 01 01 00 EA 0E 
2024-04-03T16:52:56+0900 [ocpp] New path:/ubi/web_upgrade
2024-04-03T16:52:56+0900 [ocpp] Combination version.....
2024-04-03T16:52:56+0900 [ocpp] [Config loaded] : version[1.0.0.0.7b107_MG] url[192.168.100.7] port[8887] path[] ssl[0] model[Aurora] vendor[StarCharge] evseNum[1] cardType[0] localBackEn[1] backend[] powerlimit[0]
2024-04-03T16:52:56+0900 [ocpp] <=Dbus:FF 6A A6 FF FF 00 33 [00 21] 31 30 30 30 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 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 01 01 6A 4D 
2024-04-03T16:52:56+0900 [ocpp] CP_INFO
2024-04-03T16:52:56+0900 [ocpp] cpid = 1000,evseNum = 1
2024-04-03T16:52:56+0900 [ocpp] NumberOfConnectors = 1
2024-04-03T16:52:56+0900 [ocpp] availabilitySrc = 0x01,0x01
2024-04-03T16:52:56+0900 [ocpp] MeterValuesAlignedData -- Energy.Active.Import.Register: [1], voltage: [1], Current.Import: [1], Power.Active.Import: [1], Temperature: [0], SoC: [0], Power.Offered: [1], Current.Offered: [0], Energy.Active.Import.Interval: [0]
2024-04-03T16:52:56+0900 [ocpp] MeterValuesSampledData -- Energy.Active.Import.Register: [1], voltage: [1], Current.Import: [1], Power.Active.Import: [1], Temperature: [1], SoC: [0], Power.Offered: [1], Current.Offered: [1]
2024-04-03T16:52:56+0900 [ocpp] StopTxnAlignedData -- Energy.Active.Import.Register: [0]
2024-04-03T16:52:56+0900 [ocpp] You have opened a sqlite3 database named zieckey.db successfully!nCongratulations! Have fun !  ^-^ n

2024-04-03T16:52:56+0900 [ocpp] You have opened a sqlite3 database named volatile.db successfully!nCongratulations! Have fun !  ^-^ n

2024-04-03T16:52:57+0900 [ocpp] No probation function
2024-04-03T16:52:57+0900 [ocpp] cppipe process thread...
2024-04-03T16:52:57+0900 [ocpp] StartTimeStamp:1712127175 endTimeStamp:1883339892 Duration:171212717s, limit:0.0A 
2024-04-03T16:52:57+0900 [ocpp] StartTimeStamp:2024-04-03T06:52:55.000Z endTimeStamp:2029-09-05T21:58:12.000Z Duration:171212717s, limit:0.0A 
2024-04-03T16:52:57+0900 [ocpp] =>Dbus:FF 6A A6 00 02 00 08 [00 0F] 00 00 00 01 66 75 
2024-04-03T16:52:57+0900 [ocpp] <=Dbus:FF 6A A6 00 02 00 09 [00 0F] 00 00 00 01 01 EB A7 
2024-04-03T16:52:57+0900 [ocpp] =>Dbus:FF 6A A6 00 03 00 08 [00 0F] 00 01 01 01 A6 28 
2024-04-03T16:52:57+0900 [ocpp] <=Dbus:FF 6A A6 FF FF 00 33 [00 21] 31 30 30 30 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 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 01 01 6A 4D 
2024-04-03T16:52:57+0900 [ocpp] CP_INFO
2024-04-03T16:52:57+0900 [ocpp] cpid = 1000,evseNum = 1
2024-04-03T16:52:57+0900 [ocpp] NumberOfConnectors = 1
2024-04-03T16:52:57+0900 [ocpp] availabilitySrc = 0x01,0x01
2024-04-03T16:52:57+0900 [ocpp] =>Dbus:FF 6A A6 00 04 00 07 [00 36] 00 01 01 6C C5 
2024-04-03T16:52:57+0900 [ocpp] <=Dbus:FF 6A A6 00 03 00 09 [00 0F] 00 01 01 01 00 D2 67 
2024-04-03T16:52:57+0900 [ocpp] =>Dbus:FF 6A A6 FF FF 00 05 [00 21] 00 9C 18 
2024-04-03T16:52:58+0900 [ocpp] ChargingSchedulePeriod:conn:0, limit:0, phase:1, wa:A
2024-04-03T16:52:58+0900 [comproc] =>pwrboard:AA 00 06 0B 07 00 41 01 00 00 00 00 C3 1F 
2024-04-03T16:52:59+0900 [ocpp] CheckProfile_Timer 1- SendChargeProfileREQ limit 0
2024-04-03T16:52:59+0900 [ocpp] =>Dbus:FF 6A A6 00 06 00 0D [00 0B] 00 00 00 00 00 00 00 01 41 2F 1B 
2024-04-03T16:52:59+0900 [comproc] <=pwrboard:BB 00 06 0B 02 00 00 EF 3B 
2024-04-03T16:52:59+0900 [ocpp] <=Dbus:FF 6A A6 00 06 00 05 [00 0B] 01 5A DD 
2024-04-03T16:53:00+0900 [comproc] <=pwrboard:BB E4 08 00 E6 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 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 31 32 36 32 33 35 31 33 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 53 74 61 72 43 68 61 72 67 65 00 00 00 00 00 00 00 00 00 00 31 30 37 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 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 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 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 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 00 00 00 00 00 00 00 86 A5 
2024-04-03T16:53:00+0900 [comproc] Com boot!
2024-04-03T16:53:00+0900 [ocpp] <=Dbus:FF 6A A6 E4 08 00 04 [00 00] FF B7 
2024-04-03T16:53:00+0900 [comproc] ocpp boot pending!
2024-04-03T16:53:00+0900 [ocpp] =>Dbus:FF 6A A6 E4 08 00 0A [00 00] 00 00 00 00 00 00 F3 43 
2024-04-03T16:53:00+0900 [comproc] =>pwrboard:AA E4 08 00 22 00 00 02 00 00 00 00 00 00 31 30 30 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 76 6C 
2024-04-03T16:53:00+0900 [ocpp] <=Dbus:FF 6A A6 FF FF 00 33 [00 21] 31 30 30 30 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 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 01 01 6A 4D 
2024-04-03T16:53:00+0900 [ocpp] CP_INFO
2024-04-03T16:53:00+0900 [ocpp] cpid = 1000,evseNum = 1
2024-04-03T16:53:00+0900 [ocpp] NumberOfConnectors = 1
2024-04-03T16:53:00+0900 [ocpp] availabilitySrc = 0x01,0x01
2024-04-03T16:53:00+0900 [ocpp] =>Dbus:FF 6A A6 FF FF 00 05 [00 21] 00 9C 18 
2024-04-03T16:53:00+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:53:01+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:53:01+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 6B 09 01 00 00 00 00 00 2D 00 01 6B 09 01 00 00 00 00 00 00 00 00 00 00 00 95 5C 
2024-04-03T16:53:01+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 6B 00 01 00 00 00 00 00 00 00 00 00 09 6B 00 01 00 00 00 00 2D 01 00 00 5B FA 
2024-04-03T16:53:01+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:241.1,AC_current_A:0.01,MaxPowerOffered:0,temperature:45,soc:0,AC_Power:2
2024-04-03T16:53:03+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:53:03+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:53:03+0900 [ocpp] open  Pipe for Read from broker success.
2024-04-03T16:53:04+0900 [ocpp] open pipe for write to broker success.
2024-04-03T16:53:04+0900 [ocpp] =>CSMS:GetConnectStatus
2024-04-03T16:53:04+0900 [ocpp] <=CSMS:[99,"Proprietary Protocol","Connection",{"connectionStatus":0}]
2024-04-03T16:53:04+0900 [ocpp] -------------Disconnect from the server----------------
2024-04-03T16:53:05+0900 [comproc] <=pwrboard:BB BC 00 00 E6 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 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 31 32 36 32 33 35 31 33 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 53 74 61 72 43 68 61 72 67 65 00 00 00 00 00 00 00 00 00 00 31 30 37 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 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 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 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 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 00 00 00 00 00 00 00 08 BE 
2024-04-03T16:53:05+0900 [comproc] Com boot!
2024-04-03T16:53:05+0900 [ocpp] <=Dbus:FF 6A A6 BC 00 00 04 [00 00] 26 5B 
2024-04-03T16:53:05+0900 [comproc] ocpp boot pending!
2024-04-03T16:53:05+0900 [comproc] =>pwrboard:AA BC 00 00 22 00 00 02 00 00 00 00 00 00 31 30 30 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 47 04 
2024-04-03T16:53:05+0900 [ocpp] =>Dbus:FF 6A A6 BC 00 00 0A [00 00] 00 00 00 00 00 00 8C 48 
2024-04-03T16:53:05+0900 [ocpp] <=Dbus:FF 6A A6 FF FF 00 33 [00 21] 31 30 30 30 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 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 01 01 6A 4D 
2024-04-03T16:53:05+0900 [ocpp] CP_INFO
2024-04-03T16:53:05+0900 [ocpp] cpid = 1000,evseNum = 1
2024-04-03T16:53:05+0900 [ocpp] NumberOfConnectors = 1
2024-04-03T16:53:05+0900 [ocpp] availabilitySrc = 0x01,0x01
2024-04-03T16:53:05+0900 [ocpp] =>Dbus:FF 6A A6 FF FF 00 05 [00 21] 00 9C 18 
2024-04-03T16:53:07+0900 [ocpp] <=CSMS:[99,"Proprietary Protocol","Connection",{"connectionStatus":1}]
2024-04-03T16:53:07+0900 [ocpp] -------------Connect with server success----------------
2024-04-03T16:53:10+0900 [comproc] <=pwrboard:BB 94 13 00 E6 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 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 31 32 36 32 33 35 31 33 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 53 74 61 72 43 68 61 72 67 65 00 00 00 00 00 00 00 00 00 00 31 30 37 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 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 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 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 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 00 00 00 00 00 00 00 B5 D5 
2024-04-03T16:53:10+0900 [comproc] Com boot!
2024-04-03T16:53:10+0900 [ocpp] <=Dbus:FF 6A A6 94 13 00 04 [00 00] CD D8 
2024-04-03T16:53:10+0900 [comproc] ocpp boot pending!
2024-04-03T16:53:10+0900 [ocpp] =>Dbus:FF 6A A6 94 13 00 0A [00 00] 00 00 00 00 00 00 68 73 
2024-04-03T16:53:10+0900 [comproc] =>pwrboard:AA 94 13 00 22 00 00 02 00 00 00 00 00 00 31 30 30 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 48 7D 
2024-04-03T16:53:10+0900 [ocpp] <=Dbus:FF 6A A6 FF FF 00 33 [00 21] 31 30 30 30 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 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 01 01 6A 4D 
2024-04-03T16:53:10+0900 [ocpp] CP_INFO
2024-04-03T16:53:10+0900 [ocpp] cpid = 1000,evseNum = 1
2024-04-03T16:53:10+0900 [ocpp] NumberOfConnectors = 1
2024-04-03T16:53:10+0900 [ocpp] availabilitySrc = 0x01,0x01
2024-04-03T16:53:10+0900 [ocpp] =>CSMS:[2,"gMgjRmXZO0xCn42hnFB5pzKc9yhJKJZR5gYv","BootNotification",{ "chargePointVendor": "StarCharge", "chargePointModel": "Aurora", "chargePointSerialNumber": "1000", "firmwareVersion": "1.0.0.0.7b107_MG", "iccid": "", "imsi": "" }]
2024-04-03T16:53:10+0900 [ocpp] =>Dbus:FF 6A A6 FF FF 00 05 [00 21] 00 9C 18 
2024-04-03T16:53:11+0900 [ocpp] <=CSMS:[3,"gMgjRmXZO0xCn42hnFB5pzKc9yhJKJZR5gYv",{"currentTime":"2024-04-03T06:53:11Z","interval":3600,"status":"Accepted"}]
2024-04-03T16:53:11+0900 [comproc] ocpp boot OK!
2024-04-03T16:53:11+0900 [ocpp] =>Dbus:FF 6A A6 94 13 00 0A [00 00] 18 04 03 06 35 0B A2 37 
2024-04-03T16:53:11+0900 [comproc] =>pwrboard:AA 94 13 00 22 00 00 01 18 04 03 06 35 0B 31 30 30 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B5 75 
2024-04-03T16:53:11+0900 [ocpp] <=Dbus:FF 6A A6 FF FF 00 33 [00 21] 31 30 30 30 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 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 01 01 6A 4D 
2024-04-03T16:53:11+0900 [ocpp] CP_INFO
2024-04-03T16:53:11+0900 [ocpp] cpid = 1000,evseNum = 1
2024-04-03T16:53:11+0900 [ocpp] NumberOfConnectors = 1
2024-04-03T16:53:11+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:53:11+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:53:11+0900 [ocpp] availabilitySrc = 0x01,0x01
2024-04-03T16:53:11+0900 [ocpp] =>Dbus:FF 6A A6 FF FF 00 05 [00 21] 00 9C 18 
2024-04-03T16:53:11+0900 [ocpp] =>CSMS:[2,"SDyF0dqXdpzZEcXIEWVPMUPWg2ka5YSr1hKG","StatusNotification",{ "connectorId": 1, "errorCode": "NoError", "status": "Available", "timestamp": "2024-04-03T06:53:11.000Z", "vendorId": "StarCharge" }]
2024-04-03T16:53:12+0900 [comproc] <=pwrboard:BB 6F B1 01 0B 01 01 06 00 00 00 00 00 09 2D 23 A6 07 
2024-04-03T16:53:12+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:53:12+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:53:12+0900 [comproc]  inside error test : board warnning RelayAdhesion error 

2024-04-03T16:53:12+0900 [comproc]  boardtemp = 45, conntemp = 35 ;

2024-04-03T16:53:12+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:53:12+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:53:12+0900 [ocpp] <=Dbus:FF 6A A6 6F B1 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 EC D0 
2024-04-03T16:53:12+0900 [comproc] =>pwrboard:AA 00 10 2C 04 00 00 00 00 FA 6B 
2024-04-03T16:53:12+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:53:12+0900 [ocpp] =>Dbus:FF 6A A6 00 10 00 06 [00 2D] 00 00 C3 49 
2024-04-03T16:53:12+0900 [comproc] !!!chargingStatus changed,now 1
2024-04-03T16:53:12+0900 [comproc] =>pwrboard:AA 00 11 0F 02 01 01 8D 8F 
2024-04-03T16:53:12+0900 [ocpp] =>Dbus:FF 6A A6 00 11 00 08 [00 0F] 00 01 01 01 06 FC 
2024-04-03T16:53:12+0900 [ocpp] =>CSMS:[2,"xgzUeIg6U092rL9snUZpETYhmnw1nKfRgLaz","StatusNotification",{ "connectorId": 1, "errorCode": "NoError", "status": "Preparing", "timestamp": "2024-04-03T06:53:12.000Z", "vendorId": "StarCharge", "vendorErrorCode": "" }]
2024-04-03T16:53:13+0900 [comproc] =>pwrboard:AA 6F B1 01 04 01 03 E7 01 E9 E0 
2024-04-03T16:53:13+0900 [comproc] <=pwrboard:BB 00 11 0F 03 01 01 00 98 0D 
2024-04-03T16:53:13+0900 [ocpp] <=CSMS:[2,"210e3bb7-09a7-444e-8f19-6ad6b9977f23","GetConfiguration",{"key":["SupportedFeatureProfiles"]}]
2024-04-03T16:53:13+0900 [ocpp] =>Dbus:FF 6A A6 6F B1 00 04 [00 01] 5F F5 
2024-04-03T16:53:13+0900 [ocpp] <=Dbus:FF 6A A6 3F 53 00 04 [50 09] DF 3C 
2024-04-03T16:53:13+0900 [ocpp] <=Dbus:FF 6A A6 00 11 00 09 [00 0F] 00 01 01 01 00 8D C7 
2024-04-03T16:53:13+0900 [ocpp] =>CSMS:[3,"210e3bb7-09a7-444e-8f19-6ad6b9977f23",{ "configurationKey": [ { "key": "SupportedFeatureProfiles", "readonly": true, "value": "Core,FirmwareManagement,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger" } ], "unknownKey": [ ] }]
2024-04-03T16:53:13+0900 [ocpp] <=CSMS:[3,"SDyF0dqXdpzZEcXIEWVPMUPWg2ka5YSr1hKG",{}]
2024-04-03T16:53:13+0900 [ocpp] =>CSMS:[2,"XGZ4EsGg4ajcRvjSN49Po38HMNWbNuF1GvAZ","StatusNotification",{ "connectorId": 0, "errorCode": "NoError", "status": "Available", "timestamp": "2024-04-03T06:53:12.000Z", "vendorId": "StarCharge" }]
2024-04-03T16:53:14+0900 [ocpp] <=CSMS:[3,"xgzUeIg6U092rL9snUZpETYhmnw1nKfRgLaz",{}]
2024-04-03T16:53:14+0900 [ocpp] <=CSMS:[2,"de5107e2-1fc0-46b5-a61c-f01ec0b292be","GetConfiguration",{"key":["NumberOfConnectors"]}]
2024-04-03T16:53:15+0900 [ocpp] =>CSMS:[3,"de5107e2-1fc0-46b5-a61c-f01ec0b292be",{ "configurationKey": [ { "key": "NumberOfConnectors", "readonly": true, "value": "1" } ], "unknownKey": [ ] }]
2024-04-03T16:53:16+0900 [ocpp] <=CSMS:[2,"8deb1e15-1847-4871-981d-9a1ccd6cc74f","GetConfiguration",{"key":["HeartbeatInterval"]}]
2024-04-03T16:53:16+0900 [ocpp] =>CSMS:[3,"8deb1e15-1847-4871-981d-9a1ccd6cc74f",{ "configurationKey": [ { "key": "HeartbeatInterval", "readonly": false, "value": "3600" } ], "unknownKey": [ ] }]
2024-04-03T16:53:16+0900 [ocpp] <=CSMS:[2,"88af67b4-d860-469a-b577-7423f9fda345","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Import"}]
2024-04-03T16:53:16+0900 [ocpp] Key:MeterValuesSampledData READonly:false
2024-04-03T16:53:16+0900 [ocpp] MeterValuesSampledData -- Energy.Active.Import.Register: [1], voltage: [0], Current.Import: [1], Power.Active.Import: [0], Temperature: [0], SoC: [0], Power.Offered: [0], Current.Offered: [0]
2024-04-03T16:53:16+0900 [ocpp] =>CSMS:[3,"88af67b4-d860-469a-b577-7423f9fda345",{"status":"Accepted"}]
2024-04-03T16:53:17+0900 [ocpp] <=CSMS:[2,"fc7173fe-785f-4a8b-9fd3-f667dee822f8","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Offered"}]
2024-04-03T16:53:17+0900 [ocpp] Key:MeterValuesSampledData READonly:false
2024-04-03T16:53:17+0900 [ocpp] MeterValuesSampledData -- Energy.Active.Import.Register: [1], voltage: [0], Current.Import: [0], Power.Active.Import: [0], Temperature: [0], SoC: [0], Power.Offered: [0], Current.Offered: [1]
2024-04-03T16:53:17+0900 [ocpp] =>CSMS:[3,"fc7173fe-785f-4a8b-9fd3-f667dee822f8",{"status":"Accepted"}]
2024-04-03T16:53:18+0900 [ocpp] <=CSMS:[2,"214022cd-1a91-4e71-90ab-eb7b21ffe58b","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Register"}]
2024-04-03T16:53:18+0900 [ocpp] Key:MeterValuesSampledData READonly:false
2024-04-03T16:53:18+0900 [ocpp] MeterValuesSampledData -- Energy.Active.Import.Register: [1], voltage: [0], Current.Import: [0], Power.Active.Import: [0], Temperature: [0], SoC: [0], Power.Offered: [0], Current.Offered: [0]
2024-04-03T16:53:18+0900 [ocpp] =>CSMS:[3,"214022cd-1a91-4e71-90ab-eb7b21ffe58b",{"status":"Accepted"}]
2024-04-03T16:53:19+0900 [ocpp] <=CSMS:[2,"190898b8-8d8d-4481-a2f7-2dcf79689a01","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Active.Import"}]
2024-04-03T16:53:19+0900 [ocpp] Key:MeterValuesSampledData READonly:false
2024-04-03T16:53:19+0900 [ocpp] MeterValuesSampledData -- Energy.Active.Import.Register: [1], voltage: [0], Current.Import: [0], Power.Active.Import: [1], Temperature: [0], SoC: [0], Power.Offered: [0], Current.Offered: [0]
2024-04-03T16:53:19+0900 [ocpp] =>CSMS:[3,"190898b8-8d8d-4481-a2f7-2dcf79689a01",{"status":"Accepted"}]
2024-04-03T16:53:19+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:53:19+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:53:20+0900 [ocpp] <=CSMS:[2,"5279db5f-8402-4533-a35f-40d3d5635ceb","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Offered"}]
2024-04-03T16:53:20+0900 [ocpp] Key:MeterValuesSampledData READonly:false
2024-04-03T16:53:20+0900 [ocpp] MeterValuesSampledData -- Energy.Active.Import.Register: [1], voltage: [0], Current.Import: [0], Power.Active.Import: [0], Temperature: [0], SoC: [0], Power.Offered: [1], Current.Offered: [0]
2024-04-03T16:53:20+0900 [ocpp] =>CSMS:[3,"5279db5f-8402-4533-a35f-40d3d5635ceb",{"status":"Accepted"}]
2024-04-03T16:53:21+0900 [ocpp] <=CSMS:[2,"97cd2b8b-ba8a-4cc0-a2cd-22cdf6fc7e54","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Temperature"}]
2024-04-03T16:53:21+0900 [ocpp] Key:MeterValuesSampledData READonly:false
2024-04-03T16:53:21+0900 [ocpp] MeterValuesSampledData -- Energy.Active.Import.Register: [1], voltage: [0], Current.Import: [0], Power.Active.Import: [0], Temperature: [1], SoC: [0], Power.Offered: [0], Current.Offered: [0]
2024-04-03T16:53:21+0900 [ocpp] =>CSMS:[3,"97cd2b8b-ba8a-4cc0-a2cd-22cdf6fc7e54",{"status":"Accepted"}]
2024-04-03T16:53:22+0900 [ocpp] <=CSMS:[2,"ed82b7d0-c03a-426e-b580-8345c4b67cc5","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Voltage"}]
2024-04-03T16:53:22+0900 [ocpp] Key:MeterValuesSampledData READonly:false
2024-04-03T16:53:22+0900 [ocpp] MeterValuesSampledData -- Energy.Active.Import.Register: [1], voltage: [1], Current.Import: [0], Power.Active.Import: [0], Temperature: [0], SoC: [0], Power.Offered: [0], Current.Offered: [0]
2024-04-03T16:53:22+0900 [ocpp] =>CSMS:[3,"ed82b7d0-c03a-426e-b580-8345c4b67cc5",{"status":"Accepted"}]
2024-04-03T16:53:23+0900 [ocpp] <=CSMS:[2,"0f010f80-f873-4a67-999b-8bbaf3133221","GetConfiguration",{"key":["MeterValuesSampledData"]}]
2024-04-03T16:53:23+0900 [ocpp] =>CSMS:[3,"0f010f80-f873-4a67-999b-8bbaf3133221",{ "configurationKey": [ { "key": "MeterValuesSampledData", "readonly": false, "value": "Voltage" } ], "unknownKey": [ ] }]
2024-04-03T16:53:24+0900 [ocpp] <=CSMS:[2,"513c041a-be0f-438c-882b-43b7dfe87772","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Import,Current.Offered,Energy.Active.Import.Register,Power.Active.Import,Power.Offered,Temperature,Voltage"}]
2024-04-03T16:53:24+0900 [ocpp] Key:MeterValuesSampledData READonly:false
2024-04-03T16:53:24+0900 [ocpp] MeterValuesSampledData -- Energy.Active.Import.Register: [1], voltage: [1], Current.Import: [1], Power.Active.Import: [1], Temperature: [1], SoC: [0], Power.Offered: [1], Current.Offered: [1]
2024-04-03T16:53:24+0900 [ocpp] =>CSMS:[3,"513c041a-be0f-438c-882b-43b7dfe87772",{"status":"Accepted"}]
2024-04-03T16:53:25+0900 [ocpp] <=CSMS:[2,"402e65b9-ed5b-40ee-acd9-12e483dc327d","GetConfiguration",{"key":["MeterValueSampleInterval"]}]
2024-04-03T16:53:25+0900 [ocpp] =>CSMS:[3,"402e65b9-ed5b-40ee-acd9-12e483dc327d",{ "configurationKey": [ { "key": "MeterValueSampleInterval", "readonly": false, "value": "30" } ], "unknownKey": [ ] }]
2024-04-03T16:53:26+0900 [ocpp] <=CSMS:[2,"722e33f9-f7fe-4133-87d6-14398f64b415","GetConfiguration",{"key":["ClockAlignedDataInterval"]}]
2024-04-03T16:53:26+0900 [ocpp] =>CSMS:[3,"722e33f9-f7fe-4133-87d6-14398f64b415",{ "configurationKey": [ { "key": "ClockAlignedDataInterval", "readonly": false, "value": "30" } ], "unknownKey": [ ] }]
2024-04-03T16:53:27+0900 [ocpp] <=CSMS:[2,"9e02a95a-7e37-48ae-b4d7-ed97fba5988d","GetConfiguration",{"key":["WebSocketPingInterval"]}]
2024-04-03T16:53:27+0900 [ocpp] =>CSMS:[3,"9e02a95a-7e37-48ae-b4d7-ed97fba5988d",{ "configurationKey": [ { "key": "WebSocketPingInterval", "readonly": false, "value": "60" } ], "unknownKey": [ ] }]
2024-04-03T16:53:27+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:53:27+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:53:28+0900 [ocpp] <=CSMS:[2,"f828ed68-7107-463f-af58-056d13256a21","ChangeAvailability",{"connectorId":0,"type":"Operative"}]
2024-04-03T16:53:28+0900 [ocpp] =>Dbus:FF 6A A6 00 14 00 08 [00 0F] 00 00 00 01 06 93 
2024-04-03T16:53:28+0900 [comproc] =>pwrboard:AA 00 15 0F 02 01 01 4D 7E 
2024-04-03T16:53:28+0900 [ocpp] <=Dbus:FF 6A A6 00 14 00 09 [00 0F] 00 00 00 01 01 61 46 
2024-04-03T16:53:28+0900 [ocpp] =>Dbus:FF 6A A6 00 15 00 08 [00 0F] 00 01 01 01 C6 CE 
2024-04-03T16:53:28+0900 [ocpp] =>CSMS:[3,"f828ed68-7107-463f-af58-056d13256a21",{"status":"Accepted"}]
2024-04-03T16:53:28+0900 [comproc] <=pwrboard:BB 00 15 0F 03 01 01 00 1C 0C 
2024-04-03T16:53:28+0900 [ocpp] <=Dbus:FF 6A A6 00 15 00 09 [00 0F] 00 01 01 01 00 58 86 
2024-04-03T16:53:29+0900 [ocpp] =>CSMS:[2,"QQ5aXMvB2kF6Pzn7TzEAOkgg1rbPwYXtX9xZ","StatusNotification",{ "connectorId": 0, "errorCode": "NoError", "status": "Available", "timestamp": "2024-04-03T06:53:28.000Z", "vendorId": "StarCharge" }]
2024-04-03T16:53:29+0900 [ocpp] <=CSMS:[2,"3fde5378-db1b-4294-a7cb-dc0214f48410","TriggerMessage",{"requestedMessage":"StatusNotification","connectorId":0}]
2024-04-03T16:53:29+0900 [ocpp] =>CSMS:[3,"3fde5378-db1b-4294-a7cb-dc0214f48410",{"status":"Rejected"}]
2024-04-03T16:53:30+0900 [ocpp] =>CSMS:[2,"00fA7wVlcKpgzZNh3ZokyKGGbRBzW87T7jX9","StatusNotification",{ "connectorId": 1, "errorCode": "NoError", "status": "Preparing", "timestamp": "2024-04-03T06:53:28.000Z", "vendorId": "StarCharge" }]
2024-04-03T16:53:30+0900 [ocpp] <=CSMS:[3,"QQ5aXMvB2kF6Pzn7TzEAOkgg1rbPwYXtX9xZ",{}]
2024-04-03T16:53:30+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:53:30+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:53:30+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 69 09 01 00 00 00 00 00 2D 00 01 69 09 01 00 00 00 00 00 00 00 00 00 00 00 E5 F4 
2024-04-03T16:53:30+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 69 00 01 00 00 00 00 00 00 00 00 00 09 69 00 01 00 00 00 00 2D 01 00 00 89 48 
2024-04-03T16:53:30+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:240.9,AC_current_A:0.01,MaxPowerOffered:0,temperature:45,soc:0,AC_Power:2
2024-04-03T16:53:31+0900 [ocpp] =>CSMS:[2,"Oz4wAZMNHKlk2BM2rQHHv3gMMxKmhHdSe5k7","MeterValues",{ "connectorId": 1, "meterValue": [ { "timestamp": "2024-04-03T06:53:00.000Z", "sampledValue": [ {"value": "240.9", "context": "Sample.Clock", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Clock", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Clock", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Clock", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "223710", "context": "Sample.Clock", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
2024-04-03T16:53:31+0900 [ocpp] <=CSMS:[3,"00fA7wVlcKpgzZNh3ZokyKGGbRBzW87T7jX9",{}]
2024-04-03T16:53:32+0900 [ocpp] <=CSMS:[3,"Oz4wAZMNHKlk2BM2rQHHv3gMMxKmhHdSe5k7",{}]
2024-04-03T16:53:33+0900 [ocpp] =>CSMS:[2,"XGZ4EsGg4ajcRvjSN49Po38HMNWbNuF1GvAZ","StatusNotification",{ "connectorId": 0, "errorCode": "NoError", "status": "Available", "timestamp": "2024-04-03T06:53:12.000Z", "vendorId": "StarCharge" }]
2024-04-03T16:53:34+0900 [ocpp] <=CSMS:[3,"XGZ4EsGg4ajcRvjSN49Po38HMNWbNuF1GvAZ",{}]
2024-04-03T16:53:35+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:53:35+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:53:41+0900 [comproc] <=pwrboard:BB 50 F8 01 0B 01 01 06 00 00 00 00 00 09 2D 23 3F 30 
2024-04-03T16:53:41+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:53:41+0900 [comproc]  inside error test : board warnning RelayAdhesion error 

2024-04-03T16:53:41+0900 [comproc]  boardtemp = 45, conntemp = 35 ;

2024-04-03T16:53:41+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:53:41+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:53:41+0900 [ocpp] <=Dbus:FF 6A A6 50 F8 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 B6 06 
2024-04-03T16:53:41+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:53:41+0900 [comproc] =>pwrboard:AA 00 17 2C 04 00 00 00 00 3A 1D 
2024-04-03T16:53:41+0900 [ocpp] =>Dbus:FF 6A A6 00 17 00 06 [00 2D] 00 00 03 3F 
2024-04-03T16:53:42+0900 [ocpp] =>Dbus:FF 6A A6 50 F8 00 04 [00 01] 9E 2D 
2024-04-03T16:53:42+0900 [comproc] =>pwrboard:AA 50 F8 01 04 01 03 E7 01 79 7B 
2024-04-03T16:53:42+0900 [ocpp] <=Dbus:FF 6A A6 93 8E 00 04 [50 09] A0 C8 
2024-04-03T16:53:44+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:53:44+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:53:52+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:53:52+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:53:55+0900 [ocpp] [2024-04-03T06:52:55.000Z]Network status is:[Disconnected]!
2024-04-03T16:53:55+0900 [ocpp] [run]:     0 hours   1 minutes  [mem_used]: 39.32
2024-04-03T16:53:55+0900 [ocpp] CPU temperature: 63524

2024-04-03T16:54:00+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:54:00+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:54:00+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:54:00+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:54:00+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 6F 09 01 00 00 00 00 00 2D 00 01 6F 09 01 00 00 00 00 00 00 00 00 00 00 00 74 0C 
2024-04-03T16:54:00+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 6F 00 01 00 00 00 00 00 00 00 00 00 09 6F 00 01 00 00 00 00 2D 01 00 00 BE 9D 
2024-04-03T16:54:00+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:241.5,AC_current_A:0.01,MaxPowerOffered:0,temperature:45,soc:0,AC_Power:2
2024-04-03T16:54:01+0900 [ocpp] =>CSMS:[2,"bdPX7xHjSkVYi6pFwJQrPd4q1iY51AjPZvjR","MeterValues",{ "connectorId": 1, "meterValue": [ { "timestamp": "2024-04-03T06:53:30.000Z", "sampledValue": [ {"value": "241.5", "context": "Sample.Clock", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Clock", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Clock", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Clock", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "223710", "context": "Sample.Clock", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
2024-04-03T16:54:02+0900 [ocpp] <=CSMS:[3,"bdPX7xHjSkVYi6pFwJQrPd4q1iY51AjPZvjR",{}]
2024-04-03T16:54:08+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:54:08+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:54:10+0900 [comproc] <=pwrboard:BB 56 4A 01 0B 01 01 06 00 00 00 00 00 09 2D 23 8F 04 
2024-04-03T16:54:10+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:54:10+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:54:10+0900 [comproc]  inside error test : board warnning RelayAdhesion error 

2024-04-03T16:54:10+0900 [comproc]  boardtemp = 45, conntemp = 35 ;

2024-04-03T16:54:10+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:54:10+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:54:10+0900 [comproc] =>pwrboard:AA 00 1B 2C 04 00 00 00 00 3A D1 
2024-04-03T16:54:10+0900 [ocpp] <=Dbus:FF 6A A6 56 4A 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 C2 11 
2024-04-03T16:54:10+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:54:10+0900 [ocpp] =>Dbus:FF 6A A6 00 1B 00 06 [00 2D] 00 00 03 F3 
2024-04-03T16:54:10+0900 [comproc] =>pwrboard:AA 56 4A 01 04 01 03 E7 01 58 69 
2024-04-03T16:54:11+0900 [ocpp] =>Dbus:FF 6A A6 56 4A 00 04 [00 01] E2 15 
2024-04-03T16:54:11+0900 [ocpp] <=Dbus:FF 6A A6 B8 2D 00 04 [50 09] A2 0A 
2024-04-03T16:54:16+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:54:16+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:54:25+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:54:25+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:54:30+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:54:30+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:54:30+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 68 09 01 00 00 00 00 00 2D 00 01 68 09 01 00 00 00 00 00 00 00 00 00 00 00 DD A0 
2024-04-03T16:54:30+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 68 00 01 00 00 00 00 00 00 00 00 00 09 68 00 01 00 00 00 00 2D 01 00 00 E0 11 
2024-04-03T16:54:30+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:240.8,AC_current_A:0.01,MaxPowerOffered:0,temperature:45,soc:0,AC_Power:2
2024-04-03T16:54:31+0900 [ocpp] =>CSMS:[2,"72V3foL0g8hKndgGjIfHazNEgRdiDV2Ymkla","MeterValues",{ "connectorId": 1, "meterValue": [ { "timestamp": "2024-04-03T06:54:00.000Z", "sampledValue": [ {"value": "240.8", "context": "Sample.Clock", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Clock", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Clock", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Clock", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "223710", "context": "Sample.Clock", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
2024-04-03T16:54:32+0900 [ocpp] <=CSMS:[3,"72V3foL0g8hKndgGjIfHazNEgRdiDV2Ymkla",{}]
2024-04-03T16:54:33+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:54:33+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:54:39+0900 [comproc] <=pwrboard:BB 4E 62 01 0B 01 01 06 00 00 00 00 00 09 2C 23 3D 35 
2024-04-03T16:54:39+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:54:39+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:54:39+0900 [comproc]  inside error test : board warnning RelayAdhesion error 

2024-04-03T16:54:39+0900 [comproc]  boardtemp = 44, conntemp = 35 ;

2024-04-03T16:54:39+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:54:39+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:54:39+0900 [ocpp] <=Dbus:FF 6A A6 4E 62 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 DB 85 
2024-04-03T16:54:39+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:54:39+0900 [comproc] =>pwrboard:AA 00 1F 2C 04 00 00 00 00 FA 94 
2024-04-03T16:54:39+0900 [ocpp] =>Dbus:FF 6A A6 00 1F 00 06 [00 2D] 00 00 C3 B6 
2024-04-03T16:54:39+0900 [ocpp] =>Dbus:FF 6A A6 4E 62 00 04 [00 01] 3C 76 
2024-04-03T16:54:40+0900 [comproc] =>pwrboard:AA 4E 62 01 04 01 03 E7 01 F0 C1 
2024-04-03T16:54:40+0900 [ocpp] <=Dbus:FF 6A A6 0F 1C 00 04 [50 09] E1 6C 
2024-04-03T16:54:41+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:54:41+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:54:49+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:54:49+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:54:55+0900 [ocpp] [run]:     0 hours   2 minutes  [mem_used]: 39.58
2024-04-03T16:54:55+0900 [ocpp] CPU temperature: 62978

2024-04-03T16:54:57+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:54:57+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:55:00+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:55:00+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:55:00+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 6D 00 01 00 00 00 00 00 00 00 00 00 09 6D 00 01 00 00 00 00 2D 01 00 00 6C 2F 
2024-04-03T16:55:00+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 6D 09 01 00 00 00 00 00 2D 00 01 6D 09 01 00 00 00 00 00 00 00 00 00 00 00 04 A4 
2024-04-03T16:55:00+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:241.3,AC_current_A:0.01,MaxPowerOffered:0,temperature:45,soc:0,AC_Power:2
2024-04-03T16:55:01+0900 [ocpp] =>CSMS:[2,"qSEMWHynuZyMrec0O6mMfBRRvjCtY4C4B20G","MeterValues",{ "connectorId": 1, "meterValue": [ { "timestamp": "2024-04-03T06:54:30.000Z", "sampledValue": [ {"value": "241.3", "context": "Sample.Clock", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Clock", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Clock", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Clock", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "223710", "context": "Sample.Clock", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
2024-04-03T16:55:02+0900 [ocpp] <=CSMS:[3,"qSEMWHynuZyMrec0O6mMfBRRvjCtY4C4B20G",{}]
2024-04-03T16:55:06+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:55:06+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:55:08+0900 [comproc] <=pwrboard:BB E6 7A 01 0B 01 01 06 00 00 00 00 00 09 2D 23 CB 84 
2024-04-03T16:55:08+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:55:08+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:55:08+0900 [comproc] <=pwrboard:BB EE EE 2D 01 01 36 96 
2024-04-03T16:55:08+0900 [comproc]  boardtemp = 45, conntemp = 35 ;

2024-04-03T16:55:08+0900 [comproc] pwrCom error Code vol:0,1,9
2024-04-03T16:55:08+0900 [comproc] ocpp error Code :6,0
2024-04-03T16:55:08+0900 [ocpp] <=Dbus:FF 6A A6 E6 7A 00 0F [00 01] 00 01 01 01 06 00 00 00 00 00 00 31 70 
2024-04-03T16:55:08+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 05 [00 2D] 01 1C DE 
2024-04-03T16:55:08+0900 [comproc] =>pwrboard:AA 00 23 2C 04 00 00 00 00 F9 68 
2024-04-03T16:55:09+0900 [ocpp] =>Dbus:FF 6A A6 00 23 00 06 [00 2D] 00 00 C0 4A 
2024-04-03T16:55:09+0900 [ocpp] =>Dbus:FF 6A A6 E6 7A 00 04 [00 01] D6 4F 
2024-04-03T16:55:09+0900 [comproc] =>pwrboard:AA E6 7A 01 04 01 03 E7 01 2F 52 
2024-04-03T16:55:09+0900 [ocpp] <=Dbus:FF 6A A6 7F 62 00 04 [50 09] DB 4F 
2024-04-03T16:55:14+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:55:14+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:55:22+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:55:22+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:55:30+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:55:30+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:55:30+0900 [ocpp] =>Dbus:FF 6A A6 EE EE 00 07 [00 04] 00 01 01 47 C0 
2024-04-03T16:55:30+0900 [comproc] =>pwrboard:AA EE EE 04 01 01 BF 44 
2024-04-03T16:55:30+0900 [comproc] <=pwrboard:BB EE EE 04 1E 01 63 57 00 00 67 09 01 00 00 00 00 00 2C 00 01 67 09 01 00 00 00 00 00 00 00 00 00 00 00 66 FE 
2024-04-03T16:55:30+0900 [ocpp] <=Dbus:FF 6A A6 EE EE 00 24 [00 04] 00 01 01 00 00 57 63 09 67 00 01 00 00 00 00 00 00 00 00 00 09 67 00 01 00 00 00 00 2C 01 00 00 C8 51 
2024-04-03T16:55:31+0900 [ocpp] connId:1,connectorType:1,meterval:223710,AC_voltage_A:240.7,AC_current_A:0.01,MaxPowerOffered:0,temperature:44,soc:0,AC_Power:2
2024-04-03T16:55:31+0900 [ocpp] =>CSMS:[2,"NPZZ1K3Htzya7PD6mkGodUkUtC6z1LBTnn2p","MeterValues",{ "connectorId": 1, "meterValue": [ { "timestamp": "2024-04-03T06:55:00.000Z", "sampledValue": [ {"value": "240.7", "context": "Sample.Clock", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Clock", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Clock", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Clock", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "223710", "context": "Sample.Clock", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
2024-04-03T16:55:32+0900 [ocpp] <=CSMS:[3,"NPZZ1K3Htzya7PD6mkGodUkUtC6z1LBTnn2p",{}]
2024-04-03T16:55:37+0900 [comproc] <=pwrboard:BB 1E 32 01 0B 01 01 06 00 00 00 00 00 09 2D 23 C1 34 
2024-04-03T16:55:37+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:55:37+0900 [comproc]  inside error test : board warnning RelayAdhesion error 
drc38 commented 5 months ago

Is there a firmware update available?

callifo commented 5 months ago

Unfortunately not, MG dont respond to multiple attempts at emails.

This bit

2024-04-03 17:06:24.714 INFO (MainThread) [ocpp] 1000: send [2,"dc581a66-730e-4884-98d1-b5c831d50fd0","TriggerMessage",{"requestedMessage":"BootNotification"}]
2024-04-03 17:06:25.709 INFO (MainThread) [ocpp] 1000: receive message [2,"SLPsY0eiqwkVs5XResWERsqicZ0xrKi0JlXU","StatusNotification",{ "connectorId": 0, "errorCode": "NoError", "status": "Available", "timestamp": "2024-04-03T06:36:23.000Z", "vendorId": "StarCharge" }]
2024-04-03 17:06:25.711 INFO (MainThread) [ocpp] 1000: send [3,"SLPsY0eiqwkVs5XResWERsqicZ0xrKi0JlXU",{}]
2024-04-03 17:06:27.157 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=1.0 ms, pong=3.0 ms
2024-04-03 17:06:37.161 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:06:47.164 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=0.0 ms, pong=2.0 ms
2024-04-03 17:06:54.715 DEBUG (MainThread) [custom_components.ocpp] Closing websocket to '1000'
2024-04-03 17:06:54.721 INFO (MainThread) [custom_components.ocpp] Charger 1000 disconnected from 0.0.0.0:8887.
2024-04-03 17:06:57.729 INFO (MainThread) [custom_components.ocpp] Websocket Subprotocol matched: ocpp1.6
2024-04-03 17:06:57.729 INFO (MainThread) [custom_components.ocpp] Charger websocket path=/1000
2024-04-03 17:06:57.729 INFO (MainThread) [custom_components.ocpp] Charger 1000 reconnected to 0.0.0.0:8887.
2024-04-03 17:06:57.729 DEBUG (MainThread) [custom_components.ocpp] Reconnect websocket to 1000

Correlates to this bit

2024-04-03T16:36:44+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:36:44+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:36:49+0900 [ocpp] [2024-04-03T06:35:48.000Z]Network status is:[Connected]!
2024-04-03T16:36:52+0900 [comproc] ##########_HJ CardReader_##########: CardReader ComErr!
2024-04-03T16:36:52+0900 [comproc] =>pwrboard:AA FF FF FF 02 00 FF 85 C0 
2024-04-03T16:36:54+0900 [ocpp] <=CSMS:[99,"Proprietary Protocol","Connection",{"connectionStatus":0}]
2024-04-03T16:36:54+0900 [ocpp] -------------Disconnect from the server----------------
2024-04-03T16:36:57+0900 [ocpp] <=CSMS:[99,"Proprietary Protocol","Connection",{"connectionStatus":1}]
2024-04-03T16:36:57+0900 [ocpp] -------------Connect with server success----------------
2024-04-03T16:36:59+0900 [comproc] icomCode = 0,index=0
2024-04-03T16:36:59+0900 [comproc]  inside error test : board warnning RelayAdhesion error 

Is this suggesting HA is closing the connection?

drc38 commented 5 months ago

You need to debug the websocket messages to see why the connection closes.

callifo commented 5 months ago

How do I do that? I've already got this in the config,

    custom_components.ocpp: debug
    websocket: debug
drc38 commented 5 months ago

It is websockets

callifo commented 5 months ago

Ta, that was taken from https://github.com/lbbrhzn/ocpp/issues/1119#issuecomment-2024682181

callifo commented 5 months ago

Here is the debug level for websockets + ocpp

2024-04-03 18:49:36.318 INFO (MainThread) [ocpp] 1000: send [2,"ed53da3d-f0f3-4020-869e-301c1acba5de","TriggerMessage",{"requestedMessage":"BootNotification"}]
2024-04-03 18:49:36.318 DEBUG (MainThread) [websockets.server] > TEXT '[2,"ed53da3d-f0f3-4020-869e-301c1acba5de","Trig...e":"BootNotification"}]' [99 bytes]
2024-04-03 18:49:36.319 DEBUG (MainThread) [websockets.server] < PONG 0d 27 82 ce [binary, 4 bytes]
2024-04-03 18:49:36.320 DEBUG (MainThread) [websockets.server] < TEXT '[2,"Ino6nMdv51SQpJkE6bOex4nWQs8YhfmmEMdk","Stat...dorId": "StarCharge" }]' [198 bytes]
2024-04-03 18:49:36.321 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=1.0 ms, pong=7.0 ms
2024-04-03 18:49:36.321 INFO (MainThread) [ocpp] 1000: receive message [2,"Ino6nMdv51SQpJkE6bOex4nWQs8YhfmmEMdk","StatusNotification",{ "connectorId": 0, "errorCode": "NoError", "status": "Available", "timestamp": "2024-04-03T08:19:35.000Z", "vendorId": "StarCharge" }]
2024-04-03 18:49:36.322 INFO (MainThread) [ocpp] 1000: send [3,"Ino6nMdv51SQpJkE6bOex4nWQs8YhfmmEMdk",{}]
2024-04-03 18:49:36.322 DEBUG (MainThread) [websockets.server] > TEXT '[3,"Ino6nMdv51SQpJkE6bOex4nWQs8YhfmmEMdk",{}]' [45 bytes]
2024-04-03 18:49:37.315 DEBUG (MainThread) [websockets.server] < TEXT '[2,"sNOgNwDVfb20PtKogByEXeN60Si8HFMMowDK","Stat...dorId": "StarCharge" }]' [198 bytes]
2024-04-03 18:49:37.315 INFO (MainThread) [ocpp] 1000: receive message [2,"sNOgNwDVfb20PtKogByEXeN60Si8HFMMowDK","StatusNotification",{ "connectorId": 1, "errorCode": "NoError", "status": "Preparing", "timestamp": "2024-04-03T08:19:35.000Z", "vendorId": "StarCharge" }]
2024-04-03 18:49:37.318 INFO (MainThread) [ocpp] 1000: send [3,"sNOgNwDVfb20PtKogByEXeN60Si8HFMMowDK",{}]
2024-04-03 18:49:37.318 DEBUG (MainThread) [websockets.server] > TEXT '[3,"sNOgNwDVfb20PtKogByEXeN60Si8HFMMowDK",{}]' [45 bytes]
2024-04-03 18:49:46.322 DEBUG (MainThread) [websockets.server] > PING 9c 1c 89 bd [binary, 4 bytes]
2024-04-03 18:49:46.324 DEBUG (MainThread) [websockets.server] < PONG 9c 1c 89 bd [binary, 4 bytes]
2024-04-03 18:49:46.325 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=2.0 ms, pong=2.0 ms
2024-04-03 18:49:56.326 DEBUG (MainThread) [websockets.server] > PING 'w<x)' [text, 4 bytes]
2024-04-03 18:49:56.329 DEBUG (MainThread) [websockets.server] < PONG 'w<x)' [text, 4 bytes]
2024-04-03 18:49:56.330 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=1.0 ms, pong=3.0 ms
2024-04-03 18:50:06.322 DEBUG (MainThread) [custom_components.ocpp] Closing websocket to '1000'
2024-04-03 18:50:06.322 DEBUG (MainThread) [websockets.server] = connection is CLOSING
2024-04-03 18:50:06.322 DEBUG (MainThread) [websockets.server] > CLOSE 1000 (OK) [2 bytes]
2024-04-03 18:50:06.325 DEBUG (MainThread) [websockets.server] < CLOSE 1000 (OK) [2 bytes]
2024-04-03 18:50:06.325 DEBUG (MainThread) [websockets.server] x half-closing TCP connection
2024-04-03 18:50:06.325 DEBUG (MainThread) [websockets.server] = connection is CLOSED
2024-04-03 18:50:06.326 INFO (MainThread) [custom_components.ocpp] Charger 1000 disconnected from 0.0.0.0:8887.
2024-04-03 18:50:06.327 INFO (MainThread) [websockets.server] connection closed
2024-04-03 18:50:09.333 DEBUG (MainThread) [websockets.server] = connection is CONNECTING
2024-04-03 18:50:09.337 DEBUG (MainThread) [websockets.server] < GET /1000 HTTP/1.1
2024-04-03 18:50:09.338 DEBUG (MainThread) [websockets.server] < Pragma: no-cache
2024-04-03 18:50:09.338 DEBUG (MainThread) [websockets.server] < Cache-Control: no-cache
2024-04-03 18:50:09.338 DEBUG (MainThread) [websockets.server] < Host: 192.168.100.7
2024-04-03 18:50:09.338 DEBUG (MainThread) [websockets.server] < Origin: http://192.168.100.7
2024-04-03 18:50:09.338 DEBUG (MainThread) [websockets.server] < Upgrade: websocket
2024-04-03 18:50:09.338 DEBUG (MainThread) [websockets.server] < Connection: Upgrade
2024-04-03 18:50:09.338 DEBUG (MainThread) [websockets.server] < Sec-WebSocket-Key: FkDQWpC7YHEW7IbwvNU5ZA==
2024-04-03 18:50:09.338 DEBUG (MainThread) [websockets.server] < Sec-WebSocket-Protocol: ocpp1.6
2024-04-03 18:50:09.338 DEBUG (MainThread) [websockets.server] < Sec-WebSocket-Version: 13
2024-04-03 18:50:09.339 DEBUG (MainThread) [websockets.server] < authorization: Basic MTAwMDoxMjM=
2024-04-03 18:50:09.339 DEBUG (MainThread) [websockets.server] > HTTP/1.1 101 Switching Protocols
2024-04-03 18:50:09.339 DEBUG (MainThread) [websockets.server] > Upgrade: websocket
2024-04-03 18:50:09.339 DEBUG (MainThread) [websockets.server] > Connection: Upgrade
2024-04-03 18:50:09.339 DEBUG (MainThread) [websockets.server] > Sec-WebSocket-Accept: DGVu2hrJEz+yfrNcibew2fyuz8A=
2024-04-03 18:50:09.340 DEBUG (MainThread) [websockets.server] > Sec-WebSocket-Protocol: ocpp1.6
2024-04-03 18:50:09.340 DEBUG (MainThread) [websockets.server] > Date: Wed, 03 Apr 2024 08:20:09 GMT
2024-04-03 18:50:09.340 DEBUG (MainThread) [websockets.server] > Server: Python/3.12 websockets/12.0
2024-04-03 18:50:09.342 INFO (MainThread) [websockets.server] connection open
2024-04-03 18:50:09.343 DEBUG (MainThread) [websockets.server] = connection is OPEN
2024-04-03 18:50:09.343 INFO (MainThread) [custom_components.ocpp] Websocket Subprotocol matched: ocpp1.6
2024-04-03 18:50:09.343 INFO (MainThread) [custom_components.ocpp] Charger websocket path=/1000
2024-04-03 18:50:09.343 INFO (MainThread) [custom_components.ocpp] Charger 1000 reconnected to 0.0.0.0:8887.
2024-04-03 18:50:09.343 DEBUG (MainThread) [custom_components.ocpp] Reconnect websocket to 1000
2024-04-03 18:50:19.346 DEBUG (MainThread) [websockets.server] > PING c9 bd 7e ab [binary, 4 bytes]
2024-04-03 18:50:19.349 DEBUG (MainThread) [websockets.server] < PONG c9 bd 7e ab [binary, 4 bytes]
2024-04-03 18:50:19.349 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=2.0 ms, pong=2.0 ms
2024-04-03 18:50:29.350 DEBUG (MainThread) [websockets.server] > PING '\x14\x1c\x06b' [text, 4 bytes]
2024-04-03 18:50:29.354 DEBUG (MainThread) [websockets.server] < PONG '\x14\x1c\x06b' [text, 4 bytes]
2024-04-03 18:50:29.355 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=2.0 ms, pong=3.0 ms
callifo commented 5 months ago

Here is after sending ocpp reboot to charger to fix it,

2024-04-03 20:50:54.957 DEBUG (MainThread) [websockets.server] = connection is CONNECTING
2024-04-03 20:50:54.965 DEBUG (MainThread) [websockets.server] < GET /1000 HTTP/1.1
2024-04-03 20:50:54.965 DEBUG (MainThread) [websockets.server] < Pragma: no-cache
2024-04-03 20:50:54.966 DEBUG (MainThread) [websockets.server] < Cache-Control: no-cache
2024-04-03 20:50:54.966 DEBUG (MainThread) [websockets.server] < Host: 192.168.100.7
2024-04-03 20:50:54.966 DEBUG (MainThread) [websockets.server] < Origin: http://192.168.100.7
2024-04-03 20:50:54.966 DEBUG (MainThread) [websockets.server] < Upgrade: websocket
2024-04-03 20:50:54.966 DEBUG (MainThread) [websockets.server] < Connection: Upgrade
2024-04-03 20:50:54.966 DEBUG (MainThread) [websockets.server] < Sec-WebSocket-Key: XTH1OKWvFYV2xmipWc2l9A==
2024-04-03 20:50:54.966 DEBUG (MainThread) [websockets.server] < Sec-WebSocket-Protocol: ocpp1.6
2024-04-03 20:50:54.966 DEBUG (MainThread) [websockets.server] < Sec-WebSocket-Version: 13
2024-04-03 20:50:54.966 DEBUG (MainThread) [websockets.server] < authorization: Basic MTAwMDoxMjM=
2024-04-03 20:50:54.967 DEBUG (MainThread) [websockets.server] > HTTP/1.1 101 Switching Protocols
2024-04-03 20:50:54.967 DEBUG (MainThread) [websockets.server] > Upgrade: websocket
2024-04-03 20:50:54.967 DEBUG (MainThread) [websockets.server] > Connection: Upgrade
2024-04-03 20:50:54.967 DEBUG (MainThread) [websockets.server] > Sec-WebSocket-Accept: DzsnTlwBpzPdDG5kGxONLpL7xko=
2024-04-03 20:50:54.967 DEBUG (MainThread) [websockets.server] > Sec-WebSocket-Protocol: ocpp1.6
2024-04-03 20:50:54.967 DEBUG (MainThread) [websockets.server] > Date: Wed, 03 Apr 2024 10:20:54 GMT
2024-04-03 20:50:54.967 DEBUG (MainThread) [websockets.server] > Server: Python/3.12 websockets/12.0
2024-04-03 20:50:54.970 INFO (MainThread) [websockets.server] connection open
2024-04-03 20:50:54.970 DEBUG (MainThread) [websockets.server] = connection is OPEN
2024-04-03 20:50:54.971 INFO (MainThread) [custom_components.ocpp] Websocket Subprotocol matched: ocpp1.6
2024-04-03 20:50:54.971 INFO (MainThread) [custom_components.ocpp] Charger websocket path=/1000
2024-04-03 20:50:54.971 INFO (MainThread) [custom_components.ocpp] Charger 1000 reconnected to 0.0.0.0:8887.
2024-04-03 20:50:54.971 DEBUG (MainThread) [custom_components.ocpp] Reconnect websocket to 1000
2024-04-03 20:50:54.971 DEBUG (MainThread) [custom_components.ocpp] Closing websocket to '1000'
2024-04-03 20:50:54.971 DEBUG (MainThread) [websockets.server] = connection is CLOSING
2024-04-03 20:50:54.971 DEBUG (MainThread) [websockets.server] > CLOSE 1000 (OK) [2 bytes]
2024-04-03 20:50:55.003 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=2.0 ms, pong=10000 ms
2024-04-03 20:50:59.954 DEBUG (MainThread) [websockets.server] = connection is CLOSED
2024-04-03 20:50:59.955 DEBUG (MainThread) [websockets.server] ! failing connection with code 1006
2024-04-03 20:50:59.960 DEBUG (MainThread) [websockets.server] x half-closing TCP connection
2024-04-03 20:50:59.962 DEBUG (MainThread) [custom_components.ocpp] Closing websocket to '1000'
2024-04-03 20:50:59.962 DEBUG (MainThread) [websockets.server] = connection is CLOSING
2024-04-03 20:50:59.962 DEBUG (MainThread) [websockets.server] > CLOSE 1000 (OK) [2 bytes]
2024-04-03 20:50:59.964 DEBUG (MainThread) [websockets.server] < CLOSE 1000 (OK) [2 bytes]
2024-04-03 20:50:59.965 DEBUG (MainThread) [websockets.server] x half-closing TCP connection
2024-04-03 20:50:59.965 DEBUG (MainThread) [websockets.server] = connection is CLOSED
2024-04-03 20:50:59.966 INFO (MainThread) [websockets.server] connection closed
2024-04-03 20:50:59.967 INFO (MainThread) [websockets.server] connection closed
2024-04-03 20:51:02.970 DEBUG (MainThread) [websockets.server] = connection is CONNECTING
2024-04-03 20:51:02.974 DEBUG (MainThread) [websockets.server] < GET /1000 HTTP/1.1
2024-04-03 20:51:02.974 DEBUG (MainThread) [websockets.server] < Pragma: no-cache
2024-04-03 20:51:02.974 DEBUG (MainThread) [websockets.server] < Cache-Control: no-cache
2024-04-03 20:51:02.974 DEBUG (MainThread) [websockets.server] < Host: 192.168.100.7
2024-04-03 20:51:02.974 DEBUG (MainThread) [websockets.server] < Origin: http://192.168.100.7
2024-04-03 20:51:02.974 DEBUG (MainThread) [websockets.server] < Upgrade: websocket
2024-04-03 20:51:02.975 DEBUG (MainThread) [websockets.server] < Connection: Upgrade
2024-04-03 20:51:02.975 DEBUG (MainThread) [websockets.server] < Sec-WebSocket-Key: vknSLfSiwHA7kprZQ9PJfQ==
2024-04-03 20:51:02.975 DEBUG (MainThread) [websockets.server] < Sec-WebSocket-Protocol: ocpp1.6
2024-04-03 20:51:02.975 DEBUG (MainThread) [websockets.server] < Sec-WebSocket-Version: 13
2024-04-03 20:51:02.975 DEBUG (MainThread) [websockets.server] < authorization: Basic MTAwMDoxMjM=
2024-04-03 20:51:02.975 DEBUG (MainThread) [websockets.server] > HTTP/1.1 101 Switching Protocols
2024-04-03 20:51:02.976 DEBUG (MainThread) [websockets.server] > Upgrade: websocket
2024-04-03 20:51:02.976 DEBUG (MainThread) [websockets.server] > Connection: Upgrade
2024-04-03 20:51:02.976 DEBUG (MainThread) [websockets.server] > Sec-WebSocket-Accept: +xb5OuORhbouTTmtyFEELJFcHUs=
2024-04-03 20:51:02.976 DEBUG (MainThread) [websockets.server] > Sec-WebSocket-Protocol: ocpp1.6
2024-04-03 20:51:02.976 DEBUG (MainThread) [websockets.server] > Date: Wed, 03 Apr 2024 10:21:02 GMT
2024-04-03 20:51:02.976 DEBUG (MainThread) [websockets.server] > Server: Python/3.12 websockets/12.0
2024-04-03 20:51:02.979 INFO (MainThread) [websockets.server] connection open
2024-04-03 20:51:02.979 DEBUG (MainThread) [websockets.server] = connection is OPEN
2024-04-03 20:51:02.979 INFO (MainThread) [custom_components.ocpp] Websocket Subprotocol matched: ocpp1.6
2024-04-03 20:51:02.980 INFO (MainThread) [custom_components.ocpp] Charger websocket path=/1000
2024-04-03 20:51:02.980 INFO (MainThread) [custom_components.ocpp] Charger 1000 reconnected to 0.0.0.0:8887.
2024-04-03 20:51:02.980 DEBUG (MainThread) [custom_components.ocpp] Reconnect websocket to 1000
2024-04-03 20:51:02.987 DEBUG (MainThread) [websockets.server] < TEXT '[2,"0w1Rd7B7RH36AkzleeA8P3lC0ghEAhkb3AS6","Boot...cid": "", "imsi": "" }]' [228 bytes]
2024-04-03 20:51:02.987 INFO (MainThread) [ocpp] 1000: receive message [2,"0w1Rd7B7RH36AkzleeA8P3lC0ghEAhkb3AS6","BootNotification",{ "chargePointVendor": "StarCharge", "chargePointModel": "Aurora", "chargePointSerialNumber": "1000", "firmwareVersion": "1.0.0.0.7b107_MG", "iccid": "", "imsi": "" }]
2024-04-03 20:51:02.990 DEBUG (MainThread) [custom_components.ocpp] Received boot notification for 1000: {'charge_point_vendor': 'StarCharge', 'charge_point_model': 'Aurora', 'charge_point_serial_number': '1000', 'firmware_version': '1.0.0.0.7b107_MG', 'iccid': '', 'imsi': ''}
2024-04-03 20:51:02.993 INFO (MainThread) [ocpp] 1000: send [3,"0w1Rd7B7RH36AkzleeA8P3lC0ghEAhkb3AS6",{"currentTime":"2024-04-03T10:21:02Z","interval":3600,"status":"Accepted"}]
2024-04-03 20:51:02.993 DEBUG (MainThread) [websockets.server] > TEXT '[3,"0w1Rd7B7RH36AkzleeA8P3lC0ghEAhkb3AS6",{"cur...0,"status":"Accepted"}]' [117 bytes]
2024-04-03 20:51:02.994 DEBUG (MainThread) [custom_components.ocpp] Updating device info charger: {'charge_point_vendor': 'StarCharge', 'charge_point_model': 'Aurora', 'charge_point_serial_number': '1000', 'firmware_version': '1.0.0.0.7b107_MG', 'iccid': '', 'imsi': ''}
2024-04-03 20:51:04.997 INFO (MainThread) [ocpp] 1000: send [2,"802bc9b6-9c1b-4889-9666-aee07231a689","GetConfiguration",{"key":["SupportedFeatureProfiles"]}]
2024-04-03 20:51:04.997 DEBUG (MainThread) [websockets.server] > TEXT '[2,"802bc9b6-9c1b-4889-9666-aee07231a689","GetC...rtedFeatureProfiles"]}]' [98 bytes]
2024-04-03 20:51:05.005 DEBUG (MainThread) [websockets.server] < TEXT '[2,"3C5cQUkvlZXds4GJUl3SHOmhdkw5EFgQYs73","Stat...dorId": "StarCharge" }]' [198 bytes]
2024-04-03 20:51:05.005 INFO (MainThread) [ocpp] 1000: receive message [2,"3C5cQUkvlZXds4GJUl3SHOmhdkw5EFgQYs73","StatusNotification",{ "connectorId": 1, "errorCode": "NoError", "status": "Preparing", "timestamp": "2024-04-03T10:21:02.000Z", "vendorId": "StarCharge" }]
2024-04-03 20:51:05.007 INFO (MainThread) [ocpp] 1000: send [3,"3C5cQUkvlZXds4GJUl3SHOmhdkw5EFgQYs73",{}]
2024-04-03 20:51:05.007 DEBUG (MainThread) [websockets.server] > TEXT '[3,"3C5cQUkvlZXds4GJUl3SHOmhdkw5EFgQYs73",{}]' [45 bytes]
2024-04-03 20:51:06.005 DEBUG (MainThread) [websockets.server] < TEXT '[2,"FcY4H9JhVNgz6moEgRttDJf7QWrVyqf4K4yO","Stat...dorId": "StarCharge" }]' [198 bytes]
2024-04-03 20:51:06.006 INFO (MainThread) [ocpp] 1000: receive message [2,"FcY4H9JhVNgz6moEgRttDJf7QWrVyqf4K4yO","StatusNotification",{ "connectorId": 1, "errorCode": "NoError", "status": "Preparing", "timestamp": "2024-04-03T10:21:01.000Z", "vendorId": "StarCharge" }]
2024-04-03 20:51:06.007 INFO (MainThread) [ocpp] 1000: send [3,"FcY4H9JhVNgz6moEgRttDJf7QWrVyqf4K4yO",{}]
2024-04-03 20:51:06.007 DEBUG (MainThread) [websockets.server] > TEXT '[3,"FcY4H9JhVNgz6moEgRttDJf7QWrVyqf4K4yO",{}]' [45 bytes]
2024-04-03 20:51:07.006 DEBUG (MainThread) [websockets.server] < TEXT '[3,"802bc9b6-9c1b-4889-9666-aee07231a689",{ "co...], "unknownKey": [ ] }]' [245 bytes]
2024-04-03 20:51:07.006 INFO (MainThread) [ocpp] 1000: receive message [3,"802bc9b6-9c1b-4889-9666-aee07231a689",{ "configurationKey": [ { "key": "SupportedFeatureProfiles", "readonly": true, "value": "Core,FirmwareManagement,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger" } ], "unknownKey": [ ] }]
2024-04-03 20:51:07.008 DEBUG (MainThread) [custom_components.ocpp] Feature profiles returned: Profiles.CORE|FW|SMART|RES|REM|AUTH
2024-04-03 20:51:07.009 INFO (MainThread) [ocpp] 1000: send [2,"ff639db3-e37a-4335-9b26-ada47f121df4","GetConfiguration",{"key":["NumberOfConnectors"]}]
2024-04-03 20:51:07.009 DEBUG (MainThread) [websockets.server] > TEXT '[2,"ff639db3-e37a-4335-9b26-ada47f121df4","GetC..."NumberOfConnectors"]}]' [92 bytes]
2024-04-03 20:51:08.024 DEBUG (MainThread) [websockets.server] < TEXT '[3,"ff639db3-e37a-4335-9b26-ada47f121df4",{ "co...], "unknownKey": [ ] }]' [153 bytes]
2024-04-03 20:51:08.024 INFO (MainThread) [ocpp] 1000: receive message [3,"ff639db3-e37a-4335-9b26-ada47f121df4",{ "configurationKey": [ { "key": "NumberOfConnectors", "readonly": true, "value": "1" } ], "unknownKey": [ ] }]
2024-04-03 20:51:08.025 DEBUG (MainThread) [custom_components.ocpp] Get Configuration for NumberOfConnectors: 1
2024-04-03 20:51:08.026 INFO (MainThread) [ocpp] 1000: send [2,"237688e7-bfd3-4a55-b955-ddfe5f8da2fe","GetConfiguration",{"key":["HeartbeatInterval"]}]
2024-04-03 20:51:08.026 DEBUG (MainThread) [websockets.server] > TEXT '[2,"237688e7-bfd3-4a55-b955-ddfe5f8da2fe","GetC...["HeartbeatInterval"]}]' [91 bytes]
2024-04-03 20:51:09.042 DEBUG (MainThread) [websockets.server] < TEXT '[3,"237688e7-bfd3-4a55-b955-ddfe5f8da2fe",{ "co...], "unknownKey": [ ] }]' [156 bytes]
2024-04-03 20:51:09.042 INFO (MainThread) [ocpp] 1000: receive message [3,"237688e7-bfd3-4a55-b955-ddfe5f8da2fe",{ "configurationKey": [ { "key": "HeartbeatInterval", "readonly": false, "value": "3600" } ], "unknownKey": [ ] }]
2024-04-03 20:51:09.043 DEBUG (MainThread) [custom_components.ocpp] Get Configuration for HeartbeatInterval: 3600
2024-04-03 20:51:09.044 DEBUG (MainThread) [custom_components.ocpp] '1000' trying measurand 'Current.Import'
2024-04-03 20:51:09.044 INFO (MainThread) [ocpp] 1000: send [2,"48df5425-f7c5-4235-a1b8-c4c92ee12ed7","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Import"}]
2024-04-03 20:51:09.045 DEBUG (MainThread) [websockets.server] > TEXT '[2,"48df5425-f7c5-4235-a1b8-c4c92ee12ed7","Chan...lue":"Current.Import"}]' [122 bytes]
2024-04-03 20:51:10.191 DEBUG (MainThread) [websockets.server] < TEXT '[3,"48df5425-f7c5-4235-a1b8-c4c92ee12ed7",{"status":"Accepted"}]' [64 bytes]
2024-04-03 20:51:10.192 INFO (MainThread) [ocpp] 1000: receive message [3,"48df5425-f7c5-4235-a1b8-c4c92ee12ed7",{"status":"Accepted"}]
2024-04-03 20:51:10.192 DEBUG (MainThread) [custom_components.ocpp] '1000' adding measurand 'Current.Import'
2024-04-03 20:51:10.192 DEBUG (MainThread) [custom_components.ocpp] '1000' trying measurand 'Current.Offered'
2024-04-03 20:51:10.193 INFO (MainThread) [ocpp] 1000: send [2,"b2a3b25f-4be6-437b-a301-22bb71720e26","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Offered"}]
2024-04-03 20:51:10.193 DEBUG (MainThread) [websockets.server] > TEXT '[2,"b2a3b25f-4be6-437b-a301-22bb71720e26","Chan...ue":"Current.Offered"}]' [123 bytes]
2024-04-03 20:51:11.247 DEBUG (MainThread) [websockets.server] < TEXT '[3,"b2a3b25f-4be6-437b-a301-22bb71720e26",{"status":"Accepted"}]' [64 bytes]
2024-04-03 20:51:11.247 INFO (MainThread) [ocpp] 1000: receive message [3,"b2a3b25f-4be6-437b-a301-22bb71720e26",{"status":"Accepted"}]
2024-04-03 20:51:11.248 DEBUG (MainThread) [custom_components.ocpp] '1000' adding measurand 'Current.Offered'
2024-04-03 20:51:11.248 DEBUG (MainThread) [custom_components.ocpp] '1000' trying measurand 'Energy.Active.Import.Register'
2024-04-03 20:51:11.249 INFO (MainThread) [ocpp] 1000: send [2,"4fdb1c3a-3092-4b40-8a32-46b50e0b1e43","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Register"}]
2024-04-03 20:51:11.249 DEBUG (MainThread) [websockets.server] > TEXT '[2,"4fdb1c3a-3092-4b40-8a32-46b50e0b1e43","Chan...tive.Import.Register"}]' [137 bytes]
2024-04-03 20:51:12.337 DEBUG (MainThread) [websockets.server] < TEXT '[3,"4fdb1c3a-3092-4b40-8a32-46b50e0b1e43",{"status":"Accepted"}]' [64 bytes]
2024-04-03 20:51:12.337 INFO (MainThread) [ocpp] 1000: receive message [3,"4fdb1c3a-3092-4b40-8a32-46b50e0b1e43",{"status":"Accepted"}]
2024-04-03 20:51:12.338 DEBUG (MainThread) [custom_components.ocpp] '1000' adding measurand 'Energy.Active.Import.Register'
2024-04-03 20:51:12.338 DEBUG (MainThread) [custom_components.ocpp] '1000' trying measurand 'Power.Active.Import'
2024-04-03 20:51:12.338 INFO (MainThread) [ocpp] 1000: send [2,"f1147289-ab11-4127-ad28-65a0536fc665","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Active.Import"}]
2024-04-03 20:51:12.339 DEBUG (MainThread) [websockets.server] > TEXT '[2,"f1147289-ab11-4127-ad28-65a0536fc665","Chan..."Power.Active.Import"}]' [127 bytes]
2024-04-03 20:51:12.984 DEBUG (MainThread) [websockets.server] > PING 6e 49 3a c4 [binary, 4 bytes]
2024-04-03 20:51:12.987 DEBUG (MainThread) [websockets.server] < PONG 6e 49 3a c4 [binary, 4 bytes]
2024-04-03 20:51:12.988 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=1.0 ms, pong=3.0 ms
2024-04-03 20:51:12.988 DEBUG (MainThread) [websockets.server] < TEXT '[2,"pC8erjtH5xGZgMOoG1TTntFh06R5YQFeueYy","Stat...dorId": "StarCharge" }]' [198 bytes]
2024-04-03 20:51:12.988 INFO (MainThread) [ocpp] 1000: receive message [2,"pC8erjtH5xGZgMOoG1TTntFh06R5YQFeueYy","StatusNotification",{ "connectorId": 0, "errorCode": "NoError", "status": "Available", "timestamp": "2024-04-03T10:21:01.000Z", "vendorId": "StarCharge" }]
2024-04-03 20:51:12.990 INFO (MainThread) [ocpp] 1000: send [3,"pC8erjtH5xGZgMOoG1TTntFh06R5YQFeueYy",{}]
2024-04-03 20:51:12.990 DEBUG (MainThread) [websockets.server] > TEXT '[3,"pC8erjtH5xGZgMOoG1TTntFh06R5YQFeueYy",{}]' [45 bytes]
2024-04-03 20:51:13.337 DEBUG (MainThread) [websockets.server] < TEXT '[3,"f1147289-ab11-4127-ad28-65a0536fc665",{"status":"Accepted"}]' [64 bytes]
2024-04-03 20:51:13.338 INFO (MainThread) [ocpp] 1000: receive message [3,"f1147289-ab11-4127-ad28-65a0536fc665",{"status":"Accepted"}]
2024-04-03 20:51:13.339 DEBUG (MainThread) [custom_components.ocpp] '1000' adding measurand 'Power.Active.Import'
2024-04-03 20:51:13.339 DEBUG (MainThread) [custom_components.ocpp] '1000' trying measurand 'Power.Offered'
2024-04-03 20:51:13.339 INFO (MainThread) [ocpp] 1000: send [2,"5a8989d9-c2e9-41ee-a2eb-c82f5a6022a4","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Power.Offered"}]
2024-04-03 20:51:13.340 DEBUG (MainThread) [websockets.server] > TEXT '[2,"5a8989d9-c2e9-41ee-a2eb-c82f5a6022a4","Chan...alue":"Power.Offered"}]' [121 bytes]
2024-04-03 20:51:14.338 DEBUG (MainThread) [websockets.server] < TEXT '[3,"5a8989d9-c2e9-41ee-a2eb-c82f5a6022a4",{"status":"Accepted"}]' [64 bytes]
2024-04-03 20:51:14.338 INFO (MainThread) [ocpp] 1000: receive message [3,"5a8989d9-c2e9-41ee-a2eb-c82f5a6022a4",{"status":"Accepted"}]
2024-04-03 20:51:14.339 DEBUG (MainThread) [custom_components.ocpp] '1000' adding measurand 'Power.Offered'
2024-04-03 20:51:14.339 DEBUG (MainThread) [custom_components.ocpp] '1000' trying measurand 'Temperature'
2024-04-03 20:51:14.340 INFO (MainThread) [ocpp] 1000: send [2,"0c65280c-eec1-420d-9e74-f94301174bd6","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Temperature"}]
2024-04-03 20:51:14.340 DEBUG (MainThread) [websockets.server] > TEXT '[2,"0c65280c-eec1-420d-9e74-f94301174bd6","Chan..."value":"Temperature"}]' [119 bytes]
2024-04-03 20:51:15.338 DEBUG (MainThread) [websockets.server] < TEXT '[3,"0c65280c-eec1-420d-9e74-f94301174bd6",{"status":"Accepted"}]' [64 bytes]
2024-04-03 20:51:15.338 INFO (MainThread) [ocpp] 1000: receive message [3,"0c65280c-eec1-420d-9e74-f94301174bd6",{"status":"Accepted"}]
2024-04-03 20:51:15.339 DEBUG (MainThread) [custom_components.ocpp] '1000' adding measurand 'Temperature'
2024-04-03 20:51:15.339 DEBUG (MainThread) [custom_components.ocpp] '1000' trying measurand 'Voltage'
2024-04-03 20:51:15.339 INFO (MainThread) [ocpp] 1000: send [2,"c6bda02d-4358-456a-910d-ee29f045a772","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Voltage"}]
2024-04-03 20:51:15.340 DEBUG (MainThread) [websockets.server] > TEXT '[2,"c6bda02d-4358-456a-910d-ee29f045a772","Chan...ta","value":"Voltage"}]' [115 bytes]
2024-04-03 20:51:16.339 DEBUG (MainThread) [websockets.server] < TEXT '[3,"c6bda02d-4358-456a-910d-ee29f045a772",{"status":"Accepted"}]' [64 bytes]
2024-04-03 20:51:16.339 INFO (MainThread) [ocpp] 1000: receive message [3,"c6bda02d-4358-456a-910d-ee29f045a772",{"status":"Accepted"}]
2024-04-03 20:51:16.340 DEBUG (MainThread) [custom_components.ocpp] '1000' adding measurand 'Voltage'
2024-04-03 20:51:16.340 DEBUG (MainThread) [custom_components.ocpp] '1000' allowed measurands 'Current.Import,Current.Offered,Energy.Active.Import.Register,Power.Active.Import,Power.Offered,Temperature,Voltage'
2024-04-03 20:51:16.340 INFO (MainThread) [ocpp] 1000: send [2,"ef83c998-e94a-46c2-8163-9f3e1db295f8","GetConfiguration",{"key":["MeterValuesSampledData"]}]
2024-04-03 20:51:16.340 DEBUG (MainThread) [websockets.server] > TEXT '[2,"ef83c998-e94a-46c2-8163-9f3e1db295f8","GetC...erValuesSampledData"]}]' [96 bytes]
2024-04-03 20:51:17.339 DEBUG (MainThread) [websockets.server] < TEXT '[3,"ef83c998-e94a-46c2-8163-9f3e1db295f8",{ "co...], "unknownKey": [ ] }]' [164 bytes]
2024-04-03 20:51:17.340 INFO (MainThread) [ocpp] 1000: receive message [3,"ef83c998-e94a-46c2-8163-9f3e1db295f8",{ "configurationKey": [ { "key": "MeterValuesSampledData", "readonly": false, "value": "Voltage" } ], "unknownKey": [ ] }]
2024-04-03 20:51:17.341 INFO (MainThread) [ocpp] 1000: send [2,"9bb883cf-b6ca-4926-89d5-06d59e343ba0","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Current.Import,Current.Offered,Energy.Active.Import.Register,Power.Active.Import,Power.Offered,Temperature,Voltage"}]
2024-04-03 20:51:17.341 DEBUG (MainThread) [websockets.server] > TEXT '[2,"9bb883cf-b6ca-4926-89d5-06d59e343ba0","Chan...,Temperature,Voltage"}]' [222 bytes]
2024-04-03 20:51:18.340 DEBUG (MainThread) [websockets.server] < TEXT '[3,"9bb883cf-b6ca-4926-89d5-06d59e343ba0",{"status":"Accepted"}]' [64 bytes]
2024-04-03 20:51:18.341 INFO (MainThread) [ocpp] 1000: receive message [3,"9bb883cf-b6ca-4926-89d5-06d59e343ba0",{"status":"Accepted"}]
2024-04-03 20:51:18.343 INFO (MainThread) [ocpp] 1000: send [2,"906fe5dd-d160-40df-be96-0f0fdc85edff","GetConfiguration",{"key":["MeterValueSampleInterval"]}]
2024-04-03 20:51:18.343 DEBUG (MainThread) [websockets.server] > TEXT '[2,"906fe5dd-d160-40df-be96-0f0fdc85edff","GetC...ValueSampleInterval"]}]' [98 bytes]
2024-04-03 20:51:19.341 DEBUG (MainThread) [websockets.server] < TEXT '[3,"906fe5dd-d160-40df-be96-0f0fdc85edff",{ "co...], "unknownKey": [ ] }]' [161 bytes]
2024-04-03 20:51:19.342 INFO (MainThread) [ocpp] 1000: receive message [3,"906fe5dd-d160-40df-be96-0f0fdc85edff",{ "configurationKey": [ { "key": "MeterValueSampleInterval", "readonly": false, "value": "30" } ], "unknownKey": [ ] }]
2024-04-03 20:51:19.343 INFO (MainThread) [ocpp] 1000: send [2,"29bbe8e2-2123-48e3-a3cc-84a480fd26b1","GetConfiguration",{"key":["ClockAlignedDataInterval"]}]
2024-04-03 20:51:19.343 DEBUG (MainThread) [websockets.server] > TEXT '[2,"29bbe8e2-2123-48e3-a3cc-84a480fd26b1","GetC...AlignedDataInterval"]}]' [98 bytes]
2024-04-03 20:51:20.342 DEBUG (MainThread) [websockets.server] < TEXT '[3,"29bbe8e2-2123-48e3-a3cc-84a480fd26b1",{ "co...], "unknownKey": [ ] }]' [161 bytes]
2024-04-03 20:51:20.342 INFO (MainThread) [ocpp] 1000: receive message [3,"29bbe8e2-2123-48e3-a3cc-84a480fd26b1",{ "configurationKey": [ { "key": "ClockAlignedDataInterval", "readonly": false, "value": "30" } ], "unknownKey": [ ] }]
2024-04-03 20:51:20.344 DEBUG (MainThread) [custom_components.ocpp] '1000' post connection setup completed successfully
2024-04-03 20:51:20.347 INFO (MainThread) [ocpp] 1000: send [2,"91f3ba9d-a429-4a26-9b8b-a0104d1d1b96","GetConfiguration",{"key":["WebSocketPingInterval"]}]
2024-04-03 20:51:20.347 DEBUG (MainThread) [websockets.server] > TEXT '[2,"91f3ba9d-a429-4a26-9b8b-a0104d1d1b96","GetC...bSocketPingInterval"]}]' [95 bytes]
2024-04-03 20:51:21.342 DEBUG (MainThread) [websockets.server] < TEXT '[3,"91f3ba9d-a429-4a26-9b8b-a0104d1d1b96",{ "co...], "unknownKey": [ ] }]' [158 bytes]
2024-04-03 20:51:21.342 INFO (MainThread) [ocpp] 1000: receive message [3,"91f3ba9d-a429-4a26-9b8b-a0104d1d1b96",{ "configurationKey": [ { "key": "WebSocketPingInterval", "readonly": false, "value": "60" } ], "unknownKey": [ ] }]
2024-04-03 20:51:21.343 INFO (MainThread) [ocpp] 1000: send [2,"ade69dc0-b6b9-461d-ab9e-d113a86584a0","ChangeAvailability",{"connectorId":0,"type":"Operative"}]
2024-04-03 20:51:21.343 DEBUG (MainThread) [websockets.server] > TEXT '[2,"ade69dc0-b6b9-461d-ab9e-d113a86584a0","Chan...:0,"type":"Operative"}]' [100 bytes]
2024-04-03 20:51:22.342 DEBUG (MainThread) [websockets.server] < TEXT '[3,"ade69dc0-b6b9-461d-ab9e-d113a86584a0",{"status":"Accepted"}]' [64 bytes]
2024-04-03 20:51:22.343 INFO (MainThread) [ocpp] 1000: receive message [3,"ade69dc0-b6b9-461d-ab9e-d113a86584a0",{"status":"Accepted"}]
2024-04-03 20:51:22.343 DEBUG (MainThread) [custom_components.ocpp] trigger status notification for connector=0
2024-04-03 20:51:22.344 INFO (MainThread) [ocpp] 1000: send [2,"7bee9160-eb74-42c0-b6eb-7e2f92e31ec2","TriggerMessage",{"requestedMessage":"StatusNotification","connectorId":0}]
2024-04-03 20:51:22.344 DEBUG (MainThread) [websockets.server] > TEXT '[2,"7bee9160-eb74-42c0-b6eb-7e2f92e31ec2","Trig...tion","connectorId":0}]' [117 bytes]
2024-04-03 20:51:22.989 DEBUG (MainThread) [websockets.server] > PING 42 67 b1 77 [binary, 4 bytes]
2024-04-03 20:51:22.993 DEBUG (MainThread) [websockets.server] < PONG 42 67 b1 77 [binary, 4 bytes]
2024-04-03 20:51:22.994 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=1.0 ms, pong=4.0 ms
2024-04-03 20:51:23.343 DEBUG (MainThread) [websockets.server] < TEXT '[2,"aGrvd5GlPPCvoh07K5D1UNpcdObPE7lLt9m2","Stat...dorId": "StarCharge" }]' [198 bytes]
2024-04-03 20:51:23.343 INFO (MainThread) [ocpp] 1000: receive message [2,"aGrvd5GlPPCvoh07K5D1UNpcdObPE7lLt9m2","StatusNotification",{ "connectorId": 0, "errorCode": "NoError", "status": "Available", "timestamp": "2024-04-03T10:21:20.000Z", "vendorId": "StarCharge" }]
2024-04-03 20:51:23.345 INFO (MainThread) [ocpp] 1000: send [3,"aGrvd5GlPPCvoh07K5D1UNpcdObPE7lLt9m2",{}]
2024-04-03 20:51:23.345 DEBUG (MainThread) [websockets.server] > TEXT '[3,"aGrvd5GlPPCvoh07K5D1UNpcdObPE7lLt9m2",{}]' [45 bytes]
2024-04-03 20:51:32.358 DEBUG (MainThread) [websockets.server] < TEXT '[2,"imQrQ65NwHlvkcixQaH4ydBUuLNvnmGsu35f","Stat...vendorErrorCode": "" }]' [221 bytes]
2024-04-03 20:51:32.359 INFO (MainThread) [ocpp] 1000: receive message [2,"imQrQ65NwHlvkcixQaH4ydBUuLNvnmGsu35f","StatusNotification",{ "connectorId": 1, "errorCode": "NoError", "status": "Preparing", "timestamp": "2024-04-03T10:21:30.000Z", "vendorId": "StarCharge", "vendorErrorCode": "" }]
2024-04-03 20:51:32.360 INFO (MainThread) [ocpp] 1000: send [3,"imQrQ65NwHlvkcixQaH4ydBUuLNvnmGsu35f",{}]
2024-04-03 20:51:32.360 DEBUG (MainThread) [websockets.server] > TEXT '[3,"imQrQ65NwHlvkcixQaH4ydBUuLNvnmGsu35f",{}]' [45 bytes]
2024-04-03 20:51:32.994 DEBUG (MainThread) [websockets.server] > PING e4 9b a6 ce [binary, 4 bytes]
2024-04-03 20:51:32.998 DEBUG (MainThread) [websockets.server] < PONG e4 9b a6 ce [binary, 4 bytes]
2024-04-03 20:51:32.999 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=1.0 ms, pong=4.0 ms
2024-04-03 20:51:32.999 DEBUG (MainThread) [websockets.server] < TEXT '[2,"IM0R0gfxWrLVKCIX0AreYDl4UvxVNMqSUdfF","Stat...dorId": "StarCharge" }]' [198 bytes]
2024-04-03 20:51:33.000 INFO (MainThread) [ocpp] 1000: receive message [2,"IM0R0gfxWrLVKCIX0AreYDl4UvxVNMqSUdfF","StatusNotification",{ "connectorId": 0, "errorCode": "NoError", "status": "Available", "timestamp": "2024-04-03T10:21:30.000Z", "vendorId": "StarCharge" }]
2024-04-03 20:51:33.002 INFO (MainThread) [ocpp] 1000: send [3,"IM0R0gfxWrLVKCIX0AreYDl4UvxVNMqSUdfF",{}]
2024-04-03 20:51:33.002 DEBUG (MainThread) [websockets.server] > TEXT '[3,"IM0R0gfxWrLVKCIX0AreYDl4UvxVNMqSUdfF",{}]' [45 bytes]
2024-04-03 20:51:33.367 DEBUG (MainThread) [websockets.server] < TEXT '[2,"swa1aGFX6Rv5ums7akRE8nLe4VX5xwQ24DFp","Mete..."unit": "Wh" } ] } ] }]' [759 bytes]
2024-04-03 20:51:33.368 INFO (MainThread) [ocpp] 1000: receive message [2,"swa1aGFX6Rv5ums7akRE8nLe4VX5xwQ24DFp","MeterValues",{ "connectorId": 1, "meterValue": [ { "timestamp": "2024-04-03T10:21:00.000Z", "sampledValue": [ {"value": "240.5", "context": "Sample.Clock", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Clock", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Clock", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Clock", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "223710", "context": "Sample.Clock", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
2024-04-03 20:51:33.371 DEBUG (MainThread) [custom_components.ocpp] process_phases: metric: Voltage, phase_info: {'unit': 'V', 'L1': 240.5} value: 240.500000 unit :V
2024-04-03 20:51:33.372 DEBUG (MainThread) [custom_components.ocpp] process_phases: metric: Current.Import, phase_info: {'unit': 'A', 'L1': 0.01} value: 0.010000 unit :A
2024-04-03 20:51:33.372 INFO (MainThread) [ocpp] 1000: send [3,"swa1aGFX6Rv5ums7akRE8nLe4VX5xwQ24DFp",{}]
2024-04-03 20:51:33.372 DEBUG (MainThread) [websockets.server] > TEXT '[3,"swa1aGFX6Rv5ums7akRE8nLe4VX5xwQ24DFp",{}]' [45 bytes]
2024-04-03 20:51:43.000 DEBUG (MainThread) [websockets.server] > PING 76 da 77 52 [binary, 4 bytes]
2024-04-03 20:51:43.003 DEBUG (MainThread) [websockets.server] < PONG 76 da 77 52 [binary, 4 bytes]
2024-04-03 20:51:43.003 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=1.0 ms, pong=1.0 ms
2024-04-03 20:51:43.003 DEBUG (MainThread) [websockets.server] < TEXT '[2,"AqRVDfqLzzmVOHahufnb4xPCDyBzohLvTjMc","Stat...dorId": "StarCharge" }]' [198 bytes]
2024-04-03 20:51:43.004 INFO (MainThread) [ocpp] 1000: receive message [2,"AqRVDfqLzzmVOHahufnb4xPCDyBzohLvTjMc","StatusNotification",{ "connectorId": 1, "errorCode": "NoError", "status": "Preparing", "timestamp": "2024-04-03T10:21:20.000Z", "vendorId": "StarCharge" }]
2024-04-03 20:51:43.005 INFO (MainThread) [ocpp] 1000: send [3,"AqRVDfqLzzmVOHahufnb4xPCDyBzohLvTjMc",{}]
2024-04-03 20:51:43.005 DEBUG (MainThread) [websockets.server] > TEXT '[3,"AqRVDfqLzzmVOHahufnb4xPCDyBzohLvTjMc",{}]' [45 bytes]
2024-04-03 20:51:53.005 DEBUG (MainThread) [websockets.server] > PING e2 28 b4 44 [binary, 4 bytes]
2024-04-03 20:51:53.007 DEBUG (MainThread) [websockets.server] < PONG e2 28 b4 44 [binary, 4 bytes]
2024-04-03 20:51:53.008 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=2.0 ms, pong=1.0 ms
2024-04-03 20:52:03.009 DEBUG (MainThread) [websockets.server] > PING ce 25 56 99 [binary, 4 bytes]
2024-04-03 20:52:03.013 DEBUG (MainThread) [websockets.server] < PONG ce 25 56 99 [binary, 4 bytes]
2024-04-03 20:52:03.013 DEBUG (MainThread) [websockets.server] < TEXT '[2,"0x6gpAsc6fibgTs5IoZI0X1kRFX682qlbX42","Mete..."unit": "Wh" } ] } ] }]' [759 bytes]
2024-04-03 20:52:03.014 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=1.0 ms, pong=4.0 ms
2024-04-03 20:52:03.014 INFO (MainThread) [ocpp] 1000: receive message [2,"0x6gpAsc6fibgTs5IoZI0X1kRFX682qlbX42","MeterValues",{ "connectorId": 1, "meterValue": [ { "timestamp": "2024-04-03T10:21:30.000Z", "sampledValue": [ {"value": "240.5", "context": "Sample.Clock", "measurand": "Voltage", "location": "Outlet", "unit": "V", "phase": "L1"},{"value": "0.01", "context": "Sample.Clock", "measurand": "Current.Import", "location": "Outlet", "unit": "A", "phase": "L1"},{ "value": "2", "context": "Sample.Clock", "measurand": "Power.Active.Import","location": "Outlet", "unit": "W" },{ "value": "0", "context": "Sample.Clock", "measurand": "Power.Offered","location": "Outlet", "unit": "W" },{ "value": "223710", "context": "Sample.Clock", "measurand": "Energy.Active.Import.Register","location": "Outlet", "unit": "Wh" } ] } ] }]
2024-04-03 20:52:03.017 DEBUG (MainThread) [custom_components.ocpp] process_phases: metric: Voltage, phase_info: {'unit': 'V', 'L1': 240.5} value: 240.500000 unit :V
2024-04-03 20:52:03.018 DEBUG (MainThread) [custom_components.ocpp] process_phases: metric: Current.Import, phase_info: {'unit': 'A', 'L1': 0.01} value: 0.010000 unit :A
2024-04-03 20:52:03.018 INFO (MainThread) [ocpp] 1000: send [3,"0x6gpAsc6fibgTs5IoZI0X1kRFX682qlbX42",{}]
2024-04-03 20:52:03.018 DEBUG (MainThread) [websockets.server] > TEXT '[3,"0x6gpAsc6fibgTs5IoZI0X1kRFX682qlbX42",{}]' [45 bytes]
2024-04-03 20:52:13.015 DEBUG (MainThread) [websockets.server] > PING 54 37 86 b5 [binary, 4 bytes]
2024-04-03 20:52:13.018 DEBUG (MainThread) [websockets.server] < PONG 54 37 86 b5 [binary, 4 bytes]
2024-04-03 20:52:13.019 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '1000': ping=2.0 ms, pong=2.0 ms
2024-04-03 20:52:21.514 ERROR (Recorder) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for
    return await fut
           ^^^^^^^^^
  File "/usr/local/lib/python3.12/asyncio/queues.py", line 158, in get
    await getter
asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/srv/homeassistant_p3_12/lib/python3.12/site-packages/ocpp/charge_point.py", line 327, in call
    response = await self._get_specific_response(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/homeassistant/.homeassistant/custom_components/ocpp/api.py", line 958, in _get_specific_response
    resp = await super()._get_specific_response(unique_id, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/homeassistant_p3_12/lib/python3.12/site-packages/ocpp/charge_point.py", line 361, in _get_specific_response
    response = await asyncio.wait_for(self._response_queue.get(), timeout)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for
    async with timeouts.timeout(timeout):
  File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__
    raise TimeoutError from exc_val
TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/homeassistant/.homeassistant/custom_components/ocpp/api.py", line 564, in post_connect
    await self.trigger_status_notification()
  File "/home/homeassistant/.homeassistant/custom_components/ocpp/api.py", line 628, in trigger_status_notification
    resp = await self.call(req)
           ^^^^^^^^^^^^^^^^^^^^
  File "/srv/homeassistant_p3_12/lib/python3.12/site-packages/ocpp/charge_point.py", line 331, in call
    raise asyncio.TimeoutError(
TimeoutError: Waited 30s for response on [2,"7bee9160-eb74-42c0-b6eb-7e2f92e31ec2","TriggerMessage",{"requestedMessage":"StatusNotification","connectorId":0}].
2024-04-03 20:52:23.021 DEBUG (MainThread) [websockets.server] > PING 'MlU8' [text, 4 bytes]
2024-04-03 20:52:23.023 DEBUG (MainThread) [websockets.server] < PONG 'MlU8' [text, 4 bytes]
drc38 commented 5 months ago

Looks like the charger is not responding to the TriggerMessage you can try commenting it out on line 561 of api.py

callifo commented 5 months ago

Yes that seems to fix the boot issue. Can that be included as a feature request, otherwise I'll just make that change when new updates come out?

drc38 commented 5 months ago

As it is a charger specific issue (and should be fixed in the firmware) it's not something that would get merged.

callifo commented 5 months ago

Ok

Last night I tried emailing the charger's OEM to get support, mentioning that MG (whom rebadge the charger) don't respond to requests for support. Co-incidentally this morning I get an email from MG saying they had missed the email (I had sent multiple...), and they plan some updates to the charger software mid year. Hopefully this might offer some improvements.