Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak 22F3 for Vasco/ClimaRad HVAC #138

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rollback 22f4 changes
  • Loading branch information
silverailscolo committed Oct 16, 2024
commit ae39c13ea0a8721016b906a9635831f68d937da8
7 changes: 2 additions & 5 deletions src/ramses_tx/ramses.py
Original file line number Diff line number Diff line change
@@ -418,11 +418,8 @@
SZ_NAME: "fan_boost",
I_: r"^(00|63)(021E)?[0-9A-F]{4}([0-9A-F]{8})?$", # VASCO D60 HRU: .I + 22F3 007 00 021E 0406 0000 (a timer)
}, # minutes only?
Code._22F4: { # unknown_22f4, HVAC
# .I + 22F4 013 00 40 30 0000 00 00 000000000000 (ClimaRad Ventura - mode Auto)
# .I + 22F4 013 00 00 00 0000 60 C9 000000000000 (ClimaRad Ventura - speed 1)
SZ_NAME: "unknown_22f4", # TODO rename?
I_: r"^00[0-9A-F]{4}(0000)[0-9A-F]{4}(00){6}$",
Code._22F4: { # unknown_22f4, HVAC, NB: no I
SZ_NAME: "unknown_22f4",
RQ: r"^00$",
RP: r"^00[0-9A-F]{24}$",
},
8 changes: 8 additions & 0 deletions tests/tests/parsers/code_22f3.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@

# Vasco remote (VMN-17LMP01):
2024-10-14T20:51:11.263018 049 I --- 29:091138 32:022222 --:------ 22F3 007 00021E04060000 # {'minutes': 30, 'flags': [0, 0, 0, 0, 0, 0, 1, 0], '_new_speed_mode': 'per_vent_speed', '_fallback_speed_mode': None, 'rate': None, '_unknown_5': '0000'}
silverailscolo marked this conversation as resolved.
Show resolved Hide resolved
# repeated 5 times total

# ClimaRad 4-button remote boost
2024-10-14T08:50:34.322538 072 I --- 29:123150 29:099029 --:------ 22F3 007 00021E04060000 # {'minutes': 30, 'flags': [0, 0, 0, 0, 0, 0, 1, 0], '_new_speed_mode': 'per_vent_speed', '_fallback_speed_mode': None, 'rate': None, '_unknown_5': '0000'} # 20 mins
# repeated 2 times total but that could be caused by reception/confirm problem. LED is slow to confirm

# curious 22f3 packet
# .I --- 29:123150 29:099029 --:------ 22F3 007 00020F00060000 # {} # ("unknown fan_mode: 00")