Search found 4 matches

by almirhod
Monday 04 January 2016 14:08
Forum: Z-Wave
Topic: Making groups and association
Replies: 7
Views: 4934

Re: Making groups and association

No problem. Just wondering something, Isnt 90% Rh a bit high? :)
by almirhod
Monday 04 January 2016 10:22
Forum: Z-Wave
Topic: Making groups and association
Replies: 7
Views: 4934

Re: Making groups and association

Hardware -> Setup (Your controller) -> Node Management -> Groups & Networks. There you will see all the nodes & groups. You need to add the Fibaro Relay Switch NODE to correct group in the Everspring hum. detector. If there are several groups under the Everspring node you need to read the manual to ...
by almirhod
Monday 04 January 2016 9:55
Forum: LUA
Topic: Lua script for controlling humidity in the bathroom
Replies: 144
Views: 56390

Re: Lua script for controlling humidity in the bathroom

Ok, now I understand why you want to stop the program. In my case the light and fan is controller by direct association with a MultiSensor. The Multisensor turns ON/OFF the fan/light based on movement. So I want the script to start the de-humidification and keep the fan ON even if the multisensor ...
by almirhod
Sunday 03 January 2016 15:51
Forum: LUA
Topic: Lua script for controlling humidity in the bathroom
Replies: 144
Views: 56390

Re: Lua script for controlling humidity in the bathroom

I have a question regarding the code below. if (fanFollowsProgram == 1 and otherdevices[FAN_NAME]=='Off') then -- likely someone turned off the ventilator while the program was running fanFollowsProgram = 0 end Why do you reset the program when the fan is OFF? Doesnt it make more sense to turn the ...