Thanx, I’m waiting for a new sdk from loupedeck, i think there
is a lot to improve. But for now i can’t implement more of my ideas. State display (left top corner) friendlyname (below the icon) etc.
Hi Martin,
that is a hard question!
I choosed the loupedeck mainly because of the wheels, now that streamdeck also has wheels this advantage is gone.
I think the elgato software and the elgato SDK is mature.
The loupedeck SDK is “poor” and limited because of its tiny documentation. The hardware and the base concept can offer much more.
I am waiting for the release of the new SDK from loupedeck, which will give me more possibilities.
On my loupedeck i am working on another versatile powershell plugin, with more control on the actions and on the display. I will release it after the new SDK version is out.
For now, i can’t recommend loupedeck for 100%, but it works.
I will stick with loupedeck, although i am interested in the “Stream Deck +” (Elgato contact me for sponsoring!! ;-))
Sample of my WIP plugin: the icon, text, marker in the uper right corner is dynamic
This toggles my desk-lamp, a red corner means off, a green corner is on.
Just bought a Loupedeck Live S, and got your plugin working after a bit of tinkering – really useful, thanks!!
I agree that the Elgato ecosystem seems more mature and has a lot more developed for it, including some HA stuff which has things like live entity status display. I do prefer the Loupedeck hardware and application integration though (especially how it works dynamically with applications) which is why I bought it.
Hopefully things will improve once Loupedeck’s new SDK is released. Looking forwards to seeing your next version
My plugin is able to show an entity state or a template result. But it is only polled once a minute. The legato home assistant plugin uses web sockets, wich is event driven.
Websockets are also possible with Loupedeck , but it’s harder to code .
I’m a “hobby programer” I don’t know if I will find the time to improve the plugin that much. I will try an perhaps there are more skilled developer…
@lubeda Great plugin, easy to install. Can turn lights on and off, that was straightforward.
Would love to be able to adjust intensity using a dial. I dont need feedback of current value, but just a simple turn up / down using a knob on the loupedeck.
Also, is there a way to change the knob press to toggle between on at 70% and full off?
Hi,
you can add service calls to the down and up rotation of knobs. This is not very comfortable, but the only way I see. As a rough example for your config.json:
technically of course, but that is beyond my skill level. I have a lot of possible enhancement in my mind, e.g. the entity selection is “painful”… The polling of state changes isn’t optimal and the service calls are also uncomfortable. But therefore someone needs to code websocket to the home assistant api.
I just released a new plugin to control your entities with a Loupedeck.
You can find it here.
It shares the configuration with Lubedas plugin, you can use both plugins in parallel.
It’s main benefit is the communcation via the Websocket API. State changes are reflected immediately to your Loupedeck. Currently you can control switches, lights (& dimmers) and climate entities.