[BETA] Elgato Stream Deck Plugin

I built a plugin for Elgato Stream Deck that connects to any device over Maker API.

There was a plugin for Stream Deck support a few years back that hasn't been updated, this project doesn't use any of that code and it's a bit different. It polls the Maker API for all published devices and commands, and allows you to monitor a value to change "on" and "off" icons. I build this because I was sick of using a Stream Deck API plugin where I had to constantly look up Device IDs and response values.

I've only tested it a bit on my Mac, haven't tried Windows yet, but it should work. Happy to hear if it is useful for anybody else.

Download here: Stream Deck Hubitat Control - v0.1.0 Beta

1 Like

I set up my Stream Deck by using http calls to the Maker API and selecting the "Get request in background" option. It just requires me to know the device ID as you said. It's lightweight and not very hard to do, but I have only integrated a few lights in my office. If I ever want to add more, I'll try your integration out. Heck, I might try it out anyway just for kicks. Thanks for making this.

[EDIT] Just tried it. Worked great, but I expected it to because I'm also on a Mac like you.