Skip to content

Commit 0a4d60d

Browse files
authored
Update KNX.md
Fixed KNX.md image links.
1 parent 21393c1 commit 0a4d60d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/KNX.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ There are multiple possible configurations. Here are explained just a few as exa
5454

5555
To configure KNX, enter on the Configuration Menu of Tasmota and select Configure KNX.
5656

57-
<img src="https://github.com/ascillato/Tasmota_KNX/raw/development/.github/Config_Menu.jpg" />
58-
<img src="https://github.com/ascillato/Tasmota_KNX/raw/development/.github/KNX_menu.jpg" />
57+
<img src="https://raw.githubusercontent.com/ascillato/Tasmota_KNX/KNX_development/.github/Config_Menu.jpg" />
58+
<img src="https://raw.githubusercontent.com/ascillato/Tasmota_KNX/KNX_development/.github/KNX_menu.jpg" />
5959

6060
_Note on KNX communication enhancement option: As Wifi Multicast communication is not reliable in some wifi router due to IGMP problems or Snooping, an enhancement was implemented. This option increase the reliability by reducing the chances of losing telegrams, sending the same telegram 3 times. In practice it works really good and it is enough for normal home use. When this option is on, Tasmota will ignore toggle commands by KNX if those are sent more than 1 toggle per second. Just 1 toggle per second is working fine._
6161

@@ -67,41 +67,41 @@ In this case, so as to inform the status of all the relays to the Automation Sys
6767

6868
DEVICE 1
6969

70-
<img src="https://github.com/ascillato/Tasmota_KNX/raw/development/.github/1.jpg" />
70+
<img src="https://raw.githubusercontent.com/ascillato/Tasmota_KNX/KNX_development/.github/1.jpg" />
7171

7272
DEVICE 2
7373

74-
<img src="https://github.com/ascillato/Tasmota_KNX/raw/development/.github/2.jpg" />
74+
<img src="https://raw.githubusercontent.com/ascillato/Tasmota_KNX/KNX_development/.github/2.jpg" />
7575

7676
### 2) Setting 2 Tasmota to be linked as stair lights: ###
7777

7878
We can set one device to send the status of its output and another to read that and follow. And the second device can send the status of its button and the first device will toggle. With this configuration we can avoid to make a loop.
7979

8080
DEVICE 1
8181

82-
<img src="https://github.com/ascillato/Tasmota_KNX/raw/development/.github/3.jpg" />
82+
<img src="https://raw.githubusercontent.com/ascillato/Tasmota_KNX/KNX_development/.github/3.jpg" />
8383

8484
DEVICE 2
8585

86-
<img src="https://github.com/ascillato/Tasmota_KNX/raw/development/.github/4.jpg" />
86+
<img src="https://raw.githubusercontent.com/ascillato/Tasmota_KNX/KNX_development/.github/4.jpg" />
8787

8888
### 3) Setting a button as initiator of a scene:
8989

9090
Just setting one device to send the push of a button, and the rest just use that value to turn them on. In this case, there is no toggle. Every time the button is pushed, the turn on command is sent.
9191

9292
DEVICE 1
9393

94-
<img src="https://github.com/ascillato/Tasmota_KNX/raw/development/.github/5.jpg" />
94+
<img src="https://raw.githubusercontent.com/ascillato/Tasmota_KNX/KNX_development/.github/5.jpg" />
9595

9696
DEVICE 2
9797

98-
<img src="https://github.com/ascillato/Tasmota_KNX/raw/development/.github/6.jpg" />
98+
<img src="https://raw.githubusercontent.com/ascillato/Tasmota_KNX/KNX_development/.github/6.jpg" />
9999

100100
### 4) Setting a Temperature sensor:
101101

102102
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.
103103

104-
<img src="https://github.com/ascillato/Tasmota_KNX/raw/development/.github/7.jpg" />
104+
<img src="https://raw.githubusercontent.com/ascillato/Tasmota_KNX/KNX_development/.github/7.jpg" />
105105

106106
### 5) Using rules: ###
107107

0 commit comments

Comments
 (0)