huex


Namehuex JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/s1lvax/huex
SummaryA powerful and lightweight CLI based tool for the Conbee II
upload_time2024-01-13 10:29:32
maintainer
docs_urlNone
authors1lvx
requires_python>=3.6
license
keywords cli conbee2 zigbee huelights hue
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Huex - Control your Conbee II via CLI (Alpha Version!)

### What is Huex?

Huex is a command line based tool to control the devices you have configured in your Conbee II.

This tool utilizes the [Conbee II REST API](https://dresden-elektronik.github.io/deconz-rest-doc/).

### Setup

#### Installation

Install Huex using the following command:

```
pip install huex
```

#### API Setup

When you execute a Huex command for the first time, it will fetch your Conbee II data from the [discover page](https://phoscon.de/discover).

Example:

```
huex show
```

After this is done, Huex will prompt you to click ENTER once you've allowed authentication on your Conbee II dashboard.

Click enter once you do so and Huex should automatically create your API key and save it.

Once this is done, you can use Huex.

### Features

Huex is in alpha version, there will be many more features to come.

Here are the current features:

- Show state of all lights:

```
huex show
```

- Turn lights on/off

```
huex control [device_id] [action]
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/s1lvax/huex",
    "name": "huex",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "cli conbee2 zigbee huelights hue",
    "author": "s1lvx",
    "author_email": "silva@cfsilva.com",
    "download_url": "https://files.pythonhosted.org/packages/9d/44/46d796e2bf1fd548b64d81ad80819f7674f300fd9f222c399a6d0e6a8c7e/huex-0.1.3.tar.gz",
    "platform": null,
    "description": "# Huex - Control your Conbee II via CLI (Alpha Version!)\n\n### What is Huex?\n\nHuex is a command line based tool to control the devices you have configured in your Conbee II.\n\nThis tool utilizes the [Conbee II REST API](https://dresden-elektronik.github.io/deconz-rest-doc/).\n\n### Setup\n\n#### Installation\n\nInstall Huex using the following command:\n\n```\npip install huex\n```\n\n#### API Setup\n\nWhen you execute a Huex command for the first time, it will fetch your Conbee II data from the [discover page](https://phoscon.de/discover).\n\nExample:\n\n```\nhuex show\n```\n\nAfter this is done, Huex will prompt you to click ENTER once you've allowed authentication on your Conbee II dashboard.\n\nClick enter once you do so and Huex should automatically create your API key and save it.\n\nOnce this is done, you can use Huex.\n\n### Features\n\nHuex is in alpha version, there will be many more features to come.\n\nHere are the current features:\n\n- Show state of all lights:\n\n```\nhuex show\n```\n\n- Turn lights on/off\n\n```\nhuex control [device_id] [action]\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A powerful and lightweight CLI based tool for the Conbee II",
    "version": "0.1.3",
    "project_urls": {
        "Homepage": "https://github.com/s1lvax/huex"
    },
    "split_keywords": [
        "cli",
        "conbee2",
        "zigbee",
        "huelights",
        "hue"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea5bedb25546f55972d11e42f91d96b5f1c0d19d3b015295c47b4b84e3bc0991",
                "md5": "2448d9247057dc1767e9ca797d724a01",
                "sha256": "61cd710ff53e2aaed76bd0c78c3fe7385eebd65821129775c53758fdc1fd9f32"
            },
            "downloads": -1,
            "filename": "huex-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2448d9247057dc1767e9ca797d724a01",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 5570,
            "upload_time": "2024-01-13T10:29:30",
            "upload_time_iso_8601": "2024-01-13T10:29:30.812016Z",
            "url": "https://files.pythonhosted.org/packages/ea/5b/edb25546f55972d11e42f91d96b5f1c0d19d3b015295c47b4b84e3bc0991/huex-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d4446d796e2bf1fd548b64d81ad80819f7674f300fd9f222c399a6d0e6a8c7e",
                "md5": "3a11056b4ee439a84ccb4f5964995736",
                "sha256": "1bdf4cc7c8d67efe60b78a7af4b60e95c930d36e92fa38563f113a1e4a36b88d"
            },
            "downloads": -1,
            "filename": "huex-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "3a11056b4ee439a84ccb4f5964995736",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 4708,
            "upload_time": "2024-01-13T10:29:32",
            "upload_time_iso_8601": "2024-01-13T10:29:32.294547Z",
            "url": "https://files.pythonhosted.org/packages/9d/44/46d796e2bf1fd548b64d81ad80819f7674f300fd9f222c399a6d0e6a8c7e/huex-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-13 10:29:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "s1lvax",
    "github_project": "huex",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "huex"
}
        
Elapsed time: 0.16622s