-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Stream Deck + Not Recognized #109
Comments
The streamdeck + has been supported since v5.7.0 of this library. It is possible that a new revision of the streamdeck has been released with a different usb id or slightly different, could you check the model number of the bottom of it? |
The model number listed is 20GBD9901. Hope that helps |
Hi @Julusian so I was using the wrong NPM package, and not the new Node version which is why it recognized older Streamdeck but not the plus. Since updating it now does recognize the Streamdeck plus. However, I don’t seem to find any way to get feedback if someone turns the encoder. If the encoder is pressed like the LED buttons I receive that feedback. Is there anything I’m missing? Thanks |
A different event is emitted on rotation, I think its called This file is what I use to test the features of the plus when needed https://github.com/Julusian/node-elgato-stream-deck/blob/main/packages/node/examples/streamdeck-plus.js#L56-L58 |
I have a working application using this package that recognizes my Mini Stream Deck and works great, but when I call the function "listStreamDecks" it does not recognize my Stream Deck +. I would love to have the ability to use the Stream Deck + with the rotary functions of the knobs. Is there any plan to support the Stream Deck + in the future?
The text was updated successfully, but these errors were encountered: