Skip to content

Webserver sitemap

steff393 edited this page Jun 10, 2021 · 6 revisions

The following pages are available: http:// < ip >

  • /
    Simple web interface to read some values and set the load current.

  • /json
    Display all internal values (see readme.md)

  • /edit
    Show files in the LittleFS

  • /cfg
    Returns the content of cfg.json (just for testing purposes)

  • /delete_cfg
    Deletes the config file cfg.json. It will be re-created with default values at next reset.

  • /reset
    Trigger a reset

  • /resetwifi
    Resets all WiFi credentials (mainly for testing)

  • /status
    Subset of the go-eCharger API needed for openWB/EVCC, e.g.
    {"car":"0","err":"0","alw":"0","amp":"0","stp":"0","tmp":"0","dws":"0","ubi":"0","eto":"0","nrg":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"fwv":"40"} /status?box=0 can be used to directly access a certain box (0..15); this is also used by Wallbox Steuerung App

  • /mqtt
    Subset of the go-eCharger API needed for openWB/EVCC, e.g. mqtt?payload=alw=1
    /mqtt?payload=alw=1&box=0 can be used to directly access a certain box (0..15); this is also used by Wallbox Steuerung App

  • /update
    Firmware update (/ota in some test versions)

  • /bootlog
    Outputs the debug buffer (can be cleared by /bootlog_reset)