renault-api icon indicating copy to clipboard operation
renault-api copied to clipboard

chargingInstantaneousPower on Zoe50

Open kamahat opened this issue 3 years ago • 11 comments

the right values for chargingInstantaneousPower seems to be : TrueChargingValue (W) : chargingInstantaneousPower * K * sqrt(2)

  • the 1/sqrt(2) is due to the mesurement of watt peak
  • K is a normalisation factor, for me the value is 240

with 120=2*12 *1000 *(5/362)]

  • 12 kW the power of my electrical counter
  • 72.4 kW=5/362 = max [chargingInstantaneousPower] value.

Does someone has the same value for K ?

kamahat avatar Aug 13 '21 17:08 kamahat

Thanks @kamahat

Do you want to provide a PR? It would be useful to have a new method like reports_charging_power_in_watt: https://github.com/hacf-fr/renault-api/blob/7c2336c52ed0298a3ed2b8e7dbb77b839676dced/src/renault_api/kamereon/models.py#L192-L199

epenet avatar Aug 16 '21 09:08 epenet

I'm not able able to provide a PR since programing in python is not my cup of tea.

Thanks @kamahat

Do you want to provide a PR? It would be useful to have a new method like reports_charging_power_in_watt: https://github.com/hacf-fr/renault-api/blob/7c2336c52ed0298a3ed2b8e7dbb77b839676dced/src/renault_api/kamereon/models.py#L192-L199

I'm not able able to provide a PR since programming in python is not my cup of tea. But I hope someone would be able too do it with the good input :)

kamahat avatar Aug 18 '21 03:08 kamahat

Can someone confirm that the unit is in kW ?

Personally I've got a Zoe5.0 connected to a Hagger Witty Charger on mono-phase so limited ot 7.4kW. If I take the max value return by the request for me 24.2 and do some math : 24.2* 230V * sqrt(2) = 7840 W which close to 7.4kW. And if considere a drop in voltage from 230V to 217V due to cables, it would be the exact value 24.2 * 217 * sqrt(2)=7.4kW

My conclusion is that de Charging Power unit is not in kW but in Amperes

kamahat avatar Sep 08 '21 04:09 kamahat

And that would need a PR.

kamahat avatar Sep 08 '21 04:09 kamahat

Sadly, there is no "official" documentation on the Renault API. I have a Zoe40, and in that case the charge power is in W (divided by 1000 to get kW).

There are related discussions:

  • https://github.com/jamesremuscat/pyze/issues/28
  • https://github.com/fungus75/ioBroker.zoe2/issues/9

For HomeAssistant, this would need to be a PR on the home assistant core. For the RenaultAPI CLI, this would need to be a PR here, with corresponding documentation update.

epenet avatar Sep 08 '21 06:09 epenet

@kamahat sorry but those calculations don't seem right to me. I'm charging at 10A (would be 2300W@230V) and chargingInstantaneousPower report 24.5

fabiopedrosa avatar Oct 07 '21 16:10 fabiopedrosa

@fabiopedrosa do you propose a better calculation?

epenet avatar Oct 11 '21 07:10 epenet

Just for the records: on my Captur PHEV this value looks completely invented, varying between 2.0 and 3.2 while charging using the 2.3kW/10A/230V home charger. It is != 0 even when no charging...

jumpjack avatar Oct 11 '21 07:10 jumpjack

Hi,

I think (almost 100% sure) that this is the maximum allowed charge power. When at 100% soc this value reduces to e.g 3.5kW, and I can see that the consumed charge power also reduces to 3.5kW. After 5 or 10 minutes the chargingInstantaneousPower drops to 2.3, and the consumed power also reduces to approximately this value. So when you get values of 20 or 30 kW, it means the battery is not fully charged at all and can accept lots of power. It might have some meaning for fast charging where the external fast charger controls the charge current.

Fixh1 avatar Sep 20 '22 17:09 Fixh1

Screenshot_20221009-125505_Chrome

Here is the last part of a charging session, as you can see, the instantaneous power drops to zero when the soc reaches 100%.

Fixh1 avatar Oct 09 '22 18:10 Fixh1

Pretty new here since I bought a second hand Zoe R110 (Phase 2), these are my graphs, each charge happening on 10A, 220V. No idea why the charging peaks at 1800W instead of 2300W though ..

image

slyoldfox avatar Dec 14 '23 15:12 slyoldfox