![]() |
|
Keypad backlight on Comfort II - Printable Version +- Comfort Automation/ Security System Forums (https://www.comfortforums.com) +-- Forum: Support (https://www.comfortforums.com/forum-2.html) +--- Forum: Problems & Troubleshooting (https://www.comfortforums.com/forum-36.html) +--- Thread: Keypad backlight on Comfort II (/thread-166.html) |
- Majik - 08-26-2006 I\'ve had Comfort II in and running for about 6 weeks now, replacing my Comfort I system. One thing I have noticed is that the keypad backlights seem to stay on all the time when the system is in \"Security Off\" mode. When armed (at least when armed to \"night\" mode) the lights go off. I\'ve checked the keypads and J4 is set to \"Normal\", and they haven\'t been changed at all since I converted from Comfort I. Has anyone else noticed this? I\'m using firmware 5.054. regards, Keith - leonchue - 08-28-2006 To have a better understanding of your problem, does it occur only when you change to security off mode? How about pressing \"#\" key in security off mode? Is the backlight still on? - Majik - 08-28-2006 Yes it does only happen when moving to security off, and after I press the # key it eventually goes out. Cheers, Keith - leonchue - 08-28-2006 I suspect that there is a long \"to do\" list (like switching on lights etc) when changing to security off mode. One possible solution is to separate all items in the \"to do\" list into 2 parts and trigger each other with a time interval (maybe 2 seconds). In other words, upon changing to security off mode, the response will trigger 1st part of the list and a timer to trigger the rest later. See if the problem still exists. - Majik - 08-28-2006 I wouldn\'t call it a \"long\" list: Stops a timer Limit dialout sets a flag (via a do) Issues 2 X10 commands (via a nested do) I\'ll try setting the X10 commands to be triggered by a time as you suggest and let you know how it goes. Cheers, Keith - Majik - 08-29-2006 OK, I tried this but no dice. My SecurityOff response now reads: Stop Timer LightFlash Limit DialOut Do CamPersistOff [Set Camera Persistance OFF] Do Heat21C [Heating to 21C] After 5 Seconds Using Timer14 In case you were wondering, CamPersistOff reads: Clear Flag CamAlwaysOn But I still get the keypad light staying on until I press the # key Any other ideas? Cheers, Keith - slychiu - 08-30-2006 This may be an unintended consequence of a chnage we made to fix another problem, where when the system is disarmed, the backlight was turned off immediately, which is inconvenient when it is dark We will investigate and see how this can be improved in the future - Majik - 08-30-2006 I tweaked the response further trimming it to: Stop Timer LightFlash Limit DialOut Clear Flag CamAlwaysOn Do Heat21C [Heating to 21C] After 5 Seconds Using GeneralTimer (so the CamAlwaysONn flag is unset directly rather than via the do CamPersistOff response) It now seems to work OK. It does seem to be very sensitive! Cheers, Keith - leonchue - 08-31-2006 Your information is important for us to pin-point the cause. Thanks for your contribution. ![]() |