Phase switching on ev charger (from 1 phase to 3 phases and vice versa) #14
-
|
Hi, this looks like a very good automation! I want to try it. But I have the following question: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Suggest to try using a template sensor to calculate the "Charger effective voltage", eg. Charger effective voltage = phase count * line voltage I think that is all you need provided you have the "phase count" value in HA. "phase count" can be a template sensor as well, eg. if exported solar is greater than certain amount, set to 3 phase, otherwise set to 1 phase. |
Beta Was this translation helpful? Give feedback.
Suggest to try using a template sensor to calculate the "Charger effective voltage", eg.
Charger effective voltage = phase count * line voltage
I think that is all you need provided you have the "phase count" value in HA.
"phase count" can be a template sensor as well, eg. if exported solar is greater than certain amount, set to 3 phase, otherwise set to 1 phase.