Skip 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.

Please help me with this simple programming

Featured Replies

Please I need help with this programming.....long time user, getting old and have no clue!

Tank level sensor closes contact – Insteon 2450 IO  (which 2450 mode?)

Then wait 10 minutes

Turn on fill pump (Insteon- micro on, with power relay)

Keep pump running until tank level sensor open contact – Insteon 2450 IO

Turn off fill pump (Insteon- micro off, with power relay)

 

Thank you for your help

Karl

Will be easier with 3 programs IMO

Program 1: Fill

If

FillPumpSensor switches on

Then

Wait 10 minutes

Set FillPump On

Program 2: Stop

If

FillPumpSensor switches off

Then

Set FillPump Off

Program 3: Deadman switch

If

FillPumpSensor is on (NOT switched)

Then

Wait XX Minutes. (You decide, see note below)

Set FillPump Off

Program 3 is in case the messaging to/from the iolinc is missed, it can happen. Pick a number of total minutes you think a cycle should be, maybe add 1 minute to it and assign that to XX. The first program use If Switched and the last uses If status

When your program has a Wait statement, make sure it's triggered by a static condition, like a status change. Looking for control events ("is switched on") won't work because it doesn't remain true other than the first time it's detected.

One effect is that if the detector turns off before the 10 minutes is up, then the pump won't turn on at all, which is what you might be wanting here.

7 hours ago, kvolger said:

Please I need help with this programming

It might help to describe what it is you are trying to do, under what conditions cause the tank sensor to open and close, and what it is that the program is, or is not, doing that you expect it to do. It is also helpful to see the exact program rather than a paraphrase. Control (switched on) versus status conditions behave differently and can affect how programs work and it seems unclear to me which type of conditions you have in your program.

Having said all that, I suspect Guy Lavoie has identified the most likely problem, short of a communication problem between devices.

Edited by oberkc

Create an account or sign in to comment

Account

Navigation

Search

Search

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.