Metadata-Version: 1.2
Name: pyecodevices-rt2
Version: 1.0.2
Summary: Get information from GCE Ecodevices RT2.
Home-page: https://github.com/pcourbin/pyecodevices_rt2
Author: Pierre COURBIN
Author-email: pierre.courbin@gmail.com
License: MIT license
Description: ===============================================
        pyecodevices-rt2 - Python `GCE Ecodevices RT2`_
        ===============================================
        
        
        .. image:: https://img.shields.io/pypi/v/pyecodevices_rt2.svg
                :target: https://pypi.python.org/pypi/pyecodevices_rt2
        
        .. image:: https://img.shields.io/pypi/pyversions/pyecodevices_rt2.svg
                :target: https://pypi.python.org/pypi/pyecodevices_rt2
        
        .. image:: https://img.shields.io/travis/pcourbin/pyecodevices_rt2.svg
                :target: https://travis-ci.com/pcourbin/pyecodevices_rt2
        
        .. image:: https://readthedocs.org/projects/pyecodevices-rt2/badge/?version=latest
                :target: https://pyecodevices-rt2.readthedocs.io/en/latest/?version=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/pcourbin/pyecodevices_rt2/shield.svg
             :target: https://pyup.io/repos/github/pcourbin/pyecodevices_rt2/
             :alt: Updates
        
        
        | Get information from `GCE Ecodevices RT2`_.
        
        This work is originally developed for use with `Home Assistant`_ and the *custom component* `ecodevices_rt2`_.
        
        * Free software: MIT license
        * Documentation: https://pyecodevices-rt2.readthedocs.io.
        
        
        Features
        --------
        
        Parameters
        ==========
        
        - `host`: ip or hostname
        - `port`: (default: 80)
        - `apikey`: if authentication enabled on Ecodevices RT2
        - `timeout`: (default: 3)
        
        Properties
        ==========
        
        - `host`: return the host
        - `apikey`: return the apikey
        - `apiurl`: return the default apiurl
        
        Methods
        =======
        
        - `ping`: return true if the Ecodevices answer
        - `get`: return json or part of json from the API and parameters according to `GCE Ecodevices RT2 API`_ (or `PDF`_).
        
        Credits
        -------
        
        | This work is based on the work of `Aohzan`_.
        | This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        .. _`GCE Ecodevices RT2`: http://gce-electronics.com/fr/home/1345-suivi-consommation-ecodevices-rt2-3760309690049.html
        .. _`GCE Ecodevices RT2 API`: https://gce.ovh/wiki/index.php?title=API_EDRT
        .. _`PDF`: https://forum.gce-electronics.com/uploads/default/original/2X/1/1471f212a720581eb3a04c5ea632bb961783b9a0.pdf
        .. _`Home Assistant`: https://www.home-assistant.io/
        .. _`ecodevices_rt2`: https://github.com/pcourbin/ecodevices_rt2
        .. _`Aohzan`: https://github.com/Aohzan/pyecodevices
        
        =======
        History
        =======
        
        0.1.0 (2021-04-12)
        ------------------
        
        * First release on PyPI.
        
Keywords: pyecodevices_rt2
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.5
