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.

ISYhbsh01

Members
  • Joined

  • Last visited

Everything posted by ISYhbsh01

  1. Actually in my example if u r going to use a KPL button as the trigger u don't need the seperate "auto heat offset" program. You can just add the "if KPL status is on" condition directly in the programs you will be making for every setpoint. If you want to enable/disable this mode some other way, then the "Auto heat offset" program might be needed. Sent from my SPH-D710 using Tapatalk 2
  2. Hopefully one day we will be able with just a single program to set a variable with whatever the setpoint is & then it would be pretty easy to setup what you are trying to do using variables. Unfortunately that is not possible today. See the discussion here: http://forum.universal-devices.com/viewtopic.php?t=9420 So currently, if you would be using variables to accomplish what you are trying to do, you would need to make a separate program for every possible setpoint in your range to set the variable. So you are not gaining anything from using a variable, you are just going to have to use two programs for every possible setpoint. So instead you should just make a separate program for every possible degree in your range which should look like the following: If Status 'Tstat1 - Main' is 70° (Heat Setpoint) Then Set 'Tstat2 - Main' 72° (Heat Setpoint) Else - No Actions - (To add one, press 'Action') And so on for every possible setpoint. If you want to be able to enable/disable this mode you would just add an appropriate condition to every program. For example, if you want to use a KPL button which would activate/de-activate this mode, you would make a program let’s call it “Auto Heat Offset†as follows: If Status 'KPL-1-H' is On Then - No Actions - (To add one, press 'Action') Else - No Actions - (To add one, press 'Action') Then you would add a condition in each of the programs for each setpoint as follows: If Status 'Tstat1 - Main' is 70° (Heat Setpoint) And Program 'Auto Heat Offset' is True Then Set 'Tstat2 - Main' 72° (Heat Setpoint) Else - No Actions - (To add one, press 'Action')
  3. Let me make sure I understand this correctly. You want your upstairs heat setpoint to always be 2 degrees higher than the downstairs setpoint? And instead of changing each setpoint individually every time, you want to set the downstairs heat setpoint and the upstairs setpoint should automatically change to 2 degrees higher? Sent from my SPH-D710 using Tapatalk 2
  4. There is Mobilinc which is an excellent app, much better than Smartlinc's. If you know how to setup port forwarding in your router it's not difficult at all to setup the ISY for remote access. Sent from my SPH-D710 using Tapatalk 2
  5. Hi Michel, Can also the "Pro" part from my 99 be transferred to the 994?
  6. Hi Michel, Can also the "Pro" part from my 99 be transferred to the 994?
  7. Hi, Can also the "Pro" part from my 99 be transferred to the 994? Sent from my SPH-D710 using Tapatalk 2
  8. ISYhbsh01 replied to paauto's topic in ISY994
    Another option is to buy the Venstar T1800 thermostat and the Venstar outdoor sensor module. You would power the Vesntar using a 24VAC transformer. Sent from my SPH-D710 using Tapatalk 2
  9. Mobilinc is the best Android app. Sent from my SPH-D710 using Tapatalk 2
  10. Ok thanks. Sent from my SPH-D710 using Tapatalk 2
  11. Great! Thanks. I am considering to upgrade & maybe use the old one for my office. I am not giving away any ISY's so fast... If I decide to get another one and I want to use the 994 in my home & move the 99 to my office, how would it work with the networking module that I currently have on my ISY-99? Thanks again. Sent from my SPH-D710 using Tapatalk 2
  12. Hi Michel, How does the current special upgrade price of $109 work? Do we have to send back the old ISY-99 or we get to keep both? Thank you
  13. Jmed999, Unfortunately there is no other way. See here my post about this: http://forum.universal-devices.com/viewtopic.php?t=9420 Sent from my SPH-D710 using Tapatalk 2
  14. Thanks for all the suggestions. However there are several types of Insteon devices which revert to an off state after a power failure. I have made ISY programs for those devices to make them go back to the state they were before the power outage. In order for this to work the ISY has to know that a power failure occured. So I rather don't have the ISY on a UPS, and just design all my programs in such a way with the possibilty of a power failure in mind. Sent from my SPH-D710 using Tapatalk 2
  15. Since in my area it's quite common to have milliseconds long power outages, I have always in mind that possibility when making a program and I try to address it. In this case, what would you suggest to make it power failure proof? I thought to have the same "wait for 24 hours then off" in the else clause & then make the program run at startup. What do you say? Sent from my SPH-D710 using Tapatalk 2
  16. Smarthome has since come out with a product to controll fans, its called Fanlinc. You just have to make sure it's compatible with your model fan. Sent from my SPH-D710 using Tapatalk 2
  17. Hi Iceman68, I believe you can accomplish what you want with the following one program: If From Sunset - 1 hour and 20 minutes To 5:00:00PM (same day) And Time is 5:00:00PM Then Set 'Counter Lights' On Else - No Actions - (To add one, press 'Action') Good luck!
  18. Hi Iceman68, I believe you can accomplish what you want with the following one program: If From Sunset - 1 hour and 20 minutes To 5:00:00PM (same day) And Time is 5:00:00PM Then Set 'Counter Lights' On Else - No Actions - (To add one, press 'Action') Good luck!
  19. That’s interesting news to me as well. I never knew of this difference between scene vs. direct commands, and that when turning devices on/off thru a scene it’s not acknowledged & not retried & the ISY just assumes that the devices are following orders... In that case, in the old program vs. scene debate, using a program to control devices instead of using a scene has a very big advantage.
  20. I would use ApplianceLincs rather than LampLincs. Lamplincs are dimmable devices which could very possibly damage your digital frame if dimmed accidentally. Sent from my SPH-D710 using Tapatalk 2
  21. From what I see there is nothing to stop the "Hot water loop" program from running continuously once its activated. Even when the main program turns false thus setting the hot water off, the hot water loop program continues to run & eventually turns the hot water back on. You should add the following to the main program's else path: Run program "Hot water loop" (else path). Sent from my SPH-D710 using Tapatalk 2
  22. Check this out from Smarthome it does what you are looking for: http://www.smarthome.com/73210/I-O-Linc-INSTEON-Telephone-Alert-Kit/p.aspx Check out ifttt.com, I am almost sure that they have such a service. Just keep in mind that ifttt.com polls for status updates only once every 15 minutes if I remember correctly. Depending on what you want to use it for it might not be fast enough for your purpose. Sent from my SPH-D710 using Tapatalk 2
  23. I see the 2441TH in the New Device pull down menu but not the 2441ZTH. Do you just use the 2441TH device when adding the 2441ZTH? Anyone got the answer to this? Sent from my SPH-D710 using Tapatalk 2
  24. I understand. Thanks Michel for everything.

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.