Jump to content
C4 Forums | Control4
  • 0

C4 Thermostat Humidity Control


JesseBDA

Question

Hi All,

How would you program your Control Thermostat to turn on at a given humidity level and then tun off at a lower humidity level?

That is, turn on (let's say heat) when humidity is >= 75% and then turn off when humidity <= 60%.

And a related but basic question, How can I use an "AND" command when using logic in my programming.

Thanks all,

Jesse

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

On 2/26/2019 at 3:03 AM, JesseBDA said:

Hi All,

How would you program your Control Thermostat to turn on at a given humidity level and then tun off at a lower humidity level?

That is, turn on (let's say heat) when humidity is >= 75% and then turn off when humidity <= 60%.

And a related but basic question, How can I use an "AND" command when using logic in my programming.

Thanks all,

Jesse

On your second question, you replicate an “AND” command by nesting one “IF” statement under another. E.g.

If x = 1

     If y = 2

is equivalent to if x= 1 and y = 2

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.