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.

Turn AC Fan on every 30 mins

Featured Replies

Posted

Hey guys, I want to have my ac fan turn on every 30 mins after 12:00am till about 6:00am each night. It gets stuffy in my room with the door closed and I want to see if that helps a little. Once my house cools down at night my ac doesn't turn on that much so I would like to just manually turn the fan on/off every 30 mins. Could someone point me in the right direction for a program. Thanks

  • Author

This what I have so far which I think is close, which I think it will actually turn on the fan for 10 mins every 30 mins or is it 40 mins?

 

If
       Status  'Thermostats / Downstairs Thermostat' is Mode Cool
   And $Vacation is 0
   And Time is 12:00:00AM

Then
       Repeat Every  30 minutes 
          Set 'Thermostats / Downstairs Thermostat' Fan On
          Wait  10 minutes 
          Set 'Thermostats / Downstairs Thermostat' Fan Auto

Else
  - No Actions - (To add one, press 'Action')

 

then at 6:00 am set it back to fan auto

 

If
       Time is  6:00:00AM
   And $Vacation is 0
   And Status  'Thermostats / Downstairs Thermostat' is Mode Cool

Then
       Set 'Thermostats / Downstairs Thermostat' Fan Auto

Else
  - No Actions - (To add one, press 'Action')

It is 40 minutes.

 

Change your repeat to 20 minutes.

 

And you need to do something to make your first program stop. Like "if time is 12am to 6am". Or, you can set the "then" clause to just repeat 12 times and quit and get rid of the second program.

 

If
       Status  'Thermostats / Downstairs Thermostat' is Mode Cool
   And $Vacation is 0
   And Time is 12:00:00AM

Then
       Repeat 12 times 
          Set 'Thermostats / Downstairs Thermostat' Fan On
          Wait  10 minutes 
          Set 'Thermostats / Downstairs Thermostat' Fan Auto
          Wait 20 minutes

Else
  - No Actions - (To add one, press 'Action')

  • Author

Cool even better, I woke up thinking about this morning that it would never go off. Thanks

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.