Jump to content

I/OLinc Output Relay State after a power loss.


Brian H

Recommended Posts

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.


  • Recently Browsing

    • No registered users viewing this page.
  • Who's Online (See full list)

  • Forum Statistics

    • Total Topics
      36.5k
    • Total Posts
      367.7k
×
×
  • Create New...