Mirror of arendst/Tasmota@github.com - Open-source firmware for ESP8266/8285/32-based smart home products
Go to file
Adrian 9cf2ed226b
Update user_config.h
2018-03-29 10:26:00 -03: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 v5.12.0h - Add Serial Bridges 2018-03-20 14:31:11 +01:00
pio Add platformio floats removal 2018-02-03 16:36:25 +01:00
sonoff Update user_config.h 2018-03-29 10:26:00 -03: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 Merge pull request #12 from arendst/development 2018-03-24 02:44:58 -03:00
esp8266.flash.1m0.ld Add 1M flash with no spiffs linker script 2017-04-25 18:16:40 +02:00
platformio.ini v5.12.0d - Add Portuguese language 2018-02-28 18:01:40 +01:00

README.md

Sonoff-Tasmota (KNX_MOD)

This is a MOD for Sonoff-Tasmota to integrate KNX Protocol to its features.

This MOD requires the KNX Library ascillato/ESP-KNX-IP_Lite

Basic Functionality is Available. Work in progress.


Road Map

For Sonoff-Tasmota_KNX:

  • Add Web Menu (uses the one provided by the library)
  • Add Feature to Receive telegrams and modify Relay Status
  • Add Feature to Receive telegrams from multiple Group Addresses to modify just one relay status (useful for scenes)
  • Add Feature to Send telegrams of relay status change
  • Add Feature to Send telegrams of one relay status to multiple Group Addresses (useful for scenes)
  • Add Feature to Send telegrams of button pressed
  • Add Feature to receive telegrams to toggle relay status
  • Add Feature to read Temperature from Tasmota
  • Add Feature to send Temperature by a set interval
  • Add Feature to receive command to read temperature
  • Add Feature to recognize Tasmota config to show the same amount of relays, buttons, etc
  • Add Feature to Save Config
  • Add Feature to Load Config
  • Change Web Menu to a Tasmota one to save FLASH and RAM
  • Complete all the language files with keys
  • Optimize code to reduce Flash and RAM

For ESP_KNX_IP_LITE:

  • Add Functions to control library from code and not only by Web Menu
  • Complete needed functions for Tasmota
  • Add WebUI Functions
  • Change all *_id_t to config_id_t so as to have control over webpage order
  • Mod GA_Register function to be similar to CB_Register (needed for Send telegrams of one relay status to multiple Group Addresses)
  • Optimize code to reduce Flash and RAM

Modifications to Original Tasmota

  • Adding the file /sonoff/xdrv_10_KNX.ino
  • Add the entry #define USE_KNX on /sonoff/user_config.h
  • Add entries to the file /sonoff/webserver.ino
  • Add entries to the file /sonoff/sonoff.ino
  • Add entries to language files

Up to now, enabling KNX uses +14.7k of code

There is NO CONFLICT with MQTT, Home Assistant, Web, etc. Tests show fast response of all features running at same time.


Contributors to this Project

  • Adrian Scillato ascillato
  • Sisamiwe sisamiwe - Thanks for the guide on using KNX.
  • Nico Weichbrodt envy - Thanks for the patience and help with the modifications to ESP_KNX_IP.

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.12.0i - 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