14 lines
218 B
Markdown
14 lines
218 B
Markdown
|
# 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
|
||
|
```
|