Everything posted by jerlands
-
Amazon Echo - Connected Home Feature!
Calling programs I've found I can use either the phrase light or lights but if I use it directly with a device it requires the spoken phrase to match e.g., kitchen sink lights won't work if the spoken phrase is kitchen sink light. Jon...
-
Amazon Echo - Connected Home Feature!
I think you can do it in one program called X-light... "X-Light(s) On" <-- triggering then, "X-Light(s) Off" <-- triggering else Jon...
-
Dont own an Echo (yet) but have Mobilinc
Mobilinc Connect is a proxy server specifically for Mobilinc... Jon...
-
Trying to setup ISY with Amazon Echo
That may be it but the Wiki includes instructions to setup connected home without mention of beta. Jon...
-
Trying to setup ISY with Amazon Echo
I see I thought you were referring to methods used by the skill and/or connected home... Jon...
-
Echo: Using connected home vs skill
There's more info about the Amazon's Connected Home Project here (ISY isn't on the list yet.) Jon...
-
Echo: Using connected home vs skill
FYI... home depot also carries it and may be in stock near your location. Jon...
-
Echo: Using connected home vs skill
You need the Echo to fully discover it but it is an interface for control with ISY using Alexa (Amazon's voice recognition/control system.) You don't install it but connect with it via the Amazon Alexa app http://alexa.amazon.com Jon...
-
Garage door opened at 2:57am by itself! Help
The sensor that comes with the garage door kit recommends a small separation (up to 1/2") install. Unlikely but I'm wondering if there's any flex in your garage door which would allow a strong gust of wind or force by a hand to move it enough to cause a change in status? Jon...
-
Trying to setup ISY with Amazon Echo
That isn't exactly true but it is confusing if not clearly defined which is why I'd like to see it added to the Wiki. Jon...
-
Trying to setup ISY with Amazon Echo
That's what's missing from the Wiki... how to operate the dang thing Jon...
-
Trying to setup ISY with Amazon Echo
I believe the instructions were just recently added and it makes it much easier for everyone seeing that they look complete. Glad you had some luck... Jon...
-
Trying to setup ISY with Amazon Echo
Here's a link to general setup instructions from the wiki... ensure all steps are completed and let us know if it helps... Jon...
-
Trying to setup ISY with Amazon Echo
You need to update the UI and not the firmware... Jon...
-
Trying to setup ISY with Amazon Echo
No Firmware and UI should always be the same. Clear your Java Cache first then download either the application or the applet from the link (go to the original thread here...) Jon...
-
Trying to setup ISY with Amazon Echo
First, clear your Java Cache then download the application (will put icon on desktop) or the Java Applet that you run from the browser. Full instructions for 4.3.26 is found here... Jon...
-
LED Niche Lighting
There are also channels with lens available. Jon...
-
Amazon Echo - Connected Home Feature!
Forgot to mention.. Smarthome's been good about exchanging so give them a shout. Jon...
-
Amazon Echo - Connected Home Feature!
This is from the Wiki... To replace a PLM: Unplug ISY from the power outlet Unplug the PLM from ISY and power outlet Connect ISY’s port A to the new PLM Plug the new PLM into a power outlet Plug ISY into a power outlet Go to Admin Console and wait for system initialization to completeIf you have PRO Series, click on the Battery icon at the top. This will prevent ISY from trying to update programming on your RF devices which are probably in sleep mode Click on the Restore Modem (PLM) menu optionIn case ISY cannot communicate (or decides not to if an RF device/PRO Series) during the process, you will have a series of nodes with green 1011 icons in the device tree. For each one of those nodes: If an RF device, ensure that the device is in Programming mode Right mouse click | Write pending updates ... DO NOT perform DELETE MODEM! Jon...
-
Amazon Echo - Connected Home Feature!
I don't see any relationship because the Portal is merely a proxy for ISY. That said... safe mode indicates ISY can't communicate with the PLM. You might try removing power to ISY then unplug PLM, wait 30 seconds (while checking connections between ISY and PLM) plug PLM back, wait for it to settle out then power ISY. If problems continue post to Questions and Answers forum. Jon...
-
need help with MS logic
These programs will send you notification if Motion Sensor sends On Command three or more times and resets after 60 seconds. You need to have your motion sensor in "Sensing Mode" (as motion is sensed checked) and "On commands only." Also, you need to create a two State Variables, one for count and the other as a call. Variable Test - [ID 00D2][Parent 00CC] If 'Motion Sensors / Media Room / #3 Motion Sensor-Sensor' is switched On Then $s.Test += 1 $s.Test.Place = 1 Else - No Actions - (To add one, press 'Action') -------------------- Variable Test b - [ID 00DA][Parent 00CC] If $s.Test.Place is 1 Then Wait 60 seconds Run Program 'Variable Test c' (If) Wait 5 seconds $s.Test.Place = 0 $s.Test = 0 Else - No Actions - (To add one, press 'Action') ------------------------- Variable Test c - [ID 00D3][Parent 00CC] If $s.Test is 3 Then Send Notification Else - No Actions - (To add one, press 'Action') EDIT: had to make a few changes Jon...
-
PLM Links an Issue?
Your "Estimate of PLM Link Count" shows high number of motion detectors (42/3=14) and remotelincs (18 + 12 remotelinc2.) Anyway.. if your issue is in linking and normal operations then the problem could be with communications. You might run a trace in Event Viewer and post the results (Event Viewer level 3, activate problematic devices, copy to clipboard (icon bottom toolbar) then paste into message.) Jon...
-
Help to diagnose communication problem.
Change "Status 'First Floor / Sensors / Kitchen-Sensor' is On" to "Control 'First Floor / Sensors / Kitchen-Sensor' is On" Also, I think I'd eliminate "LED On" to save battery life. Jon...
-
How to get Access to Portal
I'm on version 5.0.2 without problem, I don't know the issue others have had. That said, v5 is still in development so probably wise to stick to v4. Jon..
-
How to get Access to Portal
Check to see your UI version is the same as Firmware version (Help > About.) Also, you might think about upgrading to version 4.4.2 Jon...