SideboardLED/openhab2/Readme.md

14 lines
218 B
Markdown
Raw Permalink Normal View History

2018-12-08 18:20:14 +01:00
# OpenHAB
Some OpenHAB 2 examples
## Requirements
* OpenHAB2
* Serial Binding
## Configuration
On a raspberry, give the *openhab* user access to the serial interfaces:
```bash
sudo usermod -a -G dialout openhab
```