Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
13 lines (7 loc) · 536 Bytes

File metadata and controls

13 lines (7 loc) · 536 Bytes
Copy raw file
Download raw file
Edit and raw actions

simplisafe-python

A hacky-hack Python wrapper to set the state of your SimpliSafe alarm system.

It's not the most elegant solution, as it logs in and out every time, but this way you don't have to worry that your login cookie has expired. They don't have a real API, this is just what their mobile app does if you sniff the network traffic.

###Usage:###

$ python simplisafe.py --username YOUR_USERNAME --password YOUR_PASSWORD --state DESIRED_ALARM_STATE --debug

Alarm state can be off, home, or away.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.