velbus-aio


Namevelbus-aio JSON
Version 2024.4.1 PyPI version JSON
download
home_pageNone
SummaryOpen-source home automation platform running on Python 3.
upload_time2024-04-07 12:20:18
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8.0
licenseMIT
keywords home velbus automation
VCS
bugtrack_url
requirements backoff pyserial pyserial-asyncio
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![CI](https://github.com/Cereal2nd/velbus-aio/actions/workflows/main.yml/badge.svg)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Cereal2nd/velbus-aio/master.svg)](https://results.pre-commit.ci/latest/github/Cereal2nd/velbus-aio/master)

# velbus-aio

Velbus Asyncio, a library to support the [Velbus](https://www.velbus.eu/) home automation system.

This Lib is a rewrite in python3 with asyncio of the [python-velbus](https://github.com/thomasdelaet/python-velbus/) module.
Part of the code from the above lib is reused.
Its also build on top of the [openHab velbus protocol description](https://github.com/StefCoene/moduleprotocol).

The latest version of the library is published as a python package on [pypi](https://pypi.org/project/velbus-aio/)

# Supported connections:

| Type               | Example                          | Description                                                                                                           |
| ------------------ | -------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| serial             | /dev/ttyACME0                    | a serial device                                                                                                       |
| (tcp://)ip:port    | 192.168.1.9:1234                 | An ip address + tcp port combination, used in combination with any velbus => tcp gateway, the tcp:// part is optional |
| tls://ip:port      | tls://192.168.1.9:12345          | A connection to [Signum](https://www.velbus.eu/products/view/?id=458140)                                              |
| tls://auth@ip:port | tls://iauthKey@192.168.1.9:12345 | A connection to [Signum](https://www.velbus.eu/products/view/?id=458140) with uthentication                           |

# Development

See the [contributing](https://github.com/Cereal2nd/velbus-aio/blob/master/CONTRIBUTING.md) guidelines.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "velbus-aio",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8.0",
    "maintainer_email": null,
    "keywords": "home, velbus, automation",
    "author": null,
    "author_email": "Maikel Punie <maikel.punie@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/a3/d2/b73a2105352f2244efa02ed361f6b690da8fd8d56191065576a7a7b9325b/velbus-aio-2024.4.1.tar.gz",
    "platform": "any",
    "description": "![CI](https://github.com/Cereal2nd/velbus-aio/actions/workflows/main.yml/badge.svg)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Cereal2nd/velbus-aio/master.svg)](https://results.pre-commit.ci/latest/github/Cereal2nd/velbus-aio/master)\n\n# velbus-aio\n\nVelbus Asyncio, a library to support the [Velbus](https://www.velbus.eu/) home automation system.\n\nThis Lib is a rewrite in python3 with asyncio of the [python-velbus](https://github.com/thomasdelaet/python-velbus/) module.\nPart of the code from the above lib is reused.\nIts also build on top of the [openHab velbus protocol description](https://github.com/StefCoene/moduleprotocol).\n\nThe latest version of the library is published as a python package on [pypi](https://pypi.org/project/velbus-aio/)\n\n# Supported connections:\n\n| Type               | Example                          | Description                                                                                                           |\n| ------------------ | -------------------------------- | --------------------------------------------------------------------------------------------------------------------- |\n| serial             | /dev/ttyACME0                    | a serial device                                                                                                       |\n| (tcp://)ip:port    | 192.168.1.9:1234                 | An ip address + tcp port combination, used in combination with any velbus => tcp gateway, the tcp:// part is optional |\n| tls://ip:port      | tls://192.168.1.9:12345          | A connection to [Signum](https://www.velbus.eu/products/view/?id=458140)                                              |\n| tls://auth@ip:port | tls://iauthKey@192.168.1.9:12345 | A connection to [Signum](https://www.velbus.eu/products/view/?id=458140) with uthentication                           |\n\n# Development\n\nSee the [contributing](https://github.com/Cereal2nd/velbus-aio/blob/master/CONTRIBUTING.md) guidelines.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Open-source home automation platform running on Python 3.",
    "version": "2024.4.1",
    "project_urls": {
        "Bug Reports": "https://github.com/Cereal2nd/velbus-aio/issues",
        "Source Code": "https://github.com/Cereal2nd/velbus-aio"
    },
    "split_keywords": [
        "home",
        " velbus",
        " automation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a4697c5832f479f110394f91d505accbd668e083de18c4d85775677c60eb178",
                "md5": "c843a320e9d7b491e971642382283c7a",
                "sha256": "ffa94092461b94044e88b3af2895e68555c9ec9052498f4a0cbe2d84973cf883"
            },
            "downloads": -1,
            "filename": "velbus_aio-2024.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c843a320e9d7b491e971642382283c7a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.0",
            "size": 109605,
            "upload_time": "2024-04-07T12:20:15",
            "upload_time_iso_8601": "2024-04-07T12:20:15.917853Z",
            "url": "https://files.pythonhosted.org/packages/4a/46/97c5832f479f110394f91d505accbd668e083de18c4d85775677c60eb178/velbus_aio-2024.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a3d2b73a2105352f2244efa02ed361f6b690da8fd8d56191065576a7a7b9325b",
                "md5": "fd0bbfc6ae8c7e51a3ddd0aec5c39f18",
                "sha256": "3cff3dc0ac36606e4bc3c21c089d9ab260fd8f44e0cbe202b390053079fcf00d"
            },
            "downloads": -1,
            "filename": "velbus-aio-2024.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fd0bbfc6ae8c7e51a3ddd0aec5c39f18",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.0",
            "size": 64596,
            "upload_time": "2024-04-07T12:20:18",
            "upload_time_iso_8601": "2024-04-07T12:20:18.007722Z",
            "url": "https://files.pythonhosted.org/packages/a3/d2/b73a2105352f2244efa02ed361f6b690da8fd8d56191065576a7a7b9325b/velbus-aio-2024.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-07 12:20:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Cereal2nd",
    "github_project": "velbus-aio",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "backoff",
            "specs": [
                [
                    ">=",
                    "1.10.0"
                ]
            ]
        },
        {
            "name": "pyserial",
            "specs": [
                [
                    ">=",
                    "3.5.0"
                ]
            ]
        },
        {
            "name": "pyserial-asyncio",
            "specs": [
                [
                    ">=",
                    "0.5"
                ]
            ]
        }
    ],
    "lcname": "velbus-aio"
}
        
Elapsed time: 0.23699s