Skip to content

v1.4.3

Choose a tag to compare

@github-actions github-actions released this 03 Jun 21:31

Full Changelog: v1.4.2...v1.4.3

StreamDeck Plugin for X-Plane 12 (StreamDeck plugin)

What it is

xp_streamdeck is a native Elgato Stream Deck plugin for X-Plane 12 on macOS. It turns any key on a Stream Deck (tested on the Stream Deck XL) into a control surface for the simulator — toggle the gear, fire any CommandRef, write a DataRef, or display a live readout (altitude, heading, QNH, …) right on the key.Under the hood the plugin talks to X-Plane's built-in Web API on localhost:8086 (REST + WebSocket). There is no custom XPLM C++ plugin to install — X-Plane 12.1.1+ ships the API enabled by default, the plugin connects to it directly. The motivation was simple: on Windows, [PilotsDeck] covers this need beautifully. On macOS there was no equivalent — only keyboard-shortcut workarounds. This project closes that gap.

Whats New in v1.4.2

  • DataRef Lamp - To show indicator Lamps like Warnings or else
  • New Profile for the Guimbal Cabri G2

Whats New in v1.4.2

  • Windows official supported now
  • Small fixes on AW109 profile (Autopilot)

Whats New in v1.4.1

  • Small Fixes for the Profiles and documentation

Whats New in v1.4.0

  • Brand new Feature to implement EDUs, RTUs, PDFs and MFDs when there are all double. You can now place a "Display Selector" and then you can address all the DataRefs with this prefex defined in this button. For instant you can replace something like "sim/cockpit2/radios/actuators/com1_frequency_hz_833" to "sim/cockpit2/radios/actuators/com{RTU}_frequency_hz_833" when in this new button the variable RTU is defined. There maximal 4 Same displays you can switch. This feature is used on the AW109 Helicopter to make the PFD, MFD, EDU and RTU accessible.
  • Updated AW109 Helicopter profile with new Display selector and better structured Autopilot

Whats New in v1.3.1

  • DataRef Switch improved you can config the color between RED, GREY and GREEN
  • Bugfixes
  • New Menu Back icons
  • More icons special for AW109
  • Improvement of the Aw109 Profile in general
  • Info: all other profiles will be reworked later

Whats New in v1.3.0

  • New DataRef Switch to implement Switch Buttons (Long press on direction - Short Press other direction)
  • DataRef Display can now show Type Data from DataRefs (Hash64 Strings decoded)
  • Rotary DataRef support - Exist Rotary you can now use with DataRef constructs where is no command
  • New Profile for the AW109 - Still in Development