-
Notifications
You must be signed in to change notification settings - Fork 32
Webserver sitemap
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
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:
-
web.html: Remove
<!--
and-->
https://github.com/steff393/wbec/blob/0984dac5ec1f5b59f4c718a8273763da067619ae/data/web.html#L20-L27 -
web.js: Remove
/*
and*/
https://github.com/steff393/wbec/blob/0984dac5ec1f5b59f4c718a8273763da067619ae/data/web.js#L91-L101
Feel free to add/remove buttons or rename them according to your needs.