question

Kevin Windrem avatar image
Kevin Windrem asked

DBusService details

I'm trying to modify the OverviewMobile.qml page to better deal with tank sensors. I see references to DBusService but can't find any definition for it.

I see VBusItem {} blocks in other areas of the code that gets at the parameters of a tank service but I can't seem to make these work in a QML function.

Any help would be appreciated.

Foregive the questions I'm new to QML, python and the Venus code environment.

On another subject: I see import lines in the QML files that references com.victron.velib and for the life of me can't figure out what's being imported.

Venus OStank monitor
1 comment
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

Ole Saether avatar image Ole Saether commented ·

For Dbus, you might find this page useful:
https://github.com/victronenergy/venus/wiki/dbus-api


Also searching for "Dbus" under https://github.com/victronenergy will give you several projects that interacts with the Dbus.

0 Likes 0 ·
0 Answers