From 95ba29a909ef8b7e73e8ebfa6b880110a8838bdb Mon Sep 17 00:00:00 2001 From: Adrian <35405447+ascillato@users.noreply.github.com> Date: Sat, 17 Mar 2018 23:38:15 -0300 Subject: [PATCH] Update README.md --- README.md | 36 +++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 65d73b36f..b254a209b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,38 @@ -## Sonoff-Tasmota (KNX_MOD) +# Sonoff-Tasmota (KNX_MOD) -Using the KNX Libary [ascillato/ESP-KNX-IP_Lite](https://github.com/ascillato/ESP-KNX-IP_Lite) +This is a MOD 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) + +Basic Functionality is Available. Work in progress. + +----------------------------------------------------------------------------------------------------------------------------------- +## Road Map ## + +**For Sonoff-Tasmota_KNX:** +- [x] Add Web Menu (uses the one provided by the library) +- [x] Add Feature to Receive telegrams and modify Relay Status +- [x] Add Feature to Receive telegrams from multiple Group Addresses to modify just one relay status (useful for scenes) +- [x] 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) +- [x] Add Feature to Send telegrams of button pressed +- [x] Add Feature to receive telegrams to toggle relay status +- [ ] Add Feature to send Temperature by a set interval +- [ ] Add Feature to receive command to read temperature +- [ ] Add Feature to recognice 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 +- [ ] Optimize code to reduce Flash and RAM + +**For 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 +- [ ] 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 -Basic Functionality Available. Work in progress. -----------------------------------------------------------------------------------------------------------------------------------