pimatic-jeelabs by Marco Keur (marcokeur) | github | npm
pimatic-jeelabs
This plugin is an interface between the Jeelabs infrastructure and Pimatic.
Currently there is support for the following sketches:
- Roomnode - display temperature, humidity, light and motion in the UI
- RGBRemote - configure RGB settings in the config and set brightness from the UI
Further sketches will follow.
Plugin Config Options
my plugin config options
Option | Description | Default |
---|
port string | The tty the jeelink is connected to. | "/dev/null" |
group number | The groupid of the network the jeelinks are using. | 33 |
Device Config Options
jeelabs devices config schema
Roomnode
Option | Description | Default |
---|
nodeid integer | The id of this node | 0 |
RGBRemote
Option | Description | Default |
---|
nodeid integer | The id of this node | 0 |
red integer | The red value | 200 |
green integer | The green value | 200 |
blue integer | The blue value | 200 |
pimatic-jeelabs is written by Marco Keur (marcokeur)