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.
Install Huex using the following command:
pip install huex
When you execute a Huex command for the first time, it will fetch your Conbee II data from the discover page.
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.
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]