
jerlands
Members-
Posts
1663 -
Joined
-
Last visited
Everything posted by jerlands
-
You can setup an additional profile in Mobilinc for local config but portal configuration doesn't allow it. Jon...
-
Conversely... Portal Account information fully loads for me under Windows XP x86 using java application with Firefox popup.. everything fully updated. Edit: Also pasted url into Chrome and information also loads successfully. Edit #2: Also tested on Windows 10 x64 using java application and successfully populated in Firefox popup. Java, Windows, Firefox all fully updated Jon....
-
I don't have a fanlinc but I imagine you could do this with a couple variables and 4 programs or so... if control switchlinc is switched on then "variable 1" +=1, "variable 2" =1, wait 5 second, "variable 2"=0 <<-- 1st program if "variable 1"=1 and "variable 2"=1 then set fanlinc low, beep 90 <<-- 2nd program if "variable 1"=2 and "variable 2"=1 then set fanlinc medium, beep 180 <<-- 3rd program if "variable 1"=3 and "variable 2"=1 then set fanlinc high, beep 250 <<-- 4th program if control swichlinc is switched on and variable 2=0 then fanlinc off <<-- 5th program something like that... Jon...
-
Hey Keith, You might post this into a new thread so it's easier to find. I also recall receiving email confirmation when I purchased the portal. Jon...
-
Submit a ticket with UDI and they'll straighten it out. Jon...
-
Enable Internet Access from the UI is confusing and unnecessary if using DHCP or static IP. Here's instruction for the Portal from UDI... ISY Portal Post Installation ConfigurationThere are three steps for having ISY communicate through ISY Portal 1. Creating an account on ISY Portal if one does not exist (click on the Create new account link). If one already exists, simply login 2. Registering ISY with your account in ISY Portal using ISY’s UUID (Help | About – also included in your invoice). To do this click on the Add ISY button and copy/paste the UUID from your invoice or order notification 3. Giving permission to ISY to communicate with ISY Portal a. Login to the Admin Console b. Click Configuration | Portals tab c. You will see a request for access from your account in ISY Portal d. Approve it e. You are done! More information on Amazon Echo integration can be found here Trouble ShootingThe most likely error is ISY not being able to contact the server to update the installation record. If you have configured ISY with a static IP address, please consider - Reverting to DHCP, Or - Use 8.8.4.4 for the DNS server Jon...
-
Where in the portal are you seeing upper case for the spoken phrase? My device names remain as they are defined on ISY however all spoken word phrases are lower case and I assume are added that way intentionally by the program. (Select Tools >Amazon Echo) Jon...
-
No matter if the phrase was created using upper case... once added for me it has always recorded in lower case. Jon...
-
Just logged in and no problem accessing device list. You might try going back to DHCP with reserve and see if that makes a difference. Jon...
-
For me connected home is working well... I've found I don't need to say "turn on/off kitchen sink light" but simply "kitchen sink light on/off" Jon...
-
Whenever a spoken phrase is defined or edited in the Portal interface it needs to be "rediscovered" in the amazon app, connected home page. Jon...
-
Interesting.. that makes sense in that a hop is added whenever a connected home skill adapter is utilized (second internet transverse.) Your path though doesn't include the Portal which probably also adds to the delay. Jon...
-
Good to hear you got it running but if I were you I'd make a good backup and then develop a habit of it after changes... Jon...
-
Likely the file system is now corrupt but you could try rebooting to see if it helps. First check to be certain you have the latest Java update, then check to see what your latest backup is. Most probably you'll need to do a factory reset then re-load latest backup. Jon...
-
Reliability diminishes the further devices are removed from local control. Amazon Echo is really the first "commercial" voice activated HA controller (at least that I'm aware of) but to predict the future I suspect some enterprising company will make use of voice recognition and implement it on a more local (home server) system. Jon...
-
You can play with the idea until it suits your needs... Variable Test 1 - [ID 00E9][Parent 00CC] If 'Motion Sensors / Media Room / #3 Motion Sensor-Sensor' is switched On Then $s.Test += 1 Else - No Actions - (To add one, press 'Action') ---------------- Variable Test 2 - [ID 00EA][Parent 00CC] If $s.Test >= 1 Then Wait 60 seconds Run Program 'Variable Test c' (If) Wait 5 seconds $s.Test = 0 Else - No Actions - (To add one, press 'Action') ------------------ Variable Test 3 - [ID 00EB][Parent 00CC] If $s.Test is 3 Then Send Notification Else - No Actions - (To add one, press 'Action') In this iteration every time $s.Test changes value "Variable Test 2" is re-triggered and the wait interrupted. Jon...
-
The idea of the program is to count how many times the motion sensor sends an On command in a 60 second period and notify if that count equals 3. There's probably other ways to do it but this is what I came up with... $s.Test.Place is used as a trigger to initiate the On count and also set the timer (Wait 60 seconds) and prevents the wait from being interrupted. You can play with this and get a feel for what it's doing by turning on Status icons to detailed (right click My Programs > Status Icons > Detailed) bring up a motion sensor to test and open Event Viewer to Level 3. That way you can make changes and see the effects. The problem with this particular program is that it will notify you twice if the On count doesn't exceed 3 during the 60 second period. Also, it notifies you before the end of 60 seconds if the On count is 3. Jon...
-
Barry, Thanks for further expanding on the "Connected Home vs Izzy Skill" issue. I had no idea Connected Home was constructed around Philips Hue and so its usage is likely limited to the constraints created in that initial development. Hopefully Amazon will broaden the scope of Connected Home by reconsidering the requirements of an integrated HA system. Jon...
-
Hi Gerry, Thank you very much for that... The seat of the query is to understand how push notifications might be securely implemented and it seems Connected Home is possibly a means for this? Jon...
-
What I'm confused about is what makes "Connected Home" common to UDI, Wink, SmartThings and Insteon? Are they all operating from a similar resource or are they complying to a specific set of rules? Jon...
-
Not sure how to tell if the device version in the UI is correct or not. How would I know? <<-- In the UI under Main go to device and look at the name then just under it. Jon...
-
Does the local level work if done via a program? Also, does the 2476D show it's version correctly in the UI? You could try deleting the device then re-link to see if helps (programs should retain proper link if renamed exactly the same.) Jon...
-
Lets hope UDI gets what they need from Smartlabs to continue their development! Jon...
-
Grouping is only for your convenience but you need to write them one at a time. Jon...