victronenergy / node-red-contrib-victron

MIT License
94 stars 18 forks source link

[Feature] MPPT get/set max charge current #174

Open PeerD opened 1 year ago

PeerD commented 1 year ago

Is your feature request related to a problem? Please describe. I would like to be able to limit the charge current of my mppt's via node red. So I can reduce the power input of my system when needed. Or read the currently set value to e.g. calculate the current utilization of the charge controller.

Describe the solution you'd like The input-solarcharger and output-solarcharger to have the ability to read and set the max charge current of the mppt respecively.

Describe alternatives you've considered Currently I can only switch it on and off periodically. This way I can basically achieve the same, but its not pretty.