Skip to content

Webserver sitemap

steff393 edited this page Apr 22, 2022 · 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)
    Use also /json?id=2 to get for example only the values of the 3rd box ('id' counts zero-based)

  • /edit
    Show files in the LittleFS

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

  • /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)

  • /gpio
    Get status of D3 or change it with /gpio?on or /gpio?off

Web Interface for 2 or more wallboxes

The web interface is usually for only one wallbox. But it's possible to activate buttons to select more wallboxes.
Simply open the following files in http://wbec.local/edit and remove the comment lines:

Feel free to add/remove buttons or rename them according to your needs.