Difference between revisions of "KONNEKTING Protocol Specification"
Jump to navigation
Jump to search
Konnekting (talk | contribs) |
Konnekting (talk | contribs) |
||
Line 1: | Line 1: | ||
The programming protocol uses group telegrams with the mostly unused group address 15/7/255. Those telegrams use DPT 60000.000, which is unreserved for manufacturer specific extensions. The used Property Data Type is PDT_GENERIC_14, which is 14 bytes of raw data. | The programming protocol uses group telegrams with the mostly unused group address 15/7/255. Those telegrams use DPT 60000.000, which is unreserved for manufacturer specific extensions. The used Property Data Type is PDT_GENERIC_14, which is 14 bytes of raw data. | ||
− | '''!!! It's required that no other device is using this address. Otherwise it may conflict with KONNEKTING Devices !!!''' | + | '''!!! It's required that no other device is using this address. Otherwise it may conflict with KONNEKTING Devices and programming your devices may fail !!!''' |
{| class="wikitable" style="text-align:center" | {| class="wikitable" style="text-align:center" | ||
Line 27: | Line 27: | ||
There are several message types for all kind of purposes. As we have one byte for the Message-Type-ID, we have up to 256 possible messages. That should be enough for our purposes. Same for version: Up to 256 versions should be enough for the ''near'' future. | There are several message types for all kind of purposes. As we have one byte for the Message-Type-ID, we have up to 256 possible messages. That should be enough for our purposes. Same for version: Up to 256 versions should be enough for the ''near'' future. | ||
+ | == Glossary == | ||
+ | * '''HI''' high byte, left most byte | ||
+ | * '''LO''' low byte, right most byte | ||
+ | * '''GA''' group address, 1/2/3 | ||
+ | * '''IA''' or '''individual address''' aka. PA or physical address, 1.2.3 | ||
== Protocol Versions == | == Protocol Versions == |
Revision as of 15:26, 5 March 2018
The programming protocol uses group telegrams with the mostly unused group address 15/7/255. Those telegrams use DPT 60000.000, which is unreserved for manufacturer specific extensions. The used Property Data Type is PDT_GENERIC_14, which is 14 bytes of raw data.
!!! It's required that no other device is using this address. Otherwise it may conflict with KONNEKTING Devices and programming your devices may fail !!!
Byte no#: | 0 | 1 | 2 | ... | 13 |
---|---|---|---|---|---|
Used for: | Header, 2 bytes | Body, 12 Bytes | |||
Description: | Protocolversion | Message-Type-ID | depends on Message-Type-ID | ||
Range: | 0x00..0xFF | 0x00..0xFF |
There are several message types for all kind of purposes. As we have one byte for the Message-Type-ID, we have up to 256 possible messages. That should be enough for our purposes. Same for version: Up to 256 versions should be enough for the near future.
Glossary
- HI high byte, left most byte
- LO low byte, right most byte
- GA group address, 1/2/3
- IA or individual address aka. PA or physical address, 1.2.3
Protocol Versions
Here is a list of currently developed protocol versions