Jump 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.

bruinlax

Members
  • Joined

  • Last visited

Everything posted by bruinlax

  1. Hi, I'm trying to connect to an SCE Meter with my isy994zs, and I've followed the instructions http://www.universal-devices.com/docs/p ... 994iZS.pdf i click enabled, refresh smart energy, but it never says its UUID nor does it never say anything about scanning, as shown: http://i.imgur.com/a4RDDuv.png Am i missing something? running 4.0.5
  2. awesome thanks for the prompt reply. I was pulling my hair out looking at random zigbee gateways when i discovered through luck you guys over one, which is all i'd ever want. Hopefully it gets more publicized.
  3. bruinlax posted a topic in ISY994
    Hi - I'm a southern california edison customer - and realized i have a smart meter. Question 1: "ISY994i ZS/IR PRO" should it work to get realtime KW from my smart meter? (details from power company below) ON the company's website FAQ ( http://tinyurl.com/clohjvr ) it says: "To successfully connect with the SCE smart meter, your device must support ZigBee communications and be Smart Energy Profile 1.0 or 1.1 certified." Question 2: I currently am an owner of an ISY 99iProIR, and on this site (i think yours) it says there's an upgrade price of 229 for the "ISY994i ZS/IR PRO". I assume it's different hardware - so does that mean i do a swap? applicable website: http://www.homeorchestrator.com/UDStore ... ctPurchase
  4. yep - my appliance links show up as statuses in programs. oddly, the outdoor appliance linc shows up as a "Control" item as well i'm considering ways to come up with a status solution. maybe a plunger or a magnetic contact closure and glue a rare earth magnet on the end of the deadbolt. maybe this http://www.smarthome.com/7352/Surface-M ... sed/p.aspx plus a rare earth magnet or a switch somehow in the doorframe: http://www.radioshack.com/product/index ... age=search but I'm trying to avoid opening up my doorframe.
  5. nope, i don't see a status node for it. under "condition" - then "status" when adding it to the program. it does have a "current state" under My lighting - but that isn't accurate because of a hardware limitation w/ the mobilink. (it only changes when you lock / unlock w/ the isy - unlocking w/ a key will not set off a status) - and even then it doesn't show up as a program status, so it's moot. It'd all be solved (plus it'd work if opened with a key) if i install a plunger switch to determine if the deadbolt is locked and run through an I/O to set off the ISY program but that seems like an terrible amount of work. (anyone done that?) I'm guessing the variable method might be ok. . . anyone see any issues with it?
  6. I'm trying to write a basic program, that if i open my door (morninglink) via mobilink, if it's past sunset it also turns on my hallway light. I'm having trouble thinking of a way to trigger the program. I tried creating this program below - but leaving it not "enabled", so that it doesn't continuously run, and run it manually from the phone, but i can't seem to get non-enabled programs to show up in mobilink. Then i tried to create a scene (w/ no devices in it) that i'd turn on from the phone, but that doesnt' seem to set off a condition i can add to the if part. So far the only solution i can think of is to have a variable that from my phone I increment to 1, then have the program check continuously to see if it is a 1, then set it back to 0 at the end. But that seems overkill. I'm guessing i'm missing a basic way to think about it basic program thoughts: If From Sunset + 20 minutes To Sunrise - 20 minutes (next day) Then Set 'Frontdoor-2' Unlock Door Set Scene 'HallwayEntryLight' On Else Set 'Frontdoor-2' Unlock Door Edit: after reading http://forum.universal-devices.com/viewtopic.php?f=26&t=6395&p=48518#p48518 maybe my idea about using a state variable as the condition isn't too overkill, but clean?
  7. bruinlax replied to polexian's topic in ISY994
    this doesn't work for you? it's a standard schlage tumbler, i don't know of one if you need kwikset specifically, but these are rekeyable. http://www.amazon.com/gp/product/B001JD ... W22F1RB0TW
  8. well - i just installed 3.1.7 and *so far* (about 75 runs of scripts) can no longer reproduce the error, I'll let you know if it changes, but in the meantime, thanks for the great support. oh - and i wasn't subscribing to the feeds at all - just running one off scripts (turn on lights etc) on a windows machine.
  9. here is the error log after i reproduced the error: - I let it sit over night and it didn't gain connectivity again. Wed 2011/09/14 12:39:28 AM System -10011 n/a Wed 2011/09/14 12:39:32 AM System -10011 n/a Wed 2011/09/14 12:39:49 AM System -100 No network connection Wed 2011/09/14 12:42:19 AM System -170001 [uDSockets] RSub:6 error:6 Wed 2011/09/14 12:42:29 AM System -170001 [uDSockets] RSub:6 error:6 Wed 2011/09/14 12:42:29 AM System -10103 n/a Wed 2011/09/14 12:42:39 AM System -5012 n/a Wed 2011/09/14 12:45:48 AM System -10103 n/a
  10. i discovered i'd lose connectivity when I would run a vbs script every now and then - (they'd only run one at time). couldn't access the ISY from any computer. To trouble shoot -i wrote one simple program on the ISY that increments a variable, and i would run a vbs script that calls the program via the REST every few seconds manually until i could get it to freeze. (again about 5-20 runs at every few seconds) The odd thing now is I put that code in a full VB .net program, and looped it 200 times (2 second intervals), and i couldn't get it to freeze . so it's only when i put the code in a .vbs and run it through wscript hmm - i can work through a full vb.net program, but just curious if there's any interesting debugging i could do via the rs-232 interface to see what's going on.
  11. So here's my setup i'm running an ISY-99i PRO / IR on 3.1.6 The ISY seems to hang / lose network connectivity after running a few VBS scripts to the REST interface here's what i've determined: 1) I can run the scripts fine from 5-20 times then the isy loses network connectivity 2) The scripts will then report back: The system cannot locate the resource specified - 800C0005 and i can't access the java applet anymore / the webserver times out until i reboot the ISY 3) i can still connect to it via serial and hyperterminal when it is hung 4) I can seem to put the URLs into Chrome and run them as many times as i want without problems (not after it is hung - just that Chrome requesting the REST commands seems not to make it) 5) I put the code in visual studio and looped it 200 times, and couldn't get it to hang either, but when i put it in a .vbs file, then it hangs after a few runs. It seems like it just runs out of sockets or something, and then refuses to open another connection. Below is a sample of my code: Option Explicit Dim restReq, url, userName, password Set restReq = CreateObject("MSXML2.XMLHTTP.3.0") url = "http:///rest/nodes/47403/cmd/DON" userName = "admin" password = "pw" restReq.open "GET", url, false, userName, password restReq.send

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.