Update README.md

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

View File

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