Hello,
I’ve added a quite special module to the “family” which is exact what I need. Maybe someone else hat also a PV on the roof controlled by the Fronius inverter and in addition a mini-PV system measuring with a Shelly-device. I have exactly that case in my house :-)
So, that’s it: MMM-FroniusSolar4
Added Shelly device in the monitoring:
There is a small flickering effect with the text labels. SVG doesn’t like text with icons inside that much. I have no more ideas how to fix this (I tried a lot). But it is not really annoying me.
One hint: the label text must be modified in the js-file in this part of the code:
svg.appendChild(createGauge( "Grid", this.config.icons.P_Grid, "top", .............));
svg.appendChild(createGauge( "Akku", this.config.icons.P_Akku, "bottom", ................));
svg.appendChild(createGauge( "", this.config.icons.P_Load, "middle",..................));
svg.appendChild(createGauge( "PV Mini", this.config.icons.P_Shelly, "bottom", ...............));
The ""
is the house in the middle :)