Archive for Dezember 31st, 2014

Mercedes-Benz – INTELLIGENT DRIVE

Mittwoch, Dezember 31st, 2014

Raspberry Pi – installing openHAB 1.6.2

Mittwoch, Dezember 31st, 2014

raspberrypi_logo.jpg   Learn how to install and configure your openHAB and start making your home smart in no time

# apt-get update
# apt-get upgrade
# rpi-update
# java -version
# mkdir /opt/openHAP
# cd /opt/openHAP
# wget https://github.com/openhab/openhab/releases/download/v1.6.2/distribution-1.6.2-runtime.zip
# unzip distribution-1.6.2-runtime.zip
# rm distribution-1.6.2-runtime.zip
# cd /opt/openHAB/addons
# wget https://github.com/openhab/openhab/releases/download/v1.6.2/distribution-1.6.2-addons.zip
# unzip distribution-1.6.2-addons.zip
# rm distribution-1.6.2-addons.zip
# wget https://github.com/openhab/openhab/releases/download/v1.6.2/distribution-1.6.2-designer-linux.zip
# unzip distribution-1.6.2-designer-linux.zip
# rm distribution-1.6.2-designer-linux.zip
# cd /opt/openHAB
# cp configurations/openhab_default.cfg configurations/openhab.cfg
# wget https://github.com/openhab/openhab/releases/download/v1.6.2/distribution-1.6.2-demo-configuration.zip
# unzip distribution-1.6.2-demo-configuration.zip
# rm distribution-1.6.2-demo-configuration.zip
# chmod +x start.sh
# ./start.sh
http://<IP@>:8080/openhab.app?sitemap=demo

openHAP_00

openHAB – a vendor and technology agnostic open source automation software for your home

Mittwoch, Dezember 31st, 2014

openHAP_logo   More and more new cool devices and technologies arrive at our homes every day. But though they are all aimed at enhancing our lifestyle they all lack one important feature: a common language they could speak to each other to create a really automated and smart environment at home – the main goal of openHAB is to provide an integration platform to fix this issue

openHAP_01