--- id: simplisafe-python version: "2026.6.0" license: MIT license_treatment: permissive maintenance: active --- # simplisafe-python — A Python3, async interface to the SimpliSafe API License: permissive · Maintenance: active · Downloads: 75.3K/mo ## What it is and what it does simplisafe-python is an async Python client for the unofficial SimpliSafe security system API. It allows you to query your system's state, read sensor data, and issue control commands from Python code using asyncio. The package wraps HTTP calls with a Pythonic interface, handling authentication and data validation through its dependencies. The library is built on aiohttp for async HTTP, websockets for real-time updates, and backoff for retry logic. It's maintained actively and supports modern Python versions (3.10–3.14). Use it when you want to integrate SimpliSafe monitoring or control into a larger home automation system, a monitoring dashboard, or a custom alerting workflow. Use it for: - Integrate SimpliSafe system state into a home automation hub or dashboard that polls multiple devices. - Trigger automated actions (e.g., arm the system, log events) based on external conditions or schedules. - Build a custom monitoring or alerting service that reacts to sensor data from SimpliSafe. - Query sensor readings to feed into analytics or logging systems. - Control SimpliSafe from a voice assistant or custom mobile app backend. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. An async Python interface to the SimpliSafe API that lets you query system state, sensor data, and control your SimpliSafe security system from Python code. Yes. The package is actively maintained, has low install friction, carries a permissive MIT license, and fills a clear niche for Python developers who need programmatic access to SimpliSafe. No known vulnerabilities. Install it if you're building home automation or monitoring tooling around SimpliSafe. ## Install pip install simplisafe-python uv add simplisafe-python poetry add simplisafe-python ## Installing simplisafe-python Before you install: Low friction installation with a pure-Python wheel. Active maintenance as of 2026-08-09 with recent release on 2026-06-24. Supports current Python versions (3.10–3.14) and PyPy. License in practice: MIT license is permissive; you can use this in commercial and private projects with minimal restrictions. Quickstart: pip install simplisafe-python import asyncio from simplisafe_python import SimpliSafe async def main(): async with SimpliSafe(username, password) as system: await system.update() print(system.state) asyncio.run(main()) Requires Python 3.10 or later; SimpliSafe account credentials needed to authenticate with the API. Verify before relying: - Whether the package tracks SimpliSafe API changes or requires manual updates when the API evolves. - Rate limits or throttling behavior when polling sensor data or controlling the system. - Whether offline fallback or local control is supported or if it always requires cloud connectivity. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 75.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags simplisafe api python, async home security control, simplisafe sensor data, python security system integration, simplisafe automation, asyncio home automation, simplisafe python client, home-automation, async-client, security-system [View on SkillFed](https://skillfed.io/packages/simplisafe-python) · [View on PyPI](https://pypi.org/project/simplisafe-python/)