Skip to content

greencoder/easysafe-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages