Move AP credentials to config and clarify STA UI access

This commit is contained in:
2026-02-02 00:23:52 +01:00
parent f3af5b3f1c
commit d32ae30014
3 changed files with 7 additions and 4 deletions

View File

@@ -249,13 +249,14 @@ inline constexpr uint16_t EXPECTED_SENDER_IDS[NUM_SENDERS] = { 0xF19C };
- Uses deep sleep between cycles (`SENDER_WAKE_INTERVAL_SEC`).
## Web UI
- AP SSID: `DD3-Bridge-<short_id>`
- AP password: `changeme123`
- AP SSID: `DD3-Bridge-<short_id>` (prefix configurable)
- AP password: `changeme123` (configurable)
- Endpoints:
- `/`: status overview
- `/wifi`: WiFi/MQTT/NTP config (AP and STA)
- `/sender/<device_id>`: per-sender details
- Sender IDs on `/` are clickable (open sender page in a new tab).
- In STA mode, the UI is also available via the boards IP/hostname on your WiFi network.
## MQTT
- Topic: `smartmeter/<deviceId>/state`