Skip to content

Commit 60eda9e

Browse files
authored
Update KNX information and commands
1 parent 0a61415 commit 60eda9e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/KNX.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ For using rules:
4747
* receive KNX command (on/off)
4848
* send values by KNX (any float type, temperature for example)
4949
* receive a KNX read request
50+
* send and receive SCENE commands
5051

5152
## Usage Examples ##
5253

@@ -99,7 +100,7 @@ DEVICE 2
99100

100101
### 4) Setting a Temperature sensor:
101102

102-
We can configure to send the value of temperature or humidity every teleperiod. This teleperiod can be configured. See TasmotaTasmota [wiki](Commands.md). It is recommended also to set the reply temperature address.
103+
We can configure to send the value of temperature or humidity every teleperiod. This teleperiod can be configured. See TasmotaTasmota [docs](Commands.md). It is recommended also to set the reply temperature address.
103104

104105
<img src="https://raw.githubusercontent.com/ascillato/Tasmota_KNX/KNX_development/.github/7.jpg" />
105106

@@ -124,6 +125,8 @@ Example: ``rule on event#knxrx_val1 do var1 %value% endon`` to store the value r
124125

125126
Also, if a Read request is received from KNX Network, we can use that in a rule as for example: ``rule on event#knxrx_req1 do knxtx_val1 %var3% endon``
126127

128+
NOTE: KnxTX_valn command, KNXRX_Reqn trigger and sensors' telegrams, uses KNX DPT14 (32 bits float) since 9.1.0.1. Old versions use DPT9 (16 bits float). Old and new versions can not send values between each other. Only commands. It is recommended to have all devices on the same version.
129+
127130
### 6) Rule to send KNX Telegram with BH1750 Sensor Data: ###
128131

129132
* If you want to send your sensor values by KNX **every teleperiod time** to the Group Address defined in KNX_TX1, you can use the following rule:

0 commit comments

Comments
 (0)