معرفی شرکت ها


Calima-2.0.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Python interface for Pax Calima Fan
ویژگی مقدار
سیستم عامل -
نام فایل Calima-2.0.2
نام Calima
نسخه کتابخانه 2.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Timo Mutta
ایمیل نویسنده unknown@unknown.com
آدرس صفحه اصلی https://github.com/timutta/pycalima
آدرس اینترنتی https://pypi.org/project/Calima/
مجوز Apache 2.0
# Pycalima Simple python interface against the Pax Calima® bathroom fan created and sold by Pax® This module provides a very simple interface against the various GATT characteristics of the Calima fan, most importantly it handles the authentication so values are actually persisted within the fan. Uses BluePy ## Installation Install calima $sudo python3 -m pip install calima ## Demo usage .. code:: python from Calima import Calima fan = Calima("MA:CC:AD:DR:ES:SS", "012345") print(fan.getAlias()) ## Find MAC address $sudo python3 cmdline.py -l ## Home Assistant integration Please visit '<https://github.com/timutta/homeassistant-paxcalima>'_. ## Command Line Tool Pretty useful command line tool which among other things can print all the characteristics of a fan. It can also search for available fans if you don't know the MAC address. For more on using the tool, just run `calima -h`. ## Debugging Set this to True in pycalima/Calima.py file if want to see more verbose output. self._debug = False ## Documentation A good readup introductory readup on BLE reverse engineering can be found `here <https://medium.com/@urish/reverse-engineering-a-bluetooth-lightbulb-56580fcb7546#.9ltnsvdsn>`_. Some badly structured details about the protocol can be found in the `Characteristics file <characteristics.md>`_. There is currently no documentation on the module yet, check the Calima.py file to see available functions.


نیازمندی

مقدار نام
- bluepy


نحوه نصب


نصب پکیج whl Calima-2.0.2:

    pip install Calima-2.0.2.whl


نصب پکیج tar.gz Calima-2.0.2:

    pip install Calima-2.0.2.tar.gz