Is there some way to determine when excess solar power would be available (ESS, with no grid feed-in)? For instance, when SOC is 100%, the solar yield generally drops down to just enough to satisfy the current consumption, even when the sun is still shining brightly. Of course it must do this, because the energy has nowhere to go... However, I'd like to make something (maybe using e.g. a raspberry pi zero W) which queries the Victron in some way and lights up an LED when such excess would be available, so that I can then turn on (manually for starters) things that aren't "necessary" but would benefit from free electricity (e.g. pool pump, or electric geyser). Similarly, I'd like to show another LED for when energy is being used from the battery, so that one might also opt to turn off (or not turn on) less-necessary things in those circumstances, and yet another LED to show that the grid input has failed for instance.
Hoping there exists some simple API which can give this information :)