Home Assisstant

Use docker compose https://www.home-assistant.io/docs/installation/docker/ sudo apt-install docker docker-compose sudo mkdir /opt/home-assistant /opt/home-assistant/config sudo touch /opt/home-assistant/docker-compose.yml As the Docker command becomes more complex, switching to docker-compose can be preferable and support automatically restarting on failure or system restart. Add to the docker-compose.yml file: version: ‘3’ services: homeassistant: container_name: home-assistant image: homeassistant/home-assistant:stable volumes: – /opt/home-assistant/config environment: -…

Volumio update mpd

See: https://volumio.org/forum/tutorial-update-mpd-version-t642.html Check time is correct date Sun May 21 11:52:49 UTC 2017 Set the correct timezone if necessary sudo dpkg-reconfigure tzdata After reboot check date date Sun May 21 11:52:49 UTC 2017 Check current version of MPD mpd -V | more Music Player Daemon 0.xx.x … Make a temp dir in ~/temp cd ~…

DiningPi raspbian librespot

# Dec 2017 # Now using Volumio and the Spotify plugin for Volumio 2 # Volumio has a Spotify plugin builtin. # A version of the plugin is here: https://github.com/balbuze/volumio-plugins/tree/master/plugins/music_service/volspotconnect2 # The original plugin (not using librespot?) is here: https://github.com/balbuze/volumio-plugins/tree/master/plugins/music_service/volspotconnect # 16/05/2017 this method works!!! # Download latest raspbian and write to SD card using…

DiningPi dietpi librespot

# https://community.roonlabs.com/t/spotify-connect-on-your-roonbridged-pi-the-quick-n-easy-way/17896 # http://dietpi.com # https://github.com/herrernst/librespot/releases # Install dietpi # Set up WiFi in dietpi.txt # Set hostname to DiningPi # Add to config.txt: # Enable HiFiBerry DAC+ dtoverlay=hifiberry-dacplus # Disable Bluetooth (seems to improve WiFi performance) dtoverlay=pi3-disable-bt-overlay # SSH username root, password dietpi # Wait for dietpi to do its thing and log back…