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 2E10 for ClimaRad HVAC #139

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

silverailscolo
Copy link
Contributor

Saw 2 states for Presence_detect sent from HRU but it certainly isn't for us being present/away.

tests/tests/parsers/code_2e10_wip.log Outdated Show resolved Hide resolved
src/ramses_tx/parsers.py Outdated Show resolved Hide resolved
src/ramses_tx/parsers.py Outdated Show resolved Hide resolved
src/ramses_tx/parsers.py Outdated Show resolved Hide resolved
assert payload in ("000000", "000100"), _INFORM_DEV_MSG
presence = int(payload[2:4])
else:
assert payload in ("0001", "000100"), _INFORM_DEV_MSG
Copy link
Contributor Author

@silverailscolo silverailscolo Oct 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

000100 seems like a strange value to accept based on the older packets in the log (which are not from my ClimaRad Ventura)

@zxdavb zxdavb changed the title 2E10 parser Tweak 2E10 for ClimaRad HVAC Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants