Jump to content

James Peterson

Members
  • Posts

    1222
  • Joined

  • Last visited

Everything posted by James Peterson

  1. This has been resolved. I had not upgraded from PG3 to PG3x
  2. I have not been able to back up my Polisy for a while. I have been getting this error. 1) I have cleared my java cache 2) Running Linux 3) have attempted on multiple different machines with the same result. 4) I nuked the entire setup and factory reset with no change. 5) attempted Config -> Upgrade Packages with no change
  3. I have gotten very busy and have not had time to keep up with Agave. The Android version is still on the market, but I have had issues on the iOS store. There is an issue between the 994 and the polisy/eisy platform. I was able to get it updated in the Android side, but I have not had time too do it for the iOS version, but I will need to work out the iOS store issues first. I apologize to anyone using it and having issues. I just got to be too much work maintaining it. I may have some time coming up in the holidays and I will do my best to get the iOS version back up. Keep in mind, that I have made Agave free so I can not devote as much time to. I still appreciate the continued use and maybe someday I will be able to get back to it.
  4. I can see the error right away. There appears to be a zwave family change in eisy for zwave. Instead of the expected family of 4 I am seeing family 12. I have contacted support and will see if I can get any information on the change to update Agave.
  5. Please send me a full node dump of the device. https://www.agaveha.com/docs/node-dump/
  6. Yes, this has been fixed as well as an ELK issue that was also causing a crash. I cleaned up a few more things and updated the support for PolISY as well. I apologize for the issues.
  7. Please download the free version from the app store. With the release of this I am shutting down any servers that the previous version needed.
  8. Frank. Sorry about this error. I was able to find it rather quick. I'll push an update after I run a few more tests.
  9. I have re-released Agave back on the market at freeware. I will support it when I can, but I do not have time for active development. I want to thank those that did supported me in the past. It was a lot of fun. I just just don't have the time to devote to something that in not financially beneficial.
  10. I have removed Agave from the app store temporarily. I am making some updates and will re-release it soon.
  11. Is this were true, I should be able to just unplug the ethernet cable and reboot. Since the Polisy has a wifi address (dhcp or not) the ISY should just use that. But for some reason it does not for me.
  12. So what I am gathering, is there is no "switch" that tells the ISY which interface to use for its connection. hrm....
  13. I saw that. It didn't really explain much. Unless that means is doesn't work.
  14. How do I get the Polisy to use the WiFi connection as the ISY address? I have tried unplugging the ethernet cable and restarting, but it does not seem to come online or show up in the ISY Finder? If I reboot with the ethernet cable. It pops right back up in the finder. It online via wifi: Checked. Is there are toggle that I missed? wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 ether 14:2d:27:4d:64:81 inet 10.7.1.77 netmask 0xffffff00 broadcast 10.7.1.255 inet6 fe80::162d:27ff:fe4d:6481%wlan0 prefixlen 64 scopeid 0x7 inet6 fd03:781c:9111:0:162d:27ff:fe4d:6481 prefixlen 64 autoconf groups: wlan ssid DUG channel 149 (5745 MHz 11a ht/40+) bssid f8:1a:2b:1b:70:ac regdomain FCC country US indoor ecm authmode WPA2/802.11i privacy ON deftxkey UNDEF AES-CCM 2:128-bit txpower 23 bmiss 7 mcastrate 6 mgmtrate 6 scanvalid 60 ampdulimit 64k ampdudensity 8 shortgi -uapsd wme burst roaming MANUAL parent interface: ath0 media: IEEE 802.11 Wireless Ethernet MCS mode 11na status: associated nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL> [admin@polisy ~]$
  15. I have also seen this when attempting an alternate java web start: WARNING: A terminally deprecated method in java.lang.System has been called WARNING: System::setSecurityManager has been called by com.universaldevices.isyfinder.ISYUILoader (https://isy.universal-devices.com/launcher/isyfinder-2.2.jar) WARNING: Please consider reporting this to the maintainers of com.universaldevices.isyfinder.ISYUILoader WARNING: System::setSecurityManager will be removed in a future release java.lang.reflect.InvocationTargetException
  16. I am having an issue running the ISY Launcher. I can start the admin.jnlp from each ISY without issue, but if I try to use start.jnlp I get the following error. This could be a Linux issue since I have not seen this before on my Mac. I have tried OpenJDK1.8,11,17 with the same error. I am running IcedTea OpenWebStart 1.5.2 [ITW-CORE][2022-05-11 20:53:28.486 MDT][INFO ][net.sourceforge.jnlp.Launcher] main completed http://10.7.1.213/web/insteon.jar http://10.7.1.213/WEB/CE.JAR http://10.7.1.213/web/chart.jar http://10.7.1.213/WEB/RXTX.jar [ITW-CORE][2022-05-11 20:54:01.938 MDT][INFO ][net.sourceforge.jnlp.runtime.classloader.JNLPClassLoader] Application is trying to get permissions for http://10.7.1.213/web/insteon.jar, which was not added by standard way. Trying to download and verify! [ITW-CORE][2022-05-11 20:54:01.939 MDT][INFO ][net.adoptopenjdk.icedteaweb.resources.cache.CacheImpl] isCached: CacheKey{location=http://10.7.1.213/web/insteon.jar, version=null} = false [ITW-CORE][2022-05-11 20:54:03.087 MDT][INFO ][net.adoptopenjdk.icedteaweb.resources.cache.CacheImpl] isCached: CacheKey{location=http://10.7.1.213/web/insteon.jar, version=null} = false java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.universaldevices.isyfinder.ISYUILoader.launch(Unknown Source) at com.universaldevices.isyfinder.ISYFinder.launch(Unknown Source) at com.universaldevices.isyfinder.ISYFinder.access$7(Unknown Source) at com.universaldevices.isyfinder.ISYFinder$8.actionPerformed(Unknown Source) at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967) at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308) at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405) at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262) at java.desktop/javax.swing.AbstractButton.doClick(AbstractButton.java:369) at java.desktop/javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1020) at java.desktop/javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1064) at java.desktop/java.awt.Component.processMouseEvent(Component.java:6635) at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342) at java.desktop/java.awt.Component.processEvent(Component.java:6400) at java.desktop/java.awt.Container.processEvent(Container.java:2263) at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5011) at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321) at java.desktop/java.awt.Component.dispatchEvent(Component.java:4843) at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918) at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4547) at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488) at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307) at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772) at java.desktop/java.awt.Component.dispatchEvent(Component.java:4843) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95) at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745) at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85) at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742) at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90) Caused by: java.lang.IllegalAccessError: failed to access class com.universaldevices.ui.UPnPClientApplet$27 from class com.universaldevices.ui.UPnPClientApplet (com.universaldevices.ui.UPnPClientApplet$27 is in unnamed module of loader net.sourceforge.jnlp.runtime.classloader.JNLPClassLoader @94dc44; com.universaldevices.ui.UPnPClientApplet is in unnamed module of loader java.net.URLClassLoader @1aa50988) at com.universaldevices.ui.UPnPClientApplet.main(Unknown Source) at com.universaldevices.ui.UPnPClientApplet.main(Unknown Source) at com.universaldevices.client.ui.UDClientApplet.main(Unknown Source) ... 45 more
  17. If anyone is liquidating any Insteon devices, I'm interested. Micro inline modules or others.
  18. I am sorry I have not responded to this. I have not seen any notifications in my email. I unfortunately never acquired a Polisy so I have not been able to test on it. I was informed they would act the same as the ISY so I can not say why it would not be connecting.
  19. I have been very busy in recent years. I have not had much time to put towards Agave. I have been going back and forth as to what to do. I have had so many loyal users over the years, but with the increase in use of Google and other home assistants, I have seen almost a complete drop in income from Agave and I can not afford to dedicate much time to it any longer. My only thoughts are to open the app and allow all features as free and support bugs as they come in when I can. I am open to opinions, but I do not see much of an other option. I apologize to anyone that feels that they paid for something that is now going to be free. The available technologies have changed greatly in the last 5-10 years and I can not keep up without being able to dedicate my time.
  20. Settings -> Data &Sync -> Refresh Data Sent from my Pixel 5a using Tapatalk
  21. Did you ever send the node dump? I don't recall receiving it.
  22. Refresh Data would be your way to accomplish the device removal. It should leave everything else where it is. The only other way to do it is it have the app connected and running while you remove the device from the ISY so it can get the signal. Please send me a node dump of the zwave device so that I can see what the issue is. https://www.agaveha.com/docs/node-dump/
  23. I re-read one of your posts and unfortunately there is no way for Agave to "repopulate" the home screen unless you made an actual backup or restore from a google or apple cloud backup.
  24. Can you step though the process you are using? Should be Settings-> Data & Sync -> Refresh Data
  25. Can you step though the process you are using? Should be Settings-> Data & Sync -> Refresh Data Sent from my Pixel 3 using Tapatalk
×
×
  • Create New...