The permitted USB devices is somewhat limiting: [`App.tsx#L155-L161`](https://github.com/zwave-js/playground/blob/master/src/App.tsx#L155-L161) This is showing as `USB\VID_1A86&PID_55D4` in Device Manager: - Vendor: `0x1a86` = QinHeng Electronics - Product: `0x55d4` = ? Therefore, I believe the following is needed: ``` // QinHeng Electronics { usbVendorId: 0x1a86, usbProductId: 0x55d4}, ``` Or another option is to no limit.