Comfort Automation/ Security System Forums > Support > Problems & Troubleshooting > Keypad backlight on Comfort II |
Moderated by: admin |
Author | Post | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Majik UCM Pi Users
|
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 Last edited on Saturday Aug 26th, 2006 04:27 pm by Majik |
|||||||||
leonchue Cytech
|
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 UCM Pi Users
|
Yes it does only happen when moving to security off, and after I press the # key it eventually goes out. Cheers, Keith |
|||||||||
leonchue Cytech
|
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 UCM Pi Users
|
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 UCM Pi Users
|
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 Administrator
|
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 UCM Pi Users
|
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 Last edited on Wednesday Aug 30th, 2006 08:40 am by Majik |
|||||||||
leonchue Cytech
|
Your information is important for us to pin-point the cause. Thanks for your contribution. |