Benutzer:MathiasMahnke/Raspbian

Aus Opennet
Wechseln zu: Navigation, Suche
  • Bereinigung GUI
apt purge wolfram-engine 
apt purge cups* gnome* 
(apt purge x11-common*)
  • Installation ioBroker (Zugriff anschließend per http://<pi.lan>:8081)
apt purge node nodejs
apt autoremove
curl -sL https://iobroker.net/install.sh | bash -
apt install influxdb influxdb-client
  • Installation Grafana (Zugriff anschließend per http://<pi.lan>:3000)
wget -q -O - https://packages.grafana.com/gpg.key | apt-key add -
echo "deb https://packages.grafana.com/oss/deb stable main" | sudo tee -a /etc/apt/sources.list.d/grafana.list
apt update 
apt install grafana
systemctl daemon-reload && systemctl enable grafana-server.service
systemctl start grafana-server && systemctl status grafana-server
  • 64-bit Kernel
rpi-update
/boot/config.txt
 [pi4]
 arm_64bit=1
reboot
raspi-config > Interface-Options > I2C > Enable
reboot
apt install i2c-tools
mkdir ~/bme680; cd ~/bme680
wget https://raw.githubusercontent.com/pimoroni/bme680-python/master/examples/read-all.py
wget https://raw.githubusercontent.com/pimoroni/bme680-python/master/examples/indoor-air-quality.py
chmod +x *.py
./read-all.py
./indoor-air-quality.py
Meine Werkzeuge
Namensräume

Varianten
Aktionen
Start
Opennet
Kommunikation
Karten
Werkzeuge