bmrcli


Namebmrcli JSON
Version 1.1.4 PyPI version JSON
download
home_pagehttp://github.com/dankeder/bmrcli
SummaryCommand-line tool for BMR HC64 heating controller
upload_time2023-01-18 15:59:01
maintainer
docs_urlNone
authorDan Keder
requires_python>=3.6
license
keywords bmr hc64 heating home-automation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # bmrcli

Command-line utility for managing BMR HC64 heating controller configuration.

Features:

- save controller configuration into a YAML file
- load controller configuration from a YAML file

Product page: https://www.bmr.cz/produkty/regulace-topeni/rnet

## Install

```
pip install bmrcli
```

## Usage

To get the current config from the heating controller:

```
bmrcli http://username@password:192.168.1.32 dump > bmr-config.yaml
```

To load configuration into the heating controller:

```
bmrcli http://username@password:192.168.1.32 load < bmr-config.yaml
```

# License

MIT

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/dankeder/bmrcli",
    "name": "bmrcli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "bmr hc64 heating home-automation",
    "author": "Dan Keder",
    "author_email": "dan.keder@protonmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1f/68/dc5959e427c02784c88dbaa668cd30ce9ed295a6918fcd040769c05bf95f/bmrcli-1.1.4.tar.gz",
    "platform": null,
    "description": "# bmrcli\n\nCommand-line utility for managing BMR HC64 heating controller configuration.\n\nFeatures:\n\n- save controller configuration into a YAML file\n- load controller configuration from a YAML file\n\nProduct page: https://www.bmr.cz/produkty/regulace-topeni/rnet\n\n## Install\n\n```\npip install bmrcli\n```\n\n## Usage\n\nTo get the current config from the heating controller:\n\n```\nbmrcli http://username@password:192.168.1.32 dump > bmr-config.yaml\n```\n\nTo load configuration into the heating controller:\n\n```\nbmrcli http://username@password:192.168.1.32 load < bmr-config.yaml\n```\n\n# License\n\nMIT\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Command-line tool for BMR HC64 heating controller",
    "version": "1.1.4",
    "split_keywords": [
        "bmr",
        "hc64",
        "heating",
        "home-automation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca8badb9925bdb8932cd727e74a10052419d9b7c50305a3f581c97438eff0aab",
                "md5": "3c6cdf57b9036c7f8fdbf01ba909d854",
                "sha256": "d83648aacd346742a559bcc8619bb6d5f381da348b116b836970a4435fdbc32d"
            },
            "downloads": -1,
            "filename": "bmrcli-1.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3c6cdf57b9036c7f8fdbf01ba909d854",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 7873,
            "upload_time": "2023-01-18T15:58:58",
            "upload_time_iso_8601": "2023-01-18T15:58:58.630768Z",
            "url": "https://files.pythonhosted.org/packages/ca/8b/adb9925bdb8932cd727e74a10052419d9b7c50305a3f581c97438eff0aab/bmrcli-1.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f68dc5959e427c02784c88dbaa668cd30ce9ed295a6918fcd040769c05bf95f",
                "md5": "80e33034304242c4546d5c5f8b22b6e0",
                "sha256": "18c40571723b0c8b61b0eb183773289ce75626c254e61f6e5bb91e255a29b8e0"
            },
            "downloads": -1,
            "filename": "bmrcli-1.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "80e33034304242c4546d5c5f8b22b6e0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 7644,
            "upload_time": "2023-01-18T15:59:01",
            "upload_time_iso_8601": "2023-01-18T15:59:01.053749Z",
            "url": "https://files.pythonhosted.org/packages/1f/68/dc5959e427c02784c88dbaa668cd30ce9ed295a6918fcd040769c05bf95f/bmrcli-1.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-18 15:59:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "dankeder",
    "github_project": "bmrcli",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "bmrcli"
}
        
Elapsed time: 0.03009s