Search found 4 matches
- Wednesday 24 September 2014 1:44
- Forum: Suggestions
- Topic: Wink Hub support
- Replies: 2
- Views: 2130
Wink Hub support
Hi, I'm just throwing a crazy project here. It would be awesome to run domoticz on a cheap wink hub. (49$) "2.4 GHz WiFi/Bluetooth radio in the upper left corner 433 MHz Lutron radio in the upper right corner 915 MHz Z-Wave radio in the middle left 433 MHz Kidde radio in the bottom left corner, and ...
- Wednesday 10 September 2014 4:35
- Forum: Other questions and discussions
- Topic: Harmony support, new hardware?
- Replies: 169
- Views: 53101
Re: Harmony support, new hardware?
Good job, seriously I really like this feature. I bought a Logitech harmony hub because of the domoticz support. It seem to work but I get this in my log file : Tue Sep 9 22:32:22 2014 Harmony Hub: Too many commands missed. Resetting connection. Tue Sep 9 22:32:23 2014 Harmony Hub: Authentication ...
- Monday 08 September 2014 4:09
- Forum: LUA
- Topic: LUA script that talk to me when a virtual switch is ON
- Replies: 5
- Views: 2428
Re: LUA script that talk to me when a virtual switch is ON
Thank, indeed your solution is much better and the voice as well.
- Saturday 06 September 2014 23:07
- Forum: LUA
- Topic: LUA script that talk to me when a virtual switch is ON
- Replies: 5
- Views: 2428
LUA script that talk to me when a virtual switch is ON
Let me share one of my LUA script that talk to me when a virtual switch is ON : -- Replace "Garbage" by your virtual lightswitch device name -- Make sure http://www.domoticz.com/wiki/Talking_Domoticz is installed commandArray = {} if (devicechanged['Garbage'] == 'On') then os.execute('espeak "Bring ...