-
Notifications
You must be signed in to change notification settings - Fork 582
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
Added support for Stream Deck Mini V2 #3378
Added support for Stream Deck Mini V2 #3378
Conversation
latenitefilms
commented
Feb 8, 2023
- Currently untested. Uses same code as Stream Deck Mini, just changing the product ID.
- Closes Add support for latest Stream Deck Mini (20GAI9902) #3377
- Currently untested. Uses same code as Stream Deck Mini, just changing the product ID. - Closes Hammerspoon#3377
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request does not contain a valid label. Please add one of the following labels: ['pr-fix', 'pr-change', 'pr-feature', 'pr-maintenance']
@Badsheep - Are you able to build Hammerspoon locally to test this out? |
@latenitefilms we could just initialise the existing Mini class, if there's no actual changes required? |
@cmsj - Yes, I reckon we probably can, however, I went with this way for now, as I'm thinking they've probably changed how it works to be more like the other newer models, so I'm anticipating we might need to tweak some things. I haven't had a chance to do some Googling to see how other open source libraries handle these newer devices yet. |
No I’m sorry |
This isn't signed or notarised, so you might have to right-click to open, but give this a shot: |
|
Ah, apologies, I must have only built it for Apple Silicon. |
Yes I own a intel-based MBP |
Hello, I did test on my girlfriend's Silicon Macbook : it works. Of course I'd be very interested in a Intel built so I can work on my computer ;) |
Try this one: |
Yes it works :) |
- As suggested by @cmsj
Awesome! Can you try this one. It's exactly the same, but I've removed the |
OK, it seems to work too ! |
Nice! |
@cmsj - My bad, I deliberately didn't push changes to the Xcode project, as I had to make some other tweaks to make it build for Intel machines. Fixed! |
Hello, Sorry to come back on this case ! When I run the test version you gave two months ago (in the post above), everything works. But when I install the last version (0.9.100), the first button (on the top and on the left) doesn't works anymore. But it's not completely broke : in my configuration, the image of the button changes depending on the status of the fonction (ON or OFF). And with the new version, the Stream Deck Mini RECEIVES the status (and the images changes correctly), but when I press the button it doesn't change On/Off... (I hope I'm clear). |
That's very strange. I'm away for a couple of weeks, but will try and reproduce when I'm back in the office. |
Yes it's strange. |
If you want I can also try all the versions between the one you made for me and the actual, and tell you at which version the bug is introduced. |