Windows - vpjuslin/openhab GitHub Wiki
The openHAB runtime comes as a platform-independent zip file. To install it, follow these simple steps:
- You will need to install Java if not already installed. Go to http://java.com/ to get it.
- Unzip the
openhab-runtime-<version>.zip
to where it is intended to be running from, e.g.C:\openhab
. Note that there can't be a space in the path, so it can't be in program files in windows. - Copy the bindings you have downloaded
*.jar
to the "addons" directory. - Create a personal configuration file
configurations/openhab.cfg
and add the appropriate configuration parameters fromconfigurations/openhab_default.cfg
(depending on the bindings you've copied).
The openHAB designer comes as a platform-dependent zip, so choose the right type 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
. - 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.
In terms of configuration please visit the configuration page(s).
- Launch the runtime by executing the script
start.bat
openHAB comes with a built-in user interface. It works on all webkit-based browsers like Chrome, Safari, etc. Point your browser to http://localhost:8080/openhab.app?sitemap=yourname
and you should be looking at your sitemap.