
Search found 7 matches
- Sunday 14 January 2018 21:36
- Forum: Blockly
- Topic: Help needed - Blocky Humidity Ventilation and Light Switch Combination
- Replies: 12
- Views: 2324
Re: Help needed - Blocky Humidity Ventilation and Light Switch Combination
I spoke too soon.... The Toilet switches seem to work, and when the humidity sensor is above 65%, the ventilation goes on and the variable changes to '2'. But when it drops below 64%, the ventilation stays on and the variable doesn't change back to ''0' 

- Sunday 14 January 2018 21:01
- Forum: Blockly
- Topic: Help needed - Blocky Humidity Ventilation and Light Switch Combination
- Replies: 12
- Views: 2324
Re: Help needed - Blocky Humidity Ventilation and Light Switch Combination
Ok:- WC - Light = Your Light switches (2 Yes?) ExtractFan = Integer Variable Extract Fan = Extract Fan WC Light On. "If" looks for either light switch to turn on. It also checks the value of the variable. If it's 0 then the fan is stopped and can therefore be turned on. When turned on the variable ...
- Sunday 14 January 2018 15:55
- Forum: Blockly
- Topic: Help needed - Blocky Humidity Ventilation and Light Switch Combination
- Replies: 12
- Views: 2324
Re: Help needed - Blocky Humidity Ventilation and Light Switch Combination
If you right click the And/Or block you will see some options. Select "External Inputs". (You would use 2 different devices for WC Light, but shown is just for reference to illustrate the And / Or scenarios.) Sorry for the complexity, however, I have had a quick go at it and perhaps you can modify ...
- Sunday 14 January 2018 14:57
- Forum: Blockly
- Topic: Help needed - Blocky Humidity Ventilation and Light Switch Combination
- Replies: 12
- Views: 2324
Re: Help needed - Blocky Humidity Ventilation and Light Switch Combination
Hi, Below is my blockly that has been working nicely for over a year now. It has more complexity because it copes with 2 fan speeds on the humidity, as well as 3 position manual override, using a selector switch. Also it is conditional on occupancy. The whole thing works due to the use of a ...
- Sunday 14 January 2018 14:28
- Forum: Blockly
- Topic: Help needed - Blocky Humidity Ventilation and Light Switch Combination
- Replies: 12
- Views: 2324
- Sunday 14 January 2018 13:55
- Forum: Blockly
- Topic: Help needed - Blocky Humidity Ventilation and Light Switch Combination
- Replies: 12
- Views: 2324
Re: Help needed - Blocky Humidity Ventilation and Light Switch Combination
Thanks for your fast reply!
That's what I started with, but had the exact same problem.
- Sunday 14 January 2018 12:51
- Forum: Blockly
- Topic: Help needed - Blocky Humidity Ventilation and Light Switch Combination
- Replies: 12
- Views: 2324
Help needed - Blocky Humidity Ventilation and Light Switch Combination
Hi, I'm trying to create the following scenario: * I want my ventilation system to switch on when my humidity sensor in the bathroom is above 65% and swithed off when it's below 64%. * I also want the ventilation system to switch on for 15 minutes when one of the toilet lights are switched on * When ...