Skip to content
Joe Keenan edited this page Jan 24, 2020 · 1 revision

Welcome to the Indigo-HTTPd wiki!

This Indigo plugin provides an http/https server inside Indigo. This is primarily used for web services like IFTTT to communicate with Indigo.

Installation Instructions

  1. Download latest release here or from the Indigo Plugin Store.
  2. Follow standard plugin installation process.
  3. Create Indigo devices for each port you want an http server running on.
  4. Enter a username and password. These are ONLY used for the plugin. Do NOT use your Indigo or IFTTT logins.
  5. Enter port number(s). The defaults should work. Change them if you want. They must be > 1024 and not used by anything else on your Indigo server or your router.
  6. If you're enabling HTTPS, you need a certificate file. See Using HTTPS.
  7. Set up port forwarding on your router to forward the selected ports to your Indigo server. The internal port(s) must match the port(s) configured in the plugin (step 5). The external ports can be different - those will be used in the IFTTT Webhooks.

For instructions on setting up IFTTT, see IFTTT Webhooks

Clone this wiki locally