06-05-2015, 13:35:06
(Dieser Beitrag wurde zuletzt bearbeitet: 06-05-2015, 13:39:37 von nstratem.)
(06-05-2015, 13:06:09)Don_Hasso schrieb: "No space left on device"
Dann mach mal -> sudo raspi-config -> expand filesystem
sonst hast du nur 2G der SD Karte.
Ich habe diese Anleitung genommen ( gilt für Raspi mit Wheezy ). Läuft prima !
Add openHAB repo to the apt sources list
$ sudo nano /etc/apt/sources.list.d/openhab.list
Add the following line in the editor:
deb http://repository-openhab.forge.cloudbee.../apt-repo/ /
Exit with CTRL X then Y
Install openHAB runtime
$ sudo apt-get update
$ sudo apt-get install openhab-runtime
Install addons
Use "apt-cache search openhab" to get a list of all packages. Install the add-ons as you need them using "apt-get install".
$ sudo apt-cache search openhab
$ sudo apt-get install openhab-addon-binding-fritzaha
$ sudo apt-get install openhab-addon-binding-homematic
$ sudo apt-get install openhab-addon-action-homematic
$ sudo apt-get install openhab-addon-binding-rwesmarthome //fehlt leider noch
Start openHAB runtime
$ sudo /etc/init.d/openhab start
$ sudo /etc/init.d/openhab restart ( stop /status )
The server will run unprivileged using the account "openhab". The deb installer adds openHAB to the system startup. ( Start mit restart wheezy.)
Go test it!