Paul Phillips
Paul Phillips
Think this is pretty much a duplicate of https://github.com/Louisvdw/dbus-serialbattery/issues/26
What version of the driver are you on? Just tried on mine (v0.9.0) and it has the same bug. There are some improvements for Venus 2.80 in v0.9.1 though https://github.com/Louisvdw/dbus-serialbattery/releases
I'm on v12 beta 2 and Venus 2.9. The remote firmware update works ok here. I've just used it to update my MPPT.
I'm on a Cerbo GX @squircle12. It's in a campervan so having all the tank and temperature inputs was a no brainer. Similar setup to you though: 1 MPPT via...
This is out of beta now btw https://github.com/kwindrem/SetupHelper
@Louisvdw I think this can be closed as per SamuelBrucksch's comment above.
@SamuelBrucksch That looks good! What are you using to generate the cell voltages graph?
Thanks @SamuelBrucksch, it gave me a head start. Found the Victron Grafana docker and it was super simple to install that and get the stats. https://github.com/victronenergy/venus-docker-grafana Thanks again @Louisvdw for...
This makes more sense if added this way ``` var source = this.getAttribute(attrib); source = source || this.getAttribute("data-src"); if (source) { if (this.tagName === 'IMG') { this.setAttribute("src", source); } else...
That's kinda weird. "//domain.com/..." should work fine in the browser. It should auto-select http or https depending on the protocol of the webpage it's included on.