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 connection issue #29

Open
Korre-at-home opened this issue Jan 9, 2024 · 0 comments
Open

Stream Deck connection issue #29

Korre-at-home opened this issue Jan 9, 2024 · 0 comments

Comments

@Korre-at-home
Copy link

Korre-at-home commented Jan 9, 2024

Hi,

installed the node and can't get a connection to the device.
The outgoing- node with {"command": "listStreamDecks"} tells: "Stream Deck connection issue"

on Node-Red start i get a few errors:
9 Jan 10:25:10 - [info] Starting flows
Error opening Stream Deck device Error: No Stream Decks are connected.
at openStreamDeck (C:\Users\MaxScoreStick1\AppData\Roaming\npm\node_modules\node-red-contrib-streamdeck\node_modules\elgato-stream-deck\dist\index.js:70:19)
at streamDeckInit (C:\Users\MaxScoreStick1\AppData\Roaming\npm\node_modules\node-red-contrib-streamdeck\streamdeck.js:9:22)
at new StreamDeckOut (C:\Users\MaxScoreStick1\AppData\Roaming\npm\node_modules\node-red-contrib-streamdeck\streamdeck.js:39:5)
at Object.createNode (C:\Users\MaxScoreStick1\AppData\Roaming\npm\node_modules\node-red\node_modules@node-red\runtime\lib\flows\util.js:171:27)
at Flow.start (C:\Users\MaxScoreStick1\AppData\Roaming\npm\node_modules\node-red\node_modules@node-red\runtime\lib\flows\Flow.js:261:54)
at async Object.start [as startFlows] (C:\Users\MaxScoreStick1\AppData\Roaming\npm\node_modules\node-red\node_modules@node-red\runtime\lib\flows\index.js:398:17)

watched in the file on first error:
HID.setDriverType('libusb')

installed node-hid and did hid-showdevices libusb
the result:
driverType: libusb
devices: [
{
vendorId: 1118,
productId: 0,
path: '\\?\HID#ConvertedDevice&Col02#5&2cf12849&0&0001#{4d1e55b2-f16f-11cf-88cb-001111000030}',
serialNumber: '',
manufacturer: '',
product: '',
release: 0,
interface: -1,
usagePage: 12,
usage: 1
},
{
vendorId: 1118,
productId: 0,
path: '\\?\HID#ConvertedDevice&Col03#5&2cf12849&0&0002#{4d1e55b2-f16f-11cf-88cb-001111000030}',
serialNumber: '',
manufacturer: '',
product: '',
release: 0,
interface: -1,
usagePage: 1,
usage: 128
},
{
vendorId: 1118,
productId: 0,
path: '\\?\HID#ConvertedDevice&Col01#5&2cf12849&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}\KBD',
serialNumber: '',
manufacturer: '',
product: '',
release: 0,
interface: -1,
usagePage: 1,
usage: 6
},
{
vendorId: 0,
productId: 0,
path: '\\?\HID#ACPI0011#3&30be55&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}',
serialNumber: '1.0',
manufacturer: 'Microsoft',
product: 'HID Button over Interrupt Driver',
release: 0,
interface: -1,
usagePage: 1,
usage: 13
},
{
vendorId: 4057,
productId: 128,
path: '\\?\HID#VID_0FD9&PID_0080#6&27b8f694&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}',
serialNumber: 'DL21L2A84346',
manufacturer: 'Elgato',
product: 'Stream Deck MK.2',
release: 1040,
interface: 0,
usagePage: 12,
usage: 1
}
]

My system is windows11 an the streamdeck is working nice with the elgato desktop software.

What can i do to fix my problem?

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

1 participant