Skip to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Xathros

Members
  • Joined

  • Last visited

Everything posted by Xathros

  1. I believe he is simply duplicating the desktop alias into the dock. I do the same thing here. It still executes the same either way. -Xathros
  2. Andy- IIRC, You are on 10.8.3 as am I on most of my systems. Michel is testing at UDI with 10.7.5 and can't reproduce the problem. I have a 10.7.5 system at home that still seems problematic but haven't tested by pulling the admin direct from UDI yet. Hopefully I will have a chance to play with it this evening. I'll also give it a shot on Ubuntu and see what we get. That I can do here at the office. -Xath
  3. Hi Michel- I will try this tonight if I get home at a reasonable hour. I don't have anything on 10.7.5 to test with here at the office. -Xathros
  4. Michel- Not quite sure how to answer that. Here is my methodology: 1) Clear Java cache (including applications) 2) Use Firefox to access https:///admin/admin.jnlp and save the resulting download to my downloads folder. 3) Double click the admin.jnlp that resulted from step 2 which downloads the admin to cache from my ISY and creates a desktop shortcut (Used from here on out) 4) Log in and test. I think this means I'm using the applet but I had to use firefox to get a jnlp file to get the applet so... -Xathros
  5. Agreed. I meant easier than having the variables listed in each program as conditions vs using a folder with a single condition. -Xathros
  6. One way this can make it easier would be to use the i.HaveCompany variable as a Folder Condition and place the timer/security program(s) within the folder. -Xathros
  7. Andy, Michel- I did some testing of the 4.0.3 console on MAC OSX 10.7.5 last night. There are still problems though slighty different that I found on 10.8.3. After the first two launches, any call to the file chooser locked the console just like on 10.8.3 however, after that I was able to request the error log multiple times with the result alternatine between proper operation and no response at all (not a lockup). After about the 10th test, the console locked again. This time however, I could still access the Quit option both from the MAC menu bar and the Java Icon in the dock tho neither successfully quit the hung console. After another Force quit/Relaunch, I was again able to request the Error Log with alternating success/nothing for another 8-10 cycles before it locked again. Through all of this testing, I have had all 3 debug options selected in the Java Prefs and the Java Console Open at detail Level 5. After the initial launch of the console, I haven't seen anything else show up in the Java Console to indicate a problem. Let me know if there is anything else I can to to help diagnose this. -Xathros
  8. Hi Andy- My schedule last night did not allow for that. I will attempt again tonight. -Xathros
  9. Andy- My Switchlincs range from v40 thru v42 and none with sense. I can't reproduce on any of mine. -Xathros
  10. andyf0- I also am unable to reproduce your issue. What does the ISY show for details on your Swicthlinc Relay? -Xathros
  11. Timster- A) For loads that cannot handle the chopped sine wave output of the dimmer's triac circuitry (non dimmable CFL, low voltage lighting transformers etc) Even at 100%, the dimmer still produces a chopped sine wave output that certain things don't like. For loads that exceed a dimmer's capacity. C) For Multi-Way dimmer setups where only one device controls the load, slaves can be cheaper relay only devices. D) To save a few $$ where dimming is not needed. (Boiler room, garage, barn, basement stairs etc) -Xathros
  12. Andy- Try Tools / Error Log, Cancel. Repeat for two or three cycles and see if it locks. It looks like a glitch with the file chooser. -Xathros
  13. I have a 10.7.5 system at home. I'll see if the kids will let me use it for a bit this evening and I'll test there. -Xathros
  14. Hi Michel- Moving back to the forum since 4.0.3 beta now released. I downloaded and upgraded to 4.0.3 with no problems. Per your last email, I checked and the java symlink in /usr/bin did in fact point to a 1.6 version. Even with that there, the Java preference panel only shows 1.7 installed and when running the console I would see the Java 7 splash screen about 5 seconds after I clicked the admin shortcut and a few seconds before the console main screen displayed. I renamed the symlink as requested. This eliminated the 5 second delay between clicking on the admin shortcut and the Java7 splash screen but otherwise has had no effect. I am now testing on another MAC at the office and am running into the similar problems. Here are the details: Downloaded and installed the 4.0.3 beta. Cleared cache, renamed old java symlink. Went to https:///admin/admin.jnlp and saved the resulting file. Double clicked the above file - application downloaded to cache and launched. Somewhere in this process I was prompted to trust this developer which, of course, I did. Logged in and verified 4.0.3 for both FW and UI. Selected Tools / Error Log, File chooser opened (Defaulted to my home folder! ), clicked cancel. Repeat the line above a few more times and on the third time, console hangs. When the console locks, the clock stops, the java console is unresponsive and the only way out is force quit. Both test systems are on MAC OS X 10.8.3 The hang appears to be directly related to the new file chooser - all other aspects of the console seem fine. -Xathros
  15. I use variables for this. i.HomeAway=0 for home or 1 for Away s.Occupied=0 for vacant or 1 for Occupied i.Company=0 for normal or 1 when guests are present. Many of my programs contain if s.Occupied=1 or If i.HomeAway=0. I have toggle programs for some manually controlled mode variables like i.company or i.HomeAway that look like: If i.HomeAway =0 Then I.HomeAway=1 Else i.HomeAway=0 I set these programs as favorites in Mobilinc -Xathros
  16. Sorry to have been misleading on this. ISY Mvars DO in fact support negative values. I have been operating under the belief that we were limited to positive values for quite some time now. -Xathros
  17. Actually, variables can also contain negative integer values. I use -1 all the time because my formal computer training always represented TRUE with a -1. There may be some confusion due to the syntax of the following operation: Mvar = Mvar - 1 in ISY syntax is: Mvar =-1 which to the unsuspecting looks like the variable is being assigned a value of -1 when in reality we are decrementing an existing positive value by 1
  18. Xathros replied to jrini's topic in ISY994
    Right click the micro dimmer and select show device links. When the display is complete click compare.
  19. Xathros replied to jrini's topic in ISY994
    The test "if control Dimmer is switched on" is looking to the dimmer to be turned on by its own button not by a remote controller. Try changing that to: "If control RL2-H is switched on" -Xathros. Edit: sorry, missed the part about the sense line. Im thinking that should have worked. What happens if you right click that program and run then?
  20. Right click on the KPL Primary node in the admin console and select Query Insteon Engine. Then try again changing the value to something other than the value that you tried last. -Xathros
  21. If I had to guess, I'd say you have a load that doesn't like to be dimmed coupled with a very long ramp rate. Try swapping the load for an incandescent and check the ramp rate in the scene definition. -Xathros
  22. How about this: Program: BasementAandCoff If Control BAS2 3WAY1 is Switched Off or Control BAS2 3WAY2 is Switched Off Then Set Scene BAS1 Off Set Scene BAS3 Off Or replace the last two with your whole basement scene: Set Scene BasementAll Off But to me, that scene is unnecessary and is just wasting links. -Xathros
  23. TannerH- As LeeG pointed out, you could just use multiple scenes with different On levels defined in each but if you are activating these with Keypads or Swtichlincs that are defined as controllers, you are limited to one scene per controller. I am using the same approach as you (adjusting then re-activating scenes). Works well for me and some others here that are doing the same thing. Actually, I recently removed the re-activate step from a few of mine as the lights dimming by themselves seems to bother a few of my family members. So in certain cases I adjust the on levels and they will be used the next time someone turns on a switch. This, they don't seem to mind. One thing I noticed is that you have your reset to 100% as a stand alone program called by your 3am turn off routine. Unless you are calling that from multiple programs, you could just roll all of that into the 3am off routine and have one less program. Also, I would move that to 2:55am to avoid a traffic jam with the default 3am query (unless you have disabled that). -Xathros
  24. bwoodfl- Does anyone else have access to your admin console? This has the feel of an April Fools prank to me. -Xathros

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.