KuKuHarmony is a SmartApp give users the ability to control each device by Logitech Harmony. It works based on 'Harmony API'
With KuKuHarmony based on 'Harmony API', you can turn on and turn off devices individually. The device's other commands are also support.
- ex) volume up/down, channel up/down, FanSpeed, Menu and so on
- Provide a device's Virtual device
- List Hubs
- List Devices
- List Commands
- Turn on/off each device(not a activity)
- Control other commands also
- Multiple Hubs
[English]
- Server Work
1) Install 'Harmony API' on server following Harmony API's install instruction
OR
1) Pre-build Docker image fpr Raspberry-pie platform
- Download Image
docker search turlvo/harmony-api
docker pull turlvo/harmony-api
- Make a container and run
docker run -ti --net=host --name harmony-api turlvo/harmony-api:latest /home/harmony-api/harmony-api/script/server
(If harmony-api's container is exit by before step, just start a container using 'docker start' command)
- Web IDE Work
2) Add 'KuKu Harmony' DTH (Default/TV/Roboking/Aircon/Fan)
and add 'KuKu Harmony (Connect)' firstly, after that, add 'KuKu Harmony (Child)' SmartApp
3) Publish 'KuKu Harmony' DTH and 'KuKu Harmony (Connect)' SmartApp for me(do not need publish child SmartApp
- SmartThings Application Work(Installation)
4) 'Automation' -> 'SmartApps' -> 'Add a SmartApp' -> 'My SmartApp' -> Select 'KuKu Harmony'
- If you are using an older version, you need to remove 'KuKu Harmony (Connect)' and 'KuKu Harmony (Child)'.
5) Input server's private IP address 'Harmony API' is installed (ex. 192.168.1.210:8282)
6) Done
- SmartThings Application Work(Configuration)
7) 'Automation' -> 'SmartApps' -> 'KuKu Harmony'
8) 'Add a device...' and select a hub
9) Select a device to add
10) Select a Device Type
11) Select commands
[Korean]
Following below blog's instruction.
-First Install: http://kuku.pe.kr/?p=6313
-Update v0.1.4: http://kuku.pe.kr/?p=6388
-Update v0.1.5: http://kuku.pe.kr/?p=6616
-'Harmony API' Server Auto Start(Rasp): http://kuku.pe.kr/?p=6440
-'Harmony API' Server Auto Start(Synology): http://kuku.pe.kr/?p=6584