Hi!
I already did some modifications to OverviewMobile.qml to get values about storm warning that I populate from dbus from a python script that gets data from a json service.
I thought I have a basic understanding of how Victron Qt thing works, however, I am stuck getting a basic value from the service dbus the same way it works on my own custom namespace.
This is my code:
VBusItem { id: localtimetogo bind: Utils.path("com.victronenergy.system","/DC/Battery/TimeToGo") }
If I want to display the value (localtimetogo.value), it always gives me undefined, when displaying text (localtimetogo.text) gives me "--"
What am I doing wrong?
thanks