Feature | Support |
Sending | |
Receiving | |
Config |
Supported Brands
Brand | Protocol |
KlikAanKlikUit | kaku_contact |
Sender Arguments
None
Config
1 2 3 4 5 6 7 8 9 10 11 12 | {
"devices": {
"contact": {
"protocol": [ "kaku_contact" ],
"id": [{
"id": 100,
"unit": 0
}],
"state": "closed"
}
}
}
|
Option | Value |
id | 0 - 67108863 |
code | 0 - 15 |
state | opened / closed |
Optional Settings
None
Protocol
This protocol sends 148 pulses like this
294 2646 294 294 294 1176 294 294 294 1176 294 1176 294 294 294 294 294 1176 294 1176 294 294 294 294 294 1176 294 1176 294 294 294 1176 294 294 294 1176 294 294 294 294 294 1176 294 1176 294 294 294 1176 294 294 294 294 294 1176 294 294 294 1176 294 1176 294 294 294 294 294 1176 294 294 294 1176 294 1176 294 294 294 294 294 1176 294 294 294 1176 294 294 294 1176 294 1176 294 294 294 294 294 1176 294 294 294 1176 294 1176 294 294 294 294 294 1176 294 294 294 1176 294 1176 294 294 294 1176 294 294 294 294 294 1176 294 294 294 1176 294 1176 294 294 294 294 294 1176 294 1176 294 294 294 1176 294 294 294 1176 294 294 294 9996
The first 2 pulses are the header
and the last 2 pulses are the footer
. These are meant to identify the pulses as genuine. We don’t use them for further processing. The next step is to transform this output into 36 groups of 4 pulses (and thereby dropping the header
and footer
pulses).
294 294 294 1176
294 294 294 1176
294 1176 294 294
294 294 294 1176
294 1176 294 294
294 294 294 1176
294 1176 294 294
294 1176 294 294
294 1176 294 294
294 294 294 1176
294 1176 294 294
294 1176 294 294
294 294 294 1176
294 294 294 1176
294 1176 294 294
294 294 294 1176
294 294 294 1176
294 1176 294 294
294 294 294 1176
294 294 294 1176
294 294 294 1176
294 1176 294 294
294 294 294 1176
294 294 294 1176
294 1176 294 294
294 294 294 1176
294 294 294 1176
294 1176 294 294
294 1176 294 294
294 294 294 1176
294 294 294 1176
294 1176 294 294
294 294 294 1176
294 1176 294 294
294 1176 294 294
294 1176 294 294
If we now look at carefully at these groups you can distinguish two types of groups:
So the first group is defined by a high 2nd and the second group has a high 4th pulse. So we take either of these two pulses to define a 0 or a 1. In this case we say a high 2nd pulse means a 1 and a low 2nd pulse means a 0. We then get the following output:
001010111011001001000100100110010111
Each (group) of numbers has a specific meaning:
00101011101100100100010010 0 1 1001 0111
ID
is defined as a binary numberAll
tells us if a code was meant for all devices with the same IDState
defines whether a devices is opened or closedUnit
is also defined as a binary numberUnknown
is also defined as a binary number(bits are missing in the closed state)So this code represents: