Mirror of arendst/Tasmota@github.com - Open-source firmware for ESP8266/8285/32-based smart home products
Go to file
arendst 9c74a4a041 v5.9.1e - Fixes and Additions
5.9.1e
 * Add + (plus) and - (minus) to command color to select 1 out of
12 preset colors
 * Add + (plus) and - (minus) to command ct to control
ColdWarm led ColorTemperature (+34/-34)
 * Tune Arilux RF code
 * Fix
possible iram1_0_seg compile error by shrinking ICACHE_RAM_ATTR code
 *
Update core_esp8266_wiring_digital.c to latest (staged) level
 *
Workaround Sonoff Bridge Learn Mode hang caused by unrecognised RF code
(#1181)
 * Fix blank console log window by using XML character encoding
(#1187)
2017-11-17 17:52:31 +01:00
api v5.1.4 2017-06-01 17:37:30 +02:00
arduino Add support for ESP8266 core v2.4.0-rc2 2017-10-17 10:02:50 +02:00
lib v5.9.0b - Fixes and add ADS1115 A/D converter 2017-11-07 15:57:24 +01:00
pio Add optiomal pio OTA upload support 2017-09-30 15:53:50 +02:00
sonoff v5.9.1e - Fixes and Additions 2017-11-17 17:52:31 +01:00
.gitattributes Add linefeed normalisation 2017-03-07 09:36:01 +01:00
.gitignore Update platformio info 2017-01-28 16:44:00 +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 v5.9.1e - Fixes and Additions 2017-11-17 17:52:31 +01:00
esp8266.flash.1m0.ld Add 1M flash with no spiffs linker script 2017-04-25 18:16:40 +02:00
platformio.ini v5.8.0p - Prep for release 2017-10-26 16:33:33 +02:00

README.md

Sonoff-Tasmota

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.

Current version is 5.9.1e - See sonoff/_releasenotes.ino for change information.

ATTENTION All versions

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.

ATTENTION Version 5 and up

These versions use a new linker script to free flash memory for future code additions. It moves the settings from Spiffs to Eeprom. If you compile your own firmware download the new linker to your IDE or Platformio base folder. See Wiki > Prerequisite.

Best practice to implement is:

  • Open the webpage to your device
  • Perform option Backup Configuration
  • Upgrade new firmware using Firmware upgrade
  • If configuration conversion fails keep the webpage open and perform Restore Configuration

You should now have a device with 32k more code memory to play with.

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:

License

This program is licensed under GPL-3.0