Node state of MP II

Hi, is there a node to see the state of a MP-II? see picture: scheduled.
I can’t find it.
If there’s not @Victron can it be add?

It is quite easy to find this info, it is recorded in the modbus register.
You can also take a custom input node, choose the category as vebus system/inverter and scroll through the available list.
It is right there as /state
It returns a numeric value which is defined in the docs as:
0=Off;1=Low Power;2=Fault;3=Bulk;4=Absorption;5=Float;6=Storage;7=Equalize;8=Passthru;9=Inverting;10=Power assist;11=Power supply;244=Sustain;252=External control

That node I found, but I need the “state” Scheduled as seen above.

What value does it return in scheduled mode?
Scheduled is technically an ESS state, not a vebus state.

That I don’t know. I honestly don’t now how to see that.

In nodered use a custom input mode, select the name of your inverter, scroll to the bottom and choose /state.
Deploy, when the node connects it will show the value under the node, next to a little green box.

Another question are you using DESS for scheduling? As there are fields that DESS data can be pulled from. What are you trying to do?

Hi,

I don’t use DESS.
I have a node red flow for charging an EV. When the state is scheduled, I want to stop charging. Now I look at the grid meter, but looking at the state scheduled is easier.

Ok, see what the state is that it reports at this time, using the instructions above.

Scheduled charge active:

Schermafbeelding 2025-01-22 230510

See if this gives you the state:

Hi Nick,

I think this is it.
At this moment I’m buying and the state changed from 0 to 1

thanks

image

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.