Quick Start
Get started with Homatic in five steps.
1. Create an account
- Open app.homatic.io.
- Register a new company or sign in with your existing account.
- Complete tenant setup (name and subdomain).
2. Add a room and device
- From the sidebar: Rooms → Add room (for example: Living Room).
- Devices → Add device:
- Name:
Living room light - Room: Living Room
- Device type: Lighting
- Relay number:
1 - ESP32 Board Name:
sala(must match the name in firmware)
- Name:
3. Set up ESP32
- Flash firmware using the Homatic Flash Tool.
- Connect WiFi and configure MQTT.
- Confirm
DEVICE_NAMEin the sketch equalssala.
4. Test control
- Return to the dashboard → Devices.
- Press Toggle next to the device.
- You should hear the relay click and see status update to Online/Offline.
5. First scene (optional)
- Scenes → create a scene such as
Eveningthat turns on several devices. - Run the scene with one click.
Quick troubleshooting
| Issue | Fix |
|---|---|
| Device does not respond | Check MQTT broker and esp32_name |
| ESP32 not on network | Repeat WiFi provisioning |
| 401 Unauthorized | Sign out and sign in again |