Hardware add-ons integration for Volumio 3
Project description
volumio-buddy
new release!
This release now supports Volumio 3! It's actually an almost complete rewrite of the code, now using Python 3 with asyncio. It doesn't support Volumio 2 anymore, because the underlying OS is too outdated for a smooth migration to Python 3 (Volumio 2 users can still use release 0.4.1).
Introduction
Volumio-buddy is a python3 library and helper program for Volumio 3. It is meant to run on the same host where the Volumio back-end runs and provides the following additional functionality:
- connect to volumio using the websockets API
- support for GPIO pushbuttons to control volumio
- support for rotary encoders to adjust the volume and to skip through a playlist
- RGB LED support
- SSD1306 OLED 128x64px screen support (I2C)
- Battery power monitoring with an INA219 chip.
Installation instructions
The package assumes installation on a Debian based distribution for Raspberry Pi with systemd
based init. If you don't use systemd
, install the package with make install
and start the vbuddy
script manually in the virtual environment.
Edit src/vbuddy
to reflect your hardware setup. The script ignores the display and battery monitoring components if they are not found, but you need to update the GPIO pin configuration and the I2C addresses, if you use different ones than I do.
If your buttons or rotary encoders need an internal pullup or pulldown resistor, edit src/vbuddy.service
to include the commandline option -p up
or -p down
in the ExecStart
line.
Install the service in a separate virtual environment using the following commands:
make .venv
. .venv/bin/activate
make service
sudo systemctl start vbuddy
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file volumio-buddy-3.0.6.tar.gz
.
File metadata
- Download URL: volumio-buddy-3.0.6.tar.gz
- Upload date:
- Size: 78.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6c21c481b6ea5fc941968f6af27d92cccf4368c8e5bd212497e8b73186143ac |
|
MD5 | d320dd90d79d94fa5b0dabff3e3c1153 |
|
BLAKE2b-256 | d15a560bbb18adb8d51f102322adad0f223842d61c4e19c3d22ac89de094d5c9 |
File details
Details for the file volumio_buddy-3.0.6-py3-none-any.whl
.
File metadata
- Download URL: volumio_buddy-3.0.6-py3-none-any.whl
- Upload date:
- Size: 78.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c8b7ff5bc99648786ff00deb9c50f7dad4bc727c28b870b497b7da539900c68 |
|
MD5 | f8a410605fe1933dc3398785c62ccbe5 |
|
BLAKE2b-256 | 2ae09a56e4fba8517aca92a14473dea506a9a3bc87cc0198db0906cfcedfe730 |