Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

twinkly explain operation modes #36567

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 40 additions & 2 deletions source/_integrations/twinkly.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,54 @@ ha_integration_type: integration

The Twinkly integration allows you to control [Twinkly](https://twinkly.com/) LED string from Home Assistant.

This integration can be used to:
- Turn your Twinklys on and off
- Adjust brightness
- Control static colors and effects
- Switch between operation modes (see explanation below)

Music mode is currently not supported.

## Effects

For devices with software version > 2.7.1, you can also control the effects on your Twinklys.

The Twinkly devices do not initially have any effects stored locally. Effects must be added from the Twinkly application before they become visible in Home Assistant.

Make sure the latest firmware is installed on your Twinkly devices and add effects by _apply_-ing them from the Twinkly app.
This integration can then be used to switch between static colors and effects, and to turn your Twinklys on and off.

Playlists and Music modes are currently not supported.
## Operation Modes

Modes can be switched using the select entity.

For most use cases, "Color", "Movie" and "Playlist" modes are the most relevant.

**Color Mode**
- Displays a static color
- Controlled through the light entity
- Color can be set via RGB/RGBW

**Movie Mode**
- Plays effects previously uploaded through the Twinkly app
- Effects must be created and transferred to the device first using the app
- Effect selection is done through the light entity

**Playlist Mode**
- Sequential playback of multiple effects
- Playlist must be uploaded through the Twinkly app first

**Off Mode**
- Turns off the lighting

**Demo Mode**
- Shows predefined demo effects
- Primarily intended for presentation purposes
- Limited practical use

**Unsupported Modes:**
- Effect Mode: predefined effects built into the device, you are probably better off using Movie Mode
- RT (Real-Time): Live control of individual LEDs
- Music: Music-controlled light show

{% include integrations/config_flow.md %}

Expand Down