NSPManager / NSPanelManager

Sonoff NSPanel custom firmware for responsive and intuitive use
https://discord.gg/RwXvAH56fE
177 stars 13 forks source link

Secure mqtt feature request #195

Open lerra opened 1 month ago

lerra commented 1 month ago

Is your feature request related to a problem? Please describe. I would like to have encrypted communication, the only thing that is holding me back from switching from esphome is the encryption part.

Describe the solution you'd like To be able to use secure mqtt, if possible with client certificates.

Describe alternatives you've considered Secure mqtt to verify the server certificate

Additional context I want all my IoT devices to use encryption even if it is locally

tpanajott commented 1 month ago

Hm, this should be possible to do given PubSubClient supports certificates. Ill look into it.