Replies: 4 comments 3 replies
-
Anyone? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Multiple chargers are not supported as of now (#803). I also have two chargers at home, and would like to get them both connected. I am waiting for #1381 to be completed until contributing to #803. |
Beta Was this translation helpful? Give feedback.
3 replies
-
See #1498 for testing with multiple chargers |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems that set_charge_rate can only address the last charger configured/connected.
Can the set_charge_rate service be changed also to allow specifying the charger serial and, if not sent, using the current behaviour?
This would allow us to address the second charger and won't break the current installs.
Something like this for example:
limit_watts: 10000
conn_id: 1
charger: 3e95
Or is there a better way?
or maybe registering the services under domain other than ocpp?
Maybe register them under same domain as the start charging buttons?
Beta Was this translation helpful? Give feedback.
All reactions