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. Are you sure? Michel indicated that subscribing was easy and data would be pushed once subscribed. I know Mobilinc subscribes and if kept awake will show variable and device status changes as they occur. I don't see why this wouldn't work here as well. All communications would be limited to variable values and device statuses/commands but that should be enough to accomplish his goal I would think. -Xathros
  2. Anytime! -Xathros
  3. That will do it. It won't send if either or both of the Body or Subject are left blank. -Xathros
  4. mrazz- When you open and close your garage door, do you see the status of the IOLinc sensor change in the admon console? Do you see the green LED on the IOLinc light up/go out as expected with door open/close? -Xathros
  5. How about this:http://www.fortrezz.com/mimo.html Not exactly an IOlinc - maybe better! -Xathros
  6. RichTJ99- How about a second dumb mechanical thermostat that you set to your desired working temp and locate it better than the existing one. Keep the original thermostat set low. Use an IOLinc to switch between the new and old. This gives you to preset setpoints that you can choose between with the ISY as needed. -Xathros EDIT: Hehe. Brian beat me to it!
  7. Excellent. Happy to help. -Xathros
  8. kevman- For "Control is Switched On" to be triggered, the switch itself needs to be operated. Program, mobilinc, linked switch etc all will not trigger that event. If you want to be notified regardless of how the light was turned on then use "Stats Backyard light is On" instead. That will trigger anytime the status of the Backyard Light switch changes. It will evaluate "True"" and run the "Then" when the status changes to On and evaluate "False" and run the "Else" when the status changes to Off. -Xathros
  9. kevman- That notification should send anytime the backyard light switch is turned on manually - "Control Backyard Lights is switched On". If you want to be notified when the lights are turned on by your program or by a linked switch (not the backyard load control switch), then use "Status Backyard Lights is On" instead. If you are not receiving the notification when you manually operate the Light switch, it's possible you have config problems with the email notifications. Have you successfully tested the notification? Please note that custom notifications WILL NOT work if either the Subject or Body fields are left blank. -Xathros
  10. kevman- Just remove the "And status is Off" line. This way, the light will turn on at 11:45 and off at Sunrise the next day. Any changes made via Mobilinc or manual operation in between will remain in effect until the next time trigger (11:45pm or Sunrise) I think that is what you want. Currently the program is triggered and the If Evaluated at 11:45pm, Sunrise and anytime the Status of the switch changes. -Xathros
  11. Yep. Im all up to date with both Apple's updates and Oracle's.
  12. 4.0.2 is working for me using Gmail SMTP. -Xathros
  13. Xathros replied to garybixler's topic in ISY994
    Correct. Pretty sure he was talking about Javascript. Either way, Java apps run in the JVM client side and Javascript runs in the browser client side. Nothing special needed in the webserver for either. -Xathros
  14. Xathros replied to garybixler's topic in ISY994
    Hi Gary- Java does not require anything special from the server. It is interpreted client side. So yes, it's fine. -Xathros
  15. Xathros replied to garybixler's topic in ISY994
    Gary- 8.3 means that your HTML file names cannot exceed 8 characters with a 3 character extenstion. Like the old DOS days: filename.ext index.htm - is a usable name index.html - is not mylongfilename.htm - is not my_index.htm - is usable. As for services offered by the ISY, its just a basic web server. No Perl, MySQL, PHP etc. Doesn't sound to me like that is an issue for you at this stage. -Xathros
  16. Xathros replied to garybixler's topic in ISY994
    Not sure exactly what you are asking for here. There are many programs available for building web pages. None specific for the ISY. The ISY with the network Module installed can function as a basic web server. All you need to do is build your html files and upload them to the web server. What tool you use to build the pages does not matter as long as the files meet the 8.3 naming convention and don't rely on any services not offered by the ISY's server. A Google search for "HTML Editor" or "Web Authoring Tools" will net lots of results. -Xathros
  17. I use this all the time. If switch is On and I turn it On again, then run a program that turns on other lights in the vicinity. Same with Off if already Off. -Xathros
  18. I saw this once right after the upgrade. First launch of the console did this. It's been fine ever since. Only on one Mac at home running OS X 10.7 / Java 1.7.15. 3 other Macs did not have this issue. -Xathros
  19. I think this was already reported over the weekend and UDI is aware. -Xathros
  20. FWIW, I am almost always connected via WiFi and NEVER have missing status info. I am on various MAC's. Most commonly my MB Air running OS X 10.8 connected to any one of the following: At Home: Airport Express N Airport Express G Airport Extreme N 5Ghz At work: Airport Extreme N 5 Ghz -> Thru VPN to Home Airport Express N -> Thru VPN to Home Mobile: Verizon MiFi G -> VPN to Home Every once in a while I do connect via 1Ghz wired ethernet and that works fine too. Are all of these status failures happening on Windows? -Xathros
  21. This happens to me when I've added/changed a bunch of stuff in the ISY that Mobilinc is unaware of. Go into Mobilinc Settings / Lighting Controller / Tap to Sync with ISY / Update Only. Then try again. HTH -Xathros
  22. ... and how do duplicated control and status messages bouncing between all the dual band devices affect this as well? I know I am seeing duplicate messages with ever increasing frequency as I add more dual band devices, 3 of my 8 motion sensors now report twice each time they sense motion. I know they are only sending once but due to multiple routes back to the PLM likely on opposite phases, the message is received twice. -Xathros
  23. Being that the ISY is an always on device, what would be the purpose in this? If you are just trying to trigger something in the ISY, the /rest interface allows for that by either setting variables, or calling programs. -Xathros
  24. Excellent! And as always, Happy to help. Yes - sorta. https will do the trick assuming you have either enabled Internet access in the ISY or set up the proper port forwarding in your router but the IP address will need to be your external IP assigned by your ISP. Visit http://www.whatismyip.com to find your external IP address. It should also be available in your routers admin console if you know where to look. I wouldn't remove Java if you want to access the admin console since it is 100% dependent on the Java VM. -Xathros
  25. Clear your java cache (All 3 check boxes!). Then try http:///admin/admin.jnlp Remember to substiture your ISY's IP address. You will want to save this file somewhere (Desktop or Applications folder) Double click the file you just downloaded. It will download the applet to cache and then you WILL get the "Cannot create shortcut" message. Click OK and the ISY finder and Console should come up. -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.