Updated KNX Features (markdown)

Adrian Scillato 2018-06-12 16:30:18 -03:00
parent 74fdcb2ff3
commit b79f00e7a1
1 changed files with 20 additions and 0 deletions

@ -17,6 +17,26 @@ If you use the ETS (KNX Configurator Software) you can add any Sonoff Tasmota KN
If the Sonoff device is connecting to a Wifi Repeater you might experience some issues receiving KNX Telegrams. This also applies to mDNS and Emulation features. If the Sonoff device is connecting to a Wifi Repeater you might experience some issues receiving KNX Telegrams. This also applies to mDNS and Emulation features.
## Implemented Features ##
The implemented features, up to now, in KNX for Tasmota are:
General:
* buttons (just push)
* relays (on/off/toggle)
* lights (led strips, etc. but just on/off)
Sensor lists that you can use in KNX is (only one sensor per type):
* Temperature
* Humidity
* Energy (v, i, power)
For using rules:
* send KNX command (on/off)
* receive KNX command (on/off)
* send values by KNX (any float type, temperature for example)
* receive a KNX read request
## Usage Examples ## ## Usage Examples ##
There are multiple possible configurations. Here are explained just a few as example. The options for selecting relays, buttons, sensors, etc. are only available if were configured on _Configure Module Menu_. There are multiple possible configurations. Here are explained just a few as example. The options for selecting relays, buttons, sensors, etc. are only available if were configured on _Configure Module Menu_.