Jump to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Program not working

Featured Replies

Posted

so.. I can't figure out why this program is not working.. turned the fan on manually.  temperature is 71 degrees..  fan not shutting off...

 

Living Room Fan Off 
---------------------------------
If
        Status  'Thermostat - Main' <= 74° (Temperature)
    And Status  'Indoors / Living Room Fan Motor' is not Off
 
Then
        Set 'Indoors / Living Room Fan Motor' Off
        Wait  15 minutes 
 
Else
   - No Actions - (To add one, press 'Action')
 
------------
I've also tried it like this:
 
If
        Status  'Thermostat - Main' <= 74° (Temperature)
 
Then
        Set 'Indoors / Living Room Fan Motor' Off
        Wait  15 minutes 
 
Else
   - No Actions - (To add one, press 'Action')

 

I don't know if you wouldn't be better placing the temp in a variable then using the variable in the program.

 

 

Jon...

 

The fan has two modes, Auto and Fan. In Fan mode, the fan runs continually. That's the only mode that you can turn on or off. If the thermostat is calling for heat, not just in heat mode, then you cannot turn off the fan.

  • Author

no, this isn't the fan part of the thermostat, it's a ceiling fan in the living room...  so that shouldn't matter

The program won't run unless the status changes. If the thermostat already was at or below 74º, then there was is no change when you manually turned on the fan. 

 

BTW, there's no need for the wait statement unless you mean for the wait to occur before turning the fan off in which case the wait statement should be placed before the off statement (Move line up).

 

so.. I can't figure out why this program is not working.. turned the fan on manually.  temperature is 71 degrees..  fan not shutting off...

 

Living Room Fan Off 
---------------------------------
If
        Status  'Thermostat - Main' <= 74° (Temperature)
    And Status  'Indoors / Living Room Fan Motor' is not Off
 
Then
        Set 'Indoors / Living Room Fan Motor' Off
        Wait  15 minutes 
 
Else
   - No Actions - (To add one, press 'Action')
 
------------
I've also tried it like this:
 
If
        Status  'Thermostat - Main' <= 74° (Temperature)
 
Then
        Set 'Indoors / Living Room Fan Motor' Off
        Wait  15 minutes 
 
Else
   - No Actions - (To add one, press 'Action')

 

There is nothing to trigger your program except the temperature changing.

 

Something has to call the attention of the ISY engine and that would be a temperature change. Then your logic will be evaluated and run the appropriate Then or Else.

 

IOW: If the temperature never changes after you save your program, or ISY boots up, your program will never run.

Edited by larryllix

 

so.. I can't figure out why this program is not working.. turned the fan on manually.  temperature is 71 degrees..  fan not shutting off...

 

Living Room Fan Off 
---------------------------------
If
        Status  'Thermostat - Main' <= 74° (Temperature)
    And Status  'Indoors / Living Room Fan Motor' is not Off
 
Then
        Set 'Indoors / Living Room Fan Motor' Off
        Wait  15 minutes 
 
Else
   - No Actions - (To add one, press 'Action')
 
------------
I've also tried it like this:
 
If
        Status  'Thermostat - Main' <= 74° (Temperature)
 
Then
        Set 'Indoors / Living Room Fan Motor' Off
        Wait  15 minutes 
 
Else
   - No Actions - (To add one, press 'Action')

 

 

You can troubleshoot this program by right clicking and selecting "Run Then" to see if your control actually works.  If it does then issue is with the conditions.

It also helps to set program status icons to detailed (right click program, Status Icons > Detailed)  Red bar indicates program conditions false, green bar program conditions true, solid green running then, solid red running else.

 

 

Jon...

I just saw this......[emoji106]

 

Latest News

Z-Wave Scores Huge UL Win for Security, a First for Mesh Technology Z-Wave Scores Huge UL Win for Security, a First for Mesh Technology

Latest super-secure Z-Wave technology mitigates smart-home hacking; will achieve UL 1023 compliance for intrusion, giving the home automation standard an edge in powering some 20 million security sensors and alarm panels each year.

 

 

GT

I just saw this......[emoji106]

 

Latest News

Z-Wave Scores Huge UL Win for Security, a First for Mesh Technology Z-Wave Scores Huge UL Win for Security, a First for Mesh Technology

Latest super-secure Z-Wave technology mitigates smart-home hacking; will achieve UL 1023 compliance for intrusion, giving the home automation standard an edge in powering some 20 million security sensors and alarm panels each year.

 

 

GT

Sorry. I was attempting a new thread, not a reply!

 

 

GT

Sorry. I was attempting a new thread, not a reply!

 

 

GT

Posts can be deleted easily.

Guest
This topic is now closed to further replies.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.