question

nickdb avatar image
nickdb asked

node red and ESS inverter limits

I have been fiddling with logic to adjust the ESS inverter limit.

The setting in the node allows a value of 0 to any value you like, but there does not seem to be a way to pass a value to disable the limit.

If inverter limits are disabled, the value read back from the node is by default 0 which means no inverting.

Any ideas how this parameter can actually be disabled instead of being left on and configured with a high value?

ESSNode-RED
4 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.

russ avatar image russ commented ·
Which node are you referring to?
0 Likes 0 ·
Show more comments
1 Answer
mr-manuel avatar image
mr-manuel answered ·

To disable it just set it to -1. This works with all values that can be disabled.

2 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.

nickdb avatar image nickdb ♦♦ commented ·
Indeed, worked that out a while ago and it is working well in my flows.

Iirc at the time, pulling the value from the node used to show a 0, on current nodes it now reports -1 as expected, which is where the confusion originated.

1 Like 1 ·
richie-gorrod avatar image richie-gorrod nickdb ♦♦ commented ·
many thanks - this forum is fantastic for this.


Now to get state of charge out of the car into node red. :-)

0 Likes 0 ·