Challenge:
The Elgato Stream Deck Plus has 4 controll dials. One of them should be used to controll the brightness of the LED strip. In order to do more than just toggle the light.turn_on entity you need to write a JSON. The attributes are nicely desribed here, I just dont know how to put this in the JSON code. What do I have to enter into the JSON section?
This is what I see in the add-on menue of the Elgato Stream Deck Software.
Could anyone help me out here? I am really not a programmer…
Thanks
Julz
Yeah, we are getting there. The JSON you suggested at least does something for the first time
It sets the brightness once to the value i.e. 70
However, since it is a controll wheel I want it to increase/decrease when the dial is turned.
I’d be guessing off the documentation, as I don’t have one of those. Now you’ve solved the initial issue, I’d start another topic “Using Elgato StreamDeck to dim lights” or something like that.
I am not sure if you have solved this , but here is how you control the brightness using your dial.
Domain = light
Service = Turn on
Enitity = “your light”
Service Data JSON =
{
“brightness”: {{ rotationAbsolute }}
}