aioswitcher
PyPi module integrating with various Switcher devices
What it is and what it does
aioswitcher is an async Python client library for controlling and monitoring Switcher smart home devices. It wraps the Switcher device protocol in a Python API, using aiohttp for network communication and pycryptodome for cryptographic operations. The library is community-maintained and not officially supported by the Switcher vendor, though it benefits from their cooperation.
The package targets developers building home automation systems that integrate Switcher devices. It requires Python 3.12 or later and is designed for async/await patterns, making it suitable for integration into event-driven home automation frameworks. The project has been actively developed since 2020 and remains under active maintenance.
Use it for:
- Build a home automation integration that controls Switcher devices from a Python application
- Monitor Switcher device status and power consumption in real-time
- Create custom automation routines that trigger Switcher device actions based on external events
- Develop a web API or dashboard that exposes Switcher device control to other systems
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides async Python integration with Switcher smart home devices, enabling control and monitoring over the network.
Yes, if you need to control Switcher devices from Python. The package has low install friction, active maintenance, and a permissive license. The main caveat is that it's community-driven without official vendor support—verify device compatibility with your specific models before committing to it in production.
Install
aioswitcher on PyPI
pip
pip install aioswitcheruv
uv add aioswitcherpoetry
poetry add aioswitcherInstalling aioswitcher
Before you install
Low install friction with only two runtime dependencies (aiohttp and pycryptodome). Actively maintained with a recent release and ongoing commits as of 2026-08-09.
License in practice
Licensed under Apache-2.0 (permissive), allowing commercial and private use with minimal restrictions.
Quickstart
pip install aioswitcher
import asyncio
from aioswitcher import SwitcherDevice
async def main():
device = SwitcherDevice(host="switcher_device_ip")
await device.connect()
# Use device to control or monitor Switcher devices
asyncio.run(main())
Requires Python 3.12 or later; target Switcher device must be reachable on the network.
Verify before relying
- Whether the package supports all current Switcher device models and firmware versions
- Performance characteristics when controlling multiple devices concurrently
- Whether community support is sufficient given the vendor does not officially support this project
- Specific network configuration or authentication requirements for device communication
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (<4.0,>=3.12.0) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — aiohttp, pycryptodome |
| Maintenance | actively maintained — 11 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 78,266/month — #14,454 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: aioswitcher-6.2.0-py3-none-any.whl
Keywords: home-automation, smarthome, switcher
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
aioqswAsync Python library for controlling QNAP QSW…
permissive · top 15,000 on PyPI
simplisafe-pythonAn async Python interface to the SimpliSafe API…
permissive · top 15,000 on PyPI
aioecowittProvides an async Python wrapper for the…
permissive · top 15,000 on PyPI
aioairzone-cloudAsync Python library for controlling Airzone…
permissive · top 15,000 on PyPI
pyswitchbeeA Python library for controlling SwitchBee…
permissive · top 15,000 on PyPI
pyvesyncAsynchronous Python library to discover,…
permissive · top 15,000 on PyPI
pysensiboProvides an asyncio-friendly Python API client…
permissive · top 15,000 on PyPI
tinytuyaControls and monitors Tuya WiFi smart devices…
permissive · top 15,000 on PyPI
meross-iotA Python library for controlling Meross IoT…
permissive · top 15,000 on PyPI
wiimwiim provides a Python API to discover,…
permissive · top 15,000 on PyPI