"Limit managed battery voltage" is gone in v3.6x

Hello,

because of grid-friendliness and to threat my battery with care I limited the battery voltage with Node-RED depending on several conditions like time and estimated yield for the following day.

Recently I updated my Cerbo to Venus OS 3.62 and realized that the option I used is gone.
I skipped some releases and did an upgrade from 3.55 to 3.62, so I’m not sure in which version it disppeared. Does anyone know, was this removal intended or is it a bug?

At the moment I’m tring to reconfigure it with a “Custom Control” (com.victronenergy.settings - Settings/SystemSetup/MaxChargeVoltage), but it seems I have an issue there that I didn’t got resolved yet.
But I was more happy with using the built-in option and was wondering, why it (and as it looks other options as well) has been removed.

v3.55

v3.62

|

Custom control node

Settings
com.victronenergy.settings

Measurement
/Settings/SystemSetup/MaxChargeVoltage

This is what I have working on V3.60 for max charge voltage in DVCC.

But you do have to make sure that in the DVCC settings that managed battery voltage limit is enabled.

Great info pwfarnell - Did this come with v3.60?

I am still running v3.52 - Tried v3.60 here the other day and remote Nodered access became very slow our even stopped working so that’s why i went back - but this is another subject - will make a separate Thread.

I have only had this node running on V3.60, not on prior versions.

1 Like

Found it - also in v3.52

By the way, for documentation, if someone runs into the same issue:
I found out why my Custom Control did not work the same as the Settings Control.
I turned the Charge Limit off in Settings Control by setting the value to -1, not sure why I did, probably I read it somewhere. With Custom Control -1 is not recognized, instead you have to set it to 0.

Still interested if removal was intended or not by Victron.