Initial commit
This commit is contained in:
15
README.md
15
README.md
@@ -1,12 +1,19 @@
|
||||
# Setup WiFi via Web UI
|
||||
# SonOff module based on Mongoose-OS and using MQTT to integrate to some home automation
|
||||
# Setup via Web and in AP-mode
|
||||
|
||||
## Overview
|
||||
|
||||
- Do not configure WiFi - leave the module in AP (Access Point mode).
|
||||
- Mongoose OS starts a WiFi network called `Mongoose_XXXXXX` with password
|
||||
`Mongoose`. Switch your workstation to that WiFi network
|
||||
- Mongoose OS starts a WiFi network called `SONOFF_XXXXXX` with password
|
||||
- if STA is configured and gets access, the AP is disabled ~120 seconds after boot
|
||||
`Sonoff`. Switch your workstation to that WiFi network
|
||||
- Point your browser to http://192.168.4.1
|
||||
- You'll see a simple form to configure WiFi network & password
|
||||
- You'll see a simple form to configure WiFi network & password and some sonoff parameters
|
||||
- Integration into your home automation system based on MQTT, please configure
|
||||
- MQTT host
|
||||
- MQTT port
|
||||
- MQTT topic to send current switch status changes (published)
|
||||
- MQTT topic to subscribe to receive commands
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user