Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] WebUI default ota_password added #1687

Merged
merged 1 commit into from
Jun 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/use/webui.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@ For ESP32 based environments a WebUI is available to provide basic configuration
* Information
* Firmware Upgrade
* Console
* Resart
* Restart

# Login Authentication

By default access to the WebUI uses basic authentication to control access to your OpenMQTTGateway Device. The login is `admin` and the password is your ota_password.
By default access to the WebUI uses basic authentication to control access to your OpenMQTTGateway Device. The login is `admin` and the password is your ota_password (if unchanged, the default ota_password is `OTAPASSWORD`).

::: warning
The communication with the WEBUI is not encrypted, which means that your data may be visible on your local network.
The communication with the WebUI is not encrypted, which means that your data may be visible on your local network.
:::

# Configuration Options

## Wifi
## WiFi

Abiltity to change the SSID and password for your Wifi, if the change is unsuccessful it will revert back to the previous wifi settings.
Ability to change the SSID and password for your WiFi, if the change is unsuccessful it will revert back to the previous WiFi settings.

## MQTT

Abiltity to change the mqtt settings, if the change is unsuccessful it will revert back to the previous mqtt settings.
Ability to change the mqtt settings, if the change is unsuccessful it will revert back to the previous mqtt settings.

## WebUI

Expand All @@ -44,7 +44,7 @@ Ability to upgrade firmware by URL or to latest version.

# Console

Ability to view messages from the OpenMQTTGateway console. The scope of messages visible in the UI is limited to just the OpenMQTTGatewy codebase, messages from the ESP hardware or other libraries are not visible,
Ability to view messages from the OpenMQTTGateway console. The scope of messages visible in the UI is limited to just the OpenMQTTGateway codebase, messages from the ESP hardware or other libraries are not visible,

Ability to inject commands to OpenMQTTGateway for processing. The commands accepted are of the form mqtt topic then json message. And as you are already on the target device, you do not need to include the device name ie

Expand Down