node-elgato-stream-deck: StreamDeck Mini is not recognized

Hi @Julusian, thanks for this really great library. It has been working great with my StreamDeck XL, but I’ve recently bought a StreamDeck Mini on Amazon and it is not recognized.

const sd = require("@elgato-stream-deck/node");
sd.listStreamDecks()

just returns []

It is working with the official StreamDeck software, though.

I’m using the latest version of @elgato-stream-deck/node: v5.4.0.

The usb-detection library reports the following when I plug it in:

{
  locationId: 0,
  vendorId: 4057,
  productId: 144,
  deviceName: 'USB-Eingabegerät',
  manufacturer: '(Standardsystemgeräte)',
  serialNumber: 'BL22L2B09174',
  deviceAddress: 8
}

Therefore it has USB VID 0x0FD9 and PID 0x0090

Does that help?

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 16 (7 by maintainers)

Most upvoted comments

Companion beta build 4549 and later should work with this now