Jump to content

MrBill

Members
  • Posts

    4674
  • Joined

  • Last visited

Everything posted by MrBill

  1. Have you updated iOS to 15.3.1? If not please do because geofences were actually broken iniOS and unreliable from the release of 15 until earlier this month... i think the fix is in 15.3 but 15.3.1 is current. I do agree with your suggestion, but if you're unaware of the iOS breakage of geofences the above may help also.
  2. the factory default password is admin | admin, but if you changed it 3 years ago it's not that now. Both user and password may be different. To reset the password carefully follow these password reset instructions, note that if the reset button is held longer than indicated in those steps the entire unit is factory reset, not just the password.
  3. When does it jump out of "repeat every 30 minutes"? What makes it jump to Repeat 1 times?
  4. top right corner of the portal... click "My Profile" Is the 'Amazon Echo and Google Home' dropdown set to use 'All ISY's on account' ?
  5. I use old fashioned locks so far...haha. Actually the only way we enter and leave is through the garage, as such I haven't found a pressing need for locks yet.
  6. .... i have zero z-wave, so no advice there..
  7. I agree 1000% with this statement. I plan to use my existing PLM. If you change PLM's in the process and "Restore Modem" the links in every single Insteon device must be re-written. Only change PLMs when you must.
  8. I haven't quite converted yet either... it's on my list and probably next, but I'm in the middle of a different large scale (non-ISY) project at the moment.
  9. perhaps @Michel Kohanim can add it to the list to add a redirect to the base url so that the functionality works the same as on the ISY994.
  10. try http://192.168.yyy.zzz:8080/WEB/udajax.htm and see what happens... (of course fix the IP of the IoP).
  11. It's truly bizarre that it took Apple 5 months to fix this glaring issue.... and yet they didn't list it as a fix, but it does seem to be consistently working. Does anyone else have data points? is geo-fencing working correctly again or not?
  12. See the post in the Official News and Announcements section at the top of the forum.... Short answer is "it's dead Jim"
  13. if you're speaking of this option: It should open a pdf https://www.universal-devices.com/docs/ISY994 Series Network Security Guide.pdf in a browser window, (or in my case it opens in acrobat reader, but I made a change to windows file associations manually).
  14. Yes. The part that trips some up tho is (for example) If $sDay= 1 then Turn on the light wait 1 hour Turn off the light else (nothing) If the light turns on and is waiting to turn off and the value of @sDay changes, the light won't turn off, as soon as the value of the $sDay changes the currently running program evaporates and a new copy executes, and since the value changed it's not 1 anymore, which means that the empty Else will run and immediately finish. Another common trip up is Else runs more often than at first realized, especially in the case of compound IF statements. When the value of any condition in the IF statement changes the entire IF is re-evaluated, whenever the result is false Else runs.
  15. I you're taking over an existing system two important questions: Do you understand the difference between a State and Integer Variable? Do you understand the concept of the Event Based programs in the ISY? Master those two topics before making too many changes. ISY programs don't work like most new users expect them to.
  16. (Pssst.... don't tell anyone but it actually exists some Insteon hardware, it's however not supported by the ISY)
  17. Find is generally what I'm needing/using. I'm not sure I've ever had the need for Replace. I will point out that that unless the Replace drop-down is changed it defaults to whatever the Find drop-down was last set, Replacing with the same is functionally equivalent to Find.
  18. UDI is very careful to keep historic functionality in place. The only time functionality is deprecated or removed is when it's function stands in the way of new functionality or concepts. It can be done the way you were attempting, and many people for one reason or another still use that functionality, but its not modern day best practice. Removing functionality can generate an avalanche of support tickets as well.
  19. Yes, right click a program or folder in the program tree and pick "Find/Replace" fill out the dialog box and click Find. I used to always instruct to use "my programs" at the top, but it was pointed out to me it doesn't matter where you click Find from that it always starts at the top.
  20. I agree with @larryllix but i'll add some more commentary... Opening ports is the old way, don't do it. You defined the reason yourself, security. Instead is the new way... the ISY Portal. For instructions to set up admin access through the portal see this wiki page.
  21. I agree with @simplextech that the best method is a security panel. one more method that he didn't mention is that if the house has 120v inter-connected smoke alarms all of the manufactures have auxiliary relays. First Alert/BRK or Firex/Kidde. These were created with hearing impaired in mind. You have to pair it with some other device to get the alarm turned into an ISY node... but it's do-able. Keep in mind that it's homebrew and could fail. it's attached to your interconnected smoke alarms tho so even if your homebrew notification solution fails at least the local alarm will sound.
  22. I don't have a 2448a7 but I've been wondering about performance across the 2 phases of the home electrical system. Specifically, does the radio of the 2448a7 need to reach a device on both sides of the electrical service, and if it doesn't is there a performance hit on the opposite phase? Wireless only is definitely slower... i used many door sensors for various things (not all of which are doors) and I can definitely count on extra time. It seems like (but I haven't definitely proved) that if the wireless signal hits a wired device on the same phase as the PLM performance improves, if it can only hit a wired device on the opposite phase it adds alot.... example: the program that changes outdoor lighting based on the front door being open or closed is very fast. The program that controls my closet light is much slower. I have determined that both phases are available nearby the front door wireless sensor, but only the opposite to the PLM phase is available in the bedroom.
  23. Hey @tom2020 so you were able to get it added as a node in your ISY, that's excellent! Are you using the PG2 or PG3 nodeserver?
  24. I agree... email support@universal-devices.com PS... it's .jnlp files. (not .pnlp) that you want to get rid of and per your screenshots above that could be an issue... the (1) tells me that you have a start.jnlp already in that folder/directory... which are you running the start.jnlp version or the start (1).jnlp version? If you're actually running start.jnlp it may be a very old file that doesn't install the correct launcher.
  25. MrBill

    LifX on PG3

    I just looked at the store and saw einstein42 listed, I didn't go as far as github. As far as I know xKing is still around.
×
×
  • Create New...