support for charging stations with multuple connectors? #1264
scruysberghs
started this conversation in
General
Replies: 1 comment 10 replies
-
It's not something I intend to work on, but it shouldn't be difficult to add if you want to create a PR for it. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to use a charging station that has 2 connectors to charge 2 EV's at the same time. I see it is supported in the ocpp.set_charge_rate service (conn_id 0 is charging station, conn_id 1 for first connector and conn_id 2 for second connector). This means I can set the charging speed for both connectors individually and can confirm this works. Now for the sensors that are created by the integration I don't see any support for this. Also only one slider and set of switches to control charging in the UI. Is full support for multiple sockets (or even multiple charging stations) somewhere on the roadmap for this OCPP HA integration/addon?
Regards
Steven
Beta Was this translation helpful? Give feedback.
All reactions