معرفی شرکت ها


cometblue-asyncio-0.9.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Python library for interacting with the Eurotronic Comet Blue thermostatic radiator valve based on bleak using asyncio.
ویژگی مقدار
سیستم عامل -
نام فایل cometblue-asyncio-0.9.1
نام cometblue-asyncio
نسخه کتابخانه 0.9.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Pavel Krc
ایمیل نویسنده src@pkrc.net
آدرس صفحه اصلی https://github.com/rolicot/cometblue-asyncio
آدرس اینترنتی https://pypi.org/project/cometblue-asyncio/
مجوز MIT
# cometblue-asyncio This is a Python library for interacting with the Eurotronic Comet Blue thermostatic radiator valves and their clones (see below). It is a refactored fork of https://github.com/zero-udo/eurotronic-cometblue with additional credits to https://github.com/rikroe and [Thorsten Tränker](https://www.torsten-traenkner.de/wissen/smarthome/heizung.php). What sets it aside from other Comet Blue libraries? - It is built on https://github.com/hbldh/bleak, which is well-designed, up-to-date and functional. Do you know that e.g. pygatt will only work under root, because it will _fully restart your system BlueZ service_ upon every connection? I had serious issues with that until I switched to bleak. - It is simple, minimalistic and does only what you ask for. The bluetooth communication is minimal, it only sends the commands that you explicitly request. Some other libs try to e.g. download everything on first/each connection, which takes forever. - (Once refactoring is finished:) Pythonic, no scaffolding code with hidden typos. API expects sane programmers, no babysitting through excess sanitization of unthinkable input combinations. ## Compatible devices I have tested it on _Silvercrest RT2000BT_. The original library was tested on _Eurotronic Comet Blue_ and _Sygonix HT100 BT_. It should also work on _Xavax Hama_ (untested). My own Silvercrest RT2000BT has the issue that it sometimes randomly messes up its programmed weekly schedule. The frequency with which it happens is correlated with the the frequency of bluetooth communication, however it is not caused by this library specifically, because it happens even if I only use the original Eurotronic Android app (any of the 2 versions). The solution for me is to check the schedule every few connections and correct it programatically. ## Installation ``` pip install cometblue-asyncio ``` ## Usage Sorry, so far no more documenation than: ```python from cometblue_asyncio import CometBlue help(CometBlue) ```


نیازمندی

مقدار نام
- bleak


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl cometblue-asyncio-0.9.1:

    pip install cometblue-asyncio-0.9.1.whl


نصب پکیج tar.gz cometblue-asyncio-0.9.1:

    pip install cometblue-asyncio-0.9.1.tar.gz