aiocomelit
Python library to control Comelit Simplehome
What it is and what it does
aiocomelit is an async Python library for controlling Comelit Simplehome home automation systems. It communicates with Comelit bridge devices over the network to manage lights, locks, thermostats, and other connected home devices. The library uses aiohttp for async HTTP communication, orjson for efficient JSON parsing, and pint for unit handling.
The package is designed for developers building home automation integrations, dashboards, or control scripts that need to interact with Comelit hardware. It supports both standard Comelit bridges and VEDO devices, with configuration via network host, port, and PIN authentication. The async design makes it suitable for concurrent device control or integration into larger async applications.
Use it for:
- Build a home automation dashboard that monitors and controls Comelit devices in real time.
- Integrate Comelit Simplehome with Home Assistant or other open-source home automation platforms.
- Create scheduled automation scripts that control lights, locks, or climate devices based on time or events.
- Develop a mobile app backend that exposes Comelit device control via REST or WebSocket APIs.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Async Python library for controlling Comelit Simplehome home automation systems over the network.
Yes, if you own Comelit Simplehome hardware and need programmatic control. The library is actively maintained, has no known vulnerabilities, low install friction, and supports current Python versions. The permissive Apache-2.0 license is unrestrictive. Primary consideration: verify that your specific Comelit devices and use case are supported by the library's feature set.
Install
aiocomelit on PyPI
pip
pip install aiocomelituv
uv add aiocomelitpoetry
poetry add aiocomelitInstalling aiocomelit
Before you install
Low friction install with a pure-Python wheel and three lightweight runtime dependencies. Active maintenance with a recent release 57 days ago and current commit activity.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions.
Quickstart
pip install aiocomelit
import asyncio
from aiocomelit import AioComelit
async def main():
api = AioComelit(host="192.168.1.252", port=80, pin=12345)
await api.connect()
asyncio.run(main())
Requires Python 3.12 or later; Comelit Simplehome bridge must be accessible on the network.
Verify before relying
- Whether the library supports all Comelit Simplehome device types and features.
- Performance characteristics when controlling multiple devices or polling status.
- Whether VEDO integration (mentioned in test config) is fully documented and supported.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.12) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — aiohttp, orjson, pint |
| Maintenance | actively maintained — 57 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 75,672/month — #14,687 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: aiocomelit-2.0.7-py3-none-any.whl
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
aioamazondevicesAsync Python library for controlling and…
permissive · top 15,000 on PyPI
aiovlcControl VLC media player over a telnet…
permissive · top 15,000 on PyPI
aiovodafoneAsync Python library for controlling and…
permissive · top 15,000 on PyPI
aiohueAsynchronous Python library for controlling…
permissive · top 15,000 on PyPI
pyenphaseProvides a Python library to communicate with…
permissive · top 15,000 on PyPI
govee-bleProvides Python bindings to discover, connect…
permissive · top 15,000 on PyPI
aiolifx-themesApplies color themes to LIFX smart lights using…
permissive · top 15,000 on PyPI
uart-devicesProvides a Python interface to interact with…
permissive · top 15,000 on PyPI
aiodhcpwatcherWatches for DHCP packets on the network using…
permissive · top 15,000 on PyPI
aioouiPerforms asynchronous lookups of…
permissive · top 15,000 on PyPI