Yes, works fine and problem free for almost 5 years.
Upgraded to Domoticz Stable 4.10717 a while ago and now that I look at it,
it's reported as Fakro ZWS12 Chain actuator 12VDC (???), unprotected and no polling.
Search found 232 matches
- Saturday 25 January 2020 23:35
- Forum: Show your projects
- Topic: Z-Wave Window opener Fakro ZWS230
- Replies: 27
- Views: 16686
- Monday 16 April 2018 12:40
- Forum: Blockly
- Topic: Hotwater controll by time and temperature
- Replies: 6
- Views: 1517
Re: Hotwater controll by time and temperature
Kre10, some remarks: - Nested IF is not allowed (remove the outer IF) - Use the IF with the blue star when ELSE is involved (correct for your inner IF) - use a Dummy Switch Device and let it switch ON at 6 and switch OFF at 22hr (with the Timer of the device) - combine this Dummy Switch in the IF ...
- Saturday 14 April 2018 22:09
- Forum: Device information
- Topic: Z-Wave factfile Fibaro FGBS-001 Universal Binary Sensor
- Replies: 16
- Views: 14528
Re: Z-Wave factfile Fibaro FGBS-001 Universal Binary Sensor
I think 200 mA is to weak.I am using a DC12V - 200mA charger
Look for 500ma.
- Monday 26 March 2018 15:25
- Forum: Blockly
- Topic: Automatically lock
- Replies: 4
- Views: 2010
Re: Automatically lock
Build it like this:
Check via the blue button "Show current states" if On/Off is correct (or Open/Closed?)
Check via the blue button "Show current states" if On/Off is correct (or Open/Closed?)
- Sunday 25 March 2018 21:49
- Forum: Blockly
- Topic: PIR sensor turn off when no motion for 10 seconds
- Replies: 1
- Views: 1390
Re: PIR sensor turn off when no motion for 10 seconds
- Spoiler: show

