Securing ESP32 Home Automation System with MQTT over SSL/TLS for Voice-Controlled Appliances
Am integrating the
Llama 3
AI model with an ESP32-based
home automation system, using various sensors like the DHT22
, PIR
, and magnetic reed switches
) and protocols like MQTT
and Wi-Fi
to manage appliances via voice commands? Additionally, how do u guys feel in leaving system reliability and security for homes at the hands of an Ai?
My question is what's the best security measures to ensure over the MQTT
over SSL and TLS so as not to have unauthorized users
1 Reply
Hi , i recommend using WiFiClientSecure for encrypted communication
Also what port are listening from ? I recommend port 8883 for butter security