Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gpio plugin for volumio #321

Open
Jonathanr67 opened this issue Apr 16, 2022 · 2 comments
Open

gpio plugin for volumio #321

Jonathanr67 opened this issue Apr 16, 2022 · 2 comments

Comments

@Jonathanr67
Copy link

Hi, do you think it's possible to create an gpio button plugin for control volumio 3. At moment there are not this kind of plugin.
Thank you

@awasson
Copy link

awasson commented Apr 20, 2022

@Jonathanr67,
You can still build the button plugin using your terminal using SSH to connect remotely to your volumio device. Then you would run the following:

sudo apt-get update
sudo apt-get -y install build-essential
cd ~
wget http://plugins.volumio.org/plugins/volumio/armhf/system_controller/gpio-buttons/gpio-buttons.zip
mkdir ./gpio-buttons
miniunzip gpio-buttons.zip -d ./gpio-buttons
cd gpio-buttons
npm install --save [email protected]
volumio plugin install

@Jonathanr67
Copy link
Author

Ok thank you. Will try this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants