// Linear Regression Equation: y = 80.9356x + -2086.7172 // R^2 for Linear Regression: 0.8820 // Polynomial Regression (Degree 2) Equation: y = 65.2734x^2 + -3353.2872x + 43075.5362 // R^2 for Polynomial Regression (Degree 2): 0.9724 // Polynomial Regression (Degree 3) Equation: y = -71.35479595x^3 + 5699.68320483x^2 + -151636.19028283x + 1343695.66923927 // R^2 for Polynomial Regression (Degree 3): 0.9821 String to_include = R"=( )="; String webpage = R"=(

Controle des batteries : MPPT 100/20 48V

@@IP@@

@@TIME@@

@@CONNECTION_INDICATOR@@
Main
Graph
Data
@@BUTTONS@@
Courant charge:
Courant injection:
    @@INDICATORS@@

5 dernières heures

)="; String indicator = R"=(
  • @@VALUE@@
    @@LABEL@@
  • )="; String end_script_to_add = R"=( )="; void handleSettings() { String html = "\ \ \ \ \
    \

    Configuration

    \
    \
    \
    \ \ \ \ \ \ \ \ \ \ \
    \
    \ \
    \
    \ \ "; html.replace("@@checked@@", (config.configured ? "checked" : "")); server.send(200, "text/html", html); }