diff --git a/README.md b/README.md index b254a209b..2f32fb967 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Sonoff-Tasmota (KNX_MOD) -This is a MOD for Sonoff-Tasmota to integrate KNX Protocol to its features. +This is a [MOD](https://github.com/ascillato/Sonoff-Tasmota_KNX) for Sonoff-Tasmota to integrate KNX Protocol to its features. -This MOD uses the KNX Libary [ascillato/ESP-KNX-IP_Lite](https://github.com/ascillato/ESP-KNX-IP_Lite) +This MOD requires the KNX Library [ascillato/ESP-KNX-IP_Lite](https://github.com/ascillato/ESP-KNX-IP_Lite) Basic Functionality is Available. Work in progress. @@ -25,7 +25,7 @@ Basic Functionality is Available. Work in progress. - [ ] Change Web Menu to a Tasmota one to save FLASH and RAM - [ ] Optimize code to reduce Flash and RAM -**For KNX_IP_LITE:** +**For ESP_KNX_IP_LITE:** - [x] Add Functions to control library from code and not only by Web Menu - [ ] Complete needed functions for Tasmota - [ ] Add WebUI Functions @@ -33,6 +33,17 @@ Basic Functionality is Available. Work in progress. - [ ] 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](https://github.com/arendst/Sonoff-Tasmota) ## + +* Adding the file _/sonoff/xdrv_08_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 -----------------------------------------------------------------------------------------------------------------------------------