Kevin Gottsman
|
a4b329573d
|
undeleted util.py and ran 2to3 on it
|
8 years ago |
Kevin Gottsman
|
41eb2910c2
|
Revert "missed one file"
This reverts commit ef36600418 .
|
8 years ago |
Kevin Gottsman
|
ef36600418
|
missed one file
|
8 years ago |
Kevin Gottsman
|
6e9efed50f
|
2to3 conversions
|
8 years ago |
Scott Petersen
|
44c90d31e8
|
Now tracking faulted zones from ALARM messages.
|
8 years ago |
Scott Petersen
|
9ab05d95b3
|
Typo in address mask.
|
9 years ago |
Scott Petersen
|
ecd390487c
|
Fixed incorrect defaults for panic status and address mask.
|
9 years ago |
Scott Petersen
|
d75749b612
|
Better error handling in firmware upload.
Made SocketDevice behave similarly to the others with regards to blocking.
Added ability to retrieve current configuration string.
|
9 years ago |
Scott Petersen
|
8b9a45d4ee
|
More tweaks and error handling for the firmware upload.
|
9 years ago |
Scott Petersen
|
f87692eb8c
|
Added retries for the reboot/bootloader entry. Attempting to fix timeout issues.
|
9 years ago |
Scott Petersen
|
ce7008ab26
|
Fixed internal address mask.
|
9 years ago |
Scott Petersen
|
2f1db61db3
|
Added support for tracking DSC zones. Added internal address mask for filtering status updates. More bugfixes with zonetracking to keep it quiet and avoid missed events.
|
9 years ago |
Scott Petersen
|
b992ae1500
|
More conversion.
|
9 years ago |
Scott Petersen
|
d8958eaad9
|
Fixed string encoding used with send.
|
10 years ago |
Scott Petersen
|
b22e7c3d28
|
Correctly decoding byte string. Added future requirement.
|
10 years ago |
Scott Petersen
|
0d3b6fe780
|
Python3-friendly fix for the optional SSL stuff in the thread.
|
10 years ago |
Scott Petersen
|
f4fe9be40b
|
Initial pass.
|
10 years ago |
Scott Petersen
|
3e8ebe1266
|
Made SSL support optional.
|
10 years ago |
Scott Petersen
|
e663d60a37
|
Made USB (via pyftdi) optional. Changed examples to use SerialDevice and moved USB to it's own example. Updated requirements and setup.
|
10 years ago |
Kevin Roberts
|
10a753449c
|
Sean found a bug in cursor location
|
10 years ago |
Scott Petersen
|
5e83d303f4
|
Split out alarm sounding status into two events.
|
10 years ago |
Scott Petersen
|
4499bbf84e
|
Updated documentation for on_alarm.
|
10 years ago |
Scott Petersen
|
4d0d5907f4
|
Offending zone is now passed to on_alarm events.
|
10 years ago |
Scott Petersen
|
10316b8fa6
|
Added support for catching exceptions when trying to use a vid/pid not supported under pyftdi.
|
10 years ago |
Scott Petersen
|
79f2c33544
|
Added support for the new FT230X chip.
|
10 years ago |
Scott Petersen
|
fba1baa521
|
Moved read thread initialization to support reopening closed devices.
|
10 years ago |
Scott Petersen
|
e485872b78
|
Fixed issues where SYSTEM messages were causing zones to bounce. Fixed an issue where ZONES FAULTED messages were causing premature restoration on the 128.
|
10 years ago |
Scott Petersen
|
5ea201c05d
|
Renamed MODES to PANEL_TYPES.
|
10 years ago |
Scott Petersen
|
e8e541e592
|
Fixed backwards lookup.
|
10 years ago |
Scott Petersen
|
9de9e9f7c9
|
Added check for ADEMCO panel before pulling out the mask and cursor location. Mask now defaults to 0xFFFFFFFF.
|
10 years ago |
Scott Petersen
|
eb699b6032
|
Added support for the system fault bit as well as source panel type for messages.
|
10 years ago |
Scott Petersen
|
14cca0aaa9
|
Added initial support for DSC in the beta firmware.
|
10 years ago |
Scott Petersen
|
ce58e5554a
|
Fixed tabs.
|
10 years ago |
Spencer E. Olson
|
6f35924451
|
messages->dict conversion
|
10 years ago |
Scott Petersen
|
41c7258008
|
Added support for iterating over event handlers.
|
10 years ago |
Scott Petersen
|
2dbf706456
|
Added support for catching key send events, added KEY_PANIC, bugfixes.
|
11 years ago |
Scott Petersen
|
f6113b7fa9
|
Added missing potential exception when opening a SerialDevice.
|
11 years ago |
Scott Petersen
|
d18b070f62
|
More error handling and closing of device on error.
|
11 years ago |
Ryan
|
7b4b8a045d
|
Strip any leading null characters from data before trying to parse message
|
11 years ago |
Scott Petersen
|
0a6d493d11
|
Updated default address mask, proper handling of invalid messages, added fileno() to support use with select().
|
11 years ago |
Scott Petersen
|
3034e14920
|
Added timestamp to messages.
|
11 years ago |
Scott Petersen
|
a145bec1a7
|
Fixed high cpu load.
|
11 years ago |
Scott Petersen
|
1e3318589e
|
Fixed incorrect optional header for keypad messages.
|
11 years ago |
Scott Petersen
|
98d3f3f4d4
|
Product name tweaks.
|
11 years ago |
Scott Petersen
|
e1b87c633d
|
Moving test directory.
|
11 years ago |
Scott Petersen
|
8168d59af5
|
Separated out expander messages into their own event and limited on_message to just triggering off of keypad
|
11 years ago |
Scott Petersen
|
a3c3216602
|
Documentation updates.
|
11 years ago |
Scott Petersen
|
0c525ada82
|
Simplified the arguments for very basic events.
|
11 years ago |
Scott Petersen
|
99f203db97
|
Ridiculous amount of documentation updates.
|
11 years ago |
Scott Petersen
|
44bfb7348e
|
Refactored the device read_line methods. Still ugly, but better.
|
11 years ago |