SmartLight
  • SmartLight
  • About
    • How does it work?
    • Links
  • Setup
    • Build the Hardware
      • Get required components
      • Assemble the PCB(s)
      • Install Firmware
    • Connect your devices
    • Setup the Server (optional)
  • Integrations
    • API
      • Examples
        • IFTTT & Google Assistant
    • Google Home
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. About

How does it work?

PreviousSmartLightNextLinks

Last updated 3 years ago

Was this helpful?

All communication that contains user data is secured by HTTPs. The insecure ws connection will keep inside your local network and will not be accessible from the outside.

Unfortunately it is not possible to server the webpage over HTTPs, because then all local requests to the ESPs would be blocked by the browsers security policy which disallows mixed content. That is why the actual website is served over HTTP. To use HTTPs, a completly different architecture would be required that exposes the ESPs to the world wide web. With the current architecture, all communication to the ESPs is 100% local and the network traffic will never leave your home network.