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

Rough build - not working - Vivint DW11 Contact Sensor #2747

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NorthernMan54
Copy link
Contributor

@NorthernMan54 NorthernMan54 commented Dec 5, 2023

This is my test build where I have been playing around with different things, this is not ready for release but hopefully will offer some inspiration around the events obfuscation algorithm.

I have been running this with the command line

make ; src/rtl_433 -f 344988000 -vvv -F log

And it outputs this

honeywell_decode: honeywell_decode - start
honeywell_decode: Bits 0-7a 1-01 2-6b 3-34 4-01 5-05 6-73 7-25 8-a7 9-6f
honeywell_decode: Counter LSB 0-00110100 1-10011000 2-01011111
honeywell_decode: CRC High 0-00110100 1-10010011 2-01011011
honeywell_decode: CRC Low 0-00110100 1-00100010 2-10000100
honeywell_decode:  codes {80}7a016b3401057325a76f
honeywell_decode: DECODE_FAIL_MIC crc 42863, crc_calculated 25584
honeywell_decode: honeywell_decode - end
{"time" : "2023-12-04 18:55:22", "model" : "Honeywell-Security", "id" : 160357157, "channel" : 2, "event" : 52, "state" : "closed", "contact_open" : 0, "reed_open" : 1, "alarm" : 1, "tamper" : 0, "battery_ok" : 1, "heartbeat" : 1, "mic" : "CRC", "count" : 363}

The lines Counter LSB, CRC High, and CRC Low are my quick attempts at trying out various decode approaches.

The field id is valid and matches the sticker in the device, and count is also accurate. The event field is the undecoded event byte. The other fields are not accurate, and the CRC does not work

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.

None yet

1 participant