Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Update PROTOCOL-RMI.md (#26)
Browse files Browse the repository at this point in the history
Judging from the values I see returned by my Q350 and what I find in the Comfo Control app, it seems RMOT PropIds for heating and cooling need to be the other way around
  • Loading branch information
jonesPD authored Jun 7, 2020
1 parent ba02a30 commit dbd6f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PROTOCOL-RMI.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ It can probably completely brick your ventilation. (it enters factory mode or tr
| 0x01 | 0x0B | ro | STRING | Article number |
| 0x01 | 0x0D | ro | STRING | Country (Manufacturing or Current?) |
| 0x01 | 0x14 | ro | STRING | "ComfoAirQ" |
| 0x1D | 0x02 | rw | INT16 | RMOT for cooling period |
| 0x1D | 0x03 | rw | INT16 | RMOT for heating period |
| 0x1D | 0x02 | rw | INT16 | RMOT for heating period |
| 0x1D | 0x03 | rw | INT16 | RMOT for cooling period |
| 0x1D | 0x04 | rw | UINT8 | Passive temperature control (off, autoonly, on) |
| 0x1D | 0x05 | rw | UINT8 | unknown (off, autoonly, on) |
| 0x1D | 0x06 | rw | UINT8 | Humidity comfort control (off, autoonly, on) |
Expand Down

0 comments on commit dbd6f44

Please sign in to comment.