mirror of https://github.com/arendst/Tasmota.git
Updated KNX Features (markdown)
parent
74fdcb2ff3
commit
b79f00e7a1
|
@ -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_.
|
||||||
|
|
Loading…
Reference in New Issue