From b79f00e7a1dc6d0f49d4a9d2b6a515316ffc9ed7 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Tue, 12 Jun 2018 16:30:18 -0300 Subject: [PATCH] Updated KNX Features (markdown) --- KNX-Features.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/KNX-Features.md b/KNX-Features.md index 32025823..905aa574 100644 --- a/KNX-Features.md +++ b/KNX-Features.md @@ -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. +## 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 ## 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_.