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 ·
Show more comments
0 Answers