Replies: 4 comments 1 reply
-
As the original requestant I would like to thank @vic42 for his great analysis. The FTC532 touch controller is assembled to the 4th gen Teekar curtain switch (https://www.amazon.de/dp/B07XJWYZR4) and the Teekar 2-gang wall switch (https://www.amazon.de/dp/B07SLJ8JYJ). I'd would be great if both devices get the tasmota support. |
Beta Was this translation helpful? Give feedback.
-
Driver programming finished. |
Beta Was this translation helpful? Give feedback.
-
Driver has been merged into Tasmota Development branch. |
Beta Was this translation helpful? Give feedback.
-
Successfully tested. Thanks for implementing. |
Beta Was this translation helpful? Give feedback.
-
PROBLEM DESCRIPTION
A clear and concise description of what the problem is.
Chinese touch switches utilizing the FTC532 touch chip are not supported
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Template; Module; GPIO 255
:Backlog Rule1; Rule2; Rule3
:Status 0
:weblog
to 4 and then, when you experience your issue, provide the output of the Console log:TO REPRODUCE
Steps to reproduce the behavior:
Flash the switch with Tasmota
EXPECTED BEHAVIOUR
A clear and concise description of what you expected to happen.
The three touch buttons should be detectable as switch inputs to Tasmota
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
LA traces drom top to bottom:
ADDITIONAL CONTEXT
Add any other context about the problem here.
There is just one line (Pin4 of 8) of the FTC532 chip connected to the ESP module through GPIO14. I analyzed the transmission protocol. The FTC532 is constantly sending the touch pads' status.
I assume the protocol is capable of reporting 2 groups of 4 touch sensors each.
Here is my protocol decode:
I know programming, yet I'm looking for engagement of Devs more experienced with the Tasmota code.
Opened this issue on behalf of the original requestant to keep it on the "radar".
(Please, remember to close the issue when the problem has been addressed)
Beta Was this translation helpful? Give feedback.
All reactions