Skip to content

Commit 6d7145a

Browse files
Improve documentation
1 parent ba5058a commit 6d7145a

2 files changed

Lines changed: 17 additions & 7 deletions

File tree

docs/PROTOCOL-PDO.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,22 @@ Numbers are stored in little endian format.
2424
| 16 | CN_UINT8 | Device state | 0=init, 1=normal, 2=filterwizard, 3=commissioning, 4=supplierfactory, 5=zehnderfactory, 6=standby, 7=away, 8=DFC |
2525
| 17 | CN_UINT8 | ?? ROOM_T10 | |
2626
| 18 | CN_UINT8 | Changing filters | 1=active, 2=changing filter |
27-
| 33 | CN_UINT8 | ?? Preset | 1 |
27+
| 33 | CN_UINT8 | ?? Preset | 0, 1 |
2828
| 35 | CN_UINT8 | ?? Temperature Profile | 1 |
2929
| 36 | CN_UINT8 | ?? STANDBY | |
3030
| 37 | CN_UINT8 | | 0 |
3131
| 40 | CN_UINT8 | ?? MANUALMODE | |
32+
| 42 | CN_UINT8 | | 0 |
3233
| 49 | CN_UINT8 | Operating mode | -1=auto, 1=limited manual, 5=unlimited manual |
3334
| 50 | CN_UINT8 | ?? Bypass | |
3435
| 51 | CN_UINT8 | ?? Temperature Profile | |
3536
| 52 | CN_UINT8 | ?? STANDBY | |
36-
| 53 | CN_UINT8 | ?? COMFOCOOLOFF | -1 |
37+
| 53 | CN_UINT8 | ?? COMFOCOOLOFF | -1, 0, 1 |
3738
| 54 | CN_UINT8 | Supply Fan Mode | -1=balanced, 1=supply only |
3839
| 55 | CN_UINT8 | Exhaust Fan Mode | -1=balanced, 1=exhaust only |
3940
| 56 | CN_UINT8 | Manual Mode | -1=auto, 1=unlimited manual |
41+
| 57 | CN_UINT8 | | -1, 0 |
42+
| 58 | CN_UINT8 | | -1, 0 |
4043
| 65 | CN_UINT8 | Fans: Fan speed setting | 0=away, 1=low, 2=medium, 3=high |
4144
| 66 | CN_UINT8 | Bypass activation mode | 0=auto, 1=full, 2=none |
4245
| 67 | CN_UINT8 | Temperature Profile | 0=normal, 1=cold, 2=warm |
@@ -45,12 +48,16 @@ Numbers are stored in little endian format.
4548
| 70 | CN_UINT8 | Supply Fan Mode | 0=balanced, 1=supply only |
4649
| 71 | CN_UINT8 | Exhaust Fan Mode | 0=balanced, 1=exhaust only |
4750
| 72 | CN_UINT8 | ?? MANUALMODE | |
51+
| 73 | CN_UINT8 | | 0 |
52+
| 74 | CN_UINT8 | | 0 |
4853
| 81 | CN_UINT32 | Fan Speed Next Change | -1=no change, else countdown in seconds |
4954
| 82 | CN_UINT32 | Bypass Next Change | -1=no change, else countdown in seconds |
50-
| 85 | CN_UINT32 | ?? COMFOCOOLOFF | -1 |
55+
| 85 | CN_UINT32 | ComfoCool Next Change | -1=no change, else countdown in seconds |
5156
| 86 | CN_UINT32 | Supply Fan Next Change | -1=no change, else countdown in seconds |
5257
| 87 | CN_UINT32 | Exhaust Fan Next Change | -1=no change, else countdown in seconds |
5358
| 88 | CN_UINT32 | ?? MANUALMODE | |
59+
| 89 | CN_UINT32 | | -1, 0 |
60+
| 90 | CN_UINT32 | | -1, 0 |
5461
| 96 | CN_BOOL | | |
5562
| 115 | CN_BOOL | ?? EXHAUST_F12 | |
5663
| 116 | CN_BOOL | ?? SUPPLY_F22 | |
@@ -102,14 +109,17 @@ Numbers are stored in little endian format.
102109
| 293 | CN_UINT8 | Humidity: Preheated Outdoor Air | value in % (67%) |
103110
| 294 | CN_UINT8 | Humidity: Supply Air | value in % (35%) |
104111
| 321 | CN_UINT16 | | 3 |
105-
| 325 | CN_UINT16 | ?? COMFOCOOLOFF | 1 |
112+
| 325 | CN_UINT16 | ?? COMFOCOOLOFF | 0, 1, 3 |
106113
| 328 | CN_UINT16 | ?? MANUALMODE | |
114+
| 330 | CN_UINT16 | | 0, 1 |
107115
| 337 | CN_UINT32 | ?? PRESET | 0, 2, 32, 34 |
108116
| 338 | CN_UINT32 | Bypass Override | 0=auto, 2=overriden |
109-
| 341 | CN_UINT32 | ?? COMFOCOOLOFF | 0 |
117+
| 341 | CN_UINT32 | ?? COMFOCOOLOFF | 00000000, 02000000 |
110118
| 342 | CN_UINT32 | Supply Fan Mode | 0 = balanced, 2 = supply only |
111119
| 343 | CN_UINT32 | Exhaust Fan Mode | 0 = balanced, 2 = exhaust only |
112120
| 344 | CN_UINT32 | ?? MANUAL MODE | |
121+
| 345 | CN_UINT32 | | 0 |
122+
| 346 | CN_UINT32 | | 0 |
113123
| 369 | CN_UINT8 | Analog Input 0-10V 1 | 0 |
114124
| 370 | CN_UINT8 | Analog Input 0-10V 2 | 0 |
115125
| 371 | CN_UINT8 | Analog Input 0-10V 3 | 0 |
@@ -138,7 +148,7 @@ Numbers are stored in little endian format.
138148
| 784 | CN_UINT8 | | 0=off, 1=on (0) |
139149
| 785 | CN_BOOL | ?? ComfoCoolCompressor State | 0 |
140150
| 801 | CN_INT16 | ?? T10ROOMTEMPERATURE | 0.0 |
141-
| 802 | CN_INT16 | ?? T13CONDENSORTEMPERATURE | 0.0 |
151+
| 802 | CN_INT16 | ComfoCool Condensor Temperature | 0.0 |
142152
| 803 | CN_INT16 | ?? T23SUPPLYAIRTEMPERATURE | 0.0 |
143153
| 1024 | CN_UINT16 | | |
144154
| 1025 | CN_UINT16 | | |

docs/PROTOCOL-RMI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ factory mode or tries to perform an update.)
168168
| VENTILATIONCONFIG | 0x01 | 0x1d | | INT16 | ?? `5304` = 1107 |
169169
| VENTILATIONCONFIG | 0x01 | 0x1e | | INT16 | ?? `1304` = 1043 |
170170
| NODECONFIGURATION | 0x01 | 0x01 | | UINT8 | ?? `01` = 1 |
171-
| NODECONFIGURATION | 0x01 | 0x03 | | STRING | Maintainer password (2468) |
171+
| NODECONFIGURATION | 0x01 | 0x03 | | STRING | Maintainer password (NL=4210, BE=2468, DE=4210) |
172172
| NODECONFIGURATION | 0x01 | 0x04 | | UINT8 | Orientation (0=left, 1=right) |
173173
| NODECONFIGURATION | 0x01 | 0x05 | | UINT8 | ?? `01` = 1 |
174174
| NODECONFIGURATION | 0x01 | 0x06 | | UINT8 | ?? `00` = 0 |

0 commit comments

Comments
 (0)