OpenHAB
Description
The open Home Automation Bus (openHAB) project aims at providing a universal integration platform for all things around home automation. It is a pure Java solution, fully based on OSGi. The Equinox OSGi runtime and Jetty as a web server build the core foundation of the runtime.
It is designed to be absolutely vendor-neutral as well as hardware/protocol-agnostic. openHAB brings together different bus systems, hardware devices and interface protocols by dedicated bindings. These bindings send and receive commands and status updates on the openHAB event bus. This concept allows designing user interfaces with a unique look&feel, but with the possibility to operate devices based on a big number of different technologies. Besides the user interfaces, it also brings the power of automation logics across different system boundaries.
OpenHAB is the first contribution of the brand-new Eclipse Smart Home project.
Liens
- Website: https://code.google.com/p/openhab/
- Online Demo: http://demo.openhab.org:8080/greent/
- Code Metrics : (130 Kloc) http://www.ohloh.net/p/openhab
Installation et Démarrage
Téléchargez les .zip de la dernière distribution d'OpenHAB (1.3.1 dans l'exemple).
OPENHAB_VERSION=1.3.1 cd ./OpenHAB/openhab-runtime-$OPENHAB_VERSION cp -R ../openhab-demo-configuration-$OPENHAB_VERSION/addons . cp -R ../openhab-demo-configuration-$OPENHAB_VERSION/configurations . chmod 775 start.sh ./start.sh
Depuis la console Equinox Gogo d'OpenHAB
help lb
Ouvrir un navigateur sur http://localhost:8080/openhab.app?sitemap=demo
Depuis la console JVisualVM
jvisualvm