NEWS
Test Adapter rpi2 2.x
-
@smallfeuer sagte in Test Adapter rpi2 2.x:
If the library is installed
pi@Pi3IOBrokerGarage:~ $ sudo apt-get update && sudo apt-get upgrade Holen:1 http://raspbian.raspberrypi.org/raspbian buster InRelease [15,0 kB] OK:2 https://deb.nodesource.com/node_18.x buster InRelease OK:3 http://archive.raspberrypi.org/debian buster InRelease Es wurden 15,0 kB in 1 s geholt (11,3 kB/s). Paketlisten werden gelesen... Fertig Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig Paketaktualisierung (Upgrade) wird berechnet... Fertig 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert. pi@Pi3IOBrokerGarage:~ $ sudo apt-get install -y build-essential python Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig build-essential ist schon die neueste Version (12.6). python ist schon die neueste Version (2.7.16-1). 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert. pi@Pi3IOBrokerGarage:~ $ sudo apt-get install -y libgpiod-dev Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig libgpiod-dev ist schon die neueste Version (1.2-3+rpi1). 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert. pi@Pi3IOBrokerGarage:~ $ sudo apt-get install -y libgpiod-dev Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig libgpiod-dev ist schon die neueste Version (1.2-3+rpi1). 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
-
Buster ist ZU ALT!!!
Seit Jahren tot. Beerdige das Ding. -
@thomas-braun Also das Gesamte System platt machen und was (?) raufspielen? Sorry, es gibt echt so viele Versionen. Der Pi läuft nur im Slave. Normalerweise sollte es total egal sein, welches System...aber gut. Was muss auf die SD Karte?
-
@smallfeuer sagte in Test Adapter rpi2 2.x:
Normalerweise sollte es total egal sein, welches System
Nein, ist es nicht...
https://forum.iobroker.net/topic/51869/installation-auf-raspi-einfacher-geht-s-nicht
-
@thomas-braun Dann hol ich mal meine SD-Karte rein. Hätte gedacht sowas einfaches wie GPIO IN/OUT zu setzen würde in der BASIS nicht vom Betriebssystem abhängen, aber da lieg ich ja anscheinend daneben. Wurde wohl viel optimiert. Na ich gebe später ein Feedback, ob es wieder läuft. Danke schonmal.
-
@smallfeuer sagte in Test Adapter rpi2 2.x:
Hätte gedacht sowas einfaches wie GPIO IN/OUT zu setzen würde in der BASIS nicht vom Betriebssystem abhängen
Wovon denn sonst?
-
@thomas-braun Kein plan.. das ist wie im DOS. Egal welche Version, es gab immer ne autoexec.bat
Egal. Aber eine Frage dazu noch -> Ich muss dann sicher den Slave im IOB trennen und neu hinzufügen, oder?
Hast du den Befehl parat, ansonsten such ich mich durch. -
sudo apt-get install -y build-essential python Reading package lists... Done Building dependency tree... Done Reading state information... Done Package python 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: python-is-python3 2to3 E: Package 'python' has no installation candidate
Muss ich hier dann "sudo apt-get install -y build-essential python3" eingeben?
-
Ja, das Paket heißt
python3
-
@thomas-braun
Ok, hab ich installiert.Danach die Instanz:
rpi2.0 2024-12-29 21:52:51.130 warn If the library is installed and npm list | grep opengpio shows the npm library is also installed, please report this issue to the adapter developer with the model of your device and deboug output from an adapter start. rpi2.0 2024-12-29 21:52:51.129 warn Please make sure that libgpiod-dev (on raspian/debian run sudo apt install libgpiod-dev) is installed in the system and then reinstall the adapter. rpi2.0 2024-12-29 21:52:51.126 warn Cannot initialize GPIO: No chip found. GPIO functionality disabled! rpi2.0 2024-12-29 21:52:49.119 info starting. Version 2.3.0 in /opt/iobroker/node_modules/iobroker.rpi2, node: v20.18.1, js-controller: 7.0.6
Der Befehl npm list | grep opengpio bringt auch keine Ausgabe
-
@smallfeuer sagte in Test Adapter rpi2 2.x:
Der Befehl npm list | grep opengpio bringt auch keine Ausgabe
In welchem Verzeichnis ausgeführt?
Am besten immer die vollen Ein- und Ausgaben inkl. prompt im Terminal zeigen.Der adapter sollte sich eigentlich so melden:
2024-12-29 21:57:25.585 - info: rpi2.0 (558114) starting. Version 2.3.0 in /opt/iobroker/node_modules/iobroker.rpi2, node: v23.5.0, js-controller: 7.0.6 2024-12-29 21:57:26.227 - info: rpi2.0 (558114) GPIO ports are not configured
GPIOs habe ich auf meiner Kiste nicht eingestellt, daher die Meldung an der Stelle.
-
smallfeuer@pi3garage:~ $ npm list | grep opengpio smallfeuer@pi3garage:~ $
-
Logisch, in ~ / deinem home ist ja auch kein npm-Modul installiert...
Du musst zuvor in das Installationsverzeichnis wechseln.cd /opt/iobroker npm ls opengpio
-
@thomas-braun
Ich hab mal ein zwei Pfade probiert...smallfeuer@pi3garage:/opt/iobroker/node_modules/iobroker.rpi2 $ npm list | grep opengpio ├── UNMET DEPENDENCY opengpio@^1.0.16 npm error code ELSPROBLEMS npm error missing: @alcalzone/release-script-plugin-iobroker@^3.7.2, required by iobroker.rpi2@2.3. 0 npm error missing: @alcalzone/release-script-plugin-license@^3.7.0, required by iobroker.rpi2@2.3.0 npm error missing: @alcalzone/release-script-plugin-manual-review@^3.7.0, required by iobroker.rpi2 @2.3.0 npm error missing: @alcalzone/release-script@^3.8.0, required by iobroker.rpi2@2.3.0 npm error missing: @iobroker/adapter-core@^3.2.2, required by iobroker.rpi2@2.3.0 npm error missing: @iobroker/adapter-dev@^1.3.0, required by iobroker.rpi2@2.3.0 npm error missing: @iobroker/testing@^5.0.0, required by iobroker.rpi2@2.3.0 npm error missing: @tsconfig/node18@^18.2.4 < 19, required by iobroker.rpi2@2.3.0 npm error missing: @types/chai-as-promised@^8.0.1, required by iobroker.rpi2@2.3.0 npm error missing: @types/chai@^4.3.20, required by iobroker.rpi2@2.3.0 npm error missing: @types/mocha@^10.0.10, required by iobroker.rpi2@2.3.0 npm error missing: @types/node@^18.19.54 < 19, required by iobroker.rpi2@2.3.0 npm error missing: @types/proxyquire@^1.3.31, required by iobroker.rpi2@2.3.0 npm error missing: @types/sinon-chai@^3.2.12, required by iobroker.rpi2@2.3.0 npm error missing: @types/sinon@^17.0.3, required by iobroker.rpi2@2.3.0 npm error missing: chai-as-promised@^8.0.1, required by iobroker.rpi2@2.3.0 npm error missing: chai@^4.4.1, required by iobroker.rpi2@2.3.0 npm error missing: ci@^2.3.0, required by iobroker.rpi2@2.3.0 npm error missing: eslint@^8.57.1, required by iobroker.rpi2@2.3.0 npm error missing: mocha@^10.8.2, required by iobroker.rpi2@2.3.0 npm error missing: opengpio@^1.0.16, required by iobroker.rpi2@2.3.0 npm error missing: proxyquire@^2.1.3, required by iobroker.rpi2@2.3.0 npm error missing: sinon-chai@^3.7.0, required by iobroker.rpi2@2.3.0 npm error missing: sinon@^19.0.2, required by iobroker.rpi2@2.3.0 npm error missing: typescript@~5.7.2, required by iobroker.rpi2@2.3.0 npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-12-29T21_01_25 _587Z-debug-0.log smallfeuer@pi3garage:/opt/iobroker/node_modules/iobroker.rpi2 $ ^C smallfeuer@pi3garage:/opt/iobroker/node_modules/iobroker.rpi2 $ cd smallfeuer@pi3garage:~ $ cd /opt/iobroker smallfeuer@pi3garage:/opt/iobroker $ npm ls opengpio iobroker.inst@3.0.0 /opt/iobroker └─┬ iobroker.rpi2@2.3.0 └── opengpio@1.0.17 smallfeuer@pi3garage:/opt/iobroker $ npm list | grep opengpio smallfeuer@pi3garage:/opt/iobroker $ cd smallfeuer@pi3garage:~ $ npm list | grep opengpio smallfeuer@pi3garage:~ $
-
@smallfeuer sagte in Test Adapter rpi2 2.x:
Ich hab mal ein zwei Pfade probiert...
Du sollst nix probieren, du sollst in das richtige Verzeichnis gehen...
Schaut auf einem gescheiten System dann so aus:echad@chet:/opt/iobroker $ npm ls opengpio iobroker.inst@3.0.0 /opt/iobroker └─┬ iobroker.rpi2@2.3.0 └── opengpio@1.0.16 echad@chet:/opt/iobroker $
-
@thomas-braun Na das steht in Zeile 35-37 auch
-
@thomas-braun Aber merkwürdig, in Zeile 3 (wenn auch zu tief im Pfad) zeigt er
├── UNMET DEPENDENCY opengpio@^1.0.16
Zeile 34-37 dann:
smallfeuer@pi3garage:/opt/iobroker $ npm ls opengpio iobroker.inst@3.0.0 /opt/iobroker └─┬ iobroker.rpi2@2.3.0 └── opengpio@1.0.17
-
@thomas-braun
Der Pfad /opt/iobroker/iobroker-date/files/rpi2.admin wurde bei mir auf dem Master erstellt. Nicht auf dem Slave. Ist das korrekt? Wäre es nicht sinnvoll das die Daten auf dem Slave installiert werden? -
Das wird dahin installiert, wo du sagst das es hin soll...
-
@thomas-braun sagte in Test Adapter rpi2 2.x:
iert, wo du sagst das es h
Bei der installation in der Rubrik Adapter habe ich den pi3 ausgewählt, installiert wurde dort aber nichts
$ iobroker add rpi2 auto --host pi3garage --debug upload [13] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/de/translations.json i18n/de/translations.json application/json upload [12] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/en/translations.json i18n/en/translations.json application/json upload [11] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/es/translations.json i18n/es/translations.json application/json upload [10] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/fr/translations.json i18n/fr/translations.json application/json upload [9] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/it/translations.json i18n/it/translations.json application/json upload [8] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/nl/translations.json i18n/nl/translations.json application/json upload [7] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/pl/translations.json i18n/pl/translations.json application/json upload [6] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/pt/translations.json i18n/pt/translations.json application/json upload [5] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/ru/translations.json i18n/ru/translations.json application/json upload [4] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/uk/translations.json i18n/uk/translations.json application/json upload [3] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json upload [2] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/jsonConfig.json jsonConfig.json application/json upload [1] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/rpi2.png rpi2.png image/png upload [0] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/words.js words.js application/javascript host.pi3garage create instance rpi2