Jump to content

Faulty Dimmers? Double tap issues.


Recommended Posts

Hi all,

ISY 5.3.0

Trying to make sense of this, possibly not an ISY issue:

I have 2x new KeypadLinc Dimmers 6 button 2334-2 v.45. Same delivery batch.

Double tapping the load switch to ON causes them to go to 100% as expected, but pressing ON again a single time does not return them to their programmed on level. They stay at 100% BUT they are reporting to the ISY that they have returned to programmed ON level. An ISY query results in the correct reporting of 100% once more.

Has anyone experienced this? Bad batch? I have factory reset both, yet they retain the issue, clean state and after a restore.

Link to comment

With my limited skills I made a crude program to override the unwanted behavior and return the KPL to the desired level, including the next time it is controlled via button.

This is for a guest environment so at present there is no need to set different dimming levels for the hallway. Hallway scene is this KPL and a SL set to 38% 2 second ramp. Comments and laughter welcome.

 

Hallway KPL fix - [ID 0020][Parent 0001]

If
        'Hallway / KPL6 FrntDr' Status > 39%
     Or 'Hallway / KPL6 FrntDr' Status < 37%
    And 'Hallway / KPL6 FrntDr' Status is not Off
 
Then
        Set 'Hallway / Hallway' On
 
Else
   - No Actions - (To add one, press 'Action')

 

 

 

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...