Hello cajunrc,
While AHP 3.236 did have some issues with timers, if your dimmer is turning off the timer function is operating properly.
Chances are you are using a "Soft-Start" dimmer. We normally recommend using the LM14a module within AHP to operate soft start units. We have a tutorial on these units over here:
Soft Start Dimmer Problems.
The issue with these units is that they will not activate in response to a "Bright" command from the CM15a. Older dimmer units would activate.
The tutorial may be a bit dated. It was written using AHP V3.204. As a result, some of the command sequences may have changed in later versions of AHP.
At the time the tutorial was written, AHP would execute commands as follows, depending on the options settings:
1) Simple on commands with "Issue on in place of bright 100%" unchecked.
AHP TimerSend A1 On
X10 CommunicationTransmit A1
Transmit A1, Bright 100% -
This will not activate a soft start unit2) Simple on commands with "Issue on in place of bright 100%" checked.
AHP TimerSend A1 On
X10 CommunicationTransmit A1
Transmit A1, On -
bright 100% has been replaced with a simple ON command. This works with the soft start units3) Bright % commands ("Issue on in place of bright 100%" has no affect on these).
AHP TimerSend A1 90%
X10 CommunicationTransmit A1
Transmit A1, Bright 100% -
Command starts with the bright 100% to get the module to a "known" level. This will not activate a soft start unitTransmit A1, Dim 10%
4) Workaround Bright % commands ("Issue on in place of bright 100%" checked).
AHP TimerSend A1 ON
Send A1 90%
X10 CommunicationTransmit A1
Transmit A1, ON -
Simple on command to get the module to start. Note that this will activate the resume dim feature. The module may not go to 100%Transmit A1, dim 10% -
The unit will respond to the dim command but may be at the wrong level due to the resume dim5) Resume dim workaround ("Issue on in place of bright 100%" checked).
AHP TimerSend A1 ON
Send A1 100%
Send A1 90%
X10 CommunicationTransmit A1
Transmit A1, ON -
Simple on command to get the module to start. Note that this will activate the resume dim feature. The module may not go to 100%Transmit A1, Bright 100%
Make sure the unit is at 100%Transmit A1, dim 10% -
dim the unit to 90%6) LM14a interface (Re-identify the module as a LM14a within AHP).
AHP TimerSend A1 90%
X10 CommunicationTransmit A1
Transmit A1, Extended Code Bright -
One command Instructs the unit to go to the proper level. No problems with starting or resume dim.