[plugin] GPIO control: control GPIO with Volumio 3 events (now RPi5 compatible!)

I think it’s related to this.

2 Likes

ooh, yeah! It is thanks!

I can’t fix this but it looks like the Volumio team are on it!

1 Like

i just tested it with Volumio 4.022 on my Pi4, same result. When using airplay the status stays on “play” when paused. thx for taking me with you that far.

Looks like it’s a backend volumio issue rather something that can be fixed in the plugin :frowning:

Yes, it looks like that. What about changing the plugin to have free choice of the variable you want to use to control the gpio? I am thinking of an interface like creating a smart playlist in Swinsian or iTunes. Using this kind of interface makes it possible to choose between many variables without wasting much screenspace, have a clean look and you can add whatever variables you want, you can even make a genre switch the light on your streamer :smile: i´d love to see that.

e.g.: the bitrate would be a good variable to do the same as the “play” “pause” variable does in my case.

Looks awesome! The problem is the user interface that plugins can create is very limited and you wouldn’t be able create anything like that.

1 Like

I’m trying to retrofit an older tape deck that has lights for pause, play, record and some other stuff to drive a display.

I managed in my lab to enable the play led (on play action) and switch it off with the pause/stop actions…(pause/stop = play led off)

but how would I be able to ALSO enable the pause button (or only the pause button) in the paused state?

effectively either switching multiple pin’s on a single action (stop = pause off + play off) and (pause = pause on + play on) and (play = pause off + play on) or keeping the state of “actually playing” or “paused”

I dont think its possible :worried: