Search found 2 matches
- Sun Jul 26, 2020 9:21 pm
- Forum: ESP32 Arduino
- Topic: ESP32 touch switch with voice control problem (aREST help?)
- Replies: 1
- Views: 2016
Re: ESP32 touch switch with voice control problem (aREST help?)
Never mind, I fixed the problem by running a new output from IFTTT to a separate input so I could set it to strictly off. If anyone is interested the code is as follows. I made it a bit simpler than the original, hopefully it is as reliable. [Codebox=cpp file=Untitled.cpp] #include <WiFi.h> #include...
- Sun Jul 26, 2020 3:12 pm
- Forum: ESP32 Arduino
- Topic: ESP32 touch switch with voice control problem (aREST help?)
- Replies: 1
- Views: 2016
ESP32 touch switch with voice control problem (aREST help?)
I currently have an ESP 32 connected to a relay that controls my bedroom lights. It has voice control via aREST & IFTTT and also an on/off switch that is triggered by a touch input. It works great but has its limits. I work in a field that has nothing to do with electronics or computers and have onl...