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.

Wanting fan to turn on when door opened

Featured Replies

Posted

I’m wanting my fan to turn on when opening door to go outside and then turn off when going back inside. Is this possible? I have on off switch I can put on door. 

3 hours ago, smarthome_newbie said:

I’m wanting my fan to turn on when opening door to go outside and then turn off when going back inside. Is this possible? I have on off switch I can put on door. 

The programming itself is possible. The problem is the system really won't know whether you're going in or out

I do this with lights in a room with a hidden door sensor and a motion sensor.

If the door is opened and the motion sensor is not triggered the lights come on. After entering the room and while moving around the motion sensor is triggered and if the door is opened again the lights turn off.

It takes 2 programs.

  • Author
I do this with lights in a room with a hidden door sensor and a motion sensor.
If the door is opened and the motion sensor is not triggered the lights come on. After entering the room and while moving around the motion sensor is triggered and if the door is opened again the lights turn off.
It takes 2 programs.

I think I’m confused. Can you please share what the programs are?


Sent from my iPhone using Tapatalk
  • Author
I do this with lights in a room with a hidden door sensor and a motion sensor.
If the door is opened and the motion sensor is not triggered the lights come on. After entering the room and while moving around the motion sensor is triggered and if the door is opened again the lights turn off.
It takes 2 programs.

How is this different than using just a motion detecter? Because it will turn off immediately when the door is opened to go back inside?


Sent from my iPhone using Tapatalk

RoomLightsOn - [ID 0045][Parent 0047]

If
        'Devices / Sensors / Motion / MR.1 Motion' Status is Off
    And 'Devices / Sensors / Door / MR- Door Sensor' is switched On
 
Then
        Set 'Scenes / General / Master Bedroom' On
 
Else
   - No Actions - (To add one, press 'Action')
 

 

RoomLightsOff - [ID 0044][Parent 0047]

If
        'Devices / Sensors / Motion / MR.1 Motion' Status is On
    And 'Devices / Sensors / Door / MR- Door Sensor' is switched On
 
Then
        Set 'Scenes / General / Master Bedroom' Fast Off
 
Else
   - No Actions - (To add one, press 'Action')

 

This works in a room, your problem will be going outside if you use a motion sensor unless you can keep other things from triggering it. A nice Z-wave beam device could work but finding one is the problem.
 

Edited by markv58

  • Author
RoomLightsOn - [iD 0045][Parent 0047]
If
        'Devices / Sensors / Motion / MR.1 Motion' Status is Off
    And 'Devices / Sensors / Door / MR- Door Sensor' is switched On
 
Then
        Set 'Scenes / General / Master Bedroom' On
 
Else
   - No Actions - (To add one, press 'Action')
 
 
RoomLightsOff - [iD 0044][Parent 0047]
If
        'Devices / Sensors / Motion / MR.1 Motion' Status is On
    And 'Devices / Sensors / Door / MR- Door Sensor' is switched On
 
Then
        Set 'Scenes / General / Master Bedroom' Fast Off
 
Else
   - No Actions - (To add one, press 'Action')
 
This works in a room, your problem will be going outside if you use a motion sensor unless you can keep other things from triggering it. A nice Z-wave beam device could work but finding one is the problem.
 

Thanks. So how is this different than just using a motion detecter? Because it automatically turns off when going back inside?


Sent from my iPhone using Tapatalk

It takes 2 triggers, the door must open and the motion sensor must be in a state of on or off, neither will alone trigger the lights. The lights will stay on unless otherwise changed whether or not there is motion. The sensor is by the entry to the foyer where the door is, so going towards the door will trigger the sensor and if the door is opened the lights go off.

There are other programs that disable and enable these programs either by time of day or voice command. 

Archived

This topic is now archived and is 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.