question

bcowley avatar image
bcowley asked

Turn off AC input to cycle Pylontech batteries in UPS role

We have recently setup a MultiPlus II, with 2 Pylontech US3000C batteries, plus Cerbo GX, for backup power at our (remote) community radio station. We understand the batteries should not be left 100% charged, but partially discharged maybe twice per week. The Multi uses the Pylon BMS and DVCC mode is enabled.

So far I've set up root access to the Cerbo. Can a script write to a register in order to control the AC Input relay? Please let us know the register details to achieve this, or if there is a better method.

Thanks.


Pylontech
10 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.

Alexandra avatar image Alexandra ♦ commented ·

@bcowley

I have a tack on question, where does the understanding of not keeping the Pylontec at 100% SOC come from?

0 Likes 0 ·
bcowley avatar image bcowley Alexandra ♦ commented ·

Thanks for that question! The company that sold us this equipment said we should partially discharge these batteries on a regular basis. However there's relatively little on the internet about optimum use of LiFePo4 batteries in a UPS application. The VRM portal shows that the BMS is doing minimal cycling - but the SOC is always reported as 100%. Maybe it's enough?

0 Likes 0 ·
Alexandra avatar image Alexandra ♦ bcowley commented ·
On all my keep charged systems (they have ess and solar though) go up to 52v in bulk (during solar hours) back down to float every day. So technically not staying at the same voltage or full. So the SOC hovers between 99 and 100%.

Not heard of Pylontec not being kept at 100 to be honest. And their requested CVL is 53v so really they are not being taken up to the full full mark.


0 Likes 0 ·
Show more comments
hominidae avatar image hominidae bcowley commented ·
I also heard this, not only for pylontech but for all lithium based batteries, including the manufacturers of my EVs, suppliers of PowerBanks, etcpp.


Behind that, I think, is a general communicated knowledge, that batteries based on lithium technology do have an ageing process, where parameters like temperature and SoC have an influence. They age faster when SoC is high as well as when when temperature is high.Both parameters combined have a higher effect on age/detoriation.


Pylontech battery packs are, when being fresh from the shelf, not fully charged but come with an SoC around 50%. Which can be considered the sweet spot for storage mode, can't it?

On the other side, these batteries need to be fully charged on a regular basis, in order for the BMS to balance the individual cells in the package and determine the SoC correctly.


0 Likes 0 ·
Show more comments
2 Answers
hominidae avatar image
hominidae answered ·

..if you are running this setup in ESS mode, you could simply force a discharge of the batteries by setting the Grid-Point to a negative value, resulting in a Grid-export (if allowed by your network operator).

If you want to do this programmatically, I suggest to look into Node-Red. It is part of the VenusOS-Large Image and can be installed on the Cerbo.

You can as well run NodeRed on a separate RPi or in a Container/VM on a NAS, in your network...also nice for testing before changing a production system.

There are separate, special Nodes available for integrating with a Victron System, but it can be done with just using MQTT as well (enable Modbus and MQTT Services on your Cerbo).


Have a look here: https://www.victronenergy.com/live/venus-os:large

2 |3000

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

wkirby avatar image
wkirby answered ·

If you are not using any assistants then you could use this method:
https://www.victronenergy.com/live/drafts:acin_ignore_timer_using_ccgx_gen_start_stop_example

Then use register 806 or 807 to write to a CerboGX relay.

2 |3000

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