https://github.com/hardwario/bch-control-tool
HARDWARIO Hub Control Tool
https://github.com/hardwario/bch-control-tool
cli hardwario iot mqtt python tower
Last synced: 4 months ago
JSON representation
HARDWARIO Hub Control Tool
- Host: GitHub
- URL: https://github.com/hardwario/bch-control-tool
- Owner: hardwario
- License: mit
- Created: 2018-04-23T19:07:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-01T18:39:07.000Z (almost 4 years ago)
- Last Synced: 2025-10-28T03:30:55.414Z (8 months ago)
- Topics: cli, hardwario, iot, mqtt, python, tower
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Host Application - HARDWARIO Control Tool
[](https://travis-ci.org/hardwario/bch-control-tool)
[](https://github.com/hardwario/bch-control-tool/releases)
[](https://github.com/hardwario/bch-control-tool/blob/master/LICENSE)
[](https://pypi.org/project/bch/)
[](https://twitter.com/hardwario_en)
This repository contains HARDWARIO Control Tool.
## Installing
You can install **bch** directly from PyPI:
```sh
sudo pip3 install -U bch
```
## Usage
```
bch --help
Usage: bch [OPTIONS] COMMAND [ARGS]...
Options:
--gateway TEXT Gateway name [default: usb-dongle].
-H, --mqtt-host TEXT MQTT host to connect to [default: 127.0.0.1].
-P, --mqtt-port INTEGER RANGE MQTT port to connect to [default: 1883].
--mqtt-username TEXT MQTT username.
--mqtt-password TEXT MQTT password.
--mqtt-cafile PATH MQTT cafile.
--mqtt-certfile PATH MQTT certfile.
--mqtt-keyfile PATH MQTT keyfile.
--base-topic-prefix TEXT MQTT topic prefix [default: ''].
-v, --verbosity LVL Either CRITICAL, ERROR, WARNING, INFO or
DEBUG
--version Show the version and exit.
-h, --help Show this message and exit.
Commands:
gw Gateway
node
pairing
pub
sub Subscribe topic.
```
## License
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT/) - see the [LICENSE](LICENSE) file for details.
---
Made with ❤ by [**HARDWARIO a.s.**](https://www.hardwario.com/) in the heart of Europe.