--
You received this message because you are subscribed to a topic in the Google Groups "rtl_433" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rtl_433/edm1gmOXCzc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rtl_433+unsubscribe@googlegroups.com.
To post to this group, send email to rtl...@googlegroups.com.
Visit this group at https://groups.google.com/group/rtl_433.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rtl_433/d0198a3b-79a6-4720-87c9-032b89551e6a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and all its topics, send an email to rtl_433+u...@googlegroups.com.
Benjamin, if you have any of the settings you used or the original template that showed some data, will you let me know?
Thank you!
The devices emit 3 duplicate messages when there is a 'poll' message and they emit 8 duplicate messages when there is a state change message. I see that some of the other device code is written to loop through multiple rows/messages to handle situations similar to this but I am not sure that this approach will work for these devices. In the situation where 8 messages are emitted, the total duration of the 8 messages is almost 2.5 seconds. I assume that waiting this long to capture all 8 messages would be problematic in a 'noisy' environment where there are 25+ devices all emitting data.
I guess in summary, I wanted to confirm that handling duplicate messages like this really should be done outside of the rtl_433 template. If so I need to think through how to build a state machine in my code to deal with normally open or normally closed devices.
Sample at max 2.56MHz
split the whole spectrum in 20 overlapping bands (via low-pass
decimation). Feed it though the framing logic and then through the
protocol decoding step.
It would be nice with an sample input mode so other SDR hardware could
be used and a bitbuffer input mode.
Is the template you used to decode this the same as is currently in the repo (new_template.c)? I'm working on a slightly different interlogix sensor and the template isn't decoding anything. Before I dig in too deep, I wanted to make sure I was starting at the right place
Benjamin,
Is the template you used to decode this the same as is currently in the repo (new_template.c)? I'm working on a slightly different interlogix sensor and the template isn't decoding anything. Before I dig in too deep, I wanted to make sure I was starting at the right place
--
You received this message because you are subscribed to a topic in the Google Groups "rtl_433" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rtl_433/edm1gmOXCzc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rtl_433+unsubscribe@googlegroups.com.
To post to this group, send an email to rtl...@googlegroups.com.
Visit this group at https://groups.google.com/group/rtl_433.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rtl_433/44886513-9d25-4db3-a372-6fbb79a7c8d9%40googlegroups.com.
git checkout master
git pull
git checkout feat-interlogix
git rebase master
git push -f
Hey Matthew. I wrote the logic for these devices but it hasn't been merged yet. I am making a few enhancements to support key fobs and will submit another pull request shortly but in the meantime feel free to use the branch below.What device are you using?
On Dec 30, 2017 7:31 PM, "Matthew Beals" <beal...@gmail.com> wrote:
Benjamin,
Is the template you used to decode this the same as is currently in the repo (new_template.c)? I'm working on a slightly different interlogix sensor and the template isn't decoding anything. Before I dig in too deep, I wanted to make sure I was starting at the right place
--
You received this message because you are subscribed to a topic in the Google Groups "rtl_433" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rtl_433/edm1gmOXCzc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rtl_433+u...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to rtl_433+unsubscribe@googlegroups.com.
To post to this group, send email to rtl...@googlegroups.com.
Visit this group at https://groups.google.com/group/rtl_433.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rtl_433/84f3cfc5-2e12-48a9-9b38-971d3f2fa4a4%40googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "rtl_433" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rtl_433/edm1gmOXCzc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rtl_433+u...@googlegroups.com.
To post to this group, send email to rtl...@googlegroups.com.
Visit this group at https://groups.google.com/group/rtl_433.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rtl_433/37e67ab1-0070-4b7e-ac8a-4f3b682ffcbb%40googlegroups.com.