Skip to main content

An Abode alarm Python library running on Python 3.

Project description

python-abode
=============================================
A thin Python library for the Abode alarm API.
Only compatible with Python 3+

Disclaimer:
~~~~~~~~~~~~~~~
Published under the MIT license - See LICENSE file for more details.

"Abode" is a trademark owned by Abode Systems Inc., see www.goabode.com for more information.
I am in no way affiliated with Abode.

Thank you Abode for having a relatively simple API to reverse engineer. Hopefully in the future you'll
open it up for official use.

API calls faster than 60 seconds is not recommended as it can overwhelm Abode's servers. Leverage the cloud push
event notification functionality as much as possible. Please use this module responsibly.

Installation
================
Standalone from source::

pip install .

Command Line Usage
=========
Simple command line implementation arguments::

$ python abodecl.py
usage: abodecl.py --username USERNAME --password PASSWORD
[--mode] [--arm ARM] [--devices] [--device DEVICE] [--listen] [--debug]

You can get the current alarm mode::

$ python abodecl.py --username USERNAME --password PASSWORD --mode

Mode: standby

To set the alarm mode, one of 'standby', 'home', or 'away'::

$ python abodecl.py --username USERNAME --password PASSWORD --arm home

Mode set to: home

A full list of devices and their current states::

$ python abodecl.py --username USERNAME --password PASSWORD --devices

Device Name: Glass Break Sensor, Device ID: RF:xxxxxxxx, Device Type: GLASS, Device Status: Online
Device Name: Keypad, Device ID: RF:xxxxxxxx, Device Type: Keypad, Device Status: Online
Device Name: Remote, Device ID: RF:xxxxxxxx, Device Type: Remote Controller, Device Status: Online
Device Name: Garage Entry Door, Device ID: RF:xxxxxxxx, Device Type: Door Contact, Device Status: Closed
Device Name: Front Door, Device ID: RF:xxxxxxxx, Device Type: Door Contact, Device Status: Closed
Device Name: Back Door, Device ID: RF:xxxxxxxx, Device Type: Door Contact, Device Status: Closed
Device Name: Status Indicator, Device ID: ZB:xxxxxxxx, Device Type: Status Display, Device Status: Online
Device Name: Downstairs Motion Camera, Device ID: ZB:xxxxxxxx, Device Type: Motion Camera, Device Status: Online
Device Name: Back Door Deadbolt, Device ID: ZW:xxxxxxxx, Device Type: Door Lock, Device Status: LockClosed
Device Name: Front Door Deadbolt, Device ID: ZW:xxxxxxxx, Device Type: Door Lock, Device Status: LockClosed
Device Name: Garage Door Deadbolt, Device ID: ZW:xxxxxxxx, Device Type: Door Lock, Device Status: LockClosed
Device Name: Alarm area_1, Device ID: area_1, Device Type: Alarm, Device Status: standby

The current state of a specific device using the device id::

$ python abodecl.py --username USERNAME --password PASSWORD --device ZW:xxxxxxxx

Device Name: Garage Door Deadbolt, Device ID: ZW:xxxxxxxx, Device Type: Door Lock, Device Status: LockClosed

Additionally, multiple specific devices using the device id::

$ python abodecl.py --username USERNAME --password PASSWORD --device ZW:xxxxxxxx --device RF:xxxxxxxx

Device Name: Garage Door Deadbolt, Device ID: ZW:xxxxxxxx, Device Type: Door Lock, Device Status: LockClosed
Device Name: Back Door, Device ID: RF:xxxxxxxx, Device Type: Door Contact, Device Status: Closed

You can also block and listen for all device change events::

$ python abodecl.py --username USERNAME --password PASSWORD --listen

No devices specified, adding all devices to listener...
Listening for device updates...
Device Name: Alarm area_1, Device ID: area_1, Status: standby, At: 2017-05-27 11:13:08
Device Name: Garage Door Deadbolt, Device ID: ZW:xxxxxxxx, Status: LockOpen, At: 2017-05-27 11:13:31
Device Name: Garage Entry Door, Device ID: RF:xxxxxxxx, Status: Open, At: 2017-05-27 11:13:34
Device Name: Garage Entry Door, Device ID: RF:xxxxxxxx, Status: Closed, At: 2017-05-27 11:13:39
Device Name: Garage Door Deadbolt, Device ID: ZW:xxxxxxxx, Status: LockClosed, At: 2017-05-27 11:13:41
Device Name: Alarm area_1, Device ID: area_1, Status: home, At: 2017-05-27 11:13:59
Device update listening stopped.

If you specify one or more devices with the --device argument along with the --listen command then only those devices will listen for change events.

Keyboard interupt CTRL+C to exit listening mode.

Library Usage
=========
TODO

Class Descriptions
=========
TODO

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

abodepy-0.1.0-py3-none-any.whl (17.1 kB view details)

Uploaded Python 3

File details

Details for the file abodepy-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for abodepy-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3800c52abef73f51c17f5a30eeb8494eb3bdb41aad9ff1f5ceea85d5500126f2
MD5 7d83bbf34a7eda408895da2d44a23448
BLAKE2b-256 d878c063a6ff9841c8534f48583b1bf61dc0e96a69d414c07bd149be6006ecad

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page