hahomematic


Namehahomematic JSON
Version 2024.12.10 PyPI version JSON
download
home_pagehttps://github.com/sukramj/hahomematic
SummaryHomematic interface for Home Assistant running on Python 3.
upload_time2024-12-21 20:01:10
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12.0
licenseMIT License
keywords home automation homematic
VCS
bugtrack_url
requirements aiohttp orjson python-slugify voluptuous
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # hahomematic

`hahomematic` is a Python 3 module for [Home Assistant](https://www.home-assistant.io/) to interact with [HomeMatic](https://www.eq-3.com/products/homematic.html) and [HomematicIP](https://www.homematic-ip.com/en/start.html) devices. Some other devices (f.ex. Bosch, Intertechno) might be supported as well.

This is intended to become the successor of [pyhomematic](https://github.com/danielperna84/pyhomematic).

It can be installed by using the [custom_component](https://github.com/sukramj/custom_homematic).
Necessary installation instructions can be found [here](https://github.com/sukramj/custom_homematic/wiki/Installation).

## Project goal and features

[pyhomematic](https://github.com/danielperna84/pyhomematic) has the requirement to manually add support for devices to make them usable in [Home Assistant](https://www.home-assistant.io/). `hahomematic` automatically create entities for each parameter on each channel on every device (if it not black listed). To achieve this, all paramsets (`VALUES`) are fetched (and cached for quick successive startups).

On top of that it is possible to add custom entity-classes to implement more complex entities, if it makes sense for a device, much like the [devicetypes](https://github.com/danielperna84/pyhomematic/tree/master/pyhomematic/devicetypes) of [pyhomematic](https://github.com/danielperna84/pyhomematic). This will be needed for thermostats, lights, covers, climate, lock, siren etc..

Helpers for automatic re-connecting after a restart of the CCU are provided as well.

## Requirements

Due to a bug in previous version of the CCU2 / CCU3, `hahomematic` requires at least the following version for usage with HomematicIP devices:

- CCU2: 2.53.27
- CCU3: 3.53.26

More information about this bug can be found here: https://github.com/jens-maus/RaspberryMatic/issues/843. Other CCU-like platforms that leverage the buggy version of the `HmIPServer` aren't supported as well.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sukramj/hahomematic",
    "name": "hahomematic",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12.0",
    "maintainer_email": null,
    "keywords": "home, automation, homematic",
    "author": null,
    "author_email": "Daniel Perna <danielperna84@gmail.com>, SukramJ <sukramj@icloud.com>",
    "download_url": "https://files.pythonhosted.org/packages/af/81/fb36f3c82f68da226615565d8c925e0e2df65e269a4a623f67a5cd3b8fc7/hahomematic-2024.12.10.tar.gz",
    "platform": null,
    "description": "# hahomematic\n\n`hahomematic` is a Python 3 module for [Home Assistant](https://www.home-assistant.io/) to interact with [HomeMatic](https://www.eq-3.com/products/homematic.html) and [HomematicIP](https://www.homematic-ip.com/en/start.html) devices. Some other devices (f.ex. Bosch, Intertechno) might be supported as well.\n\nThis is intended to become the successor of [pyhomematic](https://github.com/danielperna84/pyhomematic).\n\nIt can be installed by using the [custom_component](https://github.com/sukramj/custom_homematic).\nNecessary installation instructions can be found [here](https://github.com/sukramj/custom_homematic/wiki/Installation).\n\n## Project goal and features\n\n[pyhomematic](https://github.com/danielperna84/pyhomematic) has the requirement to manually add support for devices to make them usable in [Home Assistant](https://www.home-assistant.io/). `hahomematic` automatically create entities for each parameter on each channel on every device (if it not black listed). To achieve this, all paramsets (`VALUES`) are fetched (and cached for quick successive startups).\n\nOn top of that it is possible to add custom entity-classes to implement more complex entities, if it makes sense for a device, much like the [devicetypes](https://github.com/danielperna84/pyhomematic/tree/master/pyhomematic/devicetypes) of [pyhomematic](https://github.com/danielperna84/pyhomematic). This will be needed for thermostats, lights, covers, climate, lock, siren etc..\n\nHelpers for automatic re-connecting after a restart of the CCU are provided as well.\n\n## Requirements\n\nDue to a bug in previous version of the CCU2 / CCU3, `hahomematic` requires at least the following version for usage with HomematicIP devices:\n\n- CCU2: 2.53.27\n- CCU3: 3.53.26\n\nMore information about this bug can be found here: https://github.com/jens-maus/RaspberryMatic/issues/843. Other CCU-like platforms that leverage the buggy version of the `HmIPServer` aren't supported as well.\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Homematic interface for Home Assistant running on Python 3.",
    "version": "2024.12.10",
    "project_urls": {
        "Bug Reports": "https://github.com/sukramj/hahomematic/issues",
        "Docs: Dev": "https://github.com/sukramj/hahomematic",
        "Forum": "https://github.com/sukramj/hahomematic/discussions",
        "Homepage": "https://github.com/sukramj/hahomematic",
        "Source Code": "https://github.com/sukramj/hahomematic"
    },
    "split_keywords": [
        "home",
        " automation",
        " homematic"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "52faa1fef6372b41c9e1161c3c902fe8d0ecc753604c19467f9abc0f9fcdc184",
                "md5": "1b868a2fb50a0a3ae426c5285ac1be45",
                "sha256": "1a92d61edfee1714eb4ec54a37d935b73f552299c55742df5f069ce7a42a1b33"
            },
            "downloads": -1,
            "filename": "hahomematic-2024.12.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1b868a2fb50a0a3ae426c5285ac1be45",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12.0",
            "size": 166654,
            "upload_time": "2024-12-21T20:01:08",
            "upload_time_iso_8601": "2024-12-21T20:01:08.938261Z",
            "url": "https://files.pythonhosted.org/packages/52/fa/a1fef6372b41c9e1161c3c902fe8d0ecc753604c19467f9abc0f9fcdc184/hahomematic-2024.12.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af81fb36f3c82f68da226615565d8c925e0e2df65e269a4a623f67a5cd3b8fc7",
                "md5": "36174e5b1ec91743388c8773ace30764",
                "sha256": "a27f9666b11c4fc96792bd8261fee40c014498051df5ac3a82bb20f57c28db78"
            },
            "downloads": -1,
            "filename": "hahomematic-2024.12.10.tar.gz",
            "has_sig": false,
            "md5_digest": "36174e5b1ec91743388c8773ace30764",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12.0",
            "size": 168550,
            "upload_time": "2024-12-21T20:01:10",
            "upload_time_iso_8601": "2024-12-21T20:01:10.746112Z",
            "url": "https://files.pythonhosted.org/packages/af/81/fb36f3c82f68da226615565d8c925e0e2df65e269a4a623f67a5cd3b8fc7/hahomematic-2024.12.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-21 20:01:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sukramj",
    "github_project": "hahomematic",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "aiohttp",
            "specs": [
                [
                    ">=",
                    "3.11.0"
                ]
            ]
        },
        {
            "name": "orjson",
            "specs": [
                [
                    ">=",
                    "3.10.0"
                ]
            ]
        },
        {
            "name": "python-slugify",
            "specs": [
                [
                    ">=",
                    "8.0.4"
                ]
            ]
        },
        {
            "name": "voluptuous",
            "specs": [
                [
                    ">=",
                    "0.15.2"
                ]
            ]
        }
    ],
    "lcname": "hahomematic"
}
        
Elapsed time: 0.44937s