question

kyros32 avatar image
kyros32 asked

EV Charging Station on AC IN - charging only from grid not from solar or batteries

Dear community,

I have EV Charging Station on AC IN. Consumtion is metered via inverters (no ET or CT).

All loads except the EV Charger are on AC OUT.


Explanation of problematic behaviour:

- when charging, only grid power is used - the system does not start to discharge batteries or ramp up solar

- the consumption of the EV is not summed up with grid consumption.


My initial idea was that Cerbo / EV Charger comms. are broken, but it is not the case. Also I did upgrade all FWs to latest versions.


Thank you very much for support.


snimek-obrazovky-2024-06-05-v180022.pngsnimek-obrazovky-2024-06-05-v175748.png


ev charging station
13 comments
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

dognose avatar image dognose commented ·
Any chance you are using some mqtt-2-evcharger implementation there?


Some of them are not well programmed, and only report the AC-total to dbus. Then it will show the total values, but nothing on grid, because L1,L2 and L3 powers are left at 0.

0 Likes 0 ·
kyros32 avatar image kyros32 dognose commented ·
Nope, :-( MQTT is disabled, and no instance such as Node-red nor any other automation platform is implemented on this site.


Only a Fronius is AC coupled, but we use native Victron integration.

0 Likes 0 ·
kyros32 avatar image kyros32 dognose commented ·
That being said, no custom plugins or software that would interfere with dbus are implemented.
0 Likes 0 ·
dognose avatar image dognose kyros32 commented ·

hmm, Maybe enable Mqtt for a while, use MqttExplorer to connect to the gx-device and check if any values are missing?


- When charging, the topic `N/{portalId}/evcharger/x/AC` should have values in the subkeys /L1 /L2 /L3, like this:

(Voltage, current and PowerFactor are optional, but Power should be there)
1717618692974.png

Also during charging, you should notice a significant change on the values of `N/{portalId}/system/0/AC/ConsumptionOnInput`:

1717618617188.png
Best would be to take a screenshot of the whole `evcharger` and `ConsumptionOnInput` tree and post it.

These values should kinda match together.

0 Likes 0 ·
1717618617188.png (22.1 KiB)
1717618692974.png (22.7 KiB)
dognose avatar image dognose kyros32 commented ·
Oh, what kind of grid-meter are you using?

If you are using inverter-measuring, i'm not sure if the system will be able to show loads on the AC-IN side correctly.

At least the ev-charger it could display (mathematically), but not sure if that's what is supposed to happen.

0 Likes 0 ·
kyros32 avatar image kyros32 dognose commented ·

Hi @dognose

ok, I checked it with following result - over mqtt I see EV charger power when charging the vehicle, but these values are not reflected in "ConsumptionOnInput" topic.

snimek-obrazovky-2024-06-06-v192254.pngsnimek-obrazovky-2024-06-06-v192244.png

We are not using ET340 in this scenario - I think it is not needed, I quote EV Charger manual:

Charger: Charger related settings.

  1. EV charger position: Select where the EVCS is positioned in the system. Examples:

    1. If the charging station is on the output of an inverter as one of the main’s AC outsources, select Inverter AC out.

    2. If connected to the grid and the EVCS is positioned at the AC input of the grid before the inverter, select Inverter AC in.

Our distributor claimed it is not needed to measure it. Metering device is not depicted in charger/system schematics either.

Could someone from Victron confirm that EV Charging Station can work on AC IN without additional meter devices such as ET340?

@mvader (Victron Energy) @Lucian Popescu (Victron Energy Staff)


Thank you!


0 Likes 0 ·

Hi, If you give me the VRM portal ID, I can take a look

0 Likes 0 ·
kyros32 avatar image kyros32 Lucian Popescu (Victron Energy Staff) ♦♦ commented ·

Thank you Mr. Popescu. Here it goes c0619ab1eb3b

0 Likes 0 ·
Hi, now It's clear. Yes, you need a meter for this configuration. How the system could know that there are no other consumers on AC IN?
0 Likes 0 ·
kyros32 avatar image kyros32 Lucian Popescu (Victron Energy Staff) ♦♦ commented ·
@Lucian Popescu (Victron Energy Staff) thank you for clarification. It would be nice to add this to EV Charger manual, if this is required. One would think that the system works with the assumption that in inverter metering mode there are no other AC loads on AC IN other then the charger which is actively communicated, because the position is selected during the commissioning. Also, metering devices are not mentioned in the manual.


Logically, if inverter metering is selected, ConsumptionOnInput would equal the load of AC IN EV Charger.

If external meter is selected, then of course this mathematical consumption would be ignored and it would rely solely on metered values.

Maybe this could be considered as a feature for the future?

Best regards

kyros

0 Likes 0 ·
We can't add all the possible scenarios in the manual.

I don't think this is going to be a feature, for the reason I told you above.

1 Like 1 ·
stradivarius84 avatar image stradivarius84 Lucian Popescu (Victron Energy Staff) ♦♦ commented ·

@Lucian Popescu (Victron Energy Staff) Do you plan to update the ev charger firmware in order to avoid using house batteries?

I know that we can make some stuff with node red but I don't want to block batteries for the whole house during car charging...

0 Likes 0 ·
Lucian Popescu (Victron Energy Staff) avatar image Lucian Popescu (Victron Energy Staff) ♦♦ stradivarius84 commented ·
Yes, but when the logic will be moved inside the GX.

Now, the EVCS is considered the same as any other consumer for the ESS algorithm.

0 Likes 0 ·
0 Answers