Mirror of arendst/Tasmota@github.com - Open-source firmware for ESP8266/8285/32-based smart home products
Go to file
Theo Arends 96d13d05a7 Add contribution 2018-04-15 10:18:48 +02:00
.github Add Issue template 2018-03-03 12:35:33 +01:00
api v5.1.4 2017-06-01 17:37:30 +02:00
arduino Add esp8266/Arduino 2.4.1 support 2018-03-10 13:05:31 +01:00
lib Add support for SGP30 sensor 2018-03-31 16:26:00 +02:00
pio Add platformio floats removal 2018-02-03 16:36:25 +01:00
sonoff Add timer sunrise and sunset offset 2018-04-14 18:00:18 +02:00
.gitattributes Add linefeed normalisation 2017-03-07 09:36:01 +01:00
.gitignore v5.12.0c - Ignore OS specific files #1983 2018-02-24 17:57:07 +01:00
.travis.yml v5.1.4 2017-06-01 17:37:30 +02:00
LICENSE.txt v5.1.0 2017-05-13 13:02:10 +02:00
README.md Add contribution 2018-04-15 10:18:48 +02:00
esp8266.flash.1m0.ld Add 1M flash with no spiffs linker script 2017-04-25 18:16:40 +02:00
platformio.ini Change user_config_override usage 2018-04-02 11:24:36 +02:00

README.md

Sonoff-Tasmota

Alternative firmware for ESP8266 based devices like iTead Sonoff with web, timers, 'Over The Air' (OTA) firmware updates and sensors support, allowing control under Serial, HTTP and MQTT, so as to be used on Smart Home Systems. Written for Arduino IDE and PlatformIO.

GitHub version GitHub download License

If you like Sonoff-Tasmota, give it a star, or fork it and contribute! GitHub stars GitHub forks

Development:

Build Status

Current version is 5.12.0l - See sonoff/_releasenotes.ino for change information.

Quick install

Download one of the released binaries from https://github.com/arendst/Sonoff-Tasmota/releases and flash it to your hardware as documented in the wiki.

Important User Compilation Information

If you want to compile Sonoff-Tasmota yourself keep in mind the following:

  • Only Flash Mode DOUT is supported. Do not use Flash Mode DIO / QIO / QOUT as it might seem to brick your device. See Wiki for background information.
  • Sonoff-Tasmota uses a 1M linker script WITHOUT spiffs for optimal code space. If you compile using ESP/Arduino library 2.3.0 then download the provided new linker script to your Arduino IDE or Platformio base folder. Later version of ESP/Arduino library already contain the correct linker script. See Wiki > Prerequisite.
  • To make compile time changes to Sonoff-Tasmota it can use the user_config_override.h file. It assures keeping your settings when you download and compile a new version. To use user_config.override.h you will have to make a copy of the provided user_config.override_sample.h file and add your setting overrides. To enable the override file you will need to use a compile define as documented in the user_config_override_sample.h file.

Version Information

  • Sonoff-Tasmota provides all (Sonoff) modules in one file and starts with module Sonoff Basic.
  • Once uploaded select module using the configuration webpage or the commands Modules and Module.
  • After reboot select config menu again or use commands GPIOs and GPIO to change GPIO with desired sensor.

See Wiki for more information.
See Community for forum and more user experience.

The following devices are supported:

Contribute

You can contribute to Sonoff-Tasmota by

  • providing Pull Requests (Features, Proof of Concepts, Language files or Fixes)
  • testing new released features and report issues
  • donating to acquire hardware for testing and implementating or out of gratitude

donate

License

This program is licensed under GPL-3.0