Open PVi1 opened 5 months ago
Hi PVi1,
Thank you for the information. Glad you found the blueprint useful.
I've updated the description in the blueprint, ie.
description: Specify charger voltage in Volt. In Australia, single phase is 230V, and three phase is 400V due to 120 degree phase angle between phases. This can differ between countries.
Interesting that your 3 phases are in sync. Which country is this in EU?
Hi @flashg1,
I am from Slovakia.
Here you can find more info about voltages per country.
I am sure we have 120 degree phase angle between phases in Slovakia.
Tesla always measures voltage between Line and Neutral. That's the reason you cannot see 400V on tesla MCU. 400V is the voltage between Lines in 3phase wye(star) networks.
Today I started A/C while the car was still plugged to charger. I could see two phases were used at first and after few minutes the current on the second phase dropped to 0. This means that car can selectively use one or more lines. But maybe that is not the case during the ac charging.
Check pages 7-9 in wall connector manual.
Then check page 10.There are power outputs based on the line type and current.
Here can be found more about how apparent and active power are computed in delta and wye networks.
Based on the facts above it looks like in 3 phases networks you cannot compute one_amp_watt_step via "car_charger_voltage * 1"
In case of 3 phase networks the formula is different and is more like this: S = √3 × Vline × Iline
Regards, Peter
Hi Peter,
Thank you for the detail information. I'll need time to digest this.
Hi @flashg1,
thank you for this blueprint, it had saved me a lot of time and motivated me to better understand HA automation!
In my case I am using it with Tesla Model S and Tesla Wall Connector gen 3 in the EU.
Issue: Charger Voltage variable and its description is misleading. Initially I have set it to 400V and found out that automation always overshoot and started to oscillate.
In the same time, this was the FVE output:
Based on the Tesla in the EU we have 400V Wye grid.
Based on the this post Tesla in the EU uses 230V built in/onboard car charger and even in case when Tesla Wall Connector is used, 230V is used to charge the car. On the other side the car is able to stack/combine the energy from phase1, phase2 and phase3 aka (L1, L2, L3). Moreover to balance the load between phases the same current is always used on each of three phases.
The long story short, even in case when 3 phases are available, the difference in power when charging current is increase by 1 amp is (3(2301))=690W When only one phase is available the difference is 230*1=230W
Workaround: After I have changed the value of Charger Voltage to 690V (230*3) the automation works fine:
This was the output from the FVE in the same time:
Proposal:
Number of lines
Desc: Number of lines provided by the EVSE aka Wallbox for the onboard charger?. Eg: In the EU the Tesla Wall Connector and UMC gen 1 can utilize 3 phases, UMC gen2 utilizes single phase, only.
Then, the value that represent the minimal step should be computed as Charger Voltage * Number of lines