forked from openhab/openhab1-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Kai edited this page Oct 20, 2013
·
1 revision
The openHAB runtime comes as a platform-independent zip file. To install and configure it, follow these simple steps:
- Unzip the
openhab-runtime-<version>.zip
to some directory, e.g.C:\openhab
resp./opt/openhab
. - Create a personal configuration file by copying the file
configurations/openhab_default.cfg
toconfigurations/openhab.cfg
. - Edit the
openhab.cfg
file according to your personal needs. - Launch the runtime by executing the script
start.bat
resp.start.sh
In the download sections, you will find a couple of jar-files, which are optional bundles that can be used with the openHAB runtime. Some of them have to be distributed separately due to license restrictions (e.g. the KNX binding bundle), some are only relevant for a small group of users (e.g. the Dropbox IO bundle).
To add those bundles to your runtime installation, simply copy them into the addons
folder.
The openHAB designer comes as a platform-dependent zip, so choose the right one for your platform. To install it, follow these simple steps:
- Unzip the
openhab-designer-<platform>-<version>.zip
to some directory, e.g.C:\openhab-designer
resp./opt/openhab-designer
- Launch it by the executable
openhab-designer.exe
- Select the "configurations" folder of your runtime installation in the folder dialog that is shown when selecting the "open folder" toolbar icon.
Installation
Community
- Support
- News Archive
- Presentations
- How to Contribute
- IDE Setup
- How to Implement a Binding
- How to Implement an Actions
- User Interfaces
- Classic UI
- iOS Client
- Android Client
- GreenT UI
- CometVisu
- Bindings
- Asterisk Binding
- Bluetooth Binding
- Comfo Air Binding
- CUPS Binding
- digitalSTROM Binding
- DMX512 Binding
- EnOcean Binding
- Epson Projector Binding
- Exec Binding
- Fritz!Box Binding
- Fritz AHA Binding
- Heatmiser Binding
- Homematic Binding
- HTTP Binding
- IHC / ELKO Binding
- Insteon Hub Binding
- KNX Binding
- Koubachi Binding
- MAX!Cube-Binding
- MiLight Binding
- Modbus TCP Binding
- MPD Binding
- MQTT Binding
- Network Health Binding
- Nibe Heatpump Binding
- Nikobus Binding
- Novelan/Luxtronic Heatpump Binding
- NTP Binding
- One-Wire Binding
- Onkyo AV Receiver Binding
- OpenSprinkler Binding
- OSGi Configuration Admin Binding
- Philips Hue Binding
- Piface Binding
- Pioneer-AVR-Binding
- Plugwise Binding
- PLCBus Binding
- Pulseaudio Binding
- RFXCOM Binding
- Samsung TV Binding
- Serial Binding
- Snmp Binding
- Squeezebox Binding
- System Info Binding
- Somfy URTSI II Binding
- Sonos Binding
- TCP/UDP Binding
- TinkerForge Binding
- VDR Binding
- Wake-on-LAN Binding
- Z-Wave Binding
- Persistence
- db4o Persistence
- rrd4j Persistence
- Sql Persistence
- Sen.Se Persistence
- Cosm Persistence
- Logging Persistence
- Exec Persistence
- Automation
- Scripts
- Rules
- Actions
- Misc
- REST-API
- Security
- Google Calendar Support
- Twitter Action
- Service Discovery
- Dropbox Bundle
Samples
- Item definitions
- Sitemap definitions
- Binding configurations
- Rules
- REST Examples
- Tips & Tricks
- FAQ
- XSLT Transforms
- Scripts
- Integration with other applications
- Syntax highlighting for external editors
- Update-Scripts
- Samples-Comfo-Air-Binding
Release Notes