AJ Schmidt
d392edb872
update pkg version to 1.13.11
3 years ago
Sean Mathews
bd5762c796
Merge pull request #60 from ajschmidt8/regex-fix
Parse regex result as `int`
3 years ago
AJ Schmidt
674a31b150
update tests
3 years ago
AJ Schmidt
3dd1543c17
parse regex as int
3 years ago
AJ Schmidt
8a1a917dc0
Merge pull request #58 from nutechsoftware/dev
Merge 1.13.10 into master
3 years ago
AJ Schmidt
83cfd4db26
update pkg version 1.13.10
3 years ago
AJ Schmidt
29e7dd16bd
Merge pull request #57 from ajschmidt8/unit-tests
Fix Broken Unit Tests
3 years ago
AJ Schmidt
355ff9cc6d
fix py2 unit tests
3 years ago
AJ Schmidt
d143953f8d
fix unit tests
3 years ago
Scott Petersen
d45be9f538
Merge pull request #56 from ajschmidt8/dev
Serial read_line fixes
4 years ago
AJ Schmidt
33b20aca8c
fix 1 failing unit test
4 years ago
AJ Schmidt
a48cecee59
update serial read_line
4 years ago
Sean Mathews
6cdcd44352
Merge pull request #52 from krkeegan/Fix_Issue_50
Improved Handling of New Zone Faults
4 years ago
Sean Mathews
cafd55c31d
Merge pull request #53 from krkeegan/Fix_Issue_51
Don't Update Expander Zone Based on Regular Messages
4 years ago
f34rdotcom
d809cb34cd
Testing new serial reading code.
4 years ago
f34rdotcom
a3ca3cdead
Revert "Merge pull request #41 from mstovenour/fix_issue_#40"
This reverts commit e2a85ace45281ea17b38ec2c2a641a259cbcf56d, reversing
changes made to e9cc8342dd
.
4 years ago
KRKeegan
69b0377fb6
Don't Update Expander Zone Based on Regular Messages
Expanders messages handle this directly.
Fixes #51
4 years ago
KRKeegan
66752a6c88
Improved Handling of New Zone Faults
Avoids some inaccuracies where a newly faulted zone could cause
other faulted zones to appear as ready temporarily.
Fixes #50
4 years ago
Sean Mathews
e2a85ace45
Merge pull request #41 from mstovenour/fix_issue_#40
Resolve issue nutechsoftware/alarmdecoder#issue_40
4 years ago
Sean Mathews
8463a55bc5
Merge pull request #44 from nutechsoftware/dev
Fixed setup to match requirements.
5 years ago
f34rdotcom
e9cc8342dd
Fixed setup to match requirements.
5 years ago
Michael Stovenour
4f12f7ce78
Resolve issue nutechsoftware/alarmdecoder#issue_40
Solution adds previous leftover to front of buf so leftovers can be
searched for newline. It also will process leftover data even if
there is no more serial data arriving.
5 years ago
Sean Mathews
bc9371ec26
Merge pull request #38 from nutechsoftware/dev
Improve handling of fire and other alarm state quirks with Ademco panels.
5 years ago
f34rdotcom
cf9c94053d
Ok that did not work on some panels. Back to timers ;(. Sorry fire will take 30 seconds to clear. At least its not flopping back and forth anymore.
5 years ago
f34rdotcom
75947c726f
Remove fire timeout. Not needed now that fire is tracked correctly by removing system messages. In theory any normal message with no fire bit will clear the fire event so most of this was just workarrounds for other issues.
5 years ago
f34rdotcom
6218baa611
Ok. I sure hope that is the last quirk with Ademco system messages and alarms :( It was still cycling with fire on/off during a fire event restoring fire on system messages. Looked at my 20p and 50pul and both would show 3 on the system specific field so I am going to use it!
5 years ago
Sean Mathews
41a3f8c345
Merge pull request #37 from nutechsoftware/dev
Added 'EXIT DELAY' pattern test to DSC arming panel state logic
5 years ago
f34rdotcom
838cc9f397
Added 'EXIT DELAY' pattern test to DSC arming panel state logic
5 years ago
Sean Mathews
514fe67307
Merge pull request #36 from nutechsoftware/dev
Bug fix and testing with buster
5 years ago
f34rdotcom
f228c53a5b
bump revision. change in sending EXIT events. No longer sending updates in ARM event now sending in Ready(FALSE) events.
5 years ago
f34rdotcom
2311c45f8b
meh. not a good idea to lock it and forget it!
5 years ago
Sean Mathews
70a1e9e800
Added EXIT state tracking _exit
5 years ago
Sean Mathews
d2cbe8ce9b
Set serial to string and Unknown by default not numeric
5 years ago
Sean Mathews
722cc436e0
fixed tests.
5 years ago
Sean Mathews
67b8ae9467
fixed tests.
5 years ago
Sean Mathews
1eca7e6a8c
Another fix for system_fault change. Fixed FIRE bit toggle OFF/ON on Acemco.
5 years ago
Sean Mathews
02312961a2
system fault bit field is a 4 bit hex number from 0-f.
5 years ago
Sean Mathews
72a9d417ec
Bump version. Improve LRR detail. added perimeter only and instant flags from section #1
5 years ago
Sean Mathews
b0c014089e
Version bump for last commit.
6 years ago
Sean Mathews
1ba73462ca
Merge pull request #31 from nutechsoftware/dev
Merge from dev into master
6 years ago
Sean Mathews
b4dc495bad
Merge pull request #29 from jonathanjsimon/dev
Add support for self signed certificates. Thanks! I will merge this with master and remove the change to master. AFAIK they both look exactly the same.
6 years ago
Jonathan Simon
59c196919a
Merge branch 'master' into dev
6 years ago
Jonathan Simon
9867746c88
Merge branch 'hotfix/ssl_allow_self_signed'
6 years ago
Jonathan Simon
4ba3596ead
Aadd support for self signed certificates
Set attribute ssl_allow_self_signed to true to allow self signed certificates
6 years ago
Sean Mathews
9d382a5609
serial_number is alpha numeric not int.
6 years ago
Sean Mathews
edb83f18a8
Merge pull request #27 from nutechsoftware/dev
Added support for on_chime. Clerification on_bypass return value. Ver…
6 years ago
f34rdotcom
1064b265ca
Added support for on_chime. Clerification on_bypass return value. Version bump.
6 years ago
Sean Mathews
914bf6388f
Merge pull request #19 from nutechsoftware/dev
added on_ready_change event handler and tests
6 years ago
f34rdotcom
d0d242030d
version bump
6 years ago
f34rdotcom
cf9ed59cb7
Failure is not an option. Raise an exception.
6 years ago