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

Improve Acurite-606TX decoder to also decode the Technoline TX960 sensor #3078

Merged
merged 4 commits into from
Oct 26, 2024

Conversation

Sola85
Copy link
Contributor

@Sola85 Sola85 commented Oct 26, 2024

Fixes #3074, see that issue for background.

In short: The Technoline TX960 is almost identical to the existing Acurite 606TX temperature sensor. The only difference seems to be the final bit of each message, which is zero for Acurite but is the negated battery bit for the Technoline sensor.

By removing a sanity check on this last bit, both sensors get decoded reliably.

@zuckschwerdt
Copy link
Collaborator

Very nice, thanks! Can you run ./maintainer_update.py to also update conf man man, just add another commit.

@Sola85
Copy link
Contributor Author

Sola85 commented Oct 26, 2024

Very nice, thanks! Can you run ./maintainer_update.py to also update conf man man, just add another commit.

Done. (This changed a few lines unrelated to this PR (protocol 266), which I didn't include in the commit. Do you want me to add all changes caused by this?)

@zuckschwerdt zuckschwerdt merged commit a6fcdab into merbanan:master Oct 26, 2024
8 checks passed
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.

Device support for Technoline WS 9767
2 participants