No Description

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

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