An open API service indexing awesome lists of open source software.

https://github.com/s1lvax/huex

đŸ›‚control the conbee2 via cli
https://github.com/s1lvax/huex

cli conbee2 hue python

Last synced: 5 months ago
JSON representation

đŸ›‚control the conbee2 via cli

Awesome Lists containing this project

README

          

# 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]
```