Comm2Other
Comm2Other module enables communication between devices. Module supports TCP, UDP and KNX frame.
Convert decimal to 2-byte hex
Value:
To write:
Each Out channel has 8 types of groups. For every type you can enter up to 4 different KNX groups.
Each Shutter channel has 14 types of groups. For every type you can enter up to 4 different KNX groups.
KNX Command
Frame has ASCII string format. If you want to write value 1 (binary) you have to write frame \x01 (\x00 for 0). For 2-bytes frame e.g '0 1' type \x00\x01
DPT 1xxx
On:A
A - 0-Off, 1-On
Off:
A
A - 0-On, 1-Off
Invert:
A
A - 0-nothing, 1-Invert
Time:
A | B | C | D | E | F
A - 0/1 on/off
B - Time on MSB
C - Time on LSB
D - Time off MSB
E - Time off LSB
F - if 1 preserve out state (optional)
DPT 2xxx
- 0x00-Action like DPT 1 for 0x00
- 0x01-Action like DPT 1 for 0x01
- 0x02- Action like DPT 1 for 0x00 and block for DPT1 function
- 0x03- Action like DPT 1 for 0x01 and block for DPT1 function