Changing the state of a button when deck change happens #319
Unanswered
juergenhanke
asked this question in
Q&A
Replies: 1 comment
-
see #381 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm trying to develop a small control station for a meeting room and I'm using an Elgato Stream Deck together with a Raspberry Pi 5 for it. So far I achieved almost everything that I needed to, but I got 1 problem which is about button states.
In my setup I can control 2 screens over 2 buttons (turn on/off through http get requests), which works great. Green color shows that the TV is on (State 1) and gray color shows it is turned off (State 2). However, when I turn off for example screen 1 and change to another deck the correct state of the button is not shown. None of the plugins let me control the state of a button through http requests (this would already solve my problem).
So I got 2 questions:
When a deck change happens, I'd check the status of the 2 TVs and set the 2 button states accordingly
I would be so glad, if someone could help me with this, since I'm a beginner with Python and I heavily rely on ChatGPT for this.


(PS: I added 2 screenshots just for simplicity)
Beta Was this translation helpful? Give feedback.
All reactions