Hi all.
I have a MP2 gx 5k.
I have an issue where it de-rates its self due to the enclosuren its in. No biggie this is expected due to the constraints on the install.
However, I'm building an automation in node red that controls it based on my electricity company rates. I have this all worked out, however, I have an issue where my output value for pv inerter control is fighting with the derating of the multi (originally I hardcoded in for it to do about 65A)
This was an issue over the weekend where the output of my tooling sent the PV inverters to essentially 0W output.
So, I'm looking for an endpoint that I can get the max charge rate of the multi, that factors in its de rated output.
I.e, normally it runs at 3500w, however it gets warm, and tunes down to 2500w, I want to query it and get the 2500w value.
I'm just not sure where to point it. I have looked at all the endpoints in the Victron Node Red package, but none give the value I'm expecting to see.
So asking for some help on locating the correct endpoint.
I could possibly look to map it based on the whitepaper and the info in it (source: https://www.victronenergy.com/upload/documents/Output-rating-operating-temperature-and-efficiency.pdf). But am looking to avoid the extra math and potential mis calculations if i can just get the value directly. Im sure that the number would need to exist somewhere, as it limits the unit when the threshold is met.
Failing the maximim current charge rate endpoint existing, from what i understand the internal temp sensor is also not available to be read so that i can load in the mapped values from the whitepaper to perform the calculation. So im not exactly sure how to approach it.
Cheers