Metadata-Version: 2.4
Name: blehhconfig
Version: 1.0.1
Summary: Hay Hoist Bluetooth Configuration Tool
Author-email: Nathan Fraser <ndf-zz@6-v.org>
License-Expression: MIT
Project-URL: homepage, https://github.com/ndf-zz/remootio-adapter/util/blehhconfig
Keywords: tk,ble,bleak,bluetooth
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bleak
Dynamic: license-file

# Hay Hoist Bluetooth Configuration Tool

![screenshot](blehhconfig.png "blehhconfig screenshot")

Configure Hay Hoist connected via a
[bleuart](https://github.com/ndf-zz/bleuart/)
Bluetooth to RS232 adapter.

## Usage

	blehhconfig [-v]

Launch blehhconfig utility, then select hoist from
devices list.

Current status is displayed on the top line. Use
"Down" and "Up" buttons to trigger the hoist. "Load"
and "Save" buttons read or write configuration
from/to a JSON text file.

Set P1 and Set P2 buttons measure time and update
a connected hoist accordingly.

## Installation

Install into a venv with pip:

	$ python -m venv hh
	$ ./hh/bin/pip install blehhconfig
	$ ./hh/bin/blehhconfig

