-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hi,
I've used the standard MPP solar blueprint for some time now but I am a bit tied of re-arranging all the grafana windows every time I start monitoring the system (and that is once a day since it resets itself each day).
Is it possible for you to make a speciffic blueprint for MPP Solar PIP5048MGX according to the following specifications:
-
The battery charge/discharge current should not be in two seperate windows in grafana.
They could be combined in one according to the formular: battery current = batt_discahrge_current - batt_charge_current.
In this way the current can go negative when the discharge current is highest/active.
That is much more intuitive and practical. -
The AC output active power should be removed since it never changes value and stays 5kW forever in my system and hence is completely useless.
-
The "output mode" window is pretty useless since it very seldom changes state and is almost a constant flatline.
Please remove it or show it as a number at the bottom in grafana. -
I would like to have the whole grafana dashboard shown like below (like reading a book left->right->nextline:
PV input voltage: This is a very important parameter when monitoring PV systems and should be at the top
PV input current: This can be calculated by this formular: PV_in_cur = PV_in_power / PV_in_voltage
The PV input current is the secondmost important parameter and should also be at the top.
PV input power: Also a very interesting parameter
Battery current: This should be a combination of the charge/discharge like mentioned above in one window in
grafana to save space according to this formular:
battery current = batt_discahrge_current - batt_charge_current.
Battery voltage: Also an important parameter
Battery capacity: Also an important parameter
AC output load percent: Important parameter
AC output voltage: Important parameter
AC output frq: Important parameter
Grid voltage: Important parameter
Grid frq: Important parameter
If you could program this then I think many MPP solar users will be very happy - including myself :-)
I stand ready to test online if needed - we just need to arrange it.
I thank you in advance for your help since I do not feel professional enough to do the programming myself.
(I have included a dashboard example with the right arrangement if the above description is not possible)
