pyisyox


Namepyisyox JSON
Version 1.0.0a10 PyPI version JSON
download
home_pagehttps://github.com/shbatm/pyisyox
SummaryPython module for asynchronous communication with Universal Devices, Inc.'s ISY & IoX controllers.
upload_time2023-07-06 23:44:38
maintainer
docs_urlNone
author
requires_python>=3.10
licenseApache-2.0
keywords home automation isy isy994 isy-994 udi polisy eisy home-assistant
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## PyISYoX

### Python Library for the ISY / IoX Controllers

ISY is a home automation controller capable of controlling Insteon, X10, Z-Wave and Zigbee/Matter devices connected to supported hardware manufactured by [Universal Devices, Inc.](https://www.universal-devices.com/).

This Python library supports the legacy ISY994 hardware family, as well as current ISY-on-Anything (IoX) hardware, such as the [eisy](https://www.universal-devices.com/product/eisy-home/) or [Polisy](https://www.universal-devices.com/polisy/) devices.

This library allows for easy asynchronous interaction with ISY nodes, programs, variables, node servers, and the networking module, including methods to monitor and automatically update when ISY parameters are changed.

The PyISYoX library originated from [PyISY](https://github.com/automicus/PyISY), originally authored by Ryan Kraus ([@rmkraus]) and maintained by Greg Laabs ([@overloadut]). The PyISYoX module has been rewritten by [@shbatm] using the original principles of PyISY, but redesigned based on the codebase of it's primary use case as a [Home Assistant](https://github.com/home-assistant/core) [Integration](https://www.home-assistant.io/integrations/isy994/).

**Disclaimer**: This project has no affiliation with [Universal Devices, Inc.](https://www.universal-devices.com/), it is maintained independently and is not officially supported in anyway by the OEM. Any issues with the module must be raised here, and will be resolved as quickly as possible given limited resources. Any issues with the controllers themselves should be directed to UDI.

### Requirements

The minimum required Python version is 3.10

### Examples

To test run the module, print a summary of your connected nodes, and log the events from the event websocket:

```shell
pip install pyisyox
python3 -m pyisyox http://polisy.local:8080 admin password
```

See the [examples](examples/) folder for connection examples.

Partial documentation is available at https://pyisyox.readthedocs.io. This is being updated as time allows.

### Contributing

A note on contributing: contributions of any sort are more than welcome!

A [VSCode DevContainer](https://code.visualstudio.com/docs/remote/containers#_getting-started) is available to provide a consistent development environment.

Assuming you have the pre-requisites installed from the link above (VSCode, Docker, & Remote-Containers Extension), to get started:

1. Fork the repository.
2. Clone the repository to your computer.
3. Open the repository using Visual Studio code.
4. When you open this repository with Visual Studio code you are asked to "Reopen in Container", this will start the build of the container.
   - If you don't see this notification, open the command palette and select Remote-Containers: Reopen Folder in Container.
5. Once started, you will also have a `examples/` folder with a copy of the example scripts to run in the container which won't be committed to the repo, so you can update them with your connection details and test directly on your ISY.

[@overloadut]: https://github.com/overloadut
[@rmkraus]: https://github.com/rmkraus
[@shbatm]: https://github.com/shbatm

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/shbatm/pyisyox",
    "name": "pyisyox",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "home,automation,isy,isy994,isy-994,UDI,polisy,eisy,home-assistant",
    "author": "",
    "author_email": "Ryan Kraus <automicus@gmail.com>, shbatm <support@shbatm.com>",
    "download_url": "https://files.pythonhosted.org/packages/2c/b0/cbd8cbf1c326c4fd31ccaa5810c8c045e392b3e5126dbce86c58c7373b31/pyisyox-1.0.0a10.tar.gz",
    "platform": null,
    "description": "## PyISYoX\n\n### Python Library for the ISY / IoX Controllers\n\nISY is a home automation controller capable of controlling Insteon, X10, Z-Wave and Zigbee/Matter devices connected to supported hardware manufactured by [Universal Devices, Inc.](https://www.universal-devices.com/).\n\nThis Python library supports the legacy ISY994 hardware family, as well as current ISY-on-Anything (IoX) hardware, such as the [eisy](https://www.universal-devices.com/product/eisy-home/) or [Polisy](https://www.universal-devices.com/polisy/) devices.\n\nThis library allows for easy asynchronous interaction with ISY nodes, programs, variables, node servers, and the networking module, including methods to monitor and automatically update when ISY parameters are changed.\n\nThe PyISYoX library originated from [PyISY](https://github.com/automicus/PyISY), originally authored by Ryan Kraus ([@rmkraus]) and maintained by Greg Laabs ([@overloadut]). The PyISYoX module has been rewritten by [@shbatm] using the original principles of PyISY, but redesigned based on the codebase of it's primary use case as a [Home Assistant](https://github.com/home-assistant/core) [Integration](https://www.home-assistant.io/integrations/isy994/).\n\n**Disclaimer**: This project has no affiliation with [Universal Devices, Inc.](https://www.universal-devices.com/), it is maintained independently and is not officially supported in anyway by the OEM. Any issues with the module must be raised here, and will be resolved as quickly as possible given limited resources. Any issues with the controllers themselves should be directed to UDI.\n\n### Requirements\n\nThe minimum required Python version is 3.10\n\n### Examples\n\nTo test run the module, print a summary of your connected nodes, and log the events from the event websocket:\n\n```shell\npip install pyisyox\npython3 -m pyisyox http://polisy.local:8080 admin password\n```\n\nSee the [examples](examples/) folder for connection examples.\n\nPartial documentation is available at https://pyisyox.readthedocs.io. This is being updated as time allows.\n\n### Contributing\n\nA note on contributing: contributions of any sort are more than welcome!\n\nA [VSCode DevContainer](https://code.visualstudio.com/docs/remote/containers#_getting-started) is available to provide a consistent development environment.\n\nAssuming you have the pre-requisites installed from the link above (VSCode, Docker, & Remote-Containers Extension), to get started:\n\n1. Fork the repository.\n2. Clone the repository to your computer.\n3. Open the repository using Visual Studio code.\n4. When you open this repository with Visual Studio code you are asked to \"Reopen in Container\", this will start the build of the container.\n   - If you don't see this notification, open the command palette and select Remote-Containers: Reopen Folder in Container.\n5. Once started, you will also have a `examples/` folder with a copy of the example scripts to run in the container which won't be committed to the repo, so you can update them with your connection details and test directly on your ISY.\n\n[@overloadut]: https://github.com/overloadut\n[@rmkraus]: https://github.com/rmkraus\n[@shbatm]: https://github.com/shbatm\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Python module for asynchronous communication with Universal Devices, Inc.'s ISY & IoX controllers.",
    "version": "1.0.0a10",
    "project_urls": {
        "Homepage": "https://github.com/shbatm/pyisyox",
        "Source Code": "https://github.com/shbatm/pyisyox"
    },
    "split_keywords": [
        "home",
        "automation",
        "isy",
        "isy994",
        "isy-994",
        "udi",
        "polisy",
        "eisy",
        "home-assistant"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2bdfb320473cda1aeba54a573d7775b4d9578a6f16deebff2a08c05c21cbe444",
                "md5": "d59e4e44e5fa544231003de6fc8a7b81",
                "sha256": "681b29ffbad932a86056d09f15ff20425703b648da14922e90d2bee7b5e4aef7"
            },
            "downloads": -1,
            "filename": "pyisyox-1.0.0a10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d59e4e44e5fa544231003de6fc8a7b81",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 79056,
            "upload_time": "2023-07-06T23:44:36",
            "upload_time_iso_8601": "2023-07-06T23:44:36.640945Z",
            "url": "https://files.pythonhosted.org/packages/2b/df/b320473cda1aeba54a573d7775b4d9578a6f16deebff2a08c05c21cbe444/pyisyox-1.0.0a10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2cb0cbd8cbf1c326c4fd31ccaa5810c8c045e392b3e5126dbce86c58c7373b31",
                "md5": "e31cbda32292ba475c29e9f933335d79",
                "sha256": "9922af64274524aa77b8f5b176b7586f0adf1b7246ab959510a8473ba7976a2a"
            },
            "downloads": -1,
            "filename": "pyisyox-1.0.0a10.tar.gz",
            "has_sig": false,
            "md5_digest": "e31cbda32292ba475c29e9f933335d79",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 78907,
            "upload_time": "2023-07-06T23:44:38",
            "upload_time_iso_8601": "2023-07-06T23:44:38.157187Z",
            "url": "https://files.pythonhosted.org/packages/2c/b0/cbd8cbf1c326c4fd31ccaa5810c8c045e392b3e5126dbce86c58c7373b31/pyisyox-1.0.0a10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-06 23:44:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "shbatm",
    "github_project": "pyisyox",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "pyisyox"
}
        
Elapsed time: 0.08369s