Seite 1 von 1

aktuelles Installationsscript

Verfasst: Mo Nov 08, 2021 4:58 pm
von Kalle01
Hallo zusmmen,
neben den 4 Ladepunkten mit fertigen openWB's muss ich eine vorhandene selbstgebaute WB auf openWB umrüsten, damit am Ende ein sinnvolles Lastmangement entsteht.
Leider ist das Installationsscript unter
scheinbar nicht mehr aktuell und die Installation geht bei mir schief.
Gibt es irgendwo etwas aktuelleres? Ich möchte nicht warten, bis ich meine Fabrik openWB's bekomme und dann dort die SD Karten kopieren.

Mein zweites Problem geht eigentlich Richtung Hardware. Ich suche eine Verdrahtungsanleitung / einen Schaltplan. Gerne auch per PM

Vielen Dank für Eure Hilfe

Re: aktuelles Installationsscript

Verfasst: Mo Nov 08, 2021 5:14 pm
von derNeueDet
Welches Problem hast du denn mit dem Installationsscript?

Ohne irgendwelche Hinweise wird es schwierig was zu sagen.
Welches OS Image setzt du ein?

Welche Meldungen kommen bzw. was geht nicht?

Re: aktuelles Installationsscript

Verfasst: Mo Nov 08, 2021 5:15 pm
von LutzB
Nimm anstatt dem "sh" am Ende "bash". Bash ist nicht mehr die standard Shell beim Rasoberry Pi OS.

Re: aktuelles Installationsscript

Verfasst: Mo Nov 08, 2021 5:28 pm
von Kalle01
danke, ich setze nochmal neu auf und check das

Re: aktuelles Installationsscript

Verfasst: Di Nov 09, 2021 10:00 am
von Kalle01
Die verwendete Raspian Version ist 11 Bullseye DIE IST NEU!
Ich habe die vollständige Installation gewählt um auch den Desktop zur Verfügung zu haben.
Der Log der installation sieht so aus:
pi@tank1:~ $ curl -s https://raw.githubusercontent.com/snapt ... install.sh | sudo bash
install required packages...
Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
Reading package lists... Done
Reading package lists...
Building dependency tree...
Reading state information...
Package python-pip is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
python3-pip

E: Package 'python-pip' has no installation candidate
...done
check for timezone
...ok
check for i2c bus
check for initial git clone
bash: line 33: cd: /var/www/html/: No such file or directory
Cloning into 'openWB'...
remote: Enumerating objects: 30074, done.
remote: Counting objects: 100% (2806/2806), done.
remote: Compressing objects: 100% (1448/1448), done.
remote: Total 30074 (delta 1633), reused 2219 (delta 1234), pack-reused 27268
Receiving objects: 100% (30074/30074), 91.42 MiB | 3.99 MiB/s, done.
Resolving deltas: 100% (20416/20416), done.
Updating files: 100% (1053/1053), done.
... git cloned
grep: /var/www/html/openWB/openwb.conf: No such file or directory
bash: line 43: /var/www/html/openWB/openwb.conf: No such file or directory
check for ramdisk
...created
check for crontab
grep: /var/spool/cron/crontabs/root: No such file or directory
no crontab for root
...added
Failed to start mosquitto.service: Unit mosquitto.service not found.
updating mosquitto config file
cp: cannot stat '/var/www/html/openWB/web/files/mosquitto.conf': No such file or directory
mosquitto: unrecognized service
disable cronjob logging
fix upload limit...installing pymodbus
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting pymodbus
Downloading https://www.piwheels.org/simple/pymodbu ... ne-any.whl (154 kB)
|████████████████████████████████| 154 kB 1.5 MB/s
Requirement already satisfied: pyserial>=3.4 in /usr/lib/python3/dist-packages (from pymodbus) (3.5b0)
Requirement already satisfied: six>=1.15.0 in /usr/lib/python3/dist-packages (from pymodbus) (1.16.0)
Installing collected packages: pymodbus
Successfully installed pymodbus-2.5.3
check for paho-mqtt
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting paho-mqtt
Downloading https://www.piwheels.org/simple/paho-mq ... ne-any.whl (75 kB)
|████████████████████████████████| 75 kB 408 kB/s
Installing collected packages: paho-mqtt
Successfully installed paho-mqtt-1.6.1
check for MCP4725
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting Adafruit_MCP4725
Downloading https://www.piwheels.org/simple/adafrui ... ne-any.whl (3.9 kB)
Collecting Adafruit-GPIO>=0.6.5
Downloading https://www.piwheels.org/simple/adafrui ... ne-any.whl (38 kB)
Collecting adafruit-pureio
Downloading https://www.piwheels.org/simple/adafrui ... ne-any.whl (12 kB)
Requirement already satisfied: spidev in /usr/lib/python3/dist-packages (from Adafruit-GPIO>=0.6.5->Adafruit_MCP4725) (3.5)
Installing collected packages: adafruit-pureio, Adafruit-GPIO, Adafruit-MCP4725
Successfully installed Adafruit-GPIO-1.0.3 Adafruit-MCP4725-1.0.4 adafruit-pureio-1.1.9
chmod: cannot access '/var/www/html/openWB/openwb.conf': No such file or directory
chmod: cannot access '/var/www/html/openWB/modules/*': No such file or directory
chmod: cannot access '/var/www/html/openWB/runs/*': No such file or directory
bash: line 126: /var/www/html/openWB/runs/atreboot.sh: No such file or directory
Wenn ich nach der Installation den Webbrowser starte und openWB aufrufe kommt die Meldung, dass die Webseite nicht erreichbar ist.

Re: aktuelles Installationsscript

Verfasst: Di Nov 09, 2021 10:01 am
von humschti
Versuchs mit Buster

Re: aktuelles Installationsscript

Verfasst: Di Nov 09, 2021 10:31 am
von LutzB
Definitiv mit Buster installieren! Sieht so aus, als ob Python 2 bei Bulls Eye komplett rausgeflogen ist oder zumindest ein paar Symlinks ohne Versionsnummer weggefallen sind. Das kann nicht funktionieren.

Re: aktuelles Installationsscript

Verfasst: Fr Nov 12, 2021 12:13 pm
von Kalle01
Jetzt mit Buster zu arbeiten ist ok, bin schon dabei - aber mein Hinweis war auch an die Admins gerichtet, dass da was zu tun ist.