Skip to content

Stream Deck

Andreas Harth edited this page Dec 14, 2022 · 4 revisions

The Stream Deck is a customizable control pad, connected via USB.

@@@we have two Stream Deck Minis with six buttons and one Stream Deck Live with 15 buttons.

Stream Deck

Properties

Property description range of values operations
button [x] display display color or value of button x any color, text, number or boolean write

button [x] display

This property defines what's displayed on the button x. Buttons can either be filled with a color or a text, number or boolean can be written on them.

Events

Event description
Button x pressed raised, when the referred button x is pressed

Setup

To use this device under linux, see Linux setup for additional required steps.

  1. Connect to the Streamdeck by clicking the Things and Resources category and then connect via WebHID.
  2. Select Elgato Systems Stream Deck mini and click Connect.
  3. (optional) Give the device a name.
  4. The device is now selectable on the webHID device block in the Things and Resources category.

Linux Setup

  1. create /etc/udev/rules.d/10-streamdeck.rules
  2. paste the following rules into ot
    SUBSYSTEMS=="usb", ATTRS{idVendor}=="0fd9", GROUP="users", TAG+="uaccess"
  3. Reload udev rules using sudo udevadm control --reload-rules
  4. Unplug and replug the device

Clone this wiki locally