Everything posted by Xathros
-
Fuel oil level monitoring
Looks like someone already had my idea! -Xathros
-
Fuel oil level monitoring
I've been planning on setting a magnet on top of the indicator in my sight glass (Vertical cylindrical sight glass) and strapping an FET to the backside of the glass and using that to close an input on an IOLink or triggerlinc when the level drops to around 1/3. -Xathros
-
need pool to run for 8 hours
Hi gonzo_007, Please repost all programs as they are now and I'll see what needs to change to get what you want. -Xathros
-
Fan Control via KeypadLinc and Mini Remote
Completely missed that line in the original post! Think we need another set of parens to make the logic logical... If Control 'Bedroom / Fan / Fan Medium Button' is switched On Or-( Or-( | | Control 'Bedroom / Remote - Fan Speed' is switched On | |Or Control 'Bedroom / Remote - Fan Speed' is switched Off | -) | And $FanSpeed is 1 -) -Xathros
-
Fan Control via KeypadLinc and Mini Remote
What kind of variable is: $FanSpeed ? Make sure your using an integer and not a state variable here. -Xathros
-
DIY Laser Etched KPL Custom Buttons
@MWareman, No problem! Happy to share. The variations I've seen so far are only a problem when doing a light burn. When going deeper, it doesn't seem to be as much of an issue. @TheFallenAngel, I did an etch on a set of Apple ear buds (the backside of the mic/button thing) and the storage case. Both went pretty well. I didn't go deep enough on the storage case and see some variations in the burn but a but more burn time would have fixed that. I will be ordering some KPL buttons to work on soon. -Xathros
-
need pool to run for 8 hours
Hi gonzo_007, Keeping your existing program for "Run in the Sun" as is, create a state variable called s.PoolRun. This program sets the daily required runtime of 8 hrs (480 minutes) daily one minute after sunrise. Program: SetPoolRunDaily If Time is Sunrise + 1 Then $s.PoolRun = 480 $s.PoolRun initTo $s.PoolRun Else This program tracks the pump run and decrements the requirement as it is running Program: TrackPoolRun If Status 'PoolPump' is On And $s.PoolRun > 0 Then Wait 1 minute $s.PoolRun -= 1 $s.PoolRun initTo $s.PoolRun Run Program 'TrackPoolRun' Then Path Else The following will run the pool pump from sunset until the requirement is met or a minute before sunrise the next day whichever comes first. Program: RunPoolExtra If Time is from Sunset to Sunrise -1 (Next Day) And $s.PoolRun > 0 Then Set 'PoolPump' On Else Set 'PoolPump' Off Note: These programs were hand written to convey concept and may not exactly match ISY syntax. Hope this helps. -Xathros
-
XML Parse Error / Socket Open Failed messages when accessing ISY admin remotely
Excellent! Glad you got it going. -Xathros
-
XML Parse Error / Socket Open Failed messages when accessing ISY admin remotely
You might also try connecting with the Dashboard when local and checking your SSL/TLS settings. Possibly something there given this message: Certificate does not conform to algorithm constraints -Xathros
-
XML Parse Error / Socket Open Failed messages when accessing ISY admin remotely
This sounds to me like your port forwarding may be the problem. You said you are able to access UDAjax via the remote URL? Another option is the ISY portal. You can use a portal URL in the ISY finder in place of the direct IP or DynDNS. -Xathros
-
XML Parse Error / Socket Open Failed messages when accessing ISY admin remotely
Yes! Download and install the console is the recommended way. Download the jnlp file here: http://isy.universal....4.6/admin.jnlp Double click the downloaded file. This will install an Icon on your desktop to connect to the ISY. When you launch the console, If your local to the ISY, the ISY finder may fall behind the console. Add your remote URL to the finder (You don't need to add the /desc part.) Hope this helps. -Xathros
-
XML Parse Error / Socket Open Failed messages when accessing ISY admin remotely
I'm afraid I have nothing else to offer on this. The only time I see the XML parse error is when the ISY is down, too busy or not yet fully booted. Since ML and UDAjax are working for you, I don't believe this is your problem. Is your UI version the same as the firmware version in the ISY? Maybe clear the java cache and reinstall the console? Sorry, kinda shooting in the dark here. I'm assuming you have added both the local and the remote version of the URL to the java security exceptions right? -Xathros
-
XML Parse Error / Socket Open Failed messages when accessing ISY admin remotely
Have you added your URL to the java security exceptions list? -Xathros
-
4/18/16 Connection Issues
I'm either blind or dyslexic. Both of my Echos are at 3202 Not 3032... -Xathros
-
Why must admin console be reinstalled after every Java update?
Same here. I keep a folder with the jnlp files for the last few AC versions for quick reinstallation. I often need to switch AC versions depending on whose ISY I'm logging into. Having the recent versions handy makes the switch quick and painless for the most part. I just need to find a way to script clearing the java cache on my MAC as the trip into the java prefs pane is the slowest part of the whole process. -Xathros EDIT: Google knows all. From the command line on MAC or Windows: javaws -uninstall ...and the cache is cleared in under 3 seconds. A shell script with the above and an Automator app to call the script placed in the folder where I store the jnlp files. All better now!
-
4/18/16 Connection Issues
I power cycled my Echo last night. After boot, software version remained at 3032. Before I rebooted, I did notice that the timer function is now back to where it started with a short and to the point response to "Alexa, Timer status". Mine never suffered from some of the symptoms Michel mentioned a few posts back and continued to respond with "OK" for all successful CoHo/SH requests. -Xathros
-
What conditionals slow program speed down?
Gerry, I'd be interested to know if removing the very last line (Run Program 'Secure House') makes any difference in when you see the lights respond. -Xathros
-
4/18/16 Connection Issues
I'll power cycle tonight and see if anything changes. -Xath
-
4/18/16 Connection Issues
No, but based on Michel's reply, I don't think it matters now... All of these changes must be at the mothership rather then in the devices. -Xathros
-
4/18/16 Connection Issues
Hi Michel- I'd be interested to know what the software version reports on your Echo. As of right now, mine is still at 3032. -Xathros
-
Some Echo connected home voice commands suddenly not recognized...
Up until last night I have been able to say "Alexa, sink on" to turn on the lights over my kitchen sink that are named "Sink Lights". Now Alexa responds with bluetooth pairing instructions. "Turn on sink LIGHTS" does still work. -Xathros
-
DIY Laser Etched KPL Custom Buttons
I just set up on Win 10 VM with no problem. Just double clicked the driver and it installed. Plugged in the etcher and launched the software. I just completed a test burn with one of the provided images (The rose) for the girlfriend. -Xathros
-
DIY Laser Etched KPL Custom Buttons
Excellent. I'll give it shot on Win 10 and post my results. Thanks. -Xathros
-
DIY Laser Etched KPL Custom Buttons
What platform are you running this on? I haven't set mine up yet. I have VM's for XP, 7 and 10. Just wondering what would be the best choice. -Xathros
-
DIY Laser Etched KPL Custom Buttons
My etcher, laser tape and color fill are all scheduled for delivery today but I probably won't have time to play with it until the weekend. -Xathros