tesla icon indicating copy to clipboard operation
tesla copied to clipboard

charger_phases incorrectly showing 2 phases on 3-phase charger

Open hakong opened this issue 2 years ago • 5 comments

image It should be 3 phases.

Running v3.9.1

Not sure what other info to attach.

hakong avatar Jan 21 '23 22:01 hakong

We're reporting what Tesla is reporting. You can try looking at teslajsonpy logs to see what data is there. If it's wrong, you need to talk to Tesla.

alandtse avatar Jan 25 '23 19:01 alandtse

Ok, thanks. I turned on debug logging in HA but it doesn't print enough info to show what's going on. Teslamate is showing the correct number of phases: image

hakong avatar Jan 26 '23 23:01 hakong

This is what Tesla are reporting from upstream.

Here is my work around.

    ev_phases:
      friendly_name: "EV Charger Phases (adjusted)"
      value_template: "{{ max(1,(state_attr('sensor.duka_charger_power','charger_phases')|int(0)*3/2)|int(0))}}"

purcell-lab avatar Feb 05 '23 02:02 purcell-lab

FWIW: metering consumption in IT net - barely used in Europe but quite common in Norway - is done by the Aron-circuit and this measures only 2 phases which is sufficient for a precise consumption metering. If you live in Norway this might be the reason but I do not know why Teslamate shows something else.

anhaff avatar Feb 05 '23 07:02 anhaff

I live in Norway and have the IT system and for me, the values are reported correctly as 3 phase in home assistant. However, in order to refresh the charging info, I had to press "Force data update". 3-phases

quatrox avatar Feb 07 '23 16:02 quatrox