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.

larryllix

Members
  • Joined

  • Last visited

Everything posted by larryllix

  1. I got so frustrated with the poor reporting, I wrote a recorder that keeps a list of every lowBatt signal from my 10 MSes. Most of the time nothing is ever sent. Out of, probably 10, batteries I have replaced so far, I think I have had about 2-3 reports of dead batteries. The flashing LED on the MS is much more reliable. When it multiple flashes happen, after seeing motion, it is time to replace the battery, within the next month.
  2. Don't use "status" from the dimmer electronics to trigger programs. Use "control" from the mechanical button. With "control" you are triggering on one of the six unique signals an Insteon button puts out. ON, Fast On, Brighten, Off, Fast Off, Dim. My gathering rom light programs have 8 different levels and scenes from one SwitchLinc dimmer.
  3. larryllix replied to TheWabit's topic in ISY994
    If it was closing the usual cause is a spider making a nest in your beams.
  4. larryllix replied to TheWabit's topic in ISY994
    Sounds like a signal bounce or repeat. Possibly your IO/Linc lost it's setup and is closing the contact twice.
  5. $172? Wow! I bought mine for around $60-$80 CAD. That is way too high for this poor technology. Mine work perfectly for reporting, once the method of reporting is understood. The newer firmware unit is not controllable from ISY. They probably both work exactly as stated on the box, with an Insteon Hub.
  6. larryllix replied to MarkJames's topic in ISY994
    If . . $OkToGo is $TRUE Then . . $OkToGo = $FALSE <----Then stops and Else runs. The rest will never see the light of day! . . Set Scene 'Back yard / Back Yard Lights - All' Off . . Wait 1 second . . Set Scene 'Games Room / Some slight logic problems there!
  7. I just added an automatic reset and try again to my leak detectors low battery programs. I missed a heartbeat from one Leak detector and after checking the battery to be very fresh yet, changed my programs to still notify me, but start again, with a 23 hour Wait period and then start timing again. If I had a battery failure I would then get a nuisance notification every two days. Not too bad for a nuisance repeat cycle. If you are away there is not much you can do with a low battery anyway.
  8. AC power is disconnected (white is removed from terminal) Your 7th zone looks like it may be disconnected also. Or wire is just stripped too long. Is the terminal screw and the wire tight?
  9. I found the first order works sometimes but the second syntax always works unless I get my devices wrong.
  10. Check the app and see what Alexa actually understood.
  11. Make sure after any changes to use "Discover" again or it won't matter.
  12. It only matters what voice recognition names you give it in the portal
  13. hmmmmm... I think "thermostat" is a reserved word that would confuse alexa. IIRC it is what you call it in the my.isy.io.com setup that counts.
  14. larryllix replied to jrini's topic in ISY994
    I don't see any indication of the OP updating his UI to match his firmware and lots of confusion about it. Has this been done now?
  15. No. The Universal Time Clock only knows and sends one time from Greenwich, to everybody. Your local computer has to provide your addition or subtraction of hours for your local time usage. I used the custom lat/long figures as the listed city was way out on times for sunset and sunrise.
  16. I thought about that but the Then section is being used for the Switchlinc, that was the only trigger. But.... I got cheap on program usage and chickened out, keeping advancements centralised into one spot also. Good programming practice in most cases.
  17. larryllix replied to MarkJames's topic in ISY994
    Really off topic but I though you may get a kick out of this one. I count the darks and subtract the lights with overlap so it always self-corrects. Programs can use as many counts as they want. Darker Detect - [ID 0045][Parent 0036] If ( 'Afternoon Bedroom / Motion.AftBR / Dark.AftBR' is switched On Or 'Evening Bedroom / Motion.EveBR / Dark.EveBR' is switched On Or 'Dining Room / Motion.DinRm / Dark.DinRm' is switched On Or 'Library / Motion.Libr / Dark.Libr' is switched On Or 'Lower Landing / Motion.LLand / Dark.LLand' is switched On Or 'Master Bedroom / Motion.MBR / Dark.MBR' is switched On Or 'Mudroom / Motion.MudRm / Dark.MudRm' is switched On Or 'Rec Room / Motion.RecRm / Dark.RecRm' is switched On Or 'Utility Room / Motion.Util / Dark.Util' is switched On Or 'Workshop / Motion.Shop / Dark.Shop' is switched On ) And $sHouse.darkCount <= 8 Then $sHouse.darkCount += 1 $sHouse.darkCount Init To $sHouse.darkCount Else - No Actions - (To add one, press 'Action')
  18. I meant admin access to the router. This sounds like ISY didn't get the right IP address from the router DHCP. Trouble is your port forward in your router will be set for fixed IP and ISY may be suiting at a different one. How good a neighbour is s/he? Rebooting the router may fix it if you don't have access to the router. Call the Electrical Utility and ask them to power cycle your house. I had this happen where my free DDNS service cancelled me cause I didn't check in that month as a new policy while I was away. Finally I got my ISP to answer my email with my IP address, that had never changed. unfortunately you are looking at inside your LAN IP addresses.
  19. Nasty one. Do you have access to your router, remotely?
  20. That's the part that irritates me. The mechanisms are all there. ability to voice what the events are, when asked ability to notify you of alarms with tone sound bytes, unprompted ability to remember events dates and times. Very strange that such a basic feature would be missing in such a nice high-tech level gadget. @Alex. It surprises me that you wouldn't have changed Alexa to Echo or other name to avoid confusion. Maybe you are familiar with being ordered about?
  21. I can't believe that the Echo has no function to notify you about appointments. Sure I can set a reminder with constant beeping. Sure I can create an event that I have to remember myself and ask about it. With all this awesome voice recognition and output where is the basic notification Larry, You have a Dentist appointment in one hour at 3 o'oclock! What am I missing? Is there a skill to cover this basic 1980's tech gadget?
  22. larryllix replied to MarkJames's topic in ISY994
    Along with that I keep one variable $sISY.initialised as a Boolean. I set it True but init it to False Wen ISY boots up and copies the value (False) from init, I run a test of it and initialise some items then set it true again. This way I know the program lines will only be run on first power up. This also help control the order of boot up procedures. This idea was stolen from the Leak detection program repertoire.
  23. The Internet time clocks only send UTC time. (Greenwich) Your local computer (ISY) calculates local time from that.
  24. This is what the ecobee3 thermostats are claiming now with their remotes. Up to 32??? remotes can be connected wirelessly and the temperature settings follow you around by MS in each room you occupy. All sound great but I would go to bed hot, every night and not sleep for hours while my A/C brought the house down 1 degree per hour. I designed my house with a lower floor for the bedroom to keep it cooler but I feel sorry for the people with upstairs bedrooms in the heat. I had that in the last house I designed, but had return air vents in every room and kept doors shut to avoid temperature stratification.
  25. You stated you were changing Masters, and I assume manually at the stats. My suggestion was to change setpoints on the Master based on 2441ZTH.

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.