Skip to content
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

Open
jameslwdickerson opened this issue Nov 17, 2024 · 4 comments
Open

Stream Deck + Not Recognized #109

jameslwdickerson opened this issue Nov 17, 2024 · 4 comments

Comments

@jameslwdickerson
Copy link

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?

@Julusian
Copy link
Owner

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?

@jameslwdickerson
Copy link
Author

The model number listed is 20GBD9901. Hope that helps

@jameslwdickerson
Copy link
Author

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

@Julusian
Copy link
Owner

Julusian commented Dec 9, 2024

If the encoder is pressed like the LED buttons I receive that feedback. Is there anything I’m missing?

A different event is emitted on rotation, I think its called rotate in the current version.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants