ocpp
ocpp copied to clipboard
Errors when loading Rolec Dura twin connector charger
Version of the custom_component
v0.5.0
Configuration
Several errors: I've tried with and without smart charging
Logger: custom_components.ocpp
Source: custom_components/ocpp/api.py:533
Integration: Open Charge Point Protocol (OCPP) (documentation, issues)
First occurred: 11:42:22 (2 occurrences)
Last logged: 11:42:24
Force Smart Charging feature profile
This error originated from a custom integration.
Logger: custom_components.ocpp
Source: custom_components/ocpp/api.py:550
Integration: Open Charge Point Protocol (OCPP) (documentation, issues)
First occurred: 11:42:22 (2 occurrences)
Last logged: 11:42:24
Unknown feature profile detected ignoring: Security
This error originated from a custom integration.
Logger: custom_components.ocpp
Source: custom_components/ocpp/api.py:684
Integration: Open Charge Point Protocol (OCPP) (documentation, issues)
First occurred: 11:42:39 (2 occurrences)
Last logged: 11:42:41
Failed with response: Rejected
Describe the bug
Only one connector shows and i cannot control the charger. I'm less worried about the lack of other sensors, of course could well all be down to the fact there should be 2 sets of the info?
The integration installs fine. When i reboot i get the following notifications
The following shows in the integration
Debug log
ValueError: Sensor sensor.car_charger_power has device class 'power', state class 'None' unit 'None' and suggested precision 'None' thus indicating it has a numeric value; however, it has the non-numeric value: '7.06 W' (<class 'str'>)
2023-12-27 12:27:36.557 INFO (MainThread) [ocpp] Rolec_DKC46588: send [2,"1188f873-3402-4073-a0ef-630f4351ac5a","GetConfiguration",{"key":["AuthorizeRemoteTxRequests"]}]
2023-12-27 12:27:36.798 INFO (MainThread) [ocpp] Rolec_DKC46588: receive message [3,"1188f873-3402-4073-a0ef-630f4351ac5a",{"configurationKey":[{"key":"AuthorizeRemoteTxRequests","readonly":false,"value":"true"}]}]
2023-12-27 12:27:36.799 DEBUG (MainThread) [custom_components.ocpp] Get Configuration for AuthorizeRemoteTxRequests: true
2023-12-27 12:27:36.799 INFO (MainThread) [ocpp] Rolec_DKC46588: send [2,"b05f0e34-ea8d-42f1-800f-96bb68200982","RemoteStartTransaction",{"idTag":"Rolec_DKC46588","connectorId":1}]
2023-12-27 12:27:37.081 INFO (MainThread) [ocpp] Rolec_DKC46588: receive message [3,"b05f0e34-ea8d-42f1-800f-96bb68200982",{"status":"Accepted"}]
2023-12-27 12:27:37.081 INFO (MainThread) [ocpp] Rolec_DKC46588: receive message [2,"6aebdd36-e3fd-4e31-ac8d-07f3c00c7238","StatusNotification",{"connectorId":1,"status":"Preparing","errorCode":"NoError","vendorErrorCode":"","info":"RemoteStartTransaction"}]
2023-12-27 12:27:37.081 INFO (MainThread) [ocpp] Rolec_DKC46588: send [3,"6aebdd36-e3fd-4e31-ac8d-07f3c00c7238",{}]
2023-12-27 12:28:14.336 DEBUG (MainThread) [custom_components.ocpp] Connection latency from 'central' to 'Rolec_DKC46588': ping=0.0 ms, pong=67.0 ms
Stale issue message
The issue still remains
Stale issue message