How do I map ELV notation quad decimal to hex numbers?
Aus FhemWiki
ELV manuals always use the "quad decimal numbers" for addressing of components. In FHEM hexadecimal codes are also used. Here is the mapping:
| 1x quad | 2x quad | 3x quad | 4x quad |
|---|---|---|---|
|
11 = 0x0 |
21 = 0x4 |
31 = 0x8 |
41 = 0xC |
- Example
- "Hauscode" decimal "43211234" maps to "e41b" hexadecimal.
See also fhem reference:FS20