You don't have an issue tab:?
My first suggestions: It would be nice if you could edit the names and units of the gauges in the config page.
Then they can be used for anything......... Like SOC, very useful in a electric car
You don't have an issue tab:?
I dont have it on github, just wanted to play around with your code.
So the BMS information is transmitted in a 'common' format used by Victron.
Does this deserve it's own forum section under hardware (or software)?
Looks nice, but dos not work for me..
"Open to suggestions" you said it...
Code: Select all
#include <ESP8266HTTPUpdateServer.h>
ESP8266HTTPUpdateServer updater;
void setup()
{
//.....
updater.setup(&server);
}