-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Split settings --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
- Loading branch information
1 parent
3d592a5
commit a54eb3b
Showing
5 changed files
with
54 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
layout: page | ||
title: Initial Settings | ||
permalink: /configuration/initial-settings | ||
parent: "Configuration" | ||
nav_order: 1 | ||
--- | ||
|
||
# Initial Settings | ||
|
||
The ESP32 will launch a captive browser (under its own SSID) on first normal boot after flashing that will allow you to configure initial settings. | ||
|
||
<div class="clearfix" markdown=1> | ||
|
||
<img src="/images/settings_screenshot.png" alt="Screenshot of ESP32 initial settings interface" style="float:right;margin-left:20px;width:200px"> | ||
|
||
## Main Configuration | ||
|
||
* Language - Select your preferred interface language | ||
* Room name - This is the name that will identify this sensor in Home Assistant, as well as the state of mqtt_room sensor. Use a upper/lower word and we'll slugify it for the places that need that | ||
* Seconds to wait for WiFi before captive portal (-1 = forever) | ||
* Seconds to wait in captive portal before rebooting | ||
* Ethernet Type - Select your ethernet connection type if applicable | ||
|
||
## MQTT Settings | ||
|
||
* Server / Port - non encrypted mqtt server (SSL is *NOT* supported) | ||
* Username / Password - Optional. Note: Since MQTT connections are unencrypted, these credentials will be transmitted in plaintext. Consider using these only in trusted networks. | ||
* Send to: | ||
* Discovery topic - enables home assistant mqtt topic (/homeassistant) | ||
* Home Assistant discovery topic prefix - customize the discovery topic prefix | ||
* Telemetry topic - enables stats about availability also used by counting | ||
* Rooms topic - traditional mqtt_room topic | ||
* Devices topic - instead of all mashed together topic, this adds a device to the path (much easier to understand in mqtt explorer) | ||
|
||
## Updating | ||
|
||
* Automatically update - If enabled we'll ask github for the latest version and if it's not the same version as current update to it | ||
* Include pre-released - Modifies the above check to include pre-releases | ||
* Arduino OTA Update - If enabled you can remotely flash this device using the standard (espota/arduino) protocol. Keep disabled for less memory usage, and security. | ||
|
||
For additional configuration options like scanning, counting, filtering, calibration, and more, see the [Settings](settings) page. | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.