Skip to content

Commit

Permalink
add ClimaRad Ventura .I 3200 packet (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
silverailscolo authored Oct 28, 2024
1 parent c82c7c3 commit 657bc33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ramses_tx/ramses.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@
},
Code._3200: { # boiler output temp
SZ_NAME: "boiler_output",
I_: r"^00[0-9A-F]{4}$",
RQ: r"^00$",
RP: r"^00[0-9A-F]{4}$",
},
Expand Down Expand Up @@ -1074,6 +1075,7 @@
Code._31D9: {I_: {}, RP: {}},
Code._31DA: {I_: {}, RP: {}},
# Code._31E0: {I_: {}},
Code._3200: {I_: {}},
},
DevType.CO2: {
Code._042F: {I_: {}},
Expand Down
2 changes: 2 additions & 0 deletions tests/tests/parsers/code_3200.log
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@

# contrived...
2022-02-03T00:00:00.000000 ... RP --- 10:124973 18:132629 --:------ 3200 003 007FFF # {'temperature': None}
# sent by ClimaRad Ventura V1x
2024-10-01T00:00:00.000000 064 I --- 37:153226 --:------ 37:153226 3200 003 007FFF # {'temperature': None}

0 comments on commit 657bc33

Please sign in to comment.