kwindrem / GuiMods

VenusOS GUI enhancements and modifications
190 stars 25 forks source link

Generic I/O type missing Digital Inputs page #238

Closed Lucifer06 closed 3 months ago

Lucifer06 commented 4 months ago

Type Generic I/O ( type=10 ) is not supported in PageSettingsIo.qml (cf /opt/victronenergy/dbus-digitalinputs/dbus_digitalinputs.py). This is currently listed as "Unknown" while on the main page this is correctly tagged as " Generic I/O " There is also a limit in the PageSettingsIo.qml that displays only the first 9x Digital Inputs

kwindrem commented 4 months ago

The type shown on in the device list comes from dbus_digitalinputs.py while the type shown on the I/O page comes from MbItemDigitalInput.qml. GuiMods replaces this file however the stock file also does not include Generic I/O.

I can certinly add Generic I/O to GuiMods but the question of why it is not included should probably be directed to Victron. Doing that now.

Lucifer06 commented 4 months ago

Makes sense

Lucifer06 commented 3 months ago

Generic I/O is now supported in GuiMods. Works perfectly!