We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5455daa commit ee27a85Copy full SHA for ee27a85
custom_components/ocpp/api.py
@@ -651,7 +651,7 @@ async def start_transaction(self):
651
if resp is True:
652
await self.configure(ckey.authorize_remote_tx_requests.value, "false")
653
req = call.RemoteStartTransactionPayload(
654
- connector_id=1, id_tag=self._metrics[cdet.identifier.value].value
+ connector_id=1, id_tag=self._metrics[cdet.identifier.value].value[:20]
655
)
656
resp = await self.call(req)
657
if resp.status == RemoteStartStopStatus.accepted:
0 commit comments