The Largest Public Control4 Community founded 2005 | powered by CytexOne

c4Forums.com | The Largest Control4 Community | powered by CytexOne / Thermostats

  Username:  Password:  Login  |  Register

#1 Jul-14-2010 09:31 PM

bigdaddyo811
Member
Registered: May-30-2009
Posts: 89

Thermostats

Does anyone know if I can program the backlight of thermostat to be on when the HVAC mode is on heater or cooler?

I want to be able to look across the room and see if it is on means it the AC is on and if the backlight is off then the AC is off

Thanks

Offline

 

#2 Jul-14-2010 09:50 PM

henniae
Dealer
Registered: Aug-21-2007
Posts: 1519

Re: Thermostats

bigdaddyo811 wrote:

Does anyone know if I can program the backlight of thermostat to be on when the HVAC mode is on heater or cooler?

I want to be able to look across the room and see if it is on means it the AC is on and if the backlight is off then the AC is off

Thanks

You can't program the back light based on the HVAC mode.

Nice idea for the wish list.

Last edited by henniae (Jul-14-2010 09:50 PM)


Alan

- Unix is user-friendly; it's just picky about its friends.

- All computers wait at the same speed.

Online

 

#3 Jul-14-2010 10:40 PM

Controlfouruserguy
Member
Registered: Jan-26-2009
Posts: 1826

Re: Thermostats

That would be nice- I leave mine on 24/7 as it is.

Offline

 

#4 Jul-15-2010 10:33 AM

akg4y
Member
Registered: Sep-25-2008
Posts: 1025

Re: Thermostats

I guess you could have LEDs on your dimmers change color if the HVAC is active to give you the same type of visual feedback.


Dealer TO AVOID at all costs: TheaterXtreme of Richmond, VA.
Poor quality work, long turnaround times, take forever to complete their work, limited knowledge of their own product, poor programming, false promises, and if you shop around, non-competitive pricing.  If you have a large project you're better off hiring a competent dealer from this forum and paying them to fly out to your location.  They will also walk off the job with items you own, last time I checked that was stealing.

Offline

 

#5 Jul-15-2010 01:42 PM

henniae
Dealer
Registered: Aug-21-2007
Posts: 1519

Re: Thermostats

akg4y wrote:

I guess you could have LEDs on your dimmers change color if the HVAC is active to give you the same type of visual feedback.

Good idea.


Alan

- Unix is user-friendly; it's just picky about its friends.

- All computers wait at the same speed.

Online

 

#6 Jul-15-2010 10:30 PM

bigdaddyo811
Member
Registered: May-30-2009
Posts: 89

Re: Thermostats

How do you do this? Can someone help with the programming? I dont find an option to IF HVAC mode is heat or cool or whatever then...

On a side note, after upgrade to 2.0, there is alot of options under the Thermostat when you hit the little plus sign (many of which have V1 after them). Why so many and what do all these duplicates mean?

Offline

 

#7 Jul-16-2010 12:03 AM

akg4y
Member
Registered: Sep-25-2008
Posts: 1025

Re: Thermostats

Im on 1.7.4 and if I click on the thermostats under programming actions then you can program based on:
When fan mode changes
  If mode is set to heat
    If fan mode is on
      Do x
  If mode is set to cool
    If fan mode is on
      Do x

Last edited by akg4y (Jul-16-2010 12:03 AM)


Dealer TO AVOID at all costs: TheaterXtreme of Richmond, VA.
Poor quality work, long turnaround times, take forever to complete their work, limited knowledge of their own product, poor programming, false promises, and if you shop around, non-competitive pricing.  If you have a large project you're better off hiring a competent dealer from this forum and paying them to fly out to your location.  They will also walk off the job with items you own, last time I checked that was stealing.

Offline

 

#8 Jul-16-2010 12:07 AM

smccray
Member
From: Dallas, TX
Registered: Sep-14-2009
Posts: 91

Re: Thermostats

1. Go to the programming window of composer and select the thermostat.  It will give you a list of events on the left- select the "Fan State Changed" option.

2. Select the same thermostat on the list of devices on the right side.  After selecting the thermostat, select the "conditionals" tab on the bottom right of the composer window

3. Select the radio button for Fan State and then drag the conditionals in for the fan being both on and off

4. Identify the switch and the led colors that should change- tough to give you too much direction here as you'll have to play with your specific setup

So... your programming should look something like this:



When the fan state changes on [Thermostat]
___________________________________________

? If the fan state on [Thermostat] is on
     -> Set all LEDs on the [Dimmer] to [Blue]

? If the fan state on [Thermostat] is off
     -> Set all LEDs on the [Dimmer] to [Red]


Then you should be set!  Let us kow how it works.

Offline

 

#9 Jul-16-2010 12:10 AM

smccray
Member
From: Dallas, TX
Registered: Sep-14-2009
Posts: 91

Re: Thermostats

LOL- posted at the same time.

Not sure if it's a difference between 1.74 and 2.0 (I just upgraded Monday) but you might play with the programming a bit. Not sure if the mode variables that akg4y suggested might work better than the fan state I suggested.

Let us know what works for you.

Offline

 

#10 Jul-16-2010 08:37 PM

bigdaddyo811
Member
Registered: May-30-2009
Posts: 89

Re: Thermostats

Thanks for the help. One last question.

It lets you set the "COLOR OF ALL OF THE LEDs"

It doesnt allow you to set the color so that the button lights still function in their native fashion (i.e. if switch is on upper light on, if switch is off, bottom light on). When you set the color of all leds, it turns the upper and lower LED on and at the color.

It's ok if no way around as I can look over and if all the lights are blue, the cool is on and if all red the hot is on, but I cant tell anymore if the light switch is on or off

Offline

 

#11 Jul-16-2010 08:58 PM

ILoveC4
Member
From: Utah
Registered: Jan-23-2009
Posts: 4345
Website

Re: Thermostats

It let's you set the top and bottom individually, I do it all the time.


Note, my site has been moved to www.c4diy.com.  Most of my write-ups have been restored, and there are some new ones also.  I should have all the old ones restored soon.

There is a lot of fun new things planned that will be coming online soon, so stay tuned.

Dan - dan@c4diy.com

Offline

 

#12 Jul-17-2010 12:28 PM

smccray
Member
From: Dallas, TX
Registered: Sep-14-2009
Posts: 91

Re: Thermostats

bigdaddyo811 wrote:

Thanks for the help. One last question.

It lets you set the "COLOR OF ALL OF THE LEDs"

It doesnt allow you to set the color so that the button lights still function in their native fashion (i.e. if switch is on upper light on, if switch is off, bottom light on). When you set the color of all leds, it turns the upper and lower LED on and at the color.

It's ok if no way around as I can look over and if all the lights are blue, the cool is on and if all red the hot is on, but I cant tell anymore if the light switch is on or off

As Dan said, you can set the colors of the LEDs individually depending on if they're on or off, but you're right that there is a limitation with this method that the LED would only tell you one thing at a time.  In theory you could set it up such that the on/off LEDs would act as expected but the color would change depending on the fan state- i.e. the LEDs are blue if the fan is on and red if the the fan is off and it's location on the top or bottom of the switch designates the status of the light.  That would take a series of nested conditionals but it could be done.  I'd have to think through the programming though...

Offline

 
Back to Top

Board footer

Powered by CYTEXONE

Creative Commons License