OpenHab
If you wish to use IoT (like motion sensor), you will need to set up additional software.
In order to connect an IoT device to your setup, you will have to install additional software on your machine. If you decided to work with Conbee II Zigbee gateway to connect your IoT devices, below you will find a fast guide on how to connect it.
OpenHab
OpenHab is a software for home automation, that lets you use IoT devices (Bluetooth, Zigbee, WiFi).
Install java (at least v11): https://www.azul.com/downloads/?package=jdk#download-openjdk
Check the version of java: "cmd"➝ "java -version"
Set up environmental variables:
Open Control Panel and go to System and Security → System.
Click Advanced system settings.
On the Advanced tab, click the Environment Variables button.
In the System Variables area, select the
Path
environment variable and click Edit.In the dialog that opens, add the
bin
folder of your Azul Zulu installation (the directory where you unpacked the.zip
file). Make sure thebin
folder is placed at the top of the list
Go to https://www.openhab.org/docs/installation/ and download
Launch the runtime by executing the script
C:\openHAB\start.bat
and wait a while for it to start and complete.Point your browser to
http://localhost:8080
. You should be looking at the openHAB page requesting you to set up an administrator username and password.In order to run it on windows startup: follow instructions: https://www.openhab.org/docs/installation/windows.html
instal dEConz app and go online (http://192.168.8.104)
Creat account and logi to the app
In order to make it work with OpenHab:
download DeConz app in OpenHab
in DeConz online app go to: settings➝gateway➝authenticate app
Click "authenticate app"
In order for automation to work dEConz app should be ON all the time.
Troubleshooting
In case Conbee II cannot connect (contanair error): open openHAB in you browser➝ pause and play deCONZ (conbee II app)
In order to prepare and run the automation with IoT device go to our Discord group and ask on how to create a script, as this is very case-sensitive.
Last updated