diematic-client


Namediematic-client JSON
Version 1.9 PyPI version JSON
download
home_pagehttps://github.com/IgnacioHR/diematic_client
SummaryAsynchronous Python client for diematic-server HTTP server
upload_time2022-12-12 16:11:27
maintainer
docs_urlNone
authorIgnacio Hernández-Ros
requires_python
licenseLGPL
keywords python home-automation iot restful de-dietrich diematic home-assistant
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # diematic_client

A Python module to consume information from diematic_server.

## Software requirements

 * A running instance of diematic_server. In my case I've it running in a Raspberry PI 3 connected to the DeDietrich boiler using the RS-485 port. See the documentation for the diematic_server repository

The documentation for the diematic_server project is in a separate repository and it is also a pipy package available to download and use.

This package has been created to isolate the functionality to access to the server and allow for the integration of components inside home assistant.

## Installation

```
pip install diematic_client
```

If you are installing the home assistant components (At this time, they are WIP) they should install this package automatically

## References

This project has been created following the original structure of the IPP printer module
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/IgnacioHR/diematic_client",
    "name": "diematic-client",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,home-automation,iot,restful,de-dietrich,diematic,home-assistant",
    "author": "Ignacio Hern\u00e1ndez-Ros",
    "author_email": "ignacio@hernandez-ros.com",
    "download_url": "https://files.pythonhosted.org/packages/23/d9/04be17fb92276675655ac57361e804ef89c14131f888789714b68024b487/diematic_client-1.9.tar.gz",
    "platform": null,
    "description": "# diematic_client\n\nA Python module to consume information from diematic_server.\n\n## Software requirements\n\n * A running instance of diematic_server. In my case I've it running in a Raspberry PI 3 connected to the DeDietrich boiler using the RS-485 port. See the documentation for the diematic_server repository\n\nThe documentation for the diematic_server project is in a separate repository and it is also a pipy package available to download and use.\n\nThis package has been created to isolate the functionality to access to the server and allow for the integration of components inside home assistant.\n\n## Installation\n\n```\npip install diematic_client\n```\n\nIf you are installing the home assistant components (At this time, they are WIP) they should install this package automatically\n\n## References\n\nThis project has been created following the original structure of the IPP printer module",
    "bugtrack_url": null,
    "license": "LGPL",
    "summary": "Asynchronous Python client for diematic-server HTTP server",
    "version": "1.9",
    "split_keywords": [
        "python",
        "home-automation",
        "iot",
        "restful",
        "de-dietrich",
        "diematic",
        "home-assistant"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "5a5f02332e66cb9249da58b7d252544e",
                "sha256": "978fce6b44a255c7b42f1ddbae121fb133ac4d12031fddeee29681b69142f648"
            },
            "downloads": -1,
            "filename": "diematic_client-1.9.tar.gz",
            "has_sig": false,
            "md5_digest": "5a5f02332e66cb9249da58b7d252544e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4789,
            "upload_time": "2022-12-12T16:11:27",
            "upload_time_iso_8601": "2022-12-12T16:11:27.082929Z",
            "url": "https://files.pythonhosted.org/packages/23/d9/04be17fb92276675655ac57361e804ef89c14131f888789714b68024b487/diematic_client-1.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-12 16:11:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "IgnacioHR",
    "github_project": "diematic_client",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "diematic-client"
}
        
Elapsed time: 0.01866s