OpenMacroBoard / StreamDeckSharp

A simple .NET wrapper for Stream Deck
MIT License
356 stars 47 forks source link

Maybe there is issue with Firmware 1.02.004 of the StreamDeck 5x3 #18

Closed patrick-dmxc closed 4 years ago

patrick-dmxc commented 4 years ago

Yes after a im searching i found the Problem, this is e newer HArdware-version with a new Product-ID (006D)

patrick-dmxc commented 4 years ago

I Changed the Pid in the Code, but i think Elgato modifyed their communication

wischi-chr commented 4 years ago

How did you update your StreamDeck firmware? I can't find the option in the original streamdeck software.

patrick-dmxc commented 4 years ago

No, a customer got a new StreamDeck with the Firmware flashed

NoSie commented 4 years ago

firmware update should be under preferences (top right icon)

https://raw.githubusercontent.com/bitfocus/companion/master/documentation/images/update.jpg

wischi-chr commented 4 years ago

http://imgur.com/UhpwjV0

Look like that on my machine

patrick-dmxc commented 4 years ago

Windows vs. ios

wischi-chr commented 4 years ago

I don't think it's about Windows vs Mac. The button on the screenshot from @NoSie is visible because there really was a newer firmware available.

Based on:

My guess is that this new stream deck does not only have a new firmware but is in fact a new hardware revision. I asked elgato about that and waiting for feedback.

@patrick-dmxc Thanks for your pull request, but I'm not merging it because duplicating a file and changing a few values would be problematic to maintain in the future. I'm working on a fix right now to support this new device.

wischi-chr commented 4 years ago

Fixed in version 0.3.5

patrick-dmxc commented 4 years ago

What VS says on Update Dependencies can not be resolved. OpenMacroBoard.SDK 0.3.0 is not compatible with StreamDeckSharp 0.3.5 limitation: OpenMacroBoard.SDK (> = 0.4.0 && <1.0.0) .0

wischi-chr commented 4 years ago

@patrick-dmxc Thanks for reporting that. The issue is currently tracked here: #20 I'm trying to fix it in the upcomming week.

wischi-chr commented 4 years ago

@patrick-dmxc Sry it took a while. Should be fixed now, pls let me know if the 1.02.004 stream deck now works as expected.