Posts mit dem Label Minibian werden angezeigt. Alle Posts anzeigen
Posts mit dem Label Minibian werden angezeigt. Alle Posts anzeigen

29.11.15

Image für Raspberry erstellen

Am Beispiel des Minibian

1. Download dem Images
2. tar xzOf 2015-11-12-jessie-minibian.tar.gz | sudo dd of=/dev/mmcblk0 bs=1M

3. Quellen aktualisieren mit apt-get update (Benutzer bei Minibian: root, PW: raspberry).
4. raspi-config installieren mit apt-get install raspi-config
5. Installieren von keyboard-configuration mit apt-get install keyboard-configuration
6. Ausführen von raspi-config und System anpassen


Openhab und Ecoflow Max - API Anbindung

 Ich wollte die neu erworbene Powerstation in Openhab einbinden, um den aktuellen Status (Ladestand etc.) über Openhab auswerten zu können. ...