MisterWil / abodepy

A thin Python wrapper for the Abode alarm API
MIT License
50 stars 17 forks source link

Capture and report alarms #12

Closed MisterWil closed 7 years ago

MisterWil commented 7 years ago

Capture when an alarm is triggered and report it through the event interface.

MisterWil commented 7 years ago

Basic implementation finished in v0.10.0. Additional work likely required as the list of events is incomplete.

I managed to locate a list of timeline events when browsing through the abode webapp source, but it looks incomplete and perhaps outdated.

I also managed to identify what appears to be the rough grouping of event_codes, though some of them seem to not match up. For example, {"event_code":"3758", "event_type":"System Armed - Home"} is used when set from the webapp but falls outside the other system arm events (34xx).

I've attached the list and groups for reference.

timeline_events.txt