Everything posted by jerlands
-
Bad i/o Linc Sensor?
You need to link the IOlinc then set the options for Momentary C. The contacts will then follow the sensor. Once linked you can also observe it's status... Jon...
-
Bad i/o Linc Sensor?
Should probably also do a factory reset on it.. Jon...
-
Bad i/o Linc Sensor?
If you short out sense (gnd>s) you can test the contacts to see if they're working.. and don't throw the iolinc away because there are uses for it other than using sense. Jon...
-
I need some help writing a simple timer
Christmas stocking stuffers? Looks like you've already got 'em printed up Jon...
-
I need some help writing a simple timer
Is your condition "$Allow_to_Run is 1" still true? I know it needs to be a State variable to trigger the program but I don't think it needs to be a State variable to continue running once started (the wait causes reevaluation of the condition.) Jon...
-
Fan Turning Off
Here's more info on Query All... Jon...
-
Fan Turning Off
It's not required and can be set to any time. Jon...
-
I need some help writing a simple timer
Another option... Create a State Variable e.g., s.DaylightHours two programs.. TimerTest_A - [ID 00D3][Parent 00CC] If From Sunrise To Sunset (same day) Then $s.DayLightHours = 1 Else $s.DayLightHours = 0 TimerTest_B - [ID 00DA][Parent 00CC] If $s.DayLightHours is 1 Then Repeat While $s.DayLightHours is 1 Set 'Outlet Family Room' On Wait 30 minutes Set 'Outlet Family Room' Off Wait 5 minutes Else Set 'Outlet Family Room' Off I did this in firmware version 5.0.2 and believe the same options are available under other versions. Not tested though Jon...
-
Backup problem
I've thought it'd be a good idea for ISY to have scheduled backups to help prevent this. Options to backup on change or simple notification (you've made changes... want to backup?) Jon...
-
Strange motion sensor behaviour
Check to see if there are pending updates to the device (green 1011 icon.) This thread, motion sensor blinking question SOLVED, might offer more. Jon...
-
Amazon Echo and ISY
http://forum.universal-devices.com/topic/17075-release-4326-is-now-official/?p=151462 Clear Java Cache first then download and install either the application or applet (scroll post to 4. IMPORTANT ) Jon...
-
Amazon Echo and ISY
I'm thinkin' the technical issue extends beyond the UDI app... Jon...
-
Admin Console Shuts Down
Good to know.. Thanks for posting back your solution... Jon...
-
INSTEON ALMOST BURNED MY HOUSE DOWN!!! Now ISY Problem
No joke.. https://en.wikipedia.org/wiki/CE_marking CE --> Chinese Export Jon...
-
Amazon Echo and ISY
I'm uncertain of the doors this will open up but I imagine the app will offer a more fluid experience.. we'll just have to wait and see Jon...
-
INSTEON ALMOST BURNED MY HOUSE DOWN!!! Now ISY Problem
That's kinda the nature of everything though.. evolution.. things change/grow as time passes. I believe UDI was instrumental in this because there were many reports of "ALL ON" events that weren't requested (search the forum for "ALL ON.") Jon...
-
Admin Console Shuts Down
For whichever firmware version you have go to the release thread, scroll down post to where you see "download a new version of the Admin Console" and select the Java Application (before installing you might first clear your Java Cache.) Should work fine under Windows 7 64 bit. I suggest however updating to latest firmware when you have time. Jon...
-
Backup problem
Another option.. you could restore from your last good backup (though any changes made between then and now would be deleted.) Jon...
-
Admin Console Shuts Down
Try the Java Application (will leave an icon on the desktop) rather than the Applet (run from the browser.) Jon...
-
Backup problem
you may have to delete the device then add it back. Jon...
-
Backup problem
Something's wrong with it's database file. You could try to restore it and see if that helps. Jon...
-
Backup problem
What device does the address 22.8c.40 belong to? Jon...
-
Replacing A Device?
Before deleting wait for help from someone familiar with this... Jon...
-
Replacing A Device?
Since you replaced the device with a nonidentical device I don't think it was linked correctly. You'll probably have to delete it then re-link it properly and go thru the trouble of changing all your scenes and programs to reflect the change. Jon...
-
Oil Burner reset detector (Honeywell or Beckett)
From what I gather you're looking for This looks to me the easiest route if it has the "remote alarm dry contacts" but I'm unclear as to whether or not all the 4066 come with it. https://customer.honeywell.com/resources/techlit/TechLitImages/GIF/m8079.gif Jon...