Update README.md

This commit is contained in:
Adrian 2018-03-17 23:49:49 -03:00 committed by GitHub
parent 95ba29a909
commit 279fe0d7dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 3 deletions

View File

@ -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
-----------------------------------------------------------------------------------------------------------------------------------