Sin descripción

cc c53c3450b2 added mqtt for shelly plugs hace 2 años
alexa d6766e921d latest env hace 8 años
diploma dd6ec73d57 added lws from thesis hace 8 años
domoticz a4ffa0c5fe added graphite-ingest hace 3 años
flaschentaschen 8e2f8517e6 use flaschentaschen hace 4 años
graphite a4ffa0c5fe added graphite-ingest hace 3 años
graphite-ingest 48c5dac43d increased to 100 hace 3 años
jlab a4ffa0c5fe added graphite-ingest hace 3 años
matrix 92ffc88d64 latest domoticz dedusting hace 3 años
matrix-zmq 5b00eae2ac added zeromq frame receiver hace 4 años
netdata 865a8434a2 added netdata hace 9 años
nexus 0f65eb4ff6 added stuff hace 9 años
ngp_le 77d89f8742 latest home hace 4 años
piusv b767660ee2 cleanup pid hace 8 años
pypy 865a8434a2 added netdata hace 9 años
rsync e5ecce89da disabled graphit and fixed rsync hace 8 años
streamripper a691d048d5 added streamripper hace 3 años
svn 0f65eb4ff6 added stuff hace 9 años
vaping 8075160e7c addedjlab hace 4 años
autocli.yml 8075160e7c addedjlab hace 4 años
home.bat 8075160e7c addedjlab hace 4 años
hosts.yml a4ffa0c5fe added graphite-ingest hace 3 años
install.txt 92ffc88d64 latest domoticz dedusting hace 3 años
readme.md 1391d9dccd docs hace 8 años
services.yml c53c3450b2 added mqtt for shelly plugs hace 2 años

readme.md

raspi-config

  • default login: pi/raspberry
  • via "sudo raspi-config"
    • german-locale + german-keymap
    • activate sshd (and i2c for pi-usv)
    • reboot (for keyboard)
    • may disable sound (for stuff that uses gpio like matrix) (/boot/config.txt, dtparam=audio=off)
  • apt install -y vim curl htop mc tmux git

manual stuff

  • configure wlan
    • sudo iwlist wlan0 scan | grep FR36
    • sudo nano /etc/wpa_supplicant/wpa_supplicant.conf network={ ssid="FR36" psk="testingPassword" }
    • sudo wpa_cli reconfigure
    • we should get a IP now: ifconfig wlan0

docker

Himbeere only

  • configure disks
    • mkdir /mnt/ssdext
    • fstab: /dev/sda1 /mnt/ssdext ext4 rw,defaults 0 0
    • mkdir /mnt/hddex
    • test: mount -t cifs -o username='ftpuser',password='#*ftpuser.00',uid=1000,gid=1000,sec=ntlm //192.168.178.1/FRITZ.NAS/TOSHIBA-MK5065GSXF-01 /mnt/hddext
    • fstab:
      • printf "username=ftpuser\npassword=#*ftpuser.00\n" > /home/pi/.smbcredentials
      • //192.168.178.1/FRITZ.NAS/TOSHIBA-MK5065GSXF-01 /mnt/hddext cifs credentials=/home/pi/.smbcredentials,uid=1000,gid=1000,sec=ntlm 0 0