natcl / node-red-contrib-streamdeck

A Node-RED node to interact with the Elgato Stream Deck products
Apache License 2.0
13 stars 4 forks source link

Stream Deck MK.2 support #17

Open kanelp opened 2 years ago

kanelp commented 2 years ago

I have a Streamdeck MK2 that appears with some different USB vendor and product strings than other models. I'm trying to get this working on Node-Red on my Raspberry Pi. So far, I've not figured out how to get it to be recognized.

Here some of the lsusb -v information for this product.

Bus 001 Device 011: ID 0fd9:0080 Elgato Systems GmbH 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x0fd9 Elgato Systems GmbH
  idProduct          0x0080 
  bcdDevice            2.00
  iManufacturer           1 Elgato
  iProduct                2 Stream Deck MK.2
natcl commented 2 years ago

I have a branch that should work with the mk2 Try npm install natcl/node-red-contrib-streamdeck#mk2support

Let me know if that works.

kanelp commented 2 years ago

That did it! Thanks!

Kane