Everything posted by jerlands
-
Restore
From this posting... I haven't attempted this so don't have much further info. use Hyperterminal (or any other terminal application) to connect to the USB port on your computer: 115200, 8, 1, None Once connected, then login to ISY shell and on the prompt, type: CT (followed by enter) In CT, you will configure your ISY Jon...
- Restore
- Restore
-
OutletLinc 2472D and Ramp Rates
Whoo-hoo Works great and good example of 5.xx new While command.. Thanks, Jon...
-
Interface with Amazon Echo?
The portal is available however I don't believe IFTTT and/or Echo are supported yet. Jon...
-
Interface with Amazon Echo?
Echo has a remote control with a microphone button that has to be pressed to issue commands. Essentially you're waking Alexa by pressing and holding the button. Jon...
-
Has anyone heard about Crestron HA?
I imagine people with big bucks are gonna want things done in their manner so a system offering a higher level of customization is likely to have a greater chance of survival. Jon...
-
Has anyone heard about Crestron HA?
Thanks for the insight... Odd how those keypads tend to blow out hard drives Actually I understand that home automation doesn't really add to a homes value so being able to pull it out and take it with you is a plus. Jon...
-
ISY Strange inconsistency!
The problem is using "Wait" in relation to the condition which is Sunset. I'm uncertain if you extend the period to include some time after sunset it would make a difference or.. just remove wait... or follow Stu's advice Jon...
-
ISY Strange inconsistency!
The trigger in the program is "Sunset." if you run any other way I'm assuming then you're running "Then?" Jon...
-
ISY Strange inconsistency!
So are these the lights that fail to turn on? Set Scene 'Family Recessed' On Wait 2 seconds Set 'Living Room Switched Outlets' On Wait 2 seconds Set 'Living Room Floor Lamp' 50% Repeat 2 times Wait causes re-evaluation of the condition. if time is no longer Sunset the program turns false and else is run Jon...
-
ISY doesn't get device notifications after update
I wonder what the reason is behind this when it's so difficult for most to do anything with? Jon...
-
ISY doesn't get device notifications after update
That's interesting... but ah, err.. how does one go about analyzing with the human tool any resources available? Thanks, jon...
-
ISY doesn't get device notifications after update
How do you transpose from <xml> code (or whatever it is) back into the link record... e.g., <eventInfo> <ix>1</ix> <ad>4080</ad> <fl>162</fl> <gr>19</gr> <id>3905241</id> <data>16719617</data> = 0FF0 : A2 13 3B.96.D9 FF 1F 01 Jon...
-
2441TH to replace Honeywell TH3210D
If you have a heat pump I don't think the 2441TH is compatible? Jon...
-
Random number in Java code
15 would be the maximum.. anywhere between 0 and 15 Jon...
-
Random number in Java code
I'm uncertain why you want the variable? I do a similar thing without... Front Bedroom Light - [ID 0006][Parent 0001][Run At Startup] If From Sunset - 1 hour To 10:00:00PM (same day) Or From Sunrise To Sunrise + 2 hours (same day) Then Repeat 2 times Wait 50 minutes Wait 20 minutes (Random) Set 'Light Front Bedroom' On Wait 5 minutes (Random) Set 'Light Front Bedroom' Off Wait 1 hour and 15 minutes Wait 15 minutes (Random) Set 'Light Front Bedroom' On Wait 7 minutes (Random) Set 'Light Front Bedroom' Off Else Set 'Light Front Bedroom' Off Jon...
-
Motion Sensor & low (lithium) battery
I'm careful when removing the connector with a screwdriver and not pulling it off but I've come to the conclusion they're cheaply made. Jon...
-
Motion Sensor & low (lithium) battery
An issue I find common with all my motion sensors is the terminal connections don't make properly. I've replaced several and am waiting on another dead battery for more surgery Jon...
-
ISYPortal... What can it do now?
So doesn't this eliminate the need for a Dynamic DNS server and CA certificate? Jon...
-
Coordinating 2477S light switch with motion sensor
Use "Control" in a separate program. If 'Light' is switched On Then $bMotionLightOn = 0 Else - No Actions - (To add one, press 'Action') This does not address the switch being turned off.. Jon.,.
-
Notifications from different numbers
You can try yournumber@mms.att.net but I understand there are occasional delays. Jon...
-
Send alerts when away
When using Home/Away you may want to set the (Init) value also. If $s.Status.Home.Away is $s.Status.Home.Away Then $s.Status.Home.Away Init To $s.Status.Home.Away Else - No Actions - (To add one, press 'Action') Jon...
-
HVAC Fan cycling, how frequent?
I love basements Here in Houston (a place I never thought I'd find myself) basements aren't practical and the norm is slab with attic installations. (expansion in the South began after the advent of A/C) Jon...
-
HVAC Fan cycling, how frequent?
Another common problem seen is use of flex ducting... It's hard to overstate the impact of good design and installation on efficiency. Jon...