close
In this tutorial, you will learn how to install openHAB in QNAP Container Station and create a "Home automation" environment.
There are two part of this tutorial:
In Z-wave device, we take example by using "Aeotec Z-Stick Gen5"
[gallery columns="1" size="full" ids="2377"]
Basic installation
Example:
HTTP - http://<Your IP>:18080/
HTTPS - https://<Your IP>:18443/
Advanced installation - connect with a Z-wave device
For more information, refer to the openHAB website:
https://docs.openhab.org/addons/bindings/zwave/readme.html
There are two part of this tutorial:
- Basic installation
- Advanced installation - connect with a Z-wave device
In Z-wave device, we take example by using "Aeotec Z-Stick Gen5"
[gallery columns="1" size="full" ids="2377"]
Basic installation
- Create an "openHAB" container
- Open Container Station and click "Create"
- Search for "openHAB"
- Find the "openHAB" container and click "Install"[gallery size="full" columns="1" ids="2378"]
- Enter name for the container and click "Advanced Settings"[gallery columns="1" size="full" ids="2379"]
- In "Network", configure the Port Forwarding setting[gallery columns="1" size="full" ids="2381"]
- In "Shared Folders", configure the Volume from host settings as below:
/openhab/addons : custom openHAB addons
/openhab/conf : openHAB configs
/openhab/userdata : openHAB userdata directory
*Notes : You need create "addons","conf ","userdata" folders into anyone shared folder in File Station. - Click "Create"[gallery size="full" columns="1" ids="2382"]
- In "Containers", you will see the openHAB container you have set up[gallery columns="2" size="full" ids="2383,2385"]
- Go to openHAB
- Enter the URL followed by the port
Example:
HTTP - http://<Your IP>:18080/
HTTPS - https://<Your IP>:18443/
- The openHAB initial setup screen will be displayed. Choose "Standard". For more information on the setup process, refer to the openHAB website: https://docs.openhab.org/tutorials/beginner/1sttimesetup.html[gallery size="full" columns="1" ids="2386"]
- Choose "PAPER UI". The openHAB interface will be displayed[gallery size="full" columns="2" ids="2387,2388"]
Advanced installation - connect with a Z-wave device
- Connect a Z-wave dongle device
- Connect to your NAS using SSH (If your NAS restarts then you must follow step 2 to step 5 again)
- Enter "insmod /usr/local/modules/cdc-acm.ko"
- Find your Z-wave USB dongle device name and enter "ls -al /dev/tty*". Search for "/dev/ttyACM*" and the related device paths will be displayedFor example: "/dev/ttyACM0" will be the device path name of the Z-wave USB dongle.[gallery size="full" columns="1" ids="2389"]
- Enter "chmod 666 /dev/ttyACM0" to open read only authority (The blue strings will depend on your settings)
- Enter
docker run --name=openhab-zwave \
-p 18080:8080 -p 8443:8443 -p 5555:5555 \
-v /share/Container/OpenHab/addons/:/openhab/addons \
-v /share/Container/OpenHab/userdata/:/openhab/userdata \
-v /share/Container/OpenHab/conf/:/openhab/conf \
--device=/dev/ttyACM0 \
--privileged \
--tty \
openhab/openhab:2.2.0-amd64-debian
- Open openHAB and go to "Add-ons". In "BINDINGS", search for "zwave" and click "INSTALL"[gallery columns="1" size="full" ids="2390"]
- Go to "Configuration" > "Things" and click[gallery columns="1" size="full" ids="2391"]
- Click "Z-Wave Binding"[gallery columns="1" size="full" ids="2392"]
- Click "Z-Wave Serial Controller"[gallery columns="1" size="full" ids="2393"]
- In "Serial Port", enter the device path name (refer to step 3) and click "Check"[gallery columns="1" size="full" ids="2394"]
- When connected, the status will display "ONLINE"[gallery columns="1" size="full" ids="2395"]
For more information, refer to the openHAB website:
https://docs.openhab.org/addons/bindings/zwave/readme.html
全站熱搜
留言列表