Jump to content

Geddy

Administrators
  • Posts

    2727
  • Joined

  • Last visited

Everything posted by Geddy

  1. @marc0612 I'm confused...are you on the mobile app or a computer? You kind of go between both. If what @MrBill has above doesn't work out perhaps @Javi or @Michel Kohanim can chime in to get you looking in the right direction. Should look something like this:
  2. @SHM There's been documented issues with iOS 15 breaking geofence for many location related apps. Waiting on Apple to fix the issue. Review discussion here:
  3. Well, great feedback to the above suggestions/answers to your situation. What you apparently missed was that @lilyoyo1 and @Techman both answered your question. The "better/simpler way" would be to just add more devices. Since you (apparently) know how z-wave works (by the clip you added) then you know the more devices you have the better the coverage. I would say the best way to improve your coverage would be to have more devices. NOT by adding another controller. (You later came back to emphasize that you're looking for a "better" way to add the second controller) I would just add to @Techman's reply by suggesting getting a 700 series controller -- as it's what will be supported (by ISY on Polisy) moving forward. 700 series also seems to offer even more range than 500.
  4. No joy. Installed 15.1.1 when it dropped and no geofence updates (or phone notifications) over the weekend. Only time it worked was today when I purposefully had Mobilinc open as I left the house and left the geofence area. It notified the phone and changed the variable on the ISY. Let's hope it gets better in 15.2 and fixed by 15.3. Going to be a long year if it's not fixed soon!
  5. @Chrislef There's no such app for the ISY that would allow you to create programs "on the fly". That's the purpose of the admin console. As far as I know it's not expected to be a part of the UD Mobile to be able to generate programs like you would with Admin Console. I do not use Home Assistant, but as @smacbride suggests, I'm sure others that have significant skills in HA app could help suggest how it might fit your desires. It just requires additional hardware to run HA and then integrate the ISY with the HA method of automating the process. Good luck! Oh, and you should try out the UD Mobile app for best all around ISY app for iOS or Android. They're still developing that so it continues to get better with every release.
  6. @DikH Any update here? Assume you got things working since you didn't come back needing more help. Just checking if you're still running into problems.
  7. Hope might be on the horizon! Thanks Wes! Fingers crossed geofence will work better in the near future.
  8. Quick question to start - did you change your router at all during the summer? Since you're using DDNS it's pointing you to the IP your ISP gives you. You then need to open up a port on your home router to direct to the ISY (Video for setup port forwarding: https://youtu.be/VV7u771uX7E) However, as some will suggest this does open up your network to outside access so make sure you have a strong password and don't use the typical default ports. You'll need to remember the ports you use an use that in your setup. The current recommended method (and more secure method) would be if you have ISY Portal (https://my.isy.io/index.htm). With the ISY Portal you can use the URL found in the portal to access the ISY remotely. Some help from the wiki: https://wiki.universal-devices.com/index.php?title=ISY_Portal_Admin_Console Looks like Agave is simple to connect through the ISY Portal - https://www.agaveha.com/docs/connect-to-udi-portal/ Good luck! Hope this helps easily.
  9. I'm with ya! Here's an interesting read though... https://developer.apple.com/documentation/corelocation/cllocationmanager/creating_a_location_push_service_extension So I wonder if Apple broke old API Geofence pulls on purpose. @InsteonNut Have you seen this information? Do you think this could be impacting Mobilinc geofence? My Alexa geofence seems to work 100% of the time. But it doesn't have notifications on the phone, but it is triggering routines in Alexa as I cross the boundary I setup in Alexa.
  10. Doesn't appear to be any way to downgrade back to 14 even though they (Apple) are releasing security updates they're not allowing anybody that upgraded to iOS15 to downgrade back to 14.x at this point. (my old phone and ipad went up to 14.8.1 recently) Really hope they get this fixed. Now in the iOS15.1 life it stinks. Mobilinc works now and then, but mostly only when I leave it open/active as I cross the geofence. Locative isn't working at all (even after remove and delete steps @MrBill outlined). Oddly enough though Alexa location services are working more frequently for me. So this is oddly enough an interesting geofence dilemma. I've also experienced that Google Maps is not updating location history if the app is in the "background" for too long. I've suddenly left locations after being there a few hours even though the app was still running, but not in focus and the phone not unlocked. Apple must be getting more like Google in killing location apps more than users want them to.
  11. @DikH How are you installing Java? And are you installing 32-bit or 64-bit? I know the log shows you have the latest build, but what does this show: Open command prompt. Type: java -version What is the result? Mine: java version "1.8.0_311" Java(TM) SE Runtime Environment (build 1.8.0_311-b11) Java HotSpot(TM) Client VM (build 25.311-b11, mixed mode) Open Java Control Panel (in Win 10 hit menu and just type Java and it will show "Configure Java"). Click "Java" tab. Click "View" button What is your path? (Mine shows: C:\Program Files (x86)\Java\jre1.8.0_311\bin\javaw.exe) Even though I'm on 64 (Win 10 Pro) and running 64 bit Chrome seems like Java is just installed as 32-bit, but does say "mixed mode" (above). You can have both installed on your system. So maybe you're only installing the 64-bit, but you need to also have the 32-bit version. From Java downloads: https://java.com/en/download/manual.jsp Last resort - manually set Java Home - https://mkyong.com/java/how-to-set-java_home-on-windows-10/ There are other instructions that seem to be about the same. This is very strange. I would expect proper removal of Java and clearing the cache would clear this up. The only thing I can think of is you're only installing 64-bit java and need to have both. Last thought...are you running any 3rd party firewall or antivirus software? Those can also cause some launcher issues. See the wiki of how to adjust firewall if needed - https://wiki.universal-devices.com/index.php?title=Main_Page#Configure_Firewall_Software
  12. @MrBill oh...opening a port. while not always "safe" it's usually easier (for me, IMO) than always having to know the huge portal URL. I've never really tried to figure out why sometimes my work computer will save or not save the remote access URL, but know 80% of the time I have to add back the remote access URL. Good suggestion of the duckdns option. I knew you'd have a different/better option to use.
  13. @adambuild You might have done it in the past, but sometimes finder doesn't always find remote ISY. I have this issue a lot when trying to use admin console from a remote location that I have to manually add the location back in. Sometimes it's easy if using DDNS so you have a simple URL to add rather than knowing the IP address. Many routers now include DDNS setup, but if not check out https://www.noip.com/ (others might suggest different ones to try out - just know many are free, but might have a requirement to update every 30 days or so).
  14. @DikH, Make sure you're clearing Java Cache! https://www.java.com/en/download/help/plugin_cache.html Important step - make sure ALL THREE boxes are checked! Once Java cache is cleared then download the launcher mentioned in this thread. That should clear you up. Once you install the launcher it should add an icon to your desktop for "ISY Launcher" That should get you into the finder and able to run admin console again. The launcher is great to making sure that you're running the correct user interface with the firmware of your ISY. One important thing... Make sure you DELETE any old versions of START.jnlp. If you've got an old version that's different than the firmware on the ISY you could be running into other problems. But, since you can't even get it to run it sounds like your Java isn't clearing out the old info and causing you this problem. Other things to check if still having the issue is check the light status on the ISY. Make sure the PLM is connected/online and powered on before the ISY is powered on (in case you unplug/re-plug any devices). Report back if resolved or still have issues! Good luck.
  15. @MrBill yeah, I think @CPrince is saying that he tried that and goofed something up internally or within the system that he's been running. Seems he runs his own mail server. Don't want to get into a mess mixing up Google 2FA and a home brew system. I agree with @MrBill though...UDI Support is fairly quick with replies during the week. So either it got missed or a reply got filtered in spam somewhere. Perhaps send @Michel Kohanim a PM here or email support again just to be sure it's handled. Good luck @CPrince! Post back if you need more help.
  16. Are you having an issue with a lot of communication problems? if so, are they Insteon, Z-Wave, or other devices? I guess the question really is why go through this much trouble rather than see why there's a communication issue? You shouldn't have problems once things are up and running. If you have a lot of communication issues then you should spend the time and effort finding what's causing that rather than just having a program tell you there's an error. As @MrBill pointed out early on: It's taken me a while to figure out that notifications are more meaningful for when things don't happen that are supposed to happen or critical warnings. If you're checking for these devices to be "false" it could create a lot of traffic back and forth and you might end up getting bad notifications just because of the amount of communication going to each device.
  17. @mongo Great to hear it was resolved. That was next on my list to suggest looking for. Another was going to ask if you kept admin console open all the time or only as needed? Some people keep it open and it can really create strangeness on computers. Admin Console is not meant to be kept open 24/7. Besides, it's Java based...who really wants that running on a computer 24/7? Glad you found an errant program and resolved your issue.
  18. Great job going through all the troubleshooting steps! Glad it worked out. Just so we know...what firewall are you using? Do you know what version of Jave you had that you removed? Perhaps it was outdated? But certainly sounds like the firewall was the issue from the start. Just for reference there is some information about firewall config in the wiki.
  19. What's the "temp one"? I haven't looked for that info, but wondered if it was available would ask. Personally, I've used a dedicated Gmail account since setting up the ISY. It's only been flaky a few times in the 5 years of use. I've tried to get into pushover now that I'm on 5.3.4, but haven't sat down to really make those notifications work.
  20. @CPrince Are you sure about that version number? I don't specifically see this one. I see 5.0.13D in the past. Perhaps you meant 5.0.16C. Do you have/use z-wave? If so, what version is your controller? If version 300 you cannot go beyond version 5.0.16C. But if it is a version 500 you should upgrade to the latest build of 5.3.4. 4.9.0 was the update to the 4.x line that altered the default mail server settings. There is a message from Michel from back in May suggesting 5.3.3 if on the 5.x release (and you meet the requirements if you use z-wave) If you don't have a z-wave controller in the ISY then move up to 5.3.4 and you should be good to go again. I'm not sure if 5.0.16C had the updated default mail update or not, and doesn't look like they're going to push out a "D" version there for that. If you're "stuck" at 5.0.16C because of z-wave you should consider setting up a gmail account to use for notifications. Those directions can be found in the wiki.
  21. Sorry, can't help with Google Home, I'm not a user. Not sure how that works. Shame the Alexa part didn't work out. As I said I haven't tried it yet with mine. I have Somfy with the myLink and hope one day to have them tied into the ISY. I don't have the area (in the window) to add any other devices to try to get them connected other ways.
  22. I'm not entirely sure if this will work, but you might want to look here and see how ISY can trigger Alexa routines. Hope it works out. I haven't tried this, but know that it's an option. Maybe @bmercier can help if you run into problems. Just post back here if you're successful or not.
  23. @dobenland, very interesting indeed. There's several possible issues, but most concerning is you say you cleared Java Cache and still doesn't find it. It's possible you might be on wifi and the ISY is not reachable through this method if something changed in the router. Have you changed any network settings in the last few months? The quickest way to make sure you can get to the ISY with the admin console this way is manually add the IP address. If you can do it this way then we know the ISY is at least on the network and you're able to access it. Otherwise, it's possible that the ISY might not be connected to the same network as your computer. When you access the ISY Portal does it show the ISY as being online? (green light to the right of the UUID) Perhaps log into to your router and get the IP address of the ISY. Look for the MAC address to match the UUID if it's not programmed into the router as the ISY. I'm guessing you got the start.jnlp from the launcher (linked in these directions). This would then put the "ISY Launcher" icon on your desktop. This sounds like more of a network related issue than ISY issue if you're using the launcher. The only time that I recall it coming up and not finding the ISY is when I try to access remotely and the launcher has "forgotten" the URL I use to access the home system. If the ISY Portal shows the ISY is online you can then use the long URL in the portal information and add that and login using the Portal credentials.
  24. @Samedarkclouds, very strange. Was there something you did or changed on the ISY to cause you to look at the event viewer or to get these messages? Even though you say the firmware is 5.0.16B does your UI match? (Help -> about) Did you recently change to this firmware? If so why not go up to 5.0.16C? Or even 5.3.4? What controller type is your zwave board? You can find how to figure that out in the wiki or other posts (I don’t have zwave so don’t know that by memory) while yes, typically it appears that if the SD card was bad or going bad you might not get a good backup, but more posts seem to suggest this error is directly related to SD card failing although 2 years seems really quick Do you have any spare SD cards that you could use and try to format and see if the error goes away? how to format the card: https://wiki.universal-devices.com/index.php?title=ISY-99i/ISY-26_INSTEON:Replacing/Formatting_an_SD_Card let us know how it goes
  25. @mongo very odd. Thankfully I haven't had that situation. I know you've got a replacement ISY (either on hand or on order), but have you opened a support ticket with UDI to see if something else was going on? I've never heard of an ISY getting sluggish. To me it either works or not. Perhaps @Michel Kohanim might have some insight. Otherwise, open up a support ticket and maybe they can help you troubleshoot a few things to be sure your existing ISY is okay or if you really need to replace it. Submit a Ticket: https://www.universal-devices.com/my-tickets Email: support@universal-devices.com As @MrBill points out...make sure you get firmware versions to match before you go through the backup/restore process.
×
×
  • Create New...