Skip to main content

Miscellaneous

reboot

Restarts the ESP to apply configuration changes, for example. Empty payload. One of the following values must be passed: null, "", false, 0, [] or {}

Example
# $HOST e.g. warp-AbCd

Write

curl http://$HOST/reboot -d 'null'



debug_report

Generates a debug report. This consists of all states and configurations, as well as the last received commands and configuration updates. Passwords are censored, just like in configuration queries.




force_reboot

Forces an immediate restart of the ESP. Useful if reboot hangs for any reason.




flash_firmware

Accepts a firmware update as POST which is then flashed.




config_reset

Resets all settings but keeps recorded charging sessions and username history. Cannot be undone! A restart will be performed automatically afterwards.

NameDescription
do_i_know_what_i_am_doing
bool

Indicates whether the deletion process should be executed

  • true - Delete all settings
  • false - Perform no action



factory_reset

Resets all settings and deletes all recorded charging sessions. Cannot be undone! A restart will be performed automatically afterwards.

NameDescription
do_i_know_what_i_am_doing
bool

Indicates whether the deletion process should be executed

  • true - Delete all settings, recorded charging sessions, and username history
  • false - Perform no action