xaal.zwave


Namexaal.zwave JSON
Version 0.2 PyPI version JSON
download
home_pageNone
SummaryxAAL gateway for Zwave
upload_time2024-07-16 20:32:53
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseGPL License
keywords xaal zwave
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
xaal.zwave
==========
This package provides a gateway to connect Zwave devices to the xAAL.
It uses the openzwave library to communicate with the Zstick.
As the openzwave library is outdated, it is recommended to use an old
version of Python (tested w/ 3.8.12) to run this gateway.


Install & Config
----------------
- Install the gateway as usual, *pip install xaal.zwave*
- Plug the Zstick
- Run the gateway w/ *python -m xaal.zwave*
- Change the serial port in the config file *zwave.ini* if needed.
- The gateway will detect all paired products with the Zstick so, no
  addtionnal config is needed

Products
--------
- Supported products are in products/, feel free to add (and submit)
  your own devices.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "xaal.zwave",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "xaal, zwave",
    "author": null,
    "author_email": "Jerome Kerdreux <Jerome.Kerdreux@imt-atlantique.fr>",
    "download_url": "https://files.pythonhosted.org/packages/19/6c/d0ac0ee8defcea669553e91db81f9e9d2971d64c028e7b2886712b72bbec/xaal_zwave-0.2.tar.gz",
    "platform": null,
    "description": "\nxaal.zwave\n==========\nThis package provides a gateway to connect Zwave devices to the xAAL.\nIt uses the openzwave library to communicate with the Zstick.\nAs the openzwave library is outdated, it is recommended to use an old\nversion of Python (tested w/ 3.8.12) to run this gateway.\n\n\nInstall & Config\n----------------\n- Install the gateway as usual, *pip install xaal.zwave*\n- Plug the Zstick\n- Run the gateway w/ *python -m xaal.zwave*\n- Change the serial port in the config file *zwave.ini* if needed.\n- The gateway will detect all paired products with the Zstick so, no\n  addtionnal config is needed\n\nProducts\n--------\n- Supported products are in products/, feel free to add (and submit)\n  your own devices.\n",
    "bugtrack_url": null,
    "license": "GPL License",
    "summary": "xAAL gateway for Zwave",
    "version": "0.2",
    "project_urls": {
        "Documentation": "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/entry/code/Python/branches/0.7/devices/protocols/ZWave/README.rst",
        "Homepage": "https://recherche.imt-atlantique.fr/xaal/",
        "Source": "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/protocols/ZWave"
    },
    "split_keywords": [
        "xaal",
        " zwave"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ace757d41c266b9cdeec423894705d1bb9e6b31f6009e3ea14eacc992eae0ba4",
                "md5": "736b03f1fb2d73a3008cc8696460b8cc",
                "sha256": "38838e6c41c2aeecb925c43870f1149e9d24c67aff028d39208f9a7ca3a3cad0"
            },
            "downloads": -1,
            "filename": "xaal.zwave-0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "736b03f1fb2d73a3008cc8696460b8cc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7530,
            "upload_time": "2024-07-16T20:32:52",
            "upload_time_iso_8601": "2024-07-16T20:32:52.506791Z",
            "url": "https://files.pythonhosted.org/packages/ac/e7/57d41c266b9cdeec423894705d1bb9e6b31f6009e3ea14eacc992eae0ba4/xaal.zwave-0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "196cd0ac0ee8defcea669553e91db81f9e9d2971d64c028e7b2886712b72bbec",
                "md5": "2445528fb610e4c77c340af4f1464f66",
                "sha256": "676e96df56ada000dbd42b9263a3c8eee69f82625130e74cb953cdda149375ec"
            },
            "downloads": -1,
            "filename": "xaal_zwave-0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "2445528fb610e4c77c340af4f1464f66",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6783,
            "upload_time": "2024-07-16T20:32:53",
            "upload_time_iso_8601": "2024-07-16T20:32:53.547194Z",
            "url": "https://files.pythonhosted.org/packages/19/6c/d0ac0ee8defcea669553e91db81f9e9d2971d64c028e7b2886712b72bbec/xaal_zwave-0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-16 20:32:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "xaal.zwave"
}
        
Elapsed time: 2.12276s