-
Notifications
You must be signed in to change notification settings - Fork 5
Home
roblad edited this page May 13, 2018
·
4 revisions
Provide ESP8266 based Sonoff by iTead Studio and ElectroDragon IoT Relay with Serial, Web and MQTT control allowing 'Over the Air' or OTA firmware updates using Arduino IDE.
The following devices are supported with Serial, Web and MQTT control:
- iTead Sonoff Basic
- iTead Sonoff RF
- iTead Sonoff SV
- iTead Sonoff TH10/TH16 with temperature sensor
- iTead Sonoff Dual (R2)
- iTead Sonoff Pow
- iTead Sonoff 4CH (R2)
- iTead Sonoff 4CH Pro (R2)
- iTead S20 Smart Socket
- Sonoff S22 Smart Socket
- iTead Sonoff S31 Smart Socket with Energy Monitoring
- iTead Slampher
- iTead Sonoff Touch
- iTead Sonoff T1
- iTead Sonoff SC
- iTead Sonoff Led
- iTead Sonoff BN-SZ01 Ceiling Led
- iTead Sonoff B1
- iTead Sonoff RF Bridge 433
- iTead Sonoff Dev
- iTead 1 Channel Switch 5V / 12V
- iTead Motor Clockwise/Anticlockwise
- Electrodragon IoT Relay Board
- AI Light or any my9291 compatible RGBW LED bulb
- H801 PWM LED controller
- MagicHome PWM LED controller (aka Flux-Light LED module)
- AriLux AL-LC01, AL-LC06 and AL-LC11 PWM LED controller
- Supla device - Espablo-inCan mod. for electrical Installation box
- Luani HVIO board
- Wemos D1 mini
- NodeMcu and Ledunia
- Multiple devices can be addressed by MQTT
GroupTopic
- Firmware upload by OTA or via web page upload
- Expanded Status messages
- UDP syslog messages can be filtered on program name starting with
ESP-
- The button can send a different MQTT message defined with
ButtonTopic
- Initial Wifi setup by user_config.h, Serial, Smartconfig, Wifi manager or WPS config
- A web server provides control of Sonoff and contains a firmware upload facility
- Support for DHTxx, AM2301 or DS18B20 temperature sensors as used in Sonoff TH10/TH16
- Support for I2C sensors BH1750, BME280, BMP280, HTU21, SI70xx and SHT1x
- Telemetry data can be sent using optional different prefix from status messages
- Native Domoticz MQTT support
- Easy integration in home automation solutions like openHAB, HomeAssistant, ...
- Wemo and Hue emulation for Amazon Echo (Alexa) support
See Community for forum and additional user experience
This mod includes the following changes:
- DeepSleep support up to 136 Years (deepsleep=xxx [sec]). Support also 1day or more deepsleep. Just define deepsleep e.g. 1 day = 86400. (wakes up every hour for <0.3 seconds until time reached. just set deepsleep through serial or MQTT to a value in sec from 10 - 4.294.967.295 (136 Years :-))
- Improved Startuptime incl TLS MQTT and measurement in <9 sek
- Support for I2C 8-channel DIO extension board PCF-8574 (large extension to support 32 relays and pulsetimers on 8 relays (can be changed by changing constant MAX_PULSETIMER).
- Support CHIRP moisture sensor.
- Report total UPTIME (seconds) between two deepsleep cycle. This allows to see uptime, even if connect was not successfull or there was a reboot. Using RTC memory to ensure correct uptime
- Added support of "counterdevider[1..MAX_COUNTERS]" (serial and MQTT command), to count only the 1 count every counterdeviderX impulses (max 65.000 impulses = 1 count, default 1s).
Home
Theo's Tasmota Tips
What's New
Getting Started
Upload tools
Usage
- Button Functionality
- MQTT Features
- Supported Commands
- Using Rules
- Sensor Configuration
- PowerOnState Configuration
- SwitchMode/SwitchTopic
- Button Multipress
- Energy Saving
- KNX Features
- Misc. Tips
- Troubleshooting
Devices - Additional Info
- Sonoff Basic
- Sonoff S20 Smart Socket
- Sonoff Dual / Dual R2
- Sonoff 4CH / 4CH Pro
- Sonoff RF and Slampher
- Sonoff RF Bridge 433
- Sonoff Pow / Pow R2
- Sonoff Touch
- Sonoff T1
- Sonoff B1
- Sonoff SC
- Wemos D1 Mini
- HuaFan Smart Socket
- MagicHome LED controller
- H801
- Other Devices
- retired
Home Automation Integration
- openHAB
- Home Assistant
- Domoticz
- HomeBridge
- HomeSeer
- SmartThings
- Secure Setup
- IP-Symcon
- SonWEB
- Yeti
- NodeRed Examples
Other Integrations
Further Topics
- MQTT Overview
- Remote Button
- Modified Kaku
- IR Extension
- S20 sensor
- Wiring additional things to a module
- Expand Sonoff 4CH with jack plug
- Defining new module types
- GPIO Locations
- JSON Status Responses
- Expand Sonoff Basic to 4MB Flash
- Time Proportioned Output support
- PID Control with Sonoff Devices
ESP32
Stefan's