Hello, I wrote a litte programm for mymodule to get only the information I need and not everything being in the my-grid demo. Now I want to get the percentage of the battery as well. This does not work. How would I call this ? Right now I call everything I need like this: COBI.rideService.speed.subscribe(function(speed) {$('#speed').html(`You are riding at ${ speed.toFixed(2) } m/s`); Any idea ? battery and state do not work. Regards, Jochen
... View more