Insteon turn on for duration not working

mimitche

Member
I recently connected my M1G to a number of Insteon devices. Lighting control works great expect for one problem: When I turn a light on for a certain duration the light will turn on just fine but will never turn off. I just saw another post on the official Elk forum that mentioned the same problem. Has anyone else run into this?

With the following rule the light will turn on but never turns off:

[codebox]WHENEVER THE TIME IS 9:18 PM
THEN TURN Room [4(A4)] ON, FADE RATE = 0 FOR 30 SECONDS[/codebox]

When using the following rules the light turns on and off as expected:

[codebox]WHENEVER THE TIME IS 9:18 PM
THEN TURN Output 208 ON FOR 30 SECS
THEN TURN Room [4(A4)] ON, FADE RATE = 0

WHENEVER Output 208 STATE IS TURNED OFF
THEN TURN Room [4(A4)] OFF, FADE RATE = 0[/codebox]


Firmware version is 5.1.4, using m1XSP and 2414S.

Thanks,
Mike
 
Quick update-

I have polling turned on. When I switched the jumper to disable polling the on for duration works as expected.
 
Back
Top