- Sunday 25 March 2018 21:45
- Forum: Blockly
- Topic: Automatically lock
- Replies: 4
- Views: 2010
Re: Automatically lock
Take a good look at the many examples here: https://www.domoticz.com/wiki/Blockly
Create the combinations like
(Nacht slot = Off) and (Remote control = On).
Start with "and" block
Add a left block: (Nacht slot = Off)
Add a right block: (Remote control = On)
Do the same for the Else if
Create the combinations like
(Nacht slot = Off) and (Remote control = On).
Start with "and" block
Add a left block: (Nacht slot = Off)
Add a right block: (Remote control = On)
Do the same for the Else if
- Tuesday 27 February 2018 19:55
- Forum: Blockly
- Topic: "Start Script" will add # when passing an argument?
- Replies: 4
- Views: 2121
Re: "Start Script" will add # when passing an argument?
Try %20 instead of the space?
- Friday 23 February 2018 20:29
- Forum: Other questions and discussions
- Topic: Aeotec MultiSensor suddenly triggers all switches
- Replies: 2
- Views: 559
Re: Aeotec MultiSensor suddenly triggers all switches
It sounds like Z-Wave association, that is a direct connection between Z-Wave members. Normally this is arranged in the table on the right-hand side here: https://www.domoticz.com/wiki/images/d/d0/ZWaveNetworkInfo.jpg from here: https://www.domoticz.com/wiki/Zwave_network_and_group_info Check this ...
- Friday 23 February 2018 15:34
- Forum: Blockly
- Topic: Nightlights, on movement, between 20:35 and 06:45
- Replies: 6
- Views: 1636
- Thursday 22 February 2018 15:29
- Forum: Blockly
- Topic: Is it raining?
- Replies: 1
- Views: 837
- Thursday 22 February 2018 12:29
- Forum: Blockly
- Topic: Tuinlight wont work.
- Replies: 3
- Views: 1106
Re: Tuinlight wont work.
I think Sunset and Sunrise is a time moment and not a time period. Start with a simple dummy switch: IS_DARK. IF (Time >= Sunset OR Time <= Sunrise) AND IS_DARK=Off Do IS_DARK=On IF (Time < Sunset OR Time > Sunrise) AND IS_DARK=On Do IS_DARK=Off If this works .. You can use IS_DARK in other Blokly's ...
- Wednesday 21 February 2018 22:18
- Forum: Blockly
- Topic: first blocky won't work
- Replies: 5
- Views: 1228
Re: first blocky won't work
Make it
(....) AND ( (Camilla Telefoon=ON) OR (Mario Telefoon = ON) )
(....) AND ( (Camilla Telefoon=ON) OR (Mario Telefoon = ON) )
- Tuesday 20 February 2018 16:03
- Forum: Blockly
- Topic: Maybe the easiest question (if you know the solution.
- Replies: 10
- Views: 1718
Re: Maybe the easiest question (if you know the solution.
Start from fresh. Your If block is ok. take an "and" Blockly Then there is on the left space for a "=" blockly and on the right side for a "=" blockly Add on the left topolino and On Add on the right minnie and On Study the wiki http://www.domoticz.com/wiki/Blockly and look careful for the ...
- Tuesday 20 February 2018 13:37
- Forum: Blockly
- Topic: Maybe the easiest question (if you know the solution.
- Replies: 10
- Views: 1718
Re: Maybe the easiest question (if you know the solution.
First pick the "and" block.
Put a condition to the left and one to the right.
Left: topolino=On
Right:minnie=On
Make this:
(topolino=On) AND (minnie=On)
And NOT as yours:
topolino=(On AND (minnie=On)
Put a condition to the left and one to the right.
Left: topolino=On
Right:minnie=On
Make this:
(topolino=On) AND (minnie=On)
And NOT as yours:
topolino=(On AND (minnie=On)
- Tuesday 20 February 2018 11:00
- Forum: Blockly
- Topic: Maybe the easiest question (if you know the solution.
- Replies: 10
- Views: 1718
- Tuesday 20 February 2018 10:52
- Forum: Other questions and discussions
- Topic: Timers attached to setpoints
- Replies: 3
- Views: 909
Re: Timers attached to setpoints
timer rules
- Tuesday 20 February 2018 10:48
- Forum: Other questions and discussions
- Topic: Timers attached to setpoints
- Replies: 3
- Views: 909
Re: Timers attached to setpoints
Tested with stable version 3.8153 on Win7:
the timer function of the Setpoint dummy works correct
the timer function of the Setpoint dummy works correct
- Tuesday 20 February 2018 0:01
- Forum: Other questions and discussions
- Topic: Timers attached to setpoints
- Replies: 3
- Views: 909
Re: Timers attached to setpoints
This command:
adapts a dummy setpoint with IDX=80 to temperature=22.
Tested with stable version 3.8153 on Win7.
I assume you can use this command within a Blockly to set a temperature.
Code: Select all
http://127.0.0.1:8080/json.htm?type=command¶m=udevice&idx=80&nvalue=0&svalue=22
Tested with stable version 3.8153 on Win7.
I assume you can use this command within a Blockly to set a temperature.
- Monday 19 February 2018 22:01
- Forum: Other questions and discussions
- Topic: Dashboard
- Replies: 3
- Views: 933
Re: Dashboard
Use Dummy hardware.user variable to the dashboard so it can be modified, for example a "required temperature" variable
Create Virtual Sensor
Select Thermostat Setpoint
This Setpoint can be used in Blockly to compare with a temperature sensor and take action.
- Monday 19 February 2018 21:41
- Forum: Blockly
- Topic: Maybe the easiest question (if you know the solution.
- Replies: 10
- Views: 1718
Re: Maybe the easiest question (if you know the solution.
First pick the "and" block.
Put a condition to the left and one to the right.
Left: topolino=On
Right:minnie=On
Put a condition to the left and one to the right.
Left: topolino=On
Right:minnie=On