
scotnor
Members-
Posts
92 -
Joined
-
Last visited
Everything posted by scotnor
-
Hello Everyone, Been looking at this for a week and should be ready to poke holes. I have six programs, 8 integer/float variables and one state variab Variables: $Eto $Rain_Threshold $Water_Applied $Yesterdays_Water_Deficit $Rain_Yesterday $Irrigation_Requirement $Absorption_Factor_Percent $Crop_Coefficient_Percent State Variable: $sRain_Today First need to initialize some variables: NS Irrigation Reset - [ID 007F][Parent 007D][Run At Startup] If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then $Rain_Threshold = 37 $Rain_Threshold /= 100 $Rain_Threshold Init To $Rain_Threshold $Water_Applied = 25 $Water_Applied /= 100 $Water_Applied Init To $Water_Applied Else - No Actions - (To add one, press 'Action') Next we need to capture eto: NS Eto Wrapup - [ID 009E][Parent 007D] If Time is 11:59:58PM Then $ETo = 'MeteoBridge Weather / Illumination' Evapotranspiration Inches $ETo Init To $ETo Else - No Actions - (To add one, press 'Action') Catch 11-Midnight just in case: NS Eto Wrapup Last Chance - [ID 009F][Parent 007D] If Time is 12:02:00AM And 'MeteoBridge Weather / Illumination' Evapotranspiration > '$ETo Inches' Then $ETo = 'MeteoBridge Weather / Illumination' Evapotranspiration Inches $ETo Init To $ETo Else - No Actions - (To add one, press 'Action') Finalize Irrigation Requirement: NS Rain Wrapup - [ID 007E][Parent 007D] If Time is 12:03:00AM Then $Rain_Yesterday = 'MeteoBridge Weather / Precipitation' Rainfall Yesterday Inches $Rain_Yesterday *= $Absorption_Factor_Percent $Yesterdays_Water_Deficit = $ETo $Yesterdays_Water_Deficit *= $Crop_Coefficient_Factor_Percent $Yesterdays_Water_Deficit -= $Rain_Yesterday $Yesterdays_Water_Deficit /= 100 $Irrigation_Requirement += $Yesterdays_Water_Deficit $Irrigation_Requirement Init To $Irrigation_Requirement $Rain_Yesterday = 'MeteoBridge Weather / Precipitation' Rainfall Yesterday Inches Else - No Actions - (To add one, press 'Action') Trigger Watering if needed: NS Water If Needed - [ID 009C][Parent 007D] If Time is 6:00:00AM And $Irrigation_Requirement > $Rain_Threshold And $sRain_Today < $Rain_Threshold Then Run Program 'Irrigation Started' (Then Path) Else - No Actions - (To add one, press 'Action') Modification to Stations All Off: Stations All Off - [ID 0055][Parent 0056][Not Enabled] If 'MeteoBridge Weather / Precipitation' Daily Rainfall > '$Rain_Threshold Inches' Then $Manual_Currently_Running = 0 Stop program 'Station1 Timer' Stop program 'Station2 Timer' Stop program 'Station3 Timer' Stop program 'Station4 Timer' Stop program 'Station5 Timer' Stop program 'Station6 Timer' Stop program 'Station7 Timer' Stop program 'Station8 Timer' Set 'Back Yard / Rear Water' Off Set 'Back Yard / Tall Water' Off Set 'Back Yard / East Water' Off Set 'Front Yard / North Water' Off Set 'Front Yard / South Water' Off $Irrigation_Station = 0 Run Program 'Irrigation Finished' (Then Path) Disable Program 'Stations All Off' Else - No Actions - (To add one, press 'Action') What this does is use all local data from Davis VP2. No forecast data is used. If it starts raining, it can abort. Irrigation requirement is initialized externally and is not range restricted yet. This is my simple first attempt. Comments??? Scott
-
Solar is also good to go. Thanks again! Sent from my iPhone using Tapatalk Pro
-
Updated and immediately showed eto. Will check solar tomorrow. Thanks. Sent from my iPhone using Tapatalk Pro
-
Yes. The UV sensor should be treated separately and should not invalidate solar or eto. Thanks Sent from my iPhone using Tapatalk Pro
-
Hello everyone, Got the hair to try out the all the weather node servers. Fastastic job everyone! With my vantage pro2, I am ready to join the testing effort. Currently working with MeteobridgeAuth, I am not getting any data from the illumination branch. Looking back at my pi, don't see any populated data in ns, but I do see solar radiation value coming from meteobridge. Log file snippet: 2020-03-05 16:41:42,867 [Controller] [DEBUG] url in getstationdata: http://192.168.1.21/cgi-bin/template.cgi?template=[th0temp-act]%20[th0temp-dmax]%20[th0temp-dmin]%20[th0dew-act]%20[wind0chill-act]%20[th0hum-act]%20[th0hum-dmax]%20[th0hum-dmin]%20[thb0press-act]%20[thb0seapress-act]%20[thb0press-delta3h=barotrend]%20[sol0rad-act]%20[uv0index-act]%20[sol0evo-daysum]%20[wind0avgwind-act]%20[wind0wind-max10]%20[wind0dir-act]%20[rain0rate-act]%20[rain0total-daysum]%20[rain0total-sum24h]%20[rain0total-ydmax]%20[rain0total-monthsum]%20[rain0total-yearsum]%20[mbsystem-station]%20[mbsystem-stationnum]%20[thb0lowbat-act]%20[hh][mm][ss]%20[epoch] 2020-03-05 16:41:43,458 [Controller] [DEBUG] Returned mbrdata: 17.2 18.2 -0.9 -7.3 17.2 18.0 93.0 17.0 998.2 1021.7 0 281.0 [uv0index-act] 3.0 3.6 7.6 48.0 0.0 0.0 0.0 0.0 0.0 120.1 Vantage 5 0.0 164143 1583448103 2020-03-05 16:41:43,459 [Controller] [DEBUG] mbrarray: ['17.2', '18.2', '-0.9', '-7.3', '17.2', '18.0', '93.0', '17.0', '998.2', '1021.7', '0', '281.0', '[uv0index-act]', '3.0', '3.6', '7.6', '48.0', '0.0', '0.0', '0.0', '0.0', '0.0', '120.1', 'Vantage', '5', '0.0', '164143', '1583448103'] 2020-03-05 16:41:43,460 [Controller] [DEBUG] Timestamp: 164143 2020-03-05 16:41:43,461 [Controller] [INFO ] Updated data from Meteobridge 2020-03-05 16:41:43,462 [Controller] [INFO ] Updating Driver temperature - ST: 63.0, uom: 17 2020-03-05 16:41:43,464 [Controller] [INFO ] Updating Driver temperature - GV0: 18.9, uom: 17 2020-03-05 16:41:43,467 [Controller] [INFO ] Updating Driver temperature - GV1: 63.0, uom: 17 2020-03-05 16:41:43,470 [Controller] [INFO ] Updating Driver temperature - GV15: 64.8, uom: 17 2020-03-05 16:41:43,476 [Controller] [INFO ] Updating Driver temperature - GV16: 30.4, uom: 17 2020-03-05 16:41:43,479 [Controller] [INFO ] Updating Driver rain - ST: 0.0, uom: 24 2020-03-05 16:41:43,482 [Controller] [INFO ] Updating Driver rain - GV1: 0.0, uom: 105 2020-03-05 16:41:43,485 [Controller] [INFO ] Updating Driver rain - GV2: 0.0, uom: 105 2020-03-05 16:41:43,489 [Controller] [INFO ] Updating Driver rain - GV6: 0.0, uom: 105 2020-03-05 16:41:43,492 [Controller] [INFO ] Updating Driver rain - GV3: 0.0, uom: 105 2020-03-05 16:41:43,495 [Controller] [INFO ] Updating Driver rain - GV4: 4.73, uom: 105 2020-03-05 16:41:43,499 [Controller] [INFO ] Updating Driver wind - ST: 8.05, uom: 48 2020-03-05 16:41:43,502 [Controller] [INFO ] Updating Driver wind - GV0: 48.0, uom: 14 2020-03-05 16:41:43,504 [Controller] [INFO ] Updating Driver wind - GV1: 17.0, uom: 48 2020-03-05 16:41:43,507 [Controller] [INFO ] Updating Driver light - GV0: 0, uom: 74 2020-03-05 16:41:43,511 [Controller] [INFO ] Updating Driver light - ST: 0, uom: 71 2020-03-05 16:41:43,514 [Controller] [INFO ] Updating Driver light - GV2: 0.0, uom: 105 2020-03-05 16:41:43,517 [Controller] [INFO ] Updating Driver pressure - ST: 29.48, uom: 23 2020-03-05 16:41:43,520 [Controller] [INFO ] Updating Driver pressure - GV0: 30.17, uom: 23 2020-03-05 16:41:43,523 [Controller] [INFO ] Updating Driver pressure - GV1: 1.0, uom: 25 2020-03-05 16:41:43,526 [Controller] [INFO ] Updating Driver humidity - ST: 18.0, uom: 22 2020-03-05 16:41:43,529 [Controller] [INFO ] Updating Driver mbweather - GV1: 164143, uom: 0 2020-03-05 16:42:52,132 [Controller] [DEBUG] Received command {'value': '0', 'address': 'mbweather', 'query': {}, 'cmd': 'LOG_LEVEL', 'uom': '25'} in 'set_log_level' 2020-03-05 16:42:52,133 [Controller] [INFO ] Sending customData to Polyglot. In this example, 281.0 should be the Solar Radiation value (W/m2). I do not have uv radiation sensor. Also, wanting to get et0 directly from vantage pro2. Let me know what else I need to do to help. Again, Thanks for all the node servers!!!!!!!! Scott
-
CLOSED --- Z-Wave 500 Series Beta
scotnor replied to Michel Kohanim's topic in Z-Wave - Series 300/500
My journey with the pool controller has ended. Intermatic has refused to help me with this controller, so unfortunate that this has become a $400 brick. They are not and will never be zwave compatible for the public. -
CLOSED --- Z-Wave 500 Series Beta
scotnor replied to Michel Kohanim's topic in Z-Wave - Series 300/500
Hello Everyone, Finally had time to finish the install. My Z-wave devices: Go Control bulbs, pe-653 pool/spa controller, kwickset locks, siren, dome mouse trap. 12->13 lost most of my zwave devices, but I added then back quickly. After Zwave board install, one of the locks disappeared, added back. The other one survived the restore. Didn't notice any reduction of z-wave reception range. Pool/spa controller still only partially works. Extended antennas and moved devices to have antennas one inch from each other to add back in. Looks like 8 endpoints added, only one works (high speed pump). Regards, Scott -
Well, oops, my bad. 36 hours is the time period that it waited for. It appears that it is doing exactly what I told it. Like I said before, it is a bug, in my brain Sent from my zt180 using Tapatalk 2
-
The program that I am focusing on is the Weather Rain Delay 36 Hours program. It has no conditions and is enabled. It sets a variable Weather_Rained_Last_36_Hours to 1, then Waits 36 hours, then sets that variable to 0. The variable is an int variable. The Auto Scheduled Timer programs check if that variable is 0 only when the time condition is satisfied. The Weather Rain Delay 36 Hours program is briefly stopped if rain data provided by the weatherbug module is not zero, but I have modified this to be greater than 0.5. After being stopped, the program is restarted. Also, the Weather Rain Delay 36 Hours program is restarted by the Auto Scheduled Timer programs, which are both enabled. Weather Rain Delay 36 Hours is also set to run at startup. I found 3 versions of programs in the wiki. V1 is the brute force version, v2 uses variables and v3 uses the evapotranspiration module, which I don't have. Sent from my zt180 using Tapatalk 2
-
Hello Everyone, I have been using what I remember is version 2 of the irrigation program found in the wiki. I have modified it according to my current setup. I do not have the evapotranspiration module, so I don't use version 3. Last year, I noticed that it did not appear to be waiting the correct amount of time if no rain had fallen. I have just noticed this happening again. Upon further investigation, I have noticed that the wait appears to only be waiting half of the programmed time, i.e. 18 hours instead of the 36 hours that is in the program. There has not been any rain to reset the program chain. The program summary clearly indicates starting the wait program Friday at 11:30 pm and ending at Sunday 11:30 am. There are no entries in the log regarding a finished program at 11:30 am. My understanding of the program flow is that the wait for 36 hours program actually should never be stopped. So, my questions are, am I reading the program correctly, and if so, have a found a bug? Regards, Scott
-
A little off topic, but conductor for android is one android app that allows access to the isy-99. Actually, not quite so much off topic. Sent from my zt180 using Tapatalk
-
Release 3.1.6 (Beta) Is Now Available
scotnor replied to Michel Kohanim's topic in Previous Releases
Hello Michel, Had the same problem again. Two more tests. Attempted to connect with telnet, no good, not even a prompt. Attempted pings with success. After reset, telnet successful. Regards, Scott Sent from my zt180 using Tapatalk -
Release 3.1.6 (Beta) Is Now Available
scotnor replied to Michel Kohanim's topic in Previous Releases
Hello Michel, The problem I was having has occured again. Powerline communications are normal. Scheduled programs appear to still be running. No access to the isy from the network. Unplugged the network connector and replugged did not restore network communications. Rebooted isy to restore web page and conductor communications. Regards, Scott Sent from my zt180 using Tapatalk -
Release 3.1.6 (Beta) Is Now Available
scotnor replied to Michel Kohanim's topic in Previous Releases
Hello Michel, The problem appears on conductor(wireless lan), and a wired computer. Several times per day, I read email, check forums and activate programs on my recently updated zenithink epad. I had noticed a lack of response sometimes late at night and in the morning. Attempting to investigate, I would check whether a computer would also not be able to connect. Unfortunately, I did not think to see if the ISY would run programs based on powerline activity, but I will remember this in the future. I just noticed that time scheduled programs with in the last few hours had executed. I have been avoiding conductor since I posted the problem and have noticed an improvement, but not one that I can quantify yet. Regards, Scott -
Release 3.1.6 (Beta) Is Now Available
scotnor replied to Michel Kohanim's topic in Previous Releases
Hello, I have been experiencing an unusually heavy number of isy user interface no responses lately. I am running 3.1.6 and I have not done any restores or backups. As far as I can tell, programs are still running. I usually try to get in with conductor first, then this morning, I tried with firefox. I have been working with brad on a camera problem, but with this too, it seems like a strange coincidence. I have just now been thinking, is there a way that these events could be related? Regards, Scott -
Hello Michel, I tried the upgrade to java 1.6.0_19. Would not initialize the admin console. Never got the java graphic icon. I backed down to java 1.6.0_05 and it does work with a minor inconvenience. It pops the main browser window back up occasionally. In particular, while entering the username/password to get into the admin console, the admin console is hidden from view and I have to click on it to get the focus back to it. In each of these cases, I did clear the java workspace. Regards, Scott
-
Hello everyone, Upgraded to 2.7.14 on another computer and attempting to run on this computer again. Got this from java console: Java Plug-in 1.5.0_08 Using JRE version 1.5.0_08 Java HotSpot Client VM User home directory = /home/scotnor2 network: Loading user-defined proxy configuration ... network: Done. network: Loading proxy configuration from Netscape Navigator ... network: Reading user preference file from /home/scotnor2/.mozilla/default/7cwlhpwd.slt/prefs.js network: Done. network: Loading browser proxy configuration ... network: Done. network: Proxy Configuration: Browser Proxy Configuration basic: Cache is enabled basic: Location: /home/scotnor2/.java/deployment/cache/javapi/v1.0 basic: Maximum size: unlimited basic: Compression level: 0 ---------------------------------------------------- c: clear console window f: finalize objects on finalization queue g: garbage collect h: display this help message l: dump classloader list m: print memory usage o: trigger logging p: reload proxy configuration q: hide console r: reload policy configuration s: dump system and deployment properties t: dump thread list v: dump thread stack x: clear classloader cache 0-5: set trace level to ---------------------------------------------------- basic: New window ID: 38009dc basic: Value of xembed: 1 basic: setWindow: call before applet exists:38009dc basic: Referencing classloader: sun.plugin.ClassLoaderInfo@2c1e6b, refcount=1 basic: Added progress listener: sun.plugin.util.GrayBoxPainter@1a082e2 basic: Loading applet ... basic: Initializing applet ... basic: Starting applet ... network: Connecting http://192.168.1.20/web/insteon.jar with proxy=DIRECT network: Connecting http://192.168.1.20/web/insteon.jar with cookie " " basic: Loading http://192.168.1.20/web/insteon.jar from cache basic: Reading cached JAR file from JRE 1.5 release basic: Certificates for http://192.168.1.20/web/insteon.jar is read from JAR cache security: Accessing keys and certificate in Mozilla user profile: /home/scotnor2/.mozilla/default/7cwlhpwd.slt security: JSS package is not found security: Loading Root CA certificates from /usr/lib/jdk-1_5_0_08/jre/lib/security/cacerts security: Loaded Root CA certificates from /usr/lib/jdk-1_5_0_08/jre/lib/security/cacerts security: Loading Deployment certificates from /home/scotnor2/.java/deployment/security/trusted.certs security: Loaded Deployment certificates from /home/scotnor2/.java/deployment/security/trusted.certs security: Loading certificates from Deployment session certificate store security: Loaded certificates from Deployment session certificate store security: Checking if certificate is in Deployment permanent certificate store java.lang.UnsupportedClassVersionError: Bad version number in .class file at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) at java.net.URLClassLoader.access$100(URLClassLoader.java:56) at java.net.URLClassLoader$1.run(URLClassLoader.java:195) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:147) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:119) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:591) at sun.applet.AppletPanel.createApplet(AppletPanel.java:721) at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1781) at sun.applet.AppletPanel.runLoader(AppletPanel.java:650) at sun.applet.AppletPanel.run(AppletPanel.java:324) at java.lang.Thread.run(Thread.java:595) basic: Exception: java.lang.UnsupportedClassVersionError: Bad version number in .class file Is Java 1.5 now officially not supported? Regards, Scott
-
Firmware 2.7.13 BETA is Now Available
scotnor replied to Michel Kohanim's topic in Previous Releases
Hello Michel, Tried the upgrade from 2.7.6 to 2.7.13. HTML interface appears to work. Got this trace trying to get into admin console: Java Plug-in 1.5.0_08 Using JRE version 1.5.0_08 Java HotSpot Client VM User home directory = /home/scotnor2 network: Loading user-defined proxy configuration ... network: Done. network: Loading proxy configuration from Netscape Navigator ... network: Reading user preference file from /home/scotnor2/.mozilla/default/7cwlhpwd.slt/prefs.js network: Done. network: Loading browser proxy configuration ... network: Done. network: Proxy Configuration: Browser Proxy Configuration basic: Cache is enabled basic: Location: /home/scotnor2/.java/deployment/cache/javapi/v1.0 basic: Maximum size: unlimited basic: Compression level: 0 ---------------------------------------------------- c: clear console window f: finalize objects on finalization queue g: garbage collect h: display this help message l: dump classloader list m: print memory usage o: trigger logging p: reload proxy configuration q: hide console r: reload policy configuration s: dump system and deployment properties t: dump thread list v: dump thread stack x: clear classloader cache 0-5: set trace level to ---------------------------------------------------- basic: New window ID: 2000871 basic: Value of xembed: 1 basic: setWindow: call before applet exists:2000871 basic: Referencing classloader: sun.plugin.ClassLoaderInfo@2c1e6b, refcount=1 basic: Added progress listener: sun.plugin.util.GrayBoxPainter@1a082e2 basic: Loading applet ... basic: Initializing applet ... basic: Starting applet ... network: Connecting http://192.168.1.20/web/insteon.jar with proxy=DIRECT network: Connecting http://192.168.1.20/web/insteon.jar with cookie " " basic: Cached copy of http://192.168.1.20/web/insteon.jar is out of date Cached copy: Jul 23, 2009 6:00:04 AM Server copy: Mar 16, 2010 4:37:07 AM basic: httpCompression = true basic: Downloading http://192.168.1.20/web/insteon.jar to cache basic: encoding = null for http://192.168.1.20/web/insteon.jar basic: Cached file name: insteon.jar-42fbb90b-2bfdddea.zip security: Accessing keys and certificate in Mozilla user profile: /home/scotnor2/.mozilla/default/7cwlhpwd.slt security: JSS package is not found security: Loading Root CA certificates from /usr/lib/jdk-1_5_0_08/jre/lib/security/cacerts security: Loaded Root CA certificates from /usr/lib/jdk-1_5_0_08/jre/lib/security/cacerts security: Loading Deployment certificates from /home/scotnor2/.java/deployment/security/trusted.certs security: Loaded Deployment certificates from /home/scotnor2/.java/deployment/security/trusted.certs security: Loading certificates from Deployment session certificate store security: Loaded certificates from Deployment session certificate store security: Checking if certificate is in Deployment permanent certificate store java.lang.UnsupportedClassVersionError: Bad version number in .class file at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) at java.net.URLClassLoader.access$100(URLClassLoader.java:56) at java.net.URLClassLoader$1.run(URLClassLoader.java:195) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:147) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:119) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:591) at sun.applet.AppletPanel.createApplet(AppletPanel.java:721) at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1781) at sun.applet.AppletPanel.runLoader(AppletPanel.java:650) at sun.applet.AppletPanel.run(AppletPanel.java:324) at java.lang.Thread.run(Thread.java:595) basic: Exception: java.lang.UnsupportedClassVersionError: Bad version number in .class file basic: Stopping applet ... basic: New window ID: 0 basic: Removed progress listener: sun.plugin.util.GrayBoxPainter@1a082e2 basic: Finding information ... basic: Releasing classloader: sun.plugin.ClassLoaderInfo@2c1e6b, refcount=0 basic: Caching classloader: sun.plugin.ClassLoaderInfo@2c1e6b basic: Current classloader cache size: 1 basic: Done ... basic: Joining applet thread ... basic: Destroying applet ... basic: Disposing applet ... basic: Quiting applet ... basic: Joined applet thread ... basic: New window ID: 2001392 basic: Value of xembed: 1 basic: setWindow: call before applet exists:2001392 basic: Referencing classloader: sun.plugin.ClassLoaderInfo@2c1e6b, refcount=1 basic: Added progress listener: sun.plugin.util.GrayBoxPainter@3b4b1e basic: Loading applet ... java.lang.UnsupportedClassVersionError: Bad version number in .class file at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) at java.net.URLClassLoader.access$100(URLClassLoader.java:56) at java.net.URLClassLoader$1.run(URLClassLoader.java:195) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:147) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:119) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:591) at sun.applet.AppletPanel.createApplet(AppletPanel.java:721) at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1781) at sun.applet.AppletPanel.runLoader(AppletPanel.java:650) at sun.applet.AppletPanel.run(AppletPanel.java:324) at java.lang.Thread.run(Thread.java:595) basic: Exception: java.lang.UnsupportedClassVersionError: Bad version number in .class file basic: Initializing applet ... basic: Starting applet ... System is mandriva linux I am able to access admin console on a different computer which has a newer linux version, newer browser version, and newer java build. Regards, Scott -
Hello Michel, Ok, time for more testing. This time I will post in the beta forum. Scott
-
Hello, I was able to upgrade my isy-26 today to the 2.6.3. Before the upgrade, I did the backup on a windows machine. During the backup on a linux machine, I got a message that said it was unable to backup /CONF/PLMID.BIN and the backup was aborted. A telnet LS command appears to show its size as 128 bytes. So, this brings up a bunch of questions. Including, What is this file? Why doesn't windows trip up on it? Is it important? What should be done so that the linux machine can finish the backup? On the good side, the program tab works on windows and linux along with program export. Regards, Scott
-
Hello everyone, I tried deleting and relinking the kpl using the button A method. On the admin console it shows as a 0A.E8.E1 - Icon LampLinc BI-PHY v.2C and on the faceplate it has Rev 1.65 2486D 0727. I am able to tap link on the kpl to control other devices, but this does not get the other buttons into the isy. Regards, Scott
-
Rand, I tried holding button B ( and button A ). Button B did not link with the plm. What I did initially to get button A linked to the isy/plm was to put the isy/plm into linking mode and then i pressed the set button on the kpl. I was hoping that it would react like a controllinc or a remotelinc and add all of the buttons to the isy/plm. Only button A was added. I tried starting the process at both ends, i.e. initiating linking at the isy/plm and at the kpl with no result. Scott
-
Hello Michel, I finally received the kpl that I was waiting on. I put the isy into linking mode with the admin console and pressed the set button on the kpl. The only button on the kpl that linked was button a. How do I link the other seven buttons? Thanks.... Scott
-
Hello Michel, I have just jumped ship and moved my macros and timers from the AHP/CM15A to the isy-26. My macros and timers have been moved. I have another insteon kit on order. It has another access point, a appliancelinc, and a remotelinc. I have seen a triggered macro work the first time. So, we are going live. I like the program summary display. It could be interesting if I could see the step that each program was at (waits), but this might not be possible. I have noticed that I must get into the isy through a private URL instead of the My ISY link from unversal-devices. I see no tabs with the My ISY path. I am guessing this is because I have not yet been able to enable internet access. Thanks, Scott
-
Hello Mickel, Status update: Received kit from smarthome and installed accesslincs. Used controllinc and lamplinc to verify install and had to move accesslincs around to get good communications. The first endpoint of the ezrain is not communicating properly as it shows the ! mark. installed 3 pin outlets for 2 pin for mechanical integrity. This house is very old and only has two conductor wirie with point to point wiring. Do I need another accesslinc to handle the problem endpoint in ezrain? The ezrain is installed in a circuit isolated by a gfci due to being located near a hot tub. Also, I was looking at the house plan tool and was wanting to drag the edges to make the rooms bigger, smaller or shaped wider or narrower. It would be interesting if the house plan could be brought up directly for control and status. This might be too far outside the scope of the program or take too much time to do. Thanks, Scott