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.

jmed999

Members
  • Joined

  • Last visited

Everything posted by jmed999

  1. jmed999 replied to jmed999's topic in ISY994
    You are right. I understand what you are saying. I'll change them to just have if/then clauses and not elses. Thanks!
  2. jmed999 replied to jmed999's topic in ISY994
    Does this help? You can see some are in italics and some are not. They change depending on what device I click on.
  3. jmed999 replied to jmed999's topic in ISY994
    I don't know how to post a pic.
  4. SO if I add this program what do I put in the thermostat programs that will tell them to turn off or not? Thanks!
  5. jmed999 replied to jmed999's topic in ISY994
    Shoot....you are right. Thanks!
  6. jmed999 replied to jmed999's topic in ISY994
    I guess I'm not the only one that doesn't know what some of this means
  7. jmed999 replied to jmed999's topic in ISY994
    The programs in the post right above this one didn't work correctly today. I checked at 11:05 and adjusted the thermostat so it was cool but the programs didn't do it automatically. Both the cleaning day and non cleaning day programs ran. Not sure why they both ran but they did. The toggle program ran at 12:00:02 also. What went wrong?
  8. jmed999 replied to jmed999's topic in ISY994
    This is my program. If $i.Kristen.Watch.TV is 0 Then Set 'Upstairs - Main' 76° (Cool Setpoint) Set 'Upstairs CFL Lamp' On $i.Kristen.Watch.TV = 1 Else Set 'Upstairs - Main' 90° (Cool Setpoint) Set 'Upstairs CFL Lamp' Off $i.Kristen.Watch.TV = 0 What else do you need to reproduce the issue?
  9. jmed999 replied to jmed999's topic in ISY994
    Thanks! I'm a slow learner I guess. So now I have... If On Sat, Sun, Fri From 7:00:00AM To 11:30:00PM (same day) Or On Mon, Tue, Wed From 4:00:00PM To 11:00:00PM (same day) Then Set 'Downstairs - Main' 74° (Cool Setpoint) Else Set 'Downstairs - Main' 76° (Cool Setpoint) If On Mon, Tue, Wed From 8:00:00AM To 4:00:00PM (same day) Then Set 'Downstairs - Main' 85° (Cool Setpoint) Else Set 'Downstairs - Main' 74° (Cool Setpoint) If On Thu Time is 12:00:01AM And $Every.Other.Thursday is 0 Then $Every.Other.Thursday = 1 $Every.Other.Thursday Init To 1 Else $Every.Other.Thursday = 0 $Every.Other.Thursday Init To 0 If On Thu From 11:00:00AM To 11:00:00PM (same day) And $Every.Other.Thursday is 0 Then Set 'Downstairs - Main' 74° (Cool Setpoint) Else Set 'Downstairs - Main' 76° (Cool Setpoint) If On Thu From 8:00:00AM To 4:00:00PM (same day) And $Every.Other.Thursday is 1 Then Set 'Downstairs - Main' 85° (Cool Setpoint) Else Set 'Downstairs - Main' 74° (Cool Setpoint) Tomorrow is the cleaning day so I hope everything works! Are there any other improvements I could do? I think I have some duplicate commands. Thanks!
  10. jmed999 replied to jmed999's topic in ISY994
    Both. Seems like they are the same color.
  11. jmed999 posted a topic in ISY994
    My ISY freezes a lot now that the weatherbug and irrigation modules have been installed. I don't know for sure but it seems like it freezes at the end of the weatherbug polling interval. Any ideas?
  12. jmed999 posted a topic in ISY994
    -What does it mean if my device names are in italics? Sometimes they are and sometimes they aren't. -What does it mean to "Query Insteon Engine"? -What does "Show Device Links Table" mean? -What does "Show ISY Links Table" mean? Thanks!
  13. jmed999 replied to jmed999's topic in ISY994
    I have tried going to a website first then touching the widget and it seems to act the same way. Sometimes it works and sometimes it doesn't. I don't think it helps at all to go to a website first.
  14. jmed999 replied to jmed999's topic in ISY994
    This is what I have so far. Not sure if these programs are the best most efficient way to program what I want. I'm up for suggestions. Weekends and nights... If On Sat, Sun, Fri From 7:00:00AM To 11:30:00PM (same day) Or On Mon, Tue, Wed From 4:00:00PM To 11:00:00PM (same day) Then Set 'Downstairs - Main' 74° (Cool Setpoint) Else Set 'Downstairs - Main' 76° (Cool Setpoint) While at work...BTW I don't work on Fridays If On Mon, Tue, Wed From 8:00:00AM To 4:00:00PM (same day) Then Set 'Downstairs - Main' 85° (Cool Setpoint) Else Set 'Downstairs - Main' 74° (Cool Setpoint) This is my current Thursday for tomorrow (cleaning lady day)... If On Thu From 11:00:00AM To 11:00:00PM (same day) And $Every.Other.Thursday is 0 Then $Every.Other.Thursday = 1 $Every.Other.Thursday Init To 1 Set 'Downstairs - Main' 74° (Cool Setpoint) Else Set 'Downstairs - Main' 76° (Cool Setpoint) $Every.Other.Thursday = 0 $Every.Other.Thursday Init To 1 Non Cleaning Thursdays... If On Thu From 8:00:00AM To 4:00:00PM (same day) And $Every.Other.Thursday is 1 Then $Every.Other.Thursday = 0 $Every.Other.Thursday Init To 0 Set 'Downstairs - Main' 85° (Cool Setpoint) Else Set 'Downstairs - Main' 74° (Cool Setpoint) $Every.Other.Thursday = 1 $Every.Other.Thursday Init To 0 Anyone have any suggestions? Are my Thursdays correct?
  15. jmed999 replied to jmed999's topic in ISY994
    Yes, my Mobilinc can work outside my wifi. I have an http and an https address in the Mobilinc settings. ie. I can access my devices at work, 20 miles from home using Mobilinc without problems.
  16. jmed999 replied to jmed999's topic in ISY994
    I will check my other programs to make sure the nights are covered. So this will work for this Thursday and everyother Thursday thereafter. Now how do I program the Thursdays that she will not be cleaning? Thanks for your time!
  17. Thanks! Could this be done with a Mobilinc widget? I would rather use the app than buying a keypadlinc that I may loose.
  18. Is there an easy way to turn all thermostat programs off? I have several programs that do different things to the setpoint of the stat throughout the day. I can think of several scenarios in which I would want to immediately change the setpoint to something comfortable (like 74 degrees) and not have to worry about a program changing the setpoint later that day. My bigger concern is my wife getting fed up with all the pesky steps to do this (and telling me not to buy anymore of this HA stuff). For example, if my wife comes home from work sick, she will want to take one step to cancel all programs and get the setpoint to 74 without having to continue to adjust the setpoint or watch the setpoint closely to see if a program changes it. She does not understand how any of this home automation works and doesn't care. I will need it to be simple such as tapping a Mobilinc widget on her phone. Is this possible, if so how? Thanks!
  19. jmed999 replied to jmed999's topic in ISY994
    Mobilinc
  20. jmed999 replied to jmed999's topic in ISY994
    This is what I have... If On Thu From 11:00:00AM To 11:00:00PM (same day) And $Every.Other.Thursday is 0 Then Set 'Downstairs - Main' 74° (Cool Setpoint) $Every.Other.Thursday = 1 Else Set 'Downstairs - Main' 76° (Cool Setpoint) $Every.Other.Thursday = 0 How do I know when it will start? I want it to cool this Thursday, not next Thursday and so on. So will it be 74 at 11 AM then change to 76 at 11 PM every other Thursday or will it be 74 every other Thursday and 76 every other Thursday? How do I program the other Thursday? Thanks!
  21. jmed999 posted a topic in ISY994
    I set up a program widget on my Droid. I tap the widget and run the if command to turn a light on and lower a stat setpoint. I then run the if command to turn the light off and return the setpoint to what it was before. The problem is it only works about half the time. When it doesn't work I get, "Unable to connect to lighting controller. Please verify lighting controller settings" Anyone know what this means and how to fix it? Thanks!
  22. Now I'm getting "subscriber didn't respond to event 1"
  23. My DNS settings are 8.8.8.8. I'm pretty sure I have a static IP address. I also have a https IP address through DYN. Does that help?
  24. jmed999 replied to jmed999's topic in ISY994
    Not sure I understand your question.
  25. jmed999 posted a topic in ISY994
    Is there a way to log the setpoint temp and actual temp for a week? I would love to see this info in a chart of some kind. How can I do this? Thanks!

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.