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.

Shower water pump timer

Featured Replies

Posted

I have a water pump to increase the pressure for the master shower. I only want it to be running when someone is taking a shower. I decided to have the pump come on if two conditions are met. One, the shower light has to be on and two, a motion sensor has to be activated. To that end, I wrote the following program:

 

If

Status 'Indoor / Master Bath / Shower' is On

And Status 'Indoor / Master Bath / Shower Sensor / Shower Sensor-Sensor' is On

 

Then

Set 'Indoor / Master Bath / Water Pump' On

 

Else

Set 'Indoor / Master Bath / Water Pump' Off

 

 

 

Because my wife tends to leave the lights on, I also wrote the following program to turn off the shower light:

 

If

Status 'Indoor / Master Bath / Shower' is not Off

And Status 'Indoor / Master Bath / Shower Sensor / Shower Sensor-Sensor' is not On

 

Then

Wait 15 minutes

Set 'Indoor / Master Bath / Shower' Off

Set 'Indoor / Master Bath / Water Pump' Off

 

Else

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

 

 

 

 

I set the timeout for the motion sensor to 8.5 minutes. I'm assuming that means that the sensor will send an off signal if no motion is detected in 8.5 minutes which should be sufficient.

 

Does this look right?

  • 2 months later...

It looks like it should work... did you run into any issues?

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.