From e03e742b34fe17b885b280b5c5623fc037a5cb47 Mon Sep 17 00:00:00 2001 From: "John \"Warthog9\" Hawley" Date: Mon, 3 Oct 2022 23:14:10 -0700 Subject: Update Tasmota template w/ ButtonDebounce ButtonDebounce defaults to 50 on tasmota, which has a tendency to false trigger the button and cause the light to randomly go on/off. This sets the ButtonDebounce as well as the SwitchDebounce which seems to alleviate the issue for me. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4f4bb7..bb13de1 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ General troubleshooting ideas applicable to all products are located in the [Com ## Recommended Tasmota Template ``` -{"NAME":"KAUF Plug","GPIO":[576,0,320,0,224,2720,0,0,2624,32,2656,0,0,0],"FLAG":0,"BASE":18, "CMND":"SwitchDebounce 100"} +{"NAME":"KAUF Plug","GPIO":[576,0,320,0,224,2720,0,0,2624,32,2656,0,0,0],"FLAG":0,"BASE":18, "CMND":"SwitchDebounce 100", "CMND":"ButtonDebounce 100"} ``` ## Links -- cgit v1.2.3