mcer12 / Hugo-ESP8266

Hugo is a 4-button ESP8266 Wi-Fi Remote, Arduino compatible and simple to use.
MIT License
110 stars 11 forks source link

Suggestion #30

Closed StefanRehnberg closed 4 years ago

StefanRehnberg commented 4 years ago

Hi It would be a very nice feature if you could implement "multi click" on the buttons, like the Shelly i3.

2020-07-20_1423

mcer12 commented 4 years ago

Hi @StefanRehnberg this is sadly not possible. It's not possible because of HW reasons, in the way it works, it is impossible to distinguish between longpress and two quick presses. And even if it was possible, this would lead to worse battery performance since the remote would have to wait for possible second push every time. That said, I am planning on adding a long press (which is long overdue) which I think is going to give you plenty of options. At this point, there are single pushes and two-button combos, so 7 possible functions. With longpress it will go up to 11 :)

StefanRehnberg commented 4 years ago

Excellent! thanks for the info, keep up the good work :-)