Everything posted by jerlands
-
ISY portal with Moblinc and http while within home wifi
I personally don't use Mobilinc at home, only when away but Network Resources is a valuable tool which is a very much a plus for the Portal. Jon...
-
ISY inaccessible, not sure what to do
First.. you can use USB to connect ISY to your PC in order to Telnet but doesn't seem you need to. I think the problem is the added router has changed the IP address of ISY (and possibly you've reserved an address for ISY in the one connecting to the Internet?) You probably can find ISY on the first router (with it's software) then find it on the second router with the new IP? Once you know the address of ISY on the router you both share then you'd simply place that address into the ISY Finder URL followed by desc i.e. http://192.168.0.21/desc Jon...
-
ISY inaccessible, not sure what to do
Sounds to me like you had assigned ISY a static IP and you've changed a router in the path? If so you can telnet to ISY, change the IP to DHCP then reserve the address in the router, or... go back to the original config and change it to DHCP From 99i user guide... Connecting to the ISY Shell Using the Serial Port 1. Connect one end of a serial null modem cable (included with PRO version) to ISY's Port B, and connect the other end to the serial connector (or USB to serial adapter) on the computer. 2. Start a terminal program (such as Windows HyperTerminal) and configurefor 115200bps, 8N1, Xon/Xoff, and for the appropriate COM port. 3. Type a few characters until prompted for Username: and enter admin (lower case) followed by <ENTER>. When prompted for Password: enter admin (lower case) followed by <ENTER> (Figure 9A). The ISY Shell is displayed (Figure 9B) Jon...
-
Bought the portal, now where is the network module?
I'm on 5.0.2 so I don't really know (and now I'm asked to uninstall the network module every time I login however, my understanding is you need to go to Help > Manage Modules in UI to install. The link you've included is to the Dashboard were you can manage security settings (download from 4.4.3 thread.) Edit: Oops... here's info I received when I opted to extend my portal subscription due to network resource purchase. - Go to Help | Manage Modules so that the Network Module is uninstalled (it's included in ISY Portal) Please note that Network Module is now included in ISY Portal and you won't see it under Modules. This said, however, all the functionality is immediately available both in the Admin Console as well as the firmware. So.. I don't know where you'll find it Jon...
-
Implementing Progressive Dim
That disguise won't work.. will the real larryllix please stand up Jon...
-
Implementing Progressive Dim
Here's a program that performs a gradual light change... I got the idea and code from larryllix's post on this thread.. It uses the new "While" command found in 5.0.2 and I'm uncertain if available in the new 4.4.3 or not.. Gradual Light Change - [ID 0010][Parent 00CC][Not Enabled] If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Set 'Light Master Bathroom Vanity' Fast Off $s.DayLightHours = 1 Repeat While $s.DayLightHours <= 30 Set 'Light Master Bathroom Vanity' On '$s.DayLightHours %' Wait 1 second $s.DayLightHours += 1 Repeat 1 times Repeat While $s.DayLightHours <= 100 Set 'Light Master Bathroom Vanity' On '$s.DayLightHours %' Wait 1 second $s.DayLightHours += 3 Repeat 1 times Else - No Actions - (To add one, press 'Action') Jon...
-
LED degrading over time?
I must have well over a dozen Cree bulbs and never had a problem with flicker. However, my first failure just happened in a Southern exposed inverted fixture where the 100W Dimmable separated from the base, fell onto the ground breaking the globe. I don't recall how long ago I installed it but kinda disappointed this could have happened.. Jon...
-
Ditched my motion sensors to stop all on events.
For general info... I have 3 MS and have never had any all on events. All three all configured somewhat different but motion is used to change variables only. The only direct command I use from the MS is dusk/dawn. Jon...
-
ISY portal with Moblinc and http while within home wifi
Forgot to ask... Since we are not yet making on our app <<-- does that indicate something Jon...
-
ISY portal with Moblinc and http while within home wifi
Thanks for the update... Jon...
-
The Global Cache WF2IR works
No.. Your going to place the formatted raw string in a resource similar to what is shown in the Wiki for Onkyo.. Here's a download for Samsung RS232 codes Jon...
-
Amazon Echo - Connected Home Feature!
This thread and you can import directly jonathanud's resources into ISY from Wiki by saving file then use import in network resources. Jon...
-
ISY portal with Moblinc and http while within home wifi
any time frame when ISY Portal will gain the features of MobiLinc Connect? <<-- Benoit seems to be the principle developer and I know he's aware but AFAIK UDI hasn't indicated if or when. I'd rather not pay for two of them and have two profiles. <<-- At this time use of only one portal is possible Jon...
-
Alexa Connected Home Syntax Glossary
With Connected home I'm successful using the following... Alexa, <device spoken name> On/OFF Alexa <device spoken name> X% Alexa <program spoken name> On/OFF Edit: I find I don't need to use "turn" or "set" Jon...
-
Error Log questions
It may be the router is querying ISY for UPnP rules. If you aren't using it for anything else you could turn it off in the router and see if the error stops. Jon...
-
ISY portal with Moblinc and http while within home wifi
I understand that network resources will be integrated in the portal shortly and I'm sure if it will be offered stand alone.. That said... Android users don't lose anything moving to the portal but iPhone users lose notifications.. If you're an Android user by sticking with MC the only thing your losing is network resources and everything else the portal offers Jon...
-
Error Log questions
Are you using UPnP? Jon...
-
How to install a thermostat
I'm sure if you post the model thermostat you currently have, the type of system (singe/multi staged heat cool) and the type of thermostat you're going to install someone will help. Thermostats can have 2-10 wires but they're color coded and connect to defined terminals so that usually isn't a problem. pictures help <<-- if you're able, open up the thermostat and take a picture of the current wiring. Jon...
-
Amazon Echo - Connected Home Feature!
I don't know if the UDI plugin could stay open a few seconds after OK or not? Jon...
-
Amazon Echo - Connected Home Feature!
I saw a demo of that on YouTube but didn't know it was published I see the logic for keeping it open with question>answer routine and maybe this could be used in the Izzy Skill but don't really see the need. Jon...
-
Amazon Echo - Connected Home Feature!
With either the Izzy Skill or Connected Home Alexa closes after each instruction and you have to wake 'er up again to do anything. I've never heard of the Eliza Skill and can't find it in a search. Jon...
-
Amazon Echo - Connected Home Feature!
My assumption with Volume is that there's collision due to command timing issues so maybe this will help. Jon...
-
Amazon Echo - Connected Home Feature!
Stuff like this should get pushed into the Wiki... I know many have issues with fluid control for Volume. I'm not using IR but have looked at it for a couple apps. Jon...
-
Amazon Echo - Connected Home Feature!
LOL... Jon...
-
Amazon Echo - Connected Home Feature!
With a Global Cache device you can create network resource that you can place in a program that can be called using Amazon Echo Yes. Jon...