WiFi Provisioning Step by Step
1. Power on ESP32
Connect power. Wait 10–15 seconds for setup mode to start (blinking LED if present).
2. Join the setup network
- On phone or laptop: open WiFi Settings.
- Select:
Homatic-Setup-XXXX(XXXX= last digits of MAC). - Most builds do not require a password for the setup AP.
3. Open the setup portal
- Open a browser.
- Go to:
http://192.168.4.1 - If it does not load, try
http://192.168.4.1/setup
4. Enter credentials
| Field | Instructions |
|---|---|
| WiFi SSID | 2.4 GHz network only (ESP32 does not support 5 GHz) |
| WiFi Password | Router password |
| MQTT Host | Broker hostname or LAN IP (e.g. mqtt.homatic.io) |
| MQTT Port | Usually 1883 |
| Device Name | Lowercase only: sala, bedroom |
5. Save and connect
- Tap Save or Connect.
- ESP32 reboots and joins your WiFi.
- Disconnect from
Homatic-Setup-XXXXand rejoin your normal network.
6. Verify in dashboard
- Add a device with
esp32_namematching Device Name. - Try Toggle from device management at app.homatic.io.
Tips
- Place the ESP32 near the router during first setup.
- If connection fails, clear provisioning (
PROVISION_RESETin firmware) and repeat these steps.