Control Domoticz using Harmony Hub and HA Bridge
Posted: Thursday 17 March 2016 9:47
Hi all,
I don't know if anyone else posted this but I did not find anything about it. So maybe it will help someone - otherwise feel free to blame me
.
I wanted to switch and dim my z-wave and 433mhz switches using my harmony ultimate remote. Unfortunately it is not possible to make the harmony just send stupid http get commands (thanks logitech). Searching the net I found a great project called HA Bridge (little java web server) which will simulate beeing a HUE Bridge and can be connected to the harmony hub.
https://github.com/bwssytems/ha-bridge/
The nice thing is that in the HA Bridge you can create artifical devices which will be recognized by the harmony hub and be shown in the remote. The devices in the HA bridge have got On and Off commands raising my domoticz json api. Even dimming works!
I had to remove my real HUE bridge from the harmony hub, because only one bridge can be connected. But that is not a real issue because I can still control my HUE lights over
Harmony -> HA Bridge -> Domoticz -> Hue Bridge ...
So if you do not mind have another server software running this might be worth a try (I am not involved in HA Bridge project in any way, just wanted to share my experience).
I don't know if anyone else posted this but I did not find anything about it. So maybe it will help someone - otherwise feel free to blame me

I wanted to switch and dim my z-wave and 433mhz switches using my harmony ultimate remote. Unfortunately it is not possible to make the harmony just send stupid http get commands (thanks logitech). Searching the net I found a great project called HA Bridge (little java web server) which will simulate beeing a HUE Bridge and can be connected to the harmony hub.
https://github.com/bwssytems/ha-bridge/
The nice thing is that in the HA Bridge you can create artifical devices which will be recognized by the harmony hub and be shown in the remote. The devices in the HA bridge have got On and Off commands raising my domoticz json api. Even dimming works!

Harmony -> HA Bridge -> Domoticz -> Hue Bridge ...
So if you do not mind have another server software running this might be worth a try (I am not involved in HA Bridge project in any way, just wanted to share my experience).