kwindrem / GuiMods

VenusOS GUI enhancements and modifications
220 stars 29 forks source link

DC System Detail: missing starter battery voltage #286

Open The2Earthlings opened 1 week ago

The2Earthlings commented 1 week ago

I added my starter battery to the victron shunt. The new v2 shows correct the starter battery voltage in the details screen but guimods does not list the starter battery below „other dc devices“ on the DC System Detail page which you can open by clicking on the DC tile. IMG_0284 IMG_0283

kwindrem commented 1 week ago

This is true. Gui V1 (on which GuiMods is based) did not show any secondary shunt information.

In order for GuiMods to show a device int the other DC devices section it must provide it's own service which generally means the decvice would need it's own shunt.

I could make an exception and show secondary shunt voltages in the list but since GuiMods is going ways soon I'm not inclined to make changes now.

The2Earthlings commented 1 week ago

Thank you for the info.