Skip to content

Why are the Honeywell 6160 keypads LCD backlight on since the install of the integration? #28

Answered by Dilbert66
AlexandreUSA asked this question in Q&A
Discussion options

You must be logged in to vote

Comment out line 460 (the "vista.write") line by putting to forward slashes in front as shown below. The reason the lcd is lit is that my code sends an "*" every 30 seconds to force the display to show faults. You can turn that off. Try it and see if that takes care of th e issue. It should not have too much impact in operation with it commented out.

Line 460

     if (!firstRun && vista.keybusConnected && millis() - asteriskTime > 30000  && !vista.statusFlags.armedAway && !vista.statusFlags.armedStay && !vista.statusFlags.programMode) {
            asteriskTime=millis();
        //    vista.write('*'); //send a * cmd every 30 seconds to cause panel to send fault status  when not armed
   …

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@AlexandreUSA
Comment options

Answer selected by AlexandreUSA
Comment options

You must be logged in to vote
2 replies
@AlexandreUSA
Comment options

@AlexandreUSA
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants