Metadata-Version: 2.1
Name: openhub-api
Version: 0.0.348
Summary: An open source GUI for the openhub iOT controller.
Home-page: https://github.com/ganonp/OpenHubAPI
Author: Ganon Pierce
Author-email: ganonp@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# OpenHubAPI

A GUI for managing iOT hubs, hardware, and homekit accessory configurations for [OpenHub](https://github.com/ganonp/OpenHub) and [OpenController](https://github.com/ganonp/OpenController).
 

Main features:

* Create, delete, rename OpenHub hubs from one GUI.
* Add and manage hardware to any OpenHub hub on your network with an easy to use interface.
* Collect statistics on hardware readings.
* Create HomeKit Accessories using combinations of hardware outputs, mathmatical transformations, and hardware stats.


## Installation 


```
$ sudo apt-get install python3-pip
$ sudo python3 pip -m install openhub-api
$ sudo python3 pip -m OpenHubAPI.install
```

## UI 


<img width="1622" alt="Screen Shot 2022-01-27 at 3 45 55 PM" src="https://user-images.githubusercontent.com/3904428/151461905-d9f48712-7256-4d01-98a7-02211f3cffd3.png">
<img width="1630" alt="Screen Shot 2022-01-27 at 3 45 20 PM" src="https://user-images.githubusercontent.com/3904428/151461972-b9c5a553-09c5-45f2-b833-a7ff027e07e7.png">
<img width="1635" alt="Screen Shot 2022-01-27 at 3 45 42 PM" src="https://user-images.githubusercontent.com/3904428/151462009-85e4a45e-471f-4c59-9c53-028f1a72450b.png">


