Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Andreas Demmelbauer 9e2e5f019e udate readme, update gitignore vor 5 Jahren
music add music directory and playlist directories (without music) vor 5 Jahren
.gitignore udate readme, update gitignore vor 5 Jahren
README.md udate readme, update gitignore vor 5 Jahren
apt-installed.list installed packages vor 5 Jahren
disco.service added systemd service file, added door state, edited lircrc vor 5 Jahren
discobert.py add gitignore usw vor 5 Jahren
dmxtest.py initial commit vor 5 Jahren
lircrc added systemd service file, added door state, edited lircrc vor 5 Jahren
mpd-test.py a lot vor 5 Jahren
mpd.conf add mpd config vor 5 Jahren
playmusic.py initial commit vor 5 Jahren
requirements.txt installed packages vor 5 Jahren
smb.conf add samba config, add install instructions vor 5 Jahren

README.md

Install

Use Debian, install apt dependencies

sudo apt install git samba libttspico-utils python3-pip python3-lirc python3-rpi.gpio

maybe also: wiringpi espeak

Clone this repo

cd /home/pi
git clone https://git.notice.at/redplanet/discobert.git
cd discobert

configure mpd

sudo cp mpd.conf /etc/mpd.conf

configure samba share

sudo cp smb.conf /etc/samba/smb.conf

install pip modules

pip3 install -r requirements.txt

add systemd service

sudo cp disco.service /lib/systemd/system/disco.service
sudo systemctl daemon-reload

DMX not working?

download udmx-pyusb:
Clone https://github.com/dhocker/udmx-pyusb
... and add user permissions for udmx device

sudo cp 98-uDMX-usb.rules /etc/udev/rules.d