Essentially what I want to do is have a "light switch" which is actually just a touch screen. I would have a control/button layout as the image and based upon where/how it is touched the underlying device sends certain MQTT messages. So....
- WiFi
- Powered off (vampire) mains
- Small (fit in Decora sized wall outlet
- Touch screen
- Graphic controller (one "button" on/off and a slider (dimmer)
- Simply sends MQTTs based upon "button" slider activation
I was thinking an ESP32 with a TFT Capacitance screen.
Looking for thoughts on such. Gotchas. And any hardware recommendations.
Done a lot with PI, Python, and Node-Red but nothing with ESP and that ecosystem so I really don't know how to get started with ESP. Need an MQTT pub capability, a "dashboard" yto make the controller for the tft, need to plot regions on TFT (I assume).
so really, any pointers to learning etc. would be great.