-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3.2.1 20170113 * Fix some failed command decoding (#228) * Removed passwords from status messages (#216) * Add I2C BH1750 sensor (#222) * Sensor rewrite preparing for online selection
- Loading branch information
Showing
13 changed files
with
638 additions
and
505 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,27 @@ | ||
## Sonoff-MQTT-OTA-Arduino | ||
Provide ESP8266 based itead Sonoff with Serial, Web and MQTT control allowing 'Over the Air' or OTA firmware updates using Arduino IDE. | ||
Provide ESP8266 based Sonoff by [iTead Studio](https://www.itead.cc/) and ElectroDragon IoT Relay with Serial, Web and MQTT control allowing 'Over the Air' or OTA firmware updates using Arduino IDE. | ||
|
||
Current version is **3.1.16** - See ```sonoff/_releasenotes.ino``` for change information. | ||
Current version is **3.2.1** - See ```sonoff/_releasenotes.ino``` for change information. | ||
|
||
See [Wiki](https://github.com/arendst/Sonoff-MQTT-OTA-Arduino/wiki) for more information. | ||
See [Community](https://groups.google.com/d/forum/sonoffusers) for forum and more user experienkce. | ||
|
||
Starting with version 2.0.0 the following devices are supported: | ||
<img alt="Sonoff" src="https://github.com/arendst/arendst.github.io/blob/master/media/sonoffbasic.jpg" width="250" align="right" /> | ||
- iTead Sonoff Basic | ||
- iTead Sonoff RF | ||
- iTead Sonoff SV | ||
- iTead Sonoff Dual | ||
- [iTead Sonoff Basic](http://sonoff.itead.cc/en/products/sonoff/sonoff-basic) | ||
- [iTead Sonoff RF](http://sonoff.itead.cc/en/products/sonoff/sonoff-rf) | ||
- [iTead Sonoff SV](https://www.itead.cc/sonoff-sv.html) | ||
- [iTead Sonoff TH10/TH16 with temperature sensor](http://sonoff.itead.cc/en/products/sonoff/sonoff-th) | ||
<img alt="Sonoff" src="https://github.com/arendst/arendst.github.io/blob/master/media/sonoff_th.jpg" width="250" align="right" /> | ||
- iTead Sonoff TH10 / TH16 with temperature sensor | ||
- iTead Sonoff Pow | ||
- iTead Sonoff Touch | ||
- iTead Sonoff 4CH | ||
- iTead S20 Smart Socket | ||
- iTead Motor Clockwise/Anticlockwise | ||
- ElectroDragon IoT Relay Board | ||
|
||
See [my Wiki](https://github.com/arendst/Sonoff-MQTT-OTA-Arduino/wiki) for more information. | ||
- [iTead Sonoff Dual](http://sonoff.itead.cc/en/products/sonoff/sonoff-dual) | ||
- [iTead Sonoff Pow](http://sonoff.itead.cc/en/products/sonoff/sonoff-pow) | ||
- [iTead Sonoff 4CH](http://sonoff.itead.cc/en/products/sonoff/sonoff-4ch) | ||
- [iTead S20 Smart Socket](http://sonoff.itead.cc/en/products/residential/s20-socket) | ||
- [iTead Slampher](http://sonoff.itead.cc/en/products/residential/slampher-rf) | ||
- [iTead Sonoff Touch](http://sonoff.itead.cc/en/products/residential/sonoff-touch) | ||
- [iTead 1 Channel Switch 5V / 12V](https://www.itead.cc/smart-home/inching-self-locking-wifi-wireless-switch.html) | ||
- [iTead Motor Clockwise/Anticlockwise](https://www.itead.cc/smart-home/motor-reversing-wifi-wireless-switch.html) | ||
- [Electrodragon IoT Relay Board](http://www.electrodragon.com/product/wifi-iot-relay-board-based-esp8266/) | ||
|
||
<img alt="Sonoff" src="https://github.com/arendst/arendst.github.io/blob/master/media/sonofftoucheu.jpg" height="280" align="left" /> | ||
<img alt="Sonoff" src="https://github.com/arendst/arendst.github.io/blob/master/media/sonoff4ch.jpg" height="250" align="right" /> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.