Hi,
What are your recommended way to support double-click (and triple-click and long-click) with shelly 2.5 roller mode on a momentary switches?
the options I see now are:
-
ShellyForHass V0.2.0 (but it doesn’t work for me at all, hence this question…)
-
HA ‘as is’ doesn’t support it, or am I wrong?
-
ESPHome - AFAIK, it supports double-click, but I have never used it before
-
Tasmota - I have some SONOFF Basic devices burned with tasmota. I think it suppose to support it
-
implementation through a script using MQTT (see next point, will it work better than CoAP based solution?)
-
Today (using FW 1.7 on the devices and ShellyForHass 0.1.9, I have an AppDaemon code counting the time between two switch events to identify double-click, but it only works ~95% of the times.
-
Any other way?
Thanks in advanced for any cooperation.