mg_sonoff/README.md

29 lines
1.1 KiB
Markdown
Raw Normal View History

2018-01-26 10:22:47 +00:00
# SonOff module based on Mongoose-OS and using MQTT to integrate to some home automation
## Overview
- Do not configure WiFi - leave the module in AP (Access Point mode).
2018-01-26 10:22:47 +00:00
- Mongoose OS starts a WiFi network called `SONOFF_XXXXXX` with password
2018-01-27 14:51:57 +00:00
- if STA is configured and gets access, the AP is disabled ~120 seconds after boot `Sonoff`. Switch your workstation to that WiFi network
## Setup via Web and in AP-mode
- Point your browser to [http://192.168.4.1]http://192.168.4.1
2018-01-26 10:22:47 +00:00
- 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
2018-01-27 14:51:57 +00:00
- MQTT host with port
- MQTT Client ID
- MQTT Password
2018-01-26 10:22:47 +00:00
- MQTT topic to send current switch status changes (published)
- MQTT topic to subscribe to receive commands
![Screenshot](shot.png)
2018-01-27 14:51:57 +00:00
## How to build and install this app
- Install and start [mos tool](https://mongoose-os.com/software.html)
- Switch to the Project page, find and import this app, build and flash it:
<p align="center">
<img src="https://mongoose-os.com/images/app1.gif" width="75%">
2018-01-27 14:51:57 +00:00
</p>