Everything posted by jerlands
-
Flaky Programs. What am I missing?
Your program looks ok to me but I suspect your problem has something to do with the switch from HomeSeer (which I'm not familiar with.) If you go into admin console > Main Tab > right click on questionable device > select Diagnostics > Show Device Links Table.. once that completes select "Compare" both ISY Links Table and Device Links Table should be identical. Another troubleshooting option is to open Event Viewer to Level 3 (Tools > Diagnostics > Event Viewer) and manually run Then, click copy to clipboard icon (clipboard icon lower toolbar) and paste trace into message post. Jon...
-
Substituting Query in a program to avoid constant querying
I'm confused Kids Closet Sensor-Dusk.Dawn' is the node for Lux. If you want to detect motion you need to use "Kids Closet Sensor-Sensor" and use control not status. Jon...
-
New to ISY994i
What is the java version on the Mac? This thread suggests Java 8 Update 40 works... Edit: should have read update 45 Jon...
-
New to ISY994i
What firmware version do you have installed and which UI are you using (Help > About.) Jon...
-
Cannot Link 2474 DWH
If your 2474 is installed in a metal box it may be the issue.. also, they type of RF device nearby could make a difference. I don't know but believe devices as range extenders, lamplincs, on/off modules have more power in their RF transmission than hardwired devices. Anyway.. you might try first "factory reset" then open Event Viewer to level 3, attempt the link and copy to clipboard the resulting trace (clipboard looking icon located centrally lower tool bar) then paste into post. cannot determine the device link address is often related to comm issues. Jon...
-
When using Devices in echo rooms first try fails 100% of time?
I don't have any groups but for either devices or programs I don't have to say turn.. for devices I use "Alexa, foyer On" or for a program.. "Alexa, Jon's timer On" Jon...
-
Lost user/password
Telnet and use RL is actually very easy to do.. just follow the instructions and no need to mess with cables or reset button. Jon...
-
When using Devices in echo rooms first try fails 100% of time?
What are you seeing? Offline devices or non responsive devices? Jon...
-
INSTEON 2843-222 Wireless Open/Close Sensor
Well isn't that the ongoing saga between UDI and Smartlabs? Seems UDI has a difficult time getting what they need out of Smartlabs. Jon...
-
INSTEON 2843-222 Wireless Open/Close Sensor
Anyway.. just popped the lid on my only 2843-222 and it doesn't have the jumper. 4114 rev 1.B (manufactured 41st week of 2014) Jon...
-
INSTEON 2843-222 Wireless Open/Close Sensor
Actually the jumper is shown in both manuals... it's just not indicated. Jon...
-
INSTEON 2843-222 Wireless Open/Close Sensor
I was using the manuals under Smarthome listing for 2843-222. I see now though... Thanks, Jon...
-
INSTEON 2843-222 Wireless Open/Close Sensor
Seems odd the jumper isn't shown in either manual? Jon...
-
INSTEON 2843-222 Wireless Open/Close Sensor
This link might answer your question a little further... Apparently there's a jumper that can be removed so that the closed node sends an on command. Jon
-
INSTEON 2843-222 Wireless Open/Close Sensor
I don't know if I understand your question fully but the following program uses both states to control an on/off module Cabinet Door - [ID 00BA][Parent 00B9] If 'Open-Close Sensors / Master BR Media-Opened' Status is On Then Set 'On-Off Module Master BR Media' On Else Set 'On-Off Module Master BR Media' Off Jon...
-
Long Running WAIT Commands
Your program basically has three triggers... From Sunrise + 1 hour <<-- This will trigger the program twice, once at Sunrise + 1 hour and again at 12pm however, the program will remain true within that time frame if all other conditions are met. To 12:00:00PM (same day) And $sLuxCurrent_South >= 1500 <<-- This is the only other triggering condition. The rule for wait is it will complete if conditions are not re-evaluated... so either it is completing and the actions are fulfilled or there are problems in their construct. You can test Then actions by right clicking on the program and selecting "Run Then" and with Event Viewer open to level 3 see if the resources are properly called then check your error log to see if problems exist in the resource. You can also test resources individually in Network Resources. Jon...
-
Long Running WAIT Commands
Is it possible lux is dropping below 1500 during the wait? Jon...
-
How do I request a self signed SSL certificate?
You need to use the Dashboard. If you haven't downloaded it yet go to the Current Release forum and locate the thread announcing the release of the Firmware you have installed (Help > About in admin console.) Near the bottom of the announcement message will be a link to the dashboard. After you login you'll see an icon resembling a wrench in the upper right hand corner (center icon) and from there you can manage the certs. Jon...
-
How to use "Dim to X%" with IR commands through programs?
Here's another resource that might help with Dish IR code... Jon...
-
How to use "Dim to X%" with IR commands through programs?
I've sent you a PM (look at your account) but anyway... your resource will be developed specifically for the device your controlling, TV, Dish etc... You might look into global cache's iLearn software and also their online database but to fully develop you'll need the wifi2ir setup so you can communicate with it. Jon...
-
How to use "Dim to X%" with IR commands through programs?
I don't have IR but your options seem limited to placing the action in a program and use the Connected Home protocol for a program i.e., Alexa, <program name,> <On | runs Then><Off | runs Else> The trick might be naming the programs so they're easy to remember and don't conflict with commands. Also, it might help others make suggestions if you specify the IR controller used. If you're developing resources you could check the forum Network Resources or Infrared or tips. Jon...
-
Long Running WAIT Commands
I'm using an integer variable for '$ShadesMorningPaused' so that the IF statement isn't retrigger, so I think that part is ok. <<-- as it is, nothing after that action ($ShadesMorningPaused = 1) in Then will execute or at least up to the wait.. it should be your last action. Edit: Ok.. I can't read Jon...
-
Can't Backup - can't find Bad Link?
I meant the Ethernet cable.. Jon...
-
Can't Backup - can't find Bad Link?
Check the connections to the PLM first (maybe switch the cable.) speaking of which.. how old is the PLM and does it show a light? Jon...
-
Can't Backup - can't find Bad Link?
If you have a different computer I'd try that first.. I believe the admin console requires 32 bit Java. Jon...