skillfed

aiocomelit

Python library to control Comelit Simplehome

aiocomelit v2.0.7 75.7K downloads/30d#14,687 on PyPI3
Permissive license Apache-2.0 Active released

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 aiocomelit

uv

uv add aiocomelit

poetry

poetry add aiocomelit

Installing 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

Development Status :: 5 - Production/StableIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: Software Development :: Libraries

Tags

comelit simplehome controlasync home automationcomelit bridge apismart home python librarycomelit device control
home-automationasync-iocomelit

More Libraries packages