wolf-ism8


Namewolf-ism8 JSON
Version 3.0 PyPI version JSON
download
home_page
SummaryWrite and read data from wolf heating system via ISM8
upload_time2024-01-18 21:29:40
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License
keywords home assistant wolf hvac
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Implementation of an http server which communicates with WOLF HVAC systems via their ISM8 module. Received datagrams are translated to pyhon datatypes and held in a internal dictionary for further 
usage. Writable datapoints are correctly encoded and sent to ISM8. 

This python package was built in order to integrate a [WOLF](https://www.wolf.eu) heating system into the [Home Assistant](https://www.home-assistant.io) ecosystem. The library takes advantage of the ASYNCIO-Library.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "wolf-ism8",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "Home Assistant,Wolf,HVAC",
    "author": "",
    "author_email": "marcschmiedchen <marc.schmiedchen@protonmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/6e/79/086f5d8816a46ed060a600c45203dcb947479e2a7de9891feb05a6fb96fd/wolf_ism8-3.0.tar.gz",
    "platform": null,
    "description": "Implementation of an http server which communicates with WOLF HVAC systems via their ISM8 module. Received datagrams are translated to pyhon datatypes and held in a internal dictionary for further \nusage. Writable datapoints are correctly encoded and sent to ISM8. \n\nThis python package was built in order to integrate a [WOLF](https://www.wolf.eu) heating system into the [Home Assistant](https://www.home-assistant.io) ecosystem. The library takes advantage of the ASYNCIO-Library.\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Write and read data from wolf heating system via ISM8",
    "version": "3.0",
    "project_urls": {
        "Issues": "https://github.com/marcschmiedchen/wolf_ism8/issues",
        "Repository": "https://github.com/marcschmiedchen/wolf_ism8"
    },
    "split_keywords": [
        "home assistant",
        "wolf",
        "hvac"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dfa6f5dc3836cdae14bab006f03bb6565c29b385601750b71e82c526912afbf2",
                "md5": "db9ed8fb355cf750db2539a2835c3e88",
                "sha256": "755774aa99061119bc957e6aa09c64daf607fed368d3a1d07171cca428a9d996"
            },
            "downloads": -1,
            "filename": "wolf_ism8-3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "db9ed8fb355cf750db2539a2835c3e88",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 11647,
            "upload_time": "2024-01-18T21:29:38",
            "upload_time_iso_8601": "2024-01-18T21:29:38.324979Z",
            "url": "https://files.pythonhosted.org/packages/df/a6/f5dc3836cdae14bab006f03bb6565c29b385601750b71e82c526912afbf2/wolf_ism8-3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e79086f5d8816a46ed060a600c45203dcb947479e2a7de9891feb05a6fb96fd",
                "md5": "713c347931d63480033deac0f4542f08",
                "sha256": "bb3d105bd5e30806a672b11ac047f4e3ccc2e9bcef8d69765e8fb7dc737b1c1c"
            },
            "downloads": -1,
            "filename": "wolf_ism8-3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "713c347931d63480033deac0f4542f08",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 11345,
            "upload_time": "2024-01-18T21:29:40",
            "upload_time_iso_8601": "2024-01-18T21:29:40.072841Z",
            "url": "https://files.pythonhosted.org/packages/6e/79/086f5d8816a46ed060a600c45203dcb947479e2a7de9891feb05a6fb96fd/wolf_ism8-3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-18 21:29:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "marcschmiedchen",
    "github_project": "wolf_ism8",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "wolf-ism8"
}
        
Elapsed time: 0.16595s