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

  1. Before I moved I had a WiFi controllable receptacle running my ISY994 and an Insteon controlled OnOff module controlling my router. When I was away if Internet or Ethernet signals were found bad it would run a power cycling routine that increased duration with each trial. Then I could also remote power cycle my ISY994 with the remote controlled receptacle. I was locked out of my home monitoring too many times while away for weeks. I never bothered since I moved and moved to a polISY but may have to get back on that track. I just can't believe, after all these years, UD equipment just gives up, and doesn't attempt to heal it's connections. I have never seen another piece of Ethernet equipment that doesn't heal, even if it takes days.
  2. I have had trouble with ISY994 devices and Polisy devices (two) with power line grid reclosers. In an effort to minimise outages the power companies install devices to clear lightning discharge from the overhead power lines by dropping the HV breakers for one second and then reclosing them, the first time. This gets longer each time for worse fault clearing. This short one second clean outage reboots my router and most equipment OK but my UD boxes have always had a problem with it, either not rebooting or not rebooting properly. Of course, after years of this happening I have also discovered the Ethernet drivers do not seem to make any longer term attempts at IP recovery with the DHCP servers in my routers. IOW: They try a few times and then just give up forever, leaving your home automation dead without an IP connection to your router. This never heals itself and requires a power off/on with a few seconds of dead time. Mine ISY/PolISYs have always had hardwired Ethernet connections to my routers. This brings me back to the OP's problem. Do you experience short term power grid disruptions frequently?
  3. Our longest fibre transmission was about 35 km and needed boosting. Of course fibre optics may have advanced in the last 25 years but much longer distances were not very possible, expensive, and dangerous due to the high power needed for the length. I wonder how they get transmission that far.
  4. +1 ecobee. Has dual temperature schedule charts so you do not have to change settings when switching from heat to A/C Better accuracy and monitors to 0.3c for less heat waves and cold waves. Settable differentials down to 0.3c on to off Settable differentials down to 0.3c Heat to A/C. Fast support on Whatsapp, email and app. Very knowledgeable from my calls. Not just reading an AI monitor with moronic responses from an online manual. Can download spreadsheets of history from stat itself and remote sensors. Can average sensing in various rooms, selected by schedules. Excellent NS by Jimbo with years of debugging history. I control my room humidifiers via setting inside the ecobee stat through ISY through NS. Password locking of settings and remote lockout Complete control of smart features. No forced "setbacks" or "energy saving" but available.
  5. Do we have fibre optics under the Atlantic yet? I would think most of the delays would be in the electronics / servers. Just Wow!
  6. Here is the variable reset program I use to eliminate two of the three lines required to send routine triggers in my Alexa speakers. It could be used for anything but the variable names are significant for my speech routines. To use just set the appropriate variable to $cTrue (=1) I didn't create it into multiple programs. Instead I put them all into one lump and it works just fine. Note: spare variabes spsaces left for future epansion. It happens. Reset sSay variables - [ID 006F][Parent 0002][Run At Startup] If // [Run at Startup] enabled $sSay.motionOutsideDoor is not 0 Or $sSay.occupancyTimerExpiring is not 0 Or $sSay.securityViolated is not 0 Or $sSay.welcomeHome is not 0 Or $sSay.systemArming is not 0 Or $sSay.systemDisarmed is not 0 Or $sSay.goodBye is not 0 Or $sSay.turnOnLights is not 0 Or $sSay.systemArmed is not 0 Or $sz_40 is not 0 Or $sSay.blindLowBatt is not 0 Or $sSay.blindJammed is not 0 Or $sz_43 is not 0 Or $sz_44 is not 0 Or $sz_45 is not 0 Or $sz_46 is not 0 Or $sz_47 is not 0 Or $sz_48 is not 0 Then Wait 10 seconds $sSay.motionOutsideDoor = 0 $sSay.occupancyTimerExpiring = 0 $sSay.securityViolated = 0 $sSay.welcomeHome = 0 $sSay.systemArming = 0 $sSay.systemDisarmed = 0 $sSay.goodBye = 0 $sSay.turnOnLights = 0 $sSay.systemArmed = 0 $sz_40 = 0 $sSay.blindLowBatt = 0 $sSay.blindJammed = 0 $sz_43 = 0 $sz_44 = 0 $sz_45 = 0 $sz_46 = 0 $sz_47 = 0 $sz_48 = 0 Else - No Actions - (To add one, press 'Action')
  7. Nice! KInd of odd the semaphore has to go to Germany and back. LOL Wow!
  8. I have had problems on and off with Alexa routines triggering also. This has happened a few times over the years. Alexa app shows the input points changing , the routines fully working when triggered manually but they just wouldn't trigger. After complaining each time, and Amazon denying any problems, and advising to contact your app writer, it would suddenly start working again, once after about a month.
  9. Strange ,I have not heard anything regarding Alexa+ before. If there is any option I would likely stick with the old Alexa also. AI garbage is why I dumped Google Home boxes, years ago (have about five in the junk box now). Every time I would ask GH to turn something on it would find every device with X in the name and attempt to turn it on at the same time. When I have 8 different colour names included in Bedroom light strip, turning them all on at the same time is impossible. AI doesn't belong in home automation. I don't need somebody else's logic controlling things for me randomly. Guessing on meanings is not wanted in HA, only exact control names. AI guessing can be dangerous in some situations. Alexa used to ask "did you mean?" so I dumped my GH junk and went with Alexa in every room years back.
  10. @bmercier I have not had problems with Alexa so far. However I have not been asked or offered to upgrade my Alexa skills etc..
  11. I have to replace my 6-8 batteries about once per 4-12 months, brand dependent. However I have found when one brand gives bad length of service, other brands also do. My conclusion s mots batteries are made by the same manufacturer. I have been trying to find brands manufactured in Japan. reports show some Panasonic and a few other brands are made in Japan and may last longer. I don't use them with PGx but rather kumoapps code. Does the PG3 NS not allow programmable updates that could save battery power by reducing polling at nights etc..?
  12. Is the program disabled? We cannot see that parameter unless you copy to clipboard and then paste the program into the post. Right click the program title and select "Copy to clipboard"
  13. Both my Polisae came with 32GB SSDs. Now they both have 64GB. One went bad and one has survived but totally spare now. For $26 I wasn't going to return it. I think the partitioning had to be based on an old SD card format , saving some small hidden partition for recovery images etc... Expanding that to 32GB made the remainder seem huge. @Michel Kohanim is reading this and laughing!
  14. If you get supplied with the file poilsy_14.3p3.img then your polisy SSD will be at the current V6.0.x when it boots up. Watch your credentials on the IoX Finder, set time zone, options, etc. and reboot.
  15. Right click on the device in the device tree and select "Restore". There is likely a link missing yet. Devices have a link to the PLM for every function, sometimes 10 or 12 links. They can all work properly except one at times.

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.