I would like to add the temperature and status of my water heating system to the local console of the VRM.
I don't know if I can create a new service of my own and it get displayed or i have to emulate a existant service, like a tank, with a service driver using dummyservice.py
I've been trying to modify this program andit seems to work, but I can't get my console shows anything apart from the normal devices.
I don't know if I have to make some changes in the configuration of the system to it shows the new service.
I've tryed to put servicename='com.victronenergy.tank' and add /Capacity to the path and put in the ProductID 3000 but when the program runs I don't see any tank in the console.
I known how to get the status and temp from my system through MQTT or directly through http.
But I'm totally lost at the time to show them in the console.
Thanks in advance.