bassmaster187 / TeslaLogger

TeslaLogger is a self hosted data logger for your Tesla Model S/3/X/Y. Actually it supports RaspberryPi 3B, 3B+, 4B, Docker and Synology NAS.
https://www.teslalogger.de
GNU General Public License v3.0
510 stars 169 forks source link

At charging State, it shows the wrong number of used Phases #684

Open libertyx82 opened 2 years ago

libertyx82 commented 2 years ago

Describe the bug At charging State, it shows the wrong number of used Phases As you see in Screenshot it is charging with 11kWh @ 3 Phases a 16A but it Shows 2P

Screenshots image

Teslalogger Type Docker Did you update the Image with apt-get update & upgrade? Yes

Do you use Tasker or iBeacon No

superfloh247 commented 2 years ago

This is how the Tesla API reports it for Model 3, not a bug in TeslaLogger

libertyx82 commented 2 years ago

This is interesting because the app displays it correctly

Screenshot_20211102-204714~2

superfloh247 commented 2 years ago

The App does not have an icon for 1 or 2 phases, just for three.

I wonder what the app shows in countries where there are really just two phases.

Powerbook001 commented 2 years ago

In Italy the icon "3" appears only when connected with a three phases charger.

Adminius commented 2 years ago

@superfloh247 Tesla can only charge between L and N. If you have L1 and L2 like in USA or NO, one phase acts as N => one phase ;) So, I would say, we can count phases In TL: P/I/V = amount of phases

Adminius commented 2 years ago

suggestion: trunc((Power (kW) * 1000 + 100)/Voltage (V)/Current (A))

@superfloh247 I've only found old style app screenshots: EU with 3 phase icon: image US with 240V=L1+L2 charging: https://driveteslacanada.ca/wp-content/uploads/2019/11/Tesla-iOS-app-charging-changes.png