Brian H Posted March 22, 2009 Posted March 22, 2009 I was wondering if this is normal for an I/OLinc. If the output relay is On and there is a power loss. At power restoration the relay stays Off. Most Insteon devices with an output remember their state on power up. The I/OLinc seems to default to Off.
Sub-Routine Posted March 25, 2009 Posted March 25, 2009 Brian, I see that as well. Darrell wrote some programs that will monitor a KPL button and ensures it's state is reset after a power loss. Here is a version for the relay: If Status '0F.8A.48-Relay' is On Then Set Program 'IOLinc On' To Run At Startup Set Program 'IOLinc Off' To Not Run At Startup Else Set Program 'IOLinc On' To Not Run At Startup Set Program 'IOLinc Off' To Run At Startup IOLinc On If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Set '0F.8A.48-Relay' On Else - No Actions - (To add one, press 'Action') IOLinc Off If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Set '0F.8A.48-Relay' Off Else - No Actions - (To add one, press 'Action') This will only work if the ISY is also affected by the power loss. Rand
Brian H Posted March 25, 2009 Author Posted March 25, 2009 Thanks for the code. I also found an EARLY EZIO2X4s relays also do the same thing. I don't know if the later ones are different. Since mine also forgets any X10 addresses on a power loss. I guess it has an old Firmware.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.