Run and manage Tinkerhub plugins on your local machine, such as Raspberry Pi.
To use, first install NodeJS,
then install via npm
:
$ npm install -g tinkerhubd
$ npm install -g tinkerhub-cli
This will install two commands, tinkerhubd
for managing the daemon and
tinkerhub
for interacting with things on your network.
The command start
will start the daemon in the background as the current
user:
$ tinkerhubd start
Use stop
to stop the daemon:
$ tinkerhubd stop
Plugins are installed via install
:
$ tinkerhubd install <plugin-name>
$ tinkerhubd install device-hue
$ tinkerhubd install bridge-zwave