I'm continuing my discovery of the ESPEASY with the sensors I usually use.
I'm having a problem with the push button.
Configuration :
Board : ESP32
Pushbutton : electrical classic like this https://www.legrand.fr/pro/catalogue/po ... ules-blanc
Linked on GPIO 13 (between Ground and GPIO 13 - voltage from the expansion board in 5V)
Internal pullup enabled.
Config like this With 1 shortpress event, I got the state value 1. An other shortpress : state value 0. Everything is fine !
But : when I am trying a longpress event, I am expecting to get state value 10 or 11. But the state value stays on 0.
Same with doubleclick event, I am expecting value 3 : the state value goes from 0 to 1 or 1 to 0 (not each time)
I don't understand what I am doing bad... I would like to use the longpress event to manage an event in Domoticz and adjust a dimmer.
About the doubleclick event, it is useless because not user friendly, but I find funny to get an "hidden" function

So, if anyone has an idea... Many thanks in advance !