Jointbox - a toolchain for managing JointBox devices


Keywords
python, cli, iot, smarthome, homeassistant, esphome
License
CNRI-Python-GPL-Compatible
Install
pip install jointbox==0.1.3

Documentation

JointBox CLI

A toolchain for managing JointBox devices.

To start new project:

  1. Ensure you have Docker installed and running. E.g. ensure docker ps runs without errors
  2. Create new empty directory for you project e.g. my-project: mkdir my-project
  3. Navigate to this directory: cd my-project
  4. Run docker run --pull=always --user $UID --rm -v "${PWD}":/config -it ghcr.io/jointbox/jointbox:latest scaffold self
  5. Follow further instructions