[OBSOLETE] Advanced Button Controller (ABC)

So I setup a ghost device to get a better understanding of your issue and have a couple of things I noticed.

  1. There appears to be multiple device handlers from @Darwin for these switches. Are you using the one listed here?
    [RELEASE] HomeSeer Dimmer and Switch (HS-WD100+ / HS-WS100+) Device Handlers

  2. I skimmed through the code and from what I can tell, there is no “digital” way to send button presses 7 and 8…only physical. This again is based on assumptions, but it might be that for single taps (7 and 8) the handler is waiting for a response from the device that it successfully turned the load on and off. Since this is not connected on your end, it never receives this confirmation and thus never sends the button pressed event.

  3. I edited the device handler to send button 7 and 8 press events digitally with triple tap up and triple tap down … and it worked as expected.