| Developer: | VTMikel's Plugins Like this plugin? Show your appreciation! |
| Category: | Lighting |
| Github: | Github Repo |
| Assistance: | Get help! Check the online documentation |
| Plugin ID: | com.vtmikel.autolights |
| Latest release: | v2025.1.2 released on July 26, 2025 |
| Release downloaded: | 0 times |
| Requires: | Indigo v2024.2.0 or higher |
| (Check the Releases tab below for older releases that may have different requirements) | |
| Download latest release |
Auto Lights is a lighting automation plugin for the Indigo Home Automation system.
Auto Lights is an opinionated lighting behavior template for your home. It enables you to set up Lighting Zones ( this is intentionally vague, you can define a Zone to be whatever you want), and configure behavior for each Zone that standardizes the way Indigo controls lights in your home.
I originally built Auto Lights for my own use in a sensor-rich home, where nearly every room is managed by Auto Lights. However, Auto Lights can be used in less complex homes as well. The idea is to save you from configuring many many Indigo Triggers and Variables to achieve a sophisticated level of automatic light control functionality to do things like:
Example output:

Indigo Version Auto Lights is tested with the latest Indigo. Older versions may or may not be fully compatible.
API Key / Reflector To use the Auto Lights web config editor, you’ll need to be able to access Indigo via API key. There's two options to do this. See The Web Config Editor for instructions and details.
Lights to Control & Presence Devices Almost any Indigo-compatible lighting device, plus some way of reporting presence to determine if a zone is occupied, such as a motion sensor or virtual presence device. Luminance sensors are optional, and give you the brightness-based dimming logic.
Auto Lights uses a web interface to build and configure your Zones. This path was chosen because the interface needed is too advanced for the Indigo native ConfigUI. See here for screenshots.
The Web Config is run as a separate web server on your Indigo Server. Because of this, it must interact with your Indigo via API. There are two options to enable this:
Enable remote access via Indigo reflector with API (recommended): Be sure your server has been started up with Remote access and refelctor turned on. Get a API key for Auto Lights by going here.
Enable local secrets (advanced): Add a API key for Auto Lights via the Local Secrets method in the Indigo Documentation
There is no authorization on the Web Config interface itself. If this concerns you, there are two options available:
See documentation here
Access these settings via Plugins > Auto Lights > Configure… in Indigo:
Reflector / Indigo API URL The base URL used by Auto Lights for Indigo API calls.
API Key Needed to authenticate API calls.
Disable Web Server Toggle this to fully turn off the built-in config web server. See The Web Config Editor for more details.
Web Config Bind IP
127.0.0.1 (only accessible locally) or 0.0.0.0 (accessible by devices on your local network).
Web Config Bind Port
Default is 9000. Change it if something else is using that port.
Logging Level - 5 (Extra Debugging) - 10 (Debug) - 20 (Info) - 30 (Warning) - 40 (Error) - 50 (Critical)
Choose a level based on how much detail you need in your Indigo logs.
Auto Lights Actions:
Reset All Zone Locks Clears lock timers on all Zones, letting Auto Lights resume control immediately.
Reset Specific Zone Lock Enables you to unlock just one Zone if you had a manual override but now want automation to resume.
Additionally, available under Plugins > Auto Lights:
```
| Released on: | July 26, 2025 |
| Requires: | Indigo v2024.2.0+ |
| Downloaded: | 0 times |
| Download this release | |
Improved device name logging for dimmer changes
| Released on: | June 21, 2025 |
| Requires: | Indigo v2024.2.0+ |
| Downloaded: | 0 times |
| Download this release | |
sync_indigo_device to reflect presence status. plugin.py by checking for _agent existence before processing actions, preventing errors. | Released on: | June 14, 2025 |
| Requires: | Indigo v2024.2.0+ |
| Downloaded: | 0 times |
| Download this release | |
sync_indigo_device Full:
sync_indigo_device methodsync_indigo_device once after lock state changes to update UIdeviceUpdated handlerdeviceStartComm completionAny from typing to fix undefined name error in zone.pydevice_period_map data only on GET to preserve form POST updatesDevicePeriodMapField tests by using FlaskForm instance and prefill caches in client fixturedevice_period_map fieldsFlaskForm to disable i18n lookups outside app context for testsFlaskForm.Meta to fix tests outside app contextlighting_period_ids and add test| Released on: | June 6, 2025 |
| Requires: | Indigo v2024.2.0+ |
| Downloaded: | 0 times |
| Download this release | |
| Released on: | May 22, 2025 |
| Requires: | Indigo v2024.2.0+ |
| Downloaded: | 0 times |
| Download this release | |
LightingPeriodMode enum and normalized legacy values at load time. Fixes #4 pytest setup with YAML-driven scenarios; added stubs and workarounds to support headless test runs.| Released on: | May 21, 2025 |
| Requires: | Indigo v2024.2.0+ |
| Downloaded: | 0 times |
| Download this release | |
| Released on: | May 19, 2025 |
| Requires: | Indigo v2024.2.0+ |
| Downloaded: | 0 times |
| Download this release | |
| Released on: | May 13, 2025 |
| Requires: | Indigo v2024.2.0+ |
| Downloaded: | 0 times |
| Download this release | |
| Released on: | May 13, 2025 |
| Requires: | Indigo v2024.2.0+ |
| Downloaded: | 0 times |
| Download this release | |
| Released on: | May 7, 2025 |
| Requires: | Indigo v2024.2.0+ |
| Downloaded: | 0 times |
| Download this release | |
Improvements to Plugin Config UI. Improvements to debug logging
| Released on: | May 3, 2025 |
| Requires: | Indigo v2024.2.0+ |
| Downloaded: | 2 times |
| Download this release | |
Initial release
Indigo Version Auto Lights is tested with the latest Indigo. Older versions may or may not be fully compatible.
API Key / Reflector To use the Auto Lights web config editor, you’ll need to be able to access Indigo via API key. There's two options to do this. See The Web Config Editor for instructions and details.
Lights to Control & Presence Devices Almost any Indigo-compatible lighting device, plus some way of reporting presence to determine if a zone is occupied, such as a motion sensor or virtual presence device. Luminance sensors are optional, and give you the brightness-based dimming logic.