DustinWatts / FreeTouchDeck

For interfacing with Windows/macOS/Linux using an ESP32, a touchscreen and BLE.
https://www.youtube.com/dustinwatts
MIT License
632 stars 128 forks source link

Management of automated blinds #93

Closed kraa965 closed 2 years ago

kraa965 commented 2 years ago

And what if you add mqtt broker so that you can manage automated blinds?

DustinWatts commented 2 years ago

There not enough RAM, so BLE, the TFT and WiFi can not be used at the same time. With a next version of the ESP32 TouchDown this might be possible. But not with this version of FreeTouchDeck.

Dark1886 commented 3 months ago

@DustinWatts This issue specifically mentioned an MQTT broker, but would it be possible to have the FreeTouchDeck just be an MQTT client that could execute some commands if it receives an MQTT message from an external broker?

DustinWatts commented 3 months ago

It can be. But that would mean a really big re-write. I hope that in version 2.0. I can be either or even better, both. Especially when using the ESP32 S3 which is very powerful. I'm also thinking of making a board with the H series and the S3 which means there is more room for home automation. But for now, it is a no.

TobbeG commented 3 months ago

@DustinWatts How are you doing now?