Replies: 1 comment 2 replies
-
You'll need to ask the charger's manufacturer, it possibly does not fully comply with the OCPP 1.6 standard. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone!
I have not any other ideas. Please help.
After setting Charge limit. HA say:
"
Ocpp integration
Warning: Set charging profile failed with response Rejected
"
Log file:
2023-08-29 21:24:09.398 INFO (MainThread) [ocpp] : send [2,"f1d7550d-2e76-4d25-b606-257b10561259","GetConfiguration",{"key":["ChargingScheduleAllowedChargingRateUnit"]}]
2023-08-29 21:24:09.994 INFO (MainThread) [ocpp] : receive message [3,"f1d7550d-2e76-4d25-b606-257b10561259",{"configurationKey":[{"key":"ChargingScheduleAllowedChargingRateUnit","readonly":true,"value":"Current"}]}]
2023-08-29 21:24:09.995 DEBUG (MainThread) [custom_components.ocpp] Get Configuration for ChargingScheduleAllowedChargingRateUnit: Current
2023-08-29 21:24:09.995 INFO (MainThread) [custom_components.ocpp] Charger supports setting the following units: Current
2023-08-29 21:24:09.995 INFO (MainThread) [custom_components.ocpp] If more than one unit supported default unit is Amps
2023-08-29 21:24:09.996 INFO (MainThread) [ocpp] : send [2,"814ec45a-2802-487d-b1cd-0c7b1379d30a","GetConfiguration",{"key":["ChargeProfileMaxStackLevel"]}]
2023-08-29 21:24:10.994 INFO (MainThread) [ocpp] : receive message [3,"814ec45a-2802-487d-b1cd-0c7b1379d30a",{"configurationKey":[{"key":"ChargeProfileMaxStackLevel","readonly":true,"value":"100"}]}]
2023-08-29 21:24:10.995 DEBUG (MainThread) [custom_components.ocpp] Get Configuration for ChargeProfileMaxStackLevel: 100
2023-08-29 21:24:10.995 INFO (MainThread) [ocpp] : send [2,"fca4a4cd-056a-4b77-a02f-a8d090abee60","SetChargingProfile",{"connectorId":0,"csChargingProfiles":{"chargingProfileId":8,"stackLevel":100,"chargingProfileKind":"Relative","chargingProfilePurpose":"ChargePointMaxProfile","chargingSchedule":{"chargingRateUnit":"A","chargingSchedulePeriod":[{"startPeriod":0,"limit":8.0}]}}}]
2023-08-29 21:24:12.698 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '': ping=0.0 ms, pong=1705.0 ms
2023-08-29 21:24:12.994 INFO (MainThread) [ocpp] : receive message [3,"fca4a4cd-056a-4b77-a02f-a8d090abee60",{"status":"Rejected"}]
2023-08-29 21:24:12.994 DEBUG (MainThread) [custom_components.ocpp] ChargePointMaxProfile is not supported by this charger, trying TxDefaultProfile instead...
2023-08-29 21:24:12.994 INFO (MainThread) [ocpp] : send [2,"d8f9702f-4366-4f6e-8339-03fe47c736a4","SetChargingProfile",{"connectorId":0,"csChargingProfiles":{"chargingProfileId":8,"stackLevel":99,"chargingProfileKind":"Relative","chargingProfilePurpose":"TxDefaultProfile","chargingSchedule":{"chargingRateUnit":"A","chargingSchedulePeriod":[{"startPeriod":0,"limit":8.0}]}}}]
2023-08-29 21:24:13.993 INFO (MainThread) [ocpp] : receive message [3,"d8f9702f-4366-4f6e-8339-03fe47c736a4",{"status":"Rejected"}]
2023-08-29 21:24:13.994 WARNING (MainThread) [custom_components.ocpp] Failed with response: Rejected
2023-08-29 21:24:35.401 DEBUG (MainThread) [custom_components.ocpp] Connection closed to '': sent 1001 (going away); no close frame received
2023-08-29 21:24:35.401 INFO (MainThread) [custom_components.ocpp] Charger disconnected from 0.0.0.0:9000.
2023-08-29 21:24:42.699 INFO (MainThread) [custom_components.ocpp] Websocket Subprotocol matched: ocpp1.6
2023-08-29 21:24:42.699 INFO (MainThread) [custom_components.ocpp] Charger websocket path=/
2023-08-29 21:24:42.699 INFO (MainThread) [custom_components.ocpp] Charger connected to 0.0.0.0:9000.
2023-08-29 21:24:42.879 INFO (MainThread) [ocpp] : receive message [2,"9c882d9e-2f53-a914-7ba1-52a7bbc9319c","BootNotification",{"chargePointVendor":"LINCHR","chargePointModel":"AC_22KW_001","chargePointSerialNumber":"712110001620F101050099A00","firmwareVersion":"V915B01D10","meterType":"PRO-1 MOD","meterSerialNumber":"556990512"}]
2023-08-29 21:24:42.879 DEBUG (MainThread) [custom_components.ocpp] Received boot notification for : {'charge_point_vendor': 'LINCHR', 'charge_point_model': 'AC_22KW_001', 'charge_point_serial_number': '712110001620F101050099A00', 'firmware_version': 'V915B01D10', 'meter_type': 'PRO-1 MOD', 'meter_serial_number': '556990512'}
2023-08-29 21:24:42.879 INFO (MainThread) [ocpp] : send [3,"9c882d9e-2f53-a914-7ba1-52a7bbc9319c",{"currentTime":"2023-08-29T19:24:42Z","interval":3600,"status":"Accepted"}]
2023-08-29 21:24:42.879 DEBUG (MainThread) [custom_components.ocpp] Updating device info charger: {'charge_point_vendor': 'LINCHR', 'charge_point_model': 'AC_22KW_001', 'charge_point_serial_number': '712110001620F101050099A00', 'firmware_version': 'V915B01D10', 'meter_type': 'PRO-1 MOD', 'meter_serial_number': '556990512'}
2023-08-29 21:24:44.025 INFO (MainThread) [ocpp] : receive message [2,"28937269-0a1c-0afa-c4e6-4577e499f306","StatusNotification",{"connectorId":0,"errorCode":"NoError","status":"Available","timestamp":"2023-08-29T19:24:42.000Z"}]
2023-08-29 21:24:44.025 INFO (MainThread) [ocpp] : send [3,"28937269-0a1c-0afa-c4e6-4577e499f306",{}]
2023-08-29 21:24:44.700 INFO (MainThread) [ocpp] : send [2,"5cdf5062-f869-40ac-97ac-369361ef2703","GetConfiguration",{"key":["SupportedFeatureProfiles"]}]
2023-08-29 21:24:44.853 INFO (MainThread) [ocpp] : receive message [2,"082daf40-658e-7be9-769d-086568b51cdf","StatusNotification",{"connectorId":1,"errorCode":"NoError","status":"Available","timestamp":"2023-08-29T19:24:42.000Z"}]
2023-08-29 21:24:44.854 INFO (MainThread) [ocpp] : send [3,"082daf40-658e-7be9-769d-086568b51cdf",{}]
2023-08-29 21:24:45.989 INFO (MainThread) [ocpp] : receive message [3,"5cdf5062-f869-40ac-97ac-369361ef2703",{"configurationKey":[{"key":"SupportedFeatureProfiles","readonly":true,"value":"Core,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger"}]}]
2023-08-29 21:24:45.990 DEBUG (MainThread) [custom_components.ocpp] Feature profiles returned: 61
2023-08-29 21:24:45.990 INFO (MainThread) [ocpp] : send [2,"2a852250-2cd1-41a7-842c-81aae9b6e709","GetConfiguration",{"key":["SupportedFeatureProfiles"]}]
2023-08-29 21:24:47.989 INFO (MainThread) [ocpp] : receive message [3,"2a852250-2cd1-41a7-842c-81aae9b6e709",{"configurationKey":[{"key":"SupportedFeatureProfiles","readonly":true,"value":"Core,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger"}]}]
2023-08-29 21:24:47.989 DEBUG (MainThread) [custom_components.ocpp] Feature profiles returned: 61
2023-08-29 21:24:47.989 INFO (MainThread) [ocpp] : send [2,"79414711-b8e1-43bf-b659-63312532cc84","GetConfiguration",{"key":["NumberOfConnectors"]}]
2023-08-29 21:24:48.988 INFO (MainThread) [ocpp] : receive message [3,"79414711-b8e1-43bf-b659-63312532cc84",{"configurationKey":[{"key":"NumberOfConnectors","readonly":true,"value":"1"}]}]
2023-08-29 21:24:48.988 DEBUG (MainThread) [custom_components.ocpp] Get Configuration for NumberOfConnectors: 1
2023-08-29 21:24:48.989 INFO (MainThread) [ocpp] : send [2,"0cda2f08-a654-41e1-b35f-0803810f1f5a","GetConfiguration",{"key":["NumberOfConnectors"]}]
2023-08-29 21:24:49.990 INFO (MainThread) [ocpp] : receive message [3,"0cda2f08-a654-41e1-b35f-0803810f1f5a",{"configurationKey":[{"key":"NumberOfConnectors","readonly":true,"value":"1"}]}]
2023-08-29 21:24:49.990 DEBUG (MainThread) [custom_components.ocpp] Get Configuration for NumberOfConnectors: 1
2023-08-29 21:24:49.991 INFO (MainThread) [ocpp] : send [2,"50d33168-da18-4f25-afb1-8a7183d0f2be","GetConfiguration",{"key":["HeartbeatInterval"]}]
2023-08-29 21:24:50.988 INFO (MainThread) [ocpp] : receive message [3,"50d33168-da18-4f25-afb1-8a7183d0f2be",{"configurationKey":[{"key":"HeartbeatInterval","readonly":false,"value":"14400"}]}]
2023-08-29 21:24:50.988 DEBUG (MainThread) [custom_components.ocpp] Get Configuration for HeartbeatInterval: 14400
2023-08-29 21:24:50.988 INFO (MainThread) [ocpp] : send [2,"94dd35a8-af96-4085-94c7-3efd5d5ce994","GetConfiguration",{"key":["HeartbeatInterval"]}]
2023-08-29 21:24:51.988 INFO (MainThread) [ocpp] : receive message [3,"94dd35a8-af96-4085-94c7-3efd5d5ce994",{"configurationKey":[{"key":"HeartbeatInterval","readonly":false,"value":"14400"}]}]
2023-08-29 21:24:51.988 DEBUG (MainThread) [custom_components.ocpp] Get Configuration for HeartbeatInterval: 14400
2023-08-29 21:24:51.988 INFO (MainThread) [ocpp] : send [2,"39027359-5b2b-478c-b65d-e5257025f154","GetConfiguration",{"key":["MeterValuesSampledData"]}]
2023-08-29 21:24:52.988 INFO (MainThread) [ocpp] : receive message [3,"39027359-5b2b-478c-b65d-e5257025f154",{"configurationKey":[{"key":"MeterValuesSampledData","readonly":false,"value":"connectorId,meterValue,timestamp,context,format,measurand,phase,location,unit"}]}]
2023-08-29 21:24:52.988 INFO (MainThread) [ocpp] : send [2,"8d1fb1a0-cea6-4ec4-9ebf-d3b349344c38","GetConfiguration",{"key":["MeterValuesSampledData"]}]
2023-08-29 21:24:53.988 INFO (MainThread) [ocpp] : receive message [3,"8d1fb1a0-cea6-4ec4-9ebf-d3b349344c38",{"configurationKey":[{"key":"MeterValuesSampledData","readonly":false,"value":"connectorId,meterValue,timestamp,context,format,measurand,phase,location,unit"}]}]
2023-08-29 21:24:53.990 INFO (MainThread) [ocpp] : send [2,"4cad4264-8c27-44bd-a7e6-8af697907959","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Register,Energy.Reactive.Import.Register,Energy.Active.Import.Interval,Energy.Reactive.Import.Interval,Power.Active.Import,Power.Reactive.Import,Power.Offered,Power.Factor,Current.Import,Current.Offered,Voltage,Frequency,RPM,SoC,Temperature,Current.Export,Energy.Active.Export.Register,Energy.Reactive.Export.Register,Energy.Active.Export.Interval,Energy.Reactive.Export.Interval,Power.Active.Export,Power.Reactive.Export"}]
2023-08-29 21:24:54.987 INFO (MainThread) [ocpp] : receive message [3,"4cad4264-8c27-44bd-a7e6-8af697907959",{"status":"NotSupported"}]
2023-08-29 21:24:54.987 WARNING (MainThread) [custom_components.ocpp] NotSupported while setting MeterValuesSampledData to Energy.Active.Import.Register,Energy.Reactive.Import.Register,Energy.Active.Import.Interval,Energy.Reactive.Import.Interval,Power.Active.Import,Power.Reactive.Import,Power.Offered,Power.Factor,Current.Import,Current.Offered,Voltage,Frequency,RPM,SoC,Temperature,Current.Export,Energy.Active.Export.Register,Energy.Reactive.Export.Register,Energy.Active.Export.Interval,Energy.Reactive.Export.Interval,Power.Active.Export,Power.Reactive.Export
2023-08-29 21:24:54.988 INFO (MainThread) [ocpp] : send [2,"ddb7eb84-c2b8-4936-8721-2b22234d0b93","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Register,Energy.Reactive.Import.Register,Energy.Active.Import.Interval,Energy.Reactive.Import.Interval,Power.Active.Import,Power.Reactive.Import,Power.Offered,Power.Factor,Current.Import,Current.Offered,Voltage,Frequency,RPM,SoC,Temperature,Current.Export,Energy.Active.Export.Register,Energy.Reactive.Export.Register,Energy.Active.Export.Interval,Energy.Reactive.Export.Interval,Power.Active.Export,Power.Reactive.Export"}]
2023-08-29 21:24:55.987 INFO (MainThread) [ocpp] : receive message [3,"ddb7eb84-c2b8-4936-8721-2b22234d0b93",{"status":"NotSupported"}]
2023-08-29 21:24:55.987 WARNING (MainThread) [custom_components.ocpp] NotSupported while setting MeterValuesSampledData to Energy.Active.Import.Register,Energy.Reactive.Import.Register,Energy.Active.Import.Interval,Energy.Reactive.Import.Interval,Power.Active.Import,Power.Reactive.Import,Power.Offered,Power.Factor,Current.Import,Current.Offered,Voltage,Frequency,RPM,SoC,Temperature,Current.Export,Energy.Active.Export.Register,Energy.Reactive.Export.Register,Energy.Active.Export.Interval,Energy.Reactive.Export.Interval,Power.Active.Export,Power.Reactive.Export
2023-08-29 21:24:55.988 INFO (MainThread) [ocpp] : send [2,"91d5ce49-2a0c-457d-8944-5b6a632d6031","GetConfiguration",{"key":["MeterValueSampleInterval"]}]
2023-08-29 21:24:56.987 INFO (MainThread) [ocpp] : receive message [3,"91d5ce49-2a0c-457d-8944-5b6a632d6031",{"configurationKey":[{"key":"MeterValueSampleInterval","readonly":false,"value":"60"}]}]
2023-08-29 21:24:56.988 INFO (MainThread) [ocpp] : send [2,"511b2856-eb8a-4db9-9be8-b02e225584d7","GetConfiguration",{"key":["MeterValueSampleInterval"]}]
2023-08-29 21:24:57.987 INFO (MainThread) [ocpp] : receive message [3,"511b2856-eb8a-4db9-9be8-b02e225584d7",{"configurationKey":[{"key":"MeterValueSampleInterval","readonly":false,"value":"60"}]}]
2023-08-29 21:24:57.987 INFO (MainThread) [ocpp] : send [2,"d8ef5e29-43e2-4961-9258-57dbef3cc99d","GetConfiguration",{"key":["ClockAlignedDataInterval"]}]
2023-08-29 21:24:58.987 INFO (MainThread) [ocpp] : receive message [3,"d8ef5e29-43e2-4961-9258-57dbef3cc99d",{"configurationKey":[{"key":"ClockAlignedDataInterval","readonly":false,"value":"900"}]}]
2023-08-29 21:24:58.987 DEBUG (MainThread) [custom_components.ocpp] '' post connection setup completed successfully
2023-08-29 21:24:58.988 INFO (MainThread) [ocpp] : send [2,"f4802bfa-3b1c-4095-9968-3646f0fa4a4b","GetConfiguration",{"key":["ClockAlignedDataInterval"]}]
2023-08-29 21:25:00.698 INFO (MainThread) [ocpp] : receive message [3,"f4802bfa-3b1c-4095-9968-3646f0fa4a4b",{"configurationKey":[{"key":"ClockAlignedDataInterval","readonly":false,"value":"900"}]}]
2023-08-29 21:25:00.699 DEBUG (MainThread) [custom_components.ocpp] '' post connection setup completed successfully
2023-08-29 21:25:00.700 INFO (MainThread) [ocpp] : send [2,"03a136a4-389a-40e4-935f-0314481dd221","GetConfiguration",{"key":["WebSocketPingInterval"]}]
2023-08-29 21:25:00.987 INFO (MainThread) [ocpp] : receive message [3,"03a136a4-389a-40e4-935f-0314481dd221",{"configurationKey":[{"key":"WebSocketPingInterval","readonly":false,"value":"60"}]}]
2023-08-29 21:25:00.987 INFO (MainThread) [ocpp] : send [2,"f5db4f76-a04f-4bf5-a319-ea52b2ed427e","GetConfiguration",{"key":["ChargingScheduleAllowedChargingRateUnit"]}]
2023-08-29 21:25:01.986 INFO (MainThread) [ocpp] : receive message [3,"f5db4f76-a04f-4bf5-a319-ea52b2ed427e",{"configurationKey":[{"key":"ChargingScheduleAllowedChargingRateUnit","readonly":true,"value":"Current"}]}]
2023-08-29 21:25:01.987 DEBUG (MainThread) [custom_components.ocpp] Get Configuration for ChargingScheduleAllowedChargingRateUnit: Current
2023-08-29 21:25:01.987 INFO (MainThread) [custom_components.ocpp] Charger supports setting the following units: Current
2023-08-29 21:25:01.987 INFO (MainThread) [custom_components.ocpp] If more than one unit supported default unit is Amps
2023-08-29 21:25:01.987 INFO (MainThread) [ocpp] : send [2,"984ee679-e121-4a45-a2e3-c65f19094187","GetConfiguration",{"key":["WebSocketPingInterval"]}]
2023-08-29 21:25:02.986 INFO (MainThread) [ocpp] : receive message [3,"984ee679-e121-4a45-a2e3-c65f19094187",{"configurationKey":[{"key":"WebSocketPingInterval","readonly":false,"value":"60"}]}]
2023-08-29 21:25:02.987 INFO (MainThread) [ocpp] : send [2,"26630729-d70a-43df-9c31-882f0224507f","ChangeAvailability",{"connectorId":0,"type":"Operative"}]
2023-08-29 21:25:03.982 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '': ping=0.0 ms, pong=1281.0 ms
2023-08-29 21:25:04.985 INFO (MainThread) [ocpp] : receive message [3,"26630729-d70a-43df-9c31-882f0224507f",{"status":"Accepted"}]
2023-08-29 21:25:04.985 DEBUG (MainThread) [custom_components.ocpp] trigger status notification for connector=0
2023-08-29 21:25:04.985 INFO (MainThread) [ocpp] : send [2,"2af199d6-894f-4826-9543-6582a57dc701","GetConfiguration",{"key":["ChargeProfileMaxStackLevel"]}]
2023-08-29 21:25:05.985 INFO (MainThread) [ocpp] : receive message [3,"2af199d6-894f-4826-9543-6582a57dc701",{"configurationKey":[{"key":"ChargeProfileMaxStackLevel","readonly":true,"value":"100"}]}]
2023-08-29 21:25:05.986 DEBUG (MainThread) [custom_components.ocpp] Get Configuration for ChargeProfileMaxStackLevel: 100
2023-08-29 21:25:05.986 INFO (MainThread) [ocpp] : send [2,"8b758466-737f-491c-aceb-cb35ae3f02b4","ChangeAvailability",{"connectorId":0,"type":"Operative"}]
2023-08-29 21:25:06.985 INFO (MainThread) [ocpp] : receive message [3,"8b758466-737f-491c-aceb-cb35ae3f02b4",{"status":"Accepted"}]
2023-08-29 21:25:06.985 DEBUG (MainThread) [custom_components.ocpp] trigger status notification for connector=0
2023-08-29 21:25:06.986 INFO (MainThread) [ocpp] : send [2,"cbe88c6a-e89a-48e8-a490-8daf73d043c7","TriggerMessage",{"requestedMessage":"StatusNotification","connectorId":0}]
2023-08-29 21:25:07.985 INFO (MainThread) [ocpp] : receive message [3,"cbe88c6a-e89a-48e8-a490-8daf73d043c7",{"status":"Accepted"}]
2023-08-29 21:25:07.985 DEBUG (MainThread) [custom_components.ocpp] trigger status notification for connector=1
2023-08-29 21:25:07.985 INFO (MainThread) [ocpp] : send [2,"1313dcca-1f03-49a7-bccb-ba236f7325dc","SetChargingProfile",{"connectorId":0,"csChargingProfiles":{"chargingProfileId":8,"stackLevel":100,"chargingProfileKind":"Relative","chargingProfilePurpose":"ChargePointMaxProfile","chargingSchedule":{"chargingRateUnit":"A","chargingSchedulePeriod":[{"startPeriod":0,"limit":6.0}]}}}]
2023-08-29 21:25:08.987 INFO (MainThread) [ocpp] : receive message [2,"33862282-d2f8-82be-14ae-0a99617b2d76","StatusNotification",{"connectorId":1,"errorCode":"NoError","status":"Available","timestamp":"2023-08-29T19:25:06.000Z"}]
2023-08-29 21:25:08.987 INFO (MainThread) [ocpp] : send [3,"33862282-d2f8-82be-14ae-0a99617b2d76",{}]
2023-08-29 21:25:09.849 INFO (MainThread) [ocpp] : receive message [3,"1313dcca-1f03-49a7-bccb-ba236f7325dc",{"status":"Rejected"}]
2023-08-29 21:25:09.850 DEBUG (MainThread) [custom_components.ocpp] ChargePointMaxProfile is not supported by this charger, trying TxDefaultProfile instead...
2023-08-29 21:25:09.850 INFO (MainThread) [ocpp] : send [2,"a54f8d03-c2be-487f-9f2f-c64cc0915c9f","TriggerMessage",{"requestedMessage":"StatusNotification","connectorId":0}]
2023-08-29 21:25:10.988 INFO (MainThread) [ocpp] : receive message [3,"a54f8d03-c2be-487f-9f2f-c64cc0915c9f",{"status":"Accepted"}]
2023-08-29 21:25:10.989 DEBUG (MainThread) [custom_components.ocpp] trigger status notification for connector=1
2023-08-29 21:25:10.990 INFO (MainThread) [ocpp] : send [2,"8c1f9ecf-0fb4-4050-85d8-6740581c2df3","TriggerMessage",{"requestedMessage":"StatusNotification","connectorId":1}]
2023-08-29 21:25:11.984 INFO (MainThread) [ocpp] : receive message [2,"9baf327e-0cb1-e6af-0213-f3d3b65bfee0","StatusNotification",{"connectorId":1,"errorCode":"NoError","status":"Available","timestamp":"2023-08-29T19:25:09.000Z"}]
2023-08-29 21:25:11.984 INFO (MainThread) [ocpp] : send [3,"9baf327e-0cb1-e6af-0213-f3d3b65bfee0",{}]
2023-08-29 21:25:12.849 INFO (MainThread) [ocpp] : receive message [3,"8c1f9ecf-0fb4-4050-85d8-6740581c2df3",{"status":"Accepted"}]
2023-08-29 21:25:12.850 INFO (MainThread) [ocpp] : send [2,"58998501-bea9-4140-8007-c6b314302b17","SetChargingProfile",{"connectorId":0,"csChargingProfiles":{"chargingProfileId":8,"stackLevel":99,"chargingProfileKind":"Relative","chargingProfilePurpose":"TxDefaultProfile","chargingSchedule":{"chargingRateUnit":"A","chargingSchedulePeriod":[{"startPeriod":0,"limit":6.0}]}}}]
2023-08-29 21:25:13.985 INFO (MainThread) [ocpp] : receive message [2,"5792450b-44ba-2eb1-7d69-22204f1368e6","StatusNotification",{"connectorId":1,"errorCode":"NoError","status":"Available","timestamp":"2023-08-29T19:25:10.000Z"}]
2023-08-29 21:25:13.985 INFO (MainThread) [ocpp] : send [3,"5792450b-44ba-2eb1-7d69-22204f1368e6",{}]
2023-08-29 21:25:14.848 INFO (MainThread) [ocpp] : receive message [3,"58998501-bea9-4140-8007-c6b314302b17",{"status":"Rejected"}]
2023-08-29 21:25:14.849 WARNING (MainThread) [custom_components.ocpp] Failed with response: Rejected
2023-08-29 21:25:14.849 INFO (MainThread) [ocpp] : send [2,"a0bbdfc6-6665-43f8-8a42-35381844f824","TriggerMessage",{"requestedMessage":"StatusNotification","connectorId":1}]
2023-08-29 21:25:15.983 INFO (MainThread) [ocpp] : receive message [3,"a0bbdfc6-6665-43f8-8a42-35381844f824",{"status":"Accepted"}]
2023-08-29 21:25:15.984 INFO (MainThread) [ocpp] : send [2,"7b828218-dec2-4359-be6d-67bd53755fdc","GetConfiguration",{"key":["ChargingScheduleAllowedChargingRateUnit"]}]
2023-08-29 21:25:16.984 INFO (MainThread) [ocpp] : receive message [2,"7282b11f-f50c-c8b4-e932-7159e84008ea","StatusNotification",{"connectorId":1,"errorCode":"NoError","status":"Available","timestamp":"2023-08-29T19:25:14.000Z"}]
2023-08-29 21:25:16.984 INFO (MainThread) [ocpp] : send [3,"7282b11f-f50c-c8b4-e932-7159e84008ea",{}]
2023-08-29 21:25:17.848 INFO (MainThread) [ocpp] : receive message [3,"7b828218-dec2-4359-be6d-67bd53755fdc",{"configurationKey":[{"key":"ChargingScheduleAllowedChargingRateUnit","readonly":true,"value":"Current"}]}]
2023-08-29 21:25:17.849 DEBUG (MainThread) [custom_components.ocpp] Get Configuration for ChargingScheduleAllowedChargingRateUnit: Current
2023-08-29 21:25:17.849 INFO (MainThread) [custom_components.ocpp] Charger supports setting the following units: Current
2023-08-29 21:25:17.849 INFO (MainThread) [custom_components.ocpp] If more than one unit supported default unit is Amps
2023-08-29 21:25:17.850 INFO (MainThread) [ocpp] : send [2,"0e9f40fd-117c-4b1a-91b3-0df8a8a73e29","GetConfiguration",{"key":["ChargeProfileMaxStackLevel"]}]
2023-08-29 21:25:18.984 INFO (MainThread) [ocpp] : receive message [3,"0e9f40fd-117c-4b1a-91b3-0df8a8a73e29",{"configurationKey":[{"key":"ChargeProfileMaxStackLevel","readonly":true,"value":"100"}]}]
2023-08-29 21:25:18.984 DEBUG (MainThread) [custom_components.ocpp] Get Configuration for ChargeProfileMaxStackLevel: 100
2023-08-29 21:25:18.985 INFO (MainThread) [ocpp] : send [2,"ec8962e7-d59d-4e27-ae58-47130ac83c43","SetChargingProfile",{"connectorId":0,"csChargingProfiles":{"chargingProfileId":8,"stackLevel":100,"chargingProfileKind":"Relative","chargingProfilePurpose":"ChargePointMaxProfile","chargingSchedule":{"chargingRateUnit":"A","chargingSchedulePeriod":[{"startPeriod":0,"limit":3.0}]}}}]
2023-08-29 21:25:19.984 INFO (MainThread) [ocpp] : receive message [3,"ec8962e7-d59d-4e27-ae58-47130ac83c43",{"status":"Rejected"}]
2023-08-29 21:25:19.984 DEBUG (MainThread) [custom_components.ocpp] ChargePointMaxProfile is not supported by this charger, trying TxDefaultProfile instead...
2023-08-29 21:25:19.985 INFO (MainThread) [ocpp] : send [2,"a7fec849-3184-4954-93ad-6de7c8e39777","SetChargingProfile",{"connectorId":0,"csChargingProfiles":{"chargingProfileId":8,"stackLevel":99,"chargingProfileKind":"Relative","chargingProfilePurpose":"TxDefaultProfile","chargingSchedule":{"chargingRateUnit":"A","chargingSchedulePeriod":[{"startPeriod":0,"limit":3.0}]}}}]
2023-08-29 21:25:20.983 INFO (MainThread) [ocpp] : receive message [3,"a7fec849-3184-4954-93ad-6de7c8e39777",{"status":"Rejected"}]
2023-08-29 21:25:20.984 WARNING (MainThread) [custom_components.ocpp] Failed with response: Rejected
2023-08-29 21:25:24.979 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to '': ping=0.0 ms, pong=996.0 ms
2023-08-29 21:25:37.634 INFO (MainThread) [ocpp] : send [2,"26680951-aba1-44df-bb23-0894b1ad33af","GetConfiguration",{"key":["ChargingScheduleAllowedChargingRateUnit"]}]
2023-08-29 21:25:37.981 INFO (MainThread) [ocpp] : receive message [3,"26680951-aba1-44df-bb23-0894b1ad33af",{"configurationKey":[{"key":"ChargingScheduleAllowedChargingRateUnit","readonly":true,"value":"Current"}]}]
2023-08-29 21:25:37.982 DEBUG (MainThread) [custom_components.ocpp] Get Configuration for ChargingScheduleAllowedChargingRateUnit: Current
2023-08-29 21:25:37.982 INFO (MainThread) [custom_components.ocpp] Charger supports setting the following units: Current
2023-08-29 21:25:37.982 INFO (MainThread) [custom_components.ocpp] If more than one unit supported default unit is Amps
2023-08-29 21:25:37.983 INFO (MainThread) [ocpp] : send [2,"c11cc8e0-b3dc-4535-a495-f0f0a2e3bff9","GetConfiguration",{"key":["ChargeProfileMaxStackLevel"]}]
2023-08-29 21:25:38.981 INFO (MainThread) [ocpp] : receive message [3,"c11cc8e0-b3dc-4535-a495-f0f0a2e3bff9",{"configurationKey":[{"key":"ChargeProfileMaxStackLevel","readonly":true,"value":"100"}]}]
2023-08-29 21:25:38.981 DEBUG (MainThread) [custom_components.ocpp] Get Configuration for ChargeProfileMaxStackLevel: 100
2023-08-29 21:25:38.981 INFO (MainThread) [ocpp] : send [2,"3e633fbd-9436-4e80-9753-215f3c035373","SetChargingProfile",{"connectorId":0,"csChargingProfiles":{"chargingProfileId":8,"stackLevel":100,"chargingProfileKind":"Relative","chargingProfilePurpose":"ChargePointMaxProfile","chargingSchedule":{"chargingRateUnit":"A","chargingSchedulePeriod":[{"startPeriod":0,"limit":8.0}]}}}]
2023-08-29 21:25:39.981 INFO (MainThread) [ocpp] : receive message [3,"3e633fbd-9436-4e80-9753-215f3c035373",{"status":"Rejected"}]
2023-08-29 21:25:39.981 DEBUG (MainThread) [custom_components.ocpp] ChargePointMaxProfile is not supported by this charger, trying TxDefaultProfile instead...
2023-08-29 21:25:39.981 INFO (MainThread) [ocpp] : send [2,"c1ea5700-8a5e-4dfd-9ad1-4e3ef80e307d","SetChargingProfile",{"connectorId":0,"csChargingProfiles":{"chargingProfileId":8,"stackLevel":99,"chargingProfileKind":"Relative","chargingProfilePurpose":"TxDefaultProfile","chargingSchedule":{"chargingRateUnit":"A","chargingSchedulePeriod":[{"startPeriod":0,"limit":8.0}]}}}]
2023-08-29 21:25:40.981 INFO (MainThread) [ocpp] : receive message [3,"c1ea5700-8a5e-4dfd-9ad1-4e3ef80e307d",{"status":"Rejected"}]
2023-08-29 21:25:40.981 WARNING (MainThread) [custom_components.ocpp] Failed with response: Rejected
Beta Was this translation helpful? Give feedback.
All reactions