ben423423n32j14e / homeseer2mqtt

Two way MQTT interface for HomeSeer via Node-Red.
GNU General Public License v3.0
3 stars 2 forks source link

How to tie this together with Domoticz? #1

Open noisymage opened 5 years ago

noisymage commented 5 years ago

I found my way to this flow from a link on the Homeseer forum when looking for a way to use Homeseer Z-wave with Domoticz. I've got the flow up and running, and I can see activity in "homeseer/out" - but how do you tie it together with Domoticz?

ben423423n32j14e commented 5 years ago

There is a separate flow I use for integration with Domoticz (just uploaded).

Note the need to change the username and password in the "Get list of Domoticz Devices" node.

https://github.com/ben423423n32j14e/homeseer2mqtt/blob/master/domoticz

ben423423n32j14e commented 5 years ago

Forgot to mention that once you have it setup, you simply name devices in Domoticz, eg: "Bed Lamp", if HomeSeer has a matching device named "Bed Lamp" it should be able to control it automatically when you change the switch in Domoticz.

noisymage commented 5 years ago

Thanks!