معرفی شرکت ها


clage-homeserver-0.1.8


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A Python API for accessing and managing an electrical CLAGE continuous waterheater (e.g. DSX Touch) via the CLAGE Homeserver REST API
ویژگی مقدار
سیستم عامل -
نام فایل clage-homeserver-0.1.8
نام clage-homeserver
نسخه کتابخانه 0.1.8
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Klaus Aengenvoort
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/klacol/clage_homeserver
آدرس اینترنتی https://pypi.org/project/clage-homeserver/
مجوز -
[![Python application](https://github.com/klacol/clage_homerserver/actions/workflows/pythonapp.yml/badge.svg)](https://github.com/klacol/clage_homerserver/actions/workflows/pythonapp.yml) [![PyPI](https://img.shields.io/pypi/v/clage-homeserver)](https://pypi.org/project/clage-homeserver/) # clage_homeserver (WIP) Python client for accessing the Clage Waterheater via the local https-Rest-API-Endpoint of the clage Homeserver Tested with the "[Clage DSX Touch](https://www.clage.de/de/produkte/e-komfortdurchlauferhitzer/DSX-Touch)" with an integrated Homeserver. Based on the [API documentation version 1.3.4](https://github.com/klacol/clage-homerserver-api/blob/master/api-docs/CLAGE%20HomeServer%20API%20v1.3.4.pdf). # Warning: WIP - Breaking changes possible This is the first version of the API so there are still breaking chnages possible eg. output parameter names or values. # Links [Project Homepage](https://github.com/klacol/clage_homeserver) [PyPi Package](https://pypi.org/project/clage_homeserver) [Openapi Document](https://app.swaggerhub.com/apis/klacol/ClageHomeServer/1.0.0) [Product Homepage](https://www.clage.de/de/produkte/e-komfortdurchlauferhitzer/DSX-Touch) All rights of CLAGE GmbH remain unaffected. # Features - Query the status of the homeserver & water heater - Query the setup values of the homeserver & water heater - Query the consumption values for water (Liter) and energy (kWh) - Set the setpoint temperature for the heater # Install ``` pip install clage_homeserver ``` # Example ```python from clage_homeserver import ClageHomeServer clageHomeServer = ClageHomeServer('192.168.0.78','Your Homeserver ID','Your Heater ID') # Request the status of the homeserver/heater print (clageHomeServer.requestStatus()) # Request the setup values of the homeserver/heater print (clageHomeServer.requestSetup()) # Request the consupmtion values of the homeserver/heater print (clageHomeServer.GetConsumptionTotals()) # Set the temperature to 45.6 °C (setpoint) clageHomeServer.setTemperature(45.6) ```


نیازمندی

مقدار نام
- requests


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

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


نحوه نصب


نصب پکیج whl clage-homeserver-0.1.8:

    pip install clage-homeserver-0.1.8.whl


نصب پکیج tar.gz clage-homeserver-0.1.8:

    pip install clage-homeserver-0.1.8.tar.gz