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.

larryllix

Members
  • Joined

  • Last visited

Everything posted by larryllix

  1. larryllix replied to jrabin's topic in ISY994
    IIRC he would need V5 for nodelink also.
  2. larryllix replied to jrabin's topic in ISY994
    You are looking for solar noon, which most PV fans are familiar with. Your formula is right on, but you will find it never varies, season to season. The longitudinal angle of the sun is always the same for the same time of day while the latitude angle changes. Calculate it once and use it for a time trigger. For DST you may need to use a seasonal condition or two programs based on calendar calcs. Easy in v5.
  3. Just right click on the device and select Restore. Sometimes there is a link that is temporarily changed. Don't understand it completely, but it doesn't cause problems. Restore will fix it, even if just for looks.
  4. No. Stu is attempting to lead you through a diagnostic process to find the problem,not for keeps. and... are all your jumpers on only one pin except for the number 5 pins? I don't think MSes have beepers in them.
  5. V5.x has been out for over a year but all versions are in alpha release status. They have bugs. None combine protocol scenes yet. If you have no Zwave, v5.0.4 or v5.0.7 well with minimal problems
  6. Different brand protocol devices will never actually interact, as in Insteon scenes. ISY 'combination scenes' will just be hidden programs, called scenes or some other label.
  7. I flash a corner bulb red while the garage door is open. If the lights go out and my bedroom light goes on I flash it full brilliance until the garage door is closed If the car leaves I send notifications.
  8. No but Hues do not have scenes in ISY as they are not Insteon. Scenes can be operated from programs and so can NRs
  9. You trigger a program that turns on the scene and send out NRs also. I use a variable with a bank of programs, each triggered off a different value in the state variable. Value = 0 = off Any program can stuff a value into the variable and it all happens behind the scene automagically. After flashing a bulb or any temporary usage of a bulb or LED strip the whole room can be reset back by restoring the value to the variable in a few lines of ISY code. Your dup post can be deleted.
  10. Zones will be normally closed electrical loops for security of system detection If you have no device connected you may need to short out the input or bypass the zone in the setup.
  11. Sorry I told you wrong. Do NOT use the linking mode. Tap the same button, 7 times quickly, and the MS will send the dark/light report immediately and it will not need the 3 minutes to adjust to the dark and light. You will see any change in the Admin Console on the dark sensor.
  12. Put the MS into linking mode again. Now tap the same button 7 times quickly and the MS will send the dark/light report immediately.
  13. Many companies do that, especially on ebay and aliexpress adverts. It's just plain scamming using people's confusion and lack of knowledge against them to sell product. Who is going to take them on legally, when they live on the ther side of the world.
  14. This may be a weak communications problem. Place a dual-band device (like OnOff or LampLinc) close to the motion sensor and try again. bon chance!
  15. How do the links inside a device get inside ISY? How would users use a Hub and an ISY without ISY filling up with errant links to the existing Hub?
  16. Excellent, unbiased, information!
  17. He is complaining about errant links inside ISY.
  18. If the links are showing in ISY it is because your scenes and basic connections to the device demand them to be that way. If the links inside ISY are wrong then you may need a new ISY. In three years, I have never heard of this happenning before, so it isn't very likely the links are wrong. Links in devices contain one for each node going to the PLM and one for each scene that ISY knows about and has created from link management inside ISY. A thermostat will have many links to accomodate the setpoint, heat output and cooling output. each one takes a link as well as links back from the PLM to control nodes inside the device. If you have links inside your devices that only link to another controller/hub/automation computer, they will not be showing in ISY. ISY does not absorb links from devices, only put them into devices. This sounds like you have migrated from an Insteon Hub, where unmanaged links are reported to be a problem for some. If the link tables match perfectly, what is not working, from ISY, in your devices? What device are your referring to?
  19. I assume you have the Portal installed by your comments but if not Admin Console | Help | Purchase modules. You must have an amazon.com account for the Echo registered to a valid US address with proper ZIP code. If you are not in the US you may need to have a virgin computer with no google ID installed. I found it constantly grabbed my google info, and the app is not available to outside US residents. Once all accounts with google, registered outside the US, are disabled, and removed from the computer, then the app may become available. Sideloads for the app are available, but be cautious with Version 2 adverts as they are just phishing hoaxes to lure you into giving personal information. Then follow the wiki link above, although I found it very confusing, as account references never state which one is being discussed. A few different accounts are involved.
  20. Variables can use substitutions, for the value of the variable in the notifications, but not text strings, yet. One way would be to set up a variable for each lock, $sFrontDoor $sBackDoor $sPatioDoor So when kidA enters via the backdoor, the kid's code number is put into the $sBackDoor variable. If ... BackLock_code is not 0 Then ...$sBackdoor = back_door_accessCode When the master program sees any of the variables is changed from 0, it send a notification (State variables required) and then resets the variables to 0 again.(last line in the program) If ...$sBackdoor is not 0 or ...$sFrontdoor is not 0 or ...$sPatiodoor is not 0 Then ...send notification to you, kid_home ...Wait 5 seconds ...$sFrontDoor = 0 ...$sBackDoor = 0 ...$sPatioDoor = 0 Inside the message you have a nice title, with a time marker, and a list of doors, showing the value of each variable with a proper title, like this One of the kids just entered @ hh:mm:ss Front Door: 0 <--------really looks like "Front Door: $(var.2.65)" to use variable value substitution Back Door: 3 Patio Door: 0 People: 1= kidA, 2=kidB, 3=kidC Making sense? 1 program per each door 1 state variable per door 1 master notification program 1 notification NOTE: This may take v5.xx as I am not sure if the access codes can be stuffed into a variable in earlier versions.
  21. You should never need to edit a link table inside a device.ISY provides tools to examine the link table, compare it to ISY's image of what should be in the device, and to restore the device's link table, in the device, back to what ISY has for it. Just right click on the device in the admin console device tree and click restore...fixed. If it is a battery device the linking mode will need to initiated usuall by pressing the linking button on the device for about 5 seconds. Devices do not take XML code.
  22. All zeros is a terminator entry. It tells the CPU involved to stop reading the m into a program.
  23. IIRC there is a trick to extracting the Insteon address that I think you need. You manually link the MS to another device like a SwitchLinc or plug-in module. This is done Insteon style without any help from ISY. Run the Event recorder in admin console and then activate the MS. Look for the Insteon address used for the MS. Factory reset both devices and restore the catalyst unit. Use the MS address in the new device menu (lightbulb icon)
  24. While in linking mode five quick taps on the linking button will force the MS to send it's current Light/dark detection state, without any time delays. This can be used for setting the dark level adjustment more conveniently. Make sure you factory reset those MSes before linking them. You may save yourself a lot of hassle.
  25. Your repeat 30 times Beep. will probably hang your ISY system with Insteon traffic and you will lose control until it clears, when done. I always have to insert at least Wait 1 second but Wait 2 seconds is better if you want to shut it off mid sequence. I flash every light in the house as well as some outside lights and many noise makers. With MSes I had false alarms from car headlights and/or lightning, and too many Cry Wolfs in the neighbourhood will get you trouble, too. This will happen when you are on the other side of the globe. Getting a notification every 30 seconds, from a bad MS, for two weeks can destroy your vacationa nd your communications with your family. Stop using status for MS units and disable the time off inside them. Saves batteries and makes less Insteon traffic. I use defined room numbers to insert into a variable that triggers the alarms. Notifications contain that variable with a room chart. I also set up an alarm variable with five level of action. Setting the alarm variable to 1 gives a short beep only, while level 5 gives the full array of everything, as well as notifications to both of us via two methods. This self resets after the level of alarm has done it's thing. This seemed very simple at the beginning but after a year of fixing bugs and deficiencies, the programs have become very entangled and complex.

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.