renault-api
renault-api copied to clipboard
chargingInstantaneousPower on Zoe50
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 ?
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 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 :)
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
And that would need a PR.
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.
@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 do you propose a better calculation?
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...
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.
Here is the last part of a charging session, as you can see, the instantaneous power drops to zero when the soc reaches 100%.
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 ..