Search found 6 matches
- Tuesday 21 March 2017 22:02
- Forum: Other questions and discussions
- Topic: Only 'on' at switches
- Replies: 2
- Views: 726
Re: Only 'on' at switches
Make a virtual sensor and base a script on that sensor value.
- Tuesday 21 March 2017 20:03
- Forum: Z-Wave
- Topic: Can't get I2 or I3 input work - Qubino dimmer ZMNHDD1
- Replies: 29
- Views: 10422
Re: Can't get I2 or I3 input work - Qubino dimmer ZMNHDD1
In addition I noticed that the single OFF command (without the ON command first) is send even before I release the switch! So it must be a config issue....
- Monday 20 March 2017 19:01
- Forum: Z-Wave
- Topic: Can't get I2 or I3 input work - Qubino dimmer ZMNHDD1
- Replies: 29
- Views: 10422
Re: Can't get I2 or I3 input work - Qubino dimmer ZMNHDD1
Just to follow up on this. I have my ZMNHDD1 configured like in this topic, I notice some weird behaviour though. For testing I have this Lua script which just prints the status of the I2 puls switch: if(devicechanged['I2']) then print ("<font color='amber'>I2 pressed ("..otherdevices['I2 ...
- Monday 20 March 2017 17:54
- Forum: Suggestions
- Topic: API request - Group Toggle
- Replies: 4
- Views: 1589
Re: API request - Group Toggle
+1 I'd like to be able to toggle a group of lights. So I want to be able to do one of the following: commandArray['Group:SomeGroup'] = "Toggle" or if(otherdevices['Group:SomeGroup'] == "On") then commandArray['Group:SomeGroup'] = "Off" elseif (otherdevices['Group:SomeGroup'] == "Off") then ...
- Thursday 09 March 2017 11:10
- Forum: Z-Wave
- Topic: Choice for wall switches for lighting
- Replies: 1
- Views: 652
Choice for wall switches for lighting
What brand / type of z-wave wall switch module would you guys choose regarding to following requirements: - Buit-in and connected to existing switch, no batteries etc - input for switch preferably indepent to control from output of the module - I need to be able to activate a scene in domoticz when ...
- Monday 27 February 2017 22:01
- Forum: Blockly
- Topic: 'Turn off' after >60 seconds fails to work, but works <= 60 secs
- Replies: 7
- Views: 2316
Re: 'Turn off' after >60 seconds fails to work, but works <= 60 secs
I guess since this script runs every 2 minutes it validates the bathroom fan = on statement as true again so it startes from scratch with counting?