Welcome to the Tesla Light Show xLights guide! You can create and run your own light shows on Tesla vehicles.

A custom show can be run on a supported vehicle by loading it via a USB flash drive. Create and share your shows with others! A single show can be shared and run on any supported vehicle; they are not model-specific. The sequence data is stored in a .fseq file and the music comes from your choice of .mp3 or .wav.
Multiple light show repositories can be found online. A screenshot from XLightShows and TeslaLightShare.io is below.
In Toybox, select Light Show and tap Schedule Show.

If the files on the USB flash drive meet the requirements, then the custom shows will be available to select from the drop-down menu.

You can use both the mp3 and wav format (.wav is recommended). Make sure the file is encoded with a sample rate of 44.1 kHz; less common 48 kHz files won't properly sync to the light show.
IMPORTANT: In File > Preferences > Sequences > FSEQ Version, select "V2 Uncompressed".

In File > Select Show Folder, navigate to and select the unzipped project directory, then select Open.
Make sure that the 3D preview checkbox is selected.

Select the Sequencer tab.

Note that the previewed Tesla Model S combined with the Cybertruck include the superset of lights and closures that are needed for all supported vehicles, and should be used to generate shows for all vehicle types. See light channel locations for information about where the lights are on each vehicle.
An example sequence is provided that can be run on the vehicle and/or opened in xLights. These instructions cover how to open it in xLights.
1. Follow the getting started instructions to set up the xLights project.
2. Download and unzip the example light show:
lightshow_example_1_elevator_music.zip
or
lightshow_example_2_Max_Carlisle_Auld_Lang_Syne_In_the_City.zip.
3. In File > Open Sequence, navigate to the unzipped folder and select the lightshow.xsq example file, then select Open.
4. In the Sequencer tab, double click groups in the timeline to reveal individual left / right control.
<img src="https://github.com/teslamotors/light-show/raw/main/images/xlights_demo_track.png?raw=true" width="900" />
Navigate to your chosen .wav or mp3 file, select it, then select Open. Note that .wav files may be hidden unless file type is set to xLights Audio Files.

In the Wizard tab select Custom
Change the Frame interval to 20ms then select OK.

Note: any value between 15ms and 100ms is supported by the vehicle, but 20ms is recommended for nearly all use cases. The maximum show size limits do not depend on the frame interval.
Select Quick Start and wait for the sequencer to load
In the top left of the timeline, select "Group View" in the view selector. You can also choose "Old View" for the pre-update layout.

If using the recommended "Group View", you can double click the light groups to reveal and hide individual left/right control. Placing light effects in the group object will activate both the left and right light

If using the old view, double click on "GRP Tesla Model S" to view all channels

For more information on the workflow of creating xLights sequences, please use existing online resources. The rest of these instructions contain Tesla-specific information for show creators.
A Python validator.py script is provided to help check if your custom light show sequence meets these limitations, without needing a Tesla vehicle.
Windows user can run validator.py by double clicking the file. Drag and drop the .fseq file into the new window.
Users who do not have Python installed can instead use validator-windows.exe or validator-macos (on macOS, run with Ctrl + Left Click -> Open).
Alternatively, run:
python validator.py lightshow.fseq
macOS users should use this command instead:
python3 validator.py lightshow.fseq
Expected output looks like:
> python validator.py lightshow.fseq
Found 2247 frames, step time of 20 ms for a total duration of 0:00:44.940000.
Most lights available on the vehicle can only turn on or off instantly, which corresponds to 0% or 100% brightness of an 'Effect' in xLights. - For off, use blank space in the xLights timeline - For on, place Turn On; Instant (hotkey: 'F' on your keyboard)
The minimum on-time for boolean light channels to produce light is 15ms, although human eyes will have a hard time seeing anything this short! Minimum on-time or off-time of 100ms generally makes the show more pleasing to look at.
In this example, the Left Front Fog turns on and off 3x:

Some channels can have a slow ramp in the intensity during turn-on or turn-off, to create graceful visual effects. Some even allow for full brightness control: | Channel | Model S | Model X | Model 3/Y | Cybertruck | | --- | --- | --- | --- | --- | | Outer Main Beam | Ramping on LED reflector headlights;
Boolean on LED projector headlights | Ramping on LED reflector headlights;
Boolean on LED projector headlights | Ramping on LED reflector headlights;
Boolean on LED projector headlights | Ramping | | Inner Main Beam | Ramping | Ramping | Ramping | Ramping | | Signature | Boolean | Boolean | Ramping | - | | Channels 4-6 | Ramping | Ramping | Ramping | - | | Front Turn | Boolean | Boolean | Ramping | Ramping | | Front Side Markers | Boolean | Boolean | Boolean | Ramping | | Front Light Bar | - | - | - | Full Brightness Control | | Offroad Light Bar | - | - | - | Full Brightness Control | | Rear Light Bar | - | - | - | Full Brightness Control | | Brake Light | Boolean | Boolean | Boolean | Full Brightness Control | | Rear Turn | Boolean | Boolean | Boolean | Full Brightness Control | | Bed Lights | - | - | - | Boolean |
Cybertruck Bed Lights always ramp on and off with a 500 ms duration, even with 'Turn on/off; Instant' effects.
To command a light to turn on or off and follow a ramp profile, place the effect with the corresponding keyboard shortcut:
| Ramping Function | xLights Effect Brightness | Hotkey |
|---|---|---|
| Turn off; Instant | 0% | empty timeline |
| Turn off; 500 ms | 10% | W |
| Turn off; 1000 ms | 20% | S |
| Turn off; 2000 ms | 30% | X |
| Turn on; 500 ms | 70% | E |
| Turn on; 1000 ms | 80% | D |
| Turn on; 2000 ms | 90% | C |
| Turn on; Instant | 100% | F |
The keyboard layout is designed to be easy to use. Note that the effect types are grouped into vertical keyboard rows and sorted by duration.

Left inner main beam, Turn on; 2000 ms, effect duration 1s: causes the light to ramp from 0% to 50% intensity over 1s, then instantly turn off (because of the empty timeline).

Left inner main beam, Turn on; 2000 ms, effect duration 4s: causes the light to ramp from 0% to 100% intensity over 2s, then stay at 100% intensity for 2s, then instantly turn off after 4s.

Left inner main beam, Turn on; 2000 ms for 2.06s, Turn off; 2000 ms for 1.9s, Turn on; 2000 ms for 2.06s: causes light to ramp to 100% intensity, then down close to, but not reaching, 0% intensity, then back up to 100% intensity, then instantly turn off.

Some lights on Cybertruck have full brightness control. Their brightness always corresponds to the value set in xLights. - Place an 'On' Effect using the shortcut F. Lights can be set to a steady-state brightness setpoint between 0% and 100% intensity using the 'Brightness' slider in the 'Colors' window.
<img src="https://github.com/teslamotors/light-show/raw/main/images/brightness_slider.png?raw=true" width="500" />

The following tables and images help show which channels are controlled on each car. Some vehicles have lights that do not exist, or have multiple lights driven by the same control output - see notes in Light channel mapping details for this information. | Light Channel Name | Identifier in image - Model S/X | Identifier in image - Model 3/Y | | --- | --- | --- | | Outer Main Beam | 1 | 1 |
$ claude mcp add light-show \
-- python -m otcore.mcp_server <graph>