Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter rpi2 2.x

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    Test Adapter rpi2 2.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • mcm1957
      mcm1957 @Garfonso last edited by mcm1957

      @garfonso

      Wenn die Tabelle das AUSgangsverhalten betrifft bietet sie alle Möglichkeiten. Allerdings hätte ich unter dem Begriff "pull-up" nicht das Invertieren des Ausgangspegels verstanden (also +3V bei false. 0V bei true). Ich assoziere mit Pull-Up ei n Eingangsverhalten.

      Da ich den Adapter nicht installiert habe, kann ich nicht sagen ob es ev. aus dem Zusammenhang am UI klar sein sollte. Aber ev. hilft das bei der Aufklärung wo ev. ein Verständnisproblem ist.

      1 Reply Last reply Reply Quote 0
      • Moppedman
        Moppedman @Garfonso last edited by

        @garfonso

        Nein, ich habe kein PullUp angeklickt.

        Es wird im Adapter bei der Anwahl "Ausgang" kein PullUp Kästchen zum anklicken angezeigt. Die zeigt er mir nur bei Eingängen (was ich auch logisch finde)

        Garfonso 1 Reply Last reply Reply Quote 1
        • Garfonso
          Garfonso Developer @Moppedman last edited by

          @moppedman

          Ok dank, dann war das Logikfehler bei mir. Muss ich mir nochmal in Ruhe anschauen.

          1 Reply Last reply Reply Quote 0
          • S
            Smallfeuer @Moppedman last edited by Smallfeuer

            Hi zusammen, war leider ein paar Tage verhindert...ich versuch mal alles zu erläutern.
            @moppedman

            Mein Eingang ist so geschalten, das für eine geschlossene Türkontakt das Signal high (1=true) sein muss. -> beim Durchtrennen des Kabels am Magnetschalter darf es ja nicht zum geschlossenen Garagentor kommen, es muss auch dann offen (0) anzeigen.:
            gpioinfo gibt aus:
            line 17: "GPIO17" "opengpio_0_17_watch" input active-high [used]
            Der Eingang ist "true", wenn das Tor geschlossen ist - wird "false" wenn geöffnet oder das Kabel zerschnitten. (Ich habe aber einen Pull Down Widerstand eingelötet, der das Signal auf 0 zieht, wenn kein "high" mehr da ist.) Hier muss ich mal testen, was passiert - wenn ich die Kabel direkt am Pi abziehe ?? Sollte ja high werden laut gpioinfo - auch wenn ich pullup nicht angekreuzt hab.

            Das Problem mit dem vertauschten True/False bezieht sich bei mir nur auf den Ausgang.
            line 22: "GPIO22" "opengpio_0_22_output" output active-high [used]
            Bei state True ist der Ausgang ohne Spannung.

            Aktuell funktioniert alles - die Schaltung des Ausgangs erscheint mir in dem Fall halt nur unlogisch. Daher nochmal im Detail.

            @Garfonso
            Ein Pull up / Pull Down Widerstand ist nur für den Eingang. Hier finde ich sehr gut erklärt:
            https://www.elektronik-kompendium.de/sites/raspberry-pi/2006051.htm
            Beim Eingang wird verhindert, das das Signal flattert. Das heißt, wenn mir einer das Kabel zerschneidet, kann man Eingang 0 oder 1 sein. Es ist undefiniert, da er in keine Richtung gezwungen wird.
            Wenn ich ein PullUp mache, erhalte ich immer eine 1 und muss gegen Masse schalten um die 0 zu erhalten.
            Anders rum beim Pull Down muss ich 3,3V/5V anlegen um ein 1 zu erhalten. Wenn ich das Kabel durchschneide erhalte ich immer eine 0.

            Für den Ausgang muss nur wählbar sein, ob er Standard 1 (true) oder 0 (false) ist.
            Dann heißt 1 = 3,3V und 0 = 0V
            Wenn ich einen Ausgang auf 1 (true) setze erwarte ich Spannung = 3,3V = Relais wird angezogen ||
            Bei 0 (false) = 0V = Relais ist im nicht erregten Zustand = identisch Stromausfall

            Für mich wäre das mit einer großen Warnung in eine Stable 2.4.0 raus zu bringen.

            Dafür würde ich dann auch meine Programmierung nochmals auf den "vorherigen" Stand bringen und ein großes **Danke!!! sagen.

            Garfonso 1 Reply Last reply Reply Quote 0
            • Hasont
              Hasont @Garfonso last edited by Hasont

              Hallo, ich habe seit 3 Jahren einen Raspie 4 und seit September Bookworm aufgespielt.
              Nun habe ich gestern Rpi2 von 2.1 auf 2.3.1 hochgerüstet und seit dieser Zeit werden alle Relais nach dem Booten oder auch neu Starten der Instanz "RPI2" eingeschaltet.
              Mit Opengpio wird mir 1.0.17 ausgegeben und mit gpio readall kann ich sehen, dass alle Ein- und Ausgänge richtig gesetzt werden.
              Die Eingänge sind schon seit der 2.1 sehr empfindlich und da musste ich im Script entprellen.

              Was kann ich tun, damit die Relais nicht nach einem Reboot alle einschalten?
              (alle Objekte nach Reboot sind mit "null" und müssen händisch auf "false" gestellt werden).

              Wie könnte ich auf Version 2.1 zurück gehen?

              Da ich meine Hauswasseranlage damit steuere brauch ich dringend eure Hilfe. Adapter wurde jetzt erstmal ausgeschaltet.

              Wie gesagt läuft alles bis auf das Problem beim Reset und Adapter neustart.

              MfG
              Horst

              Garfonso 1 Reply Last reply Reply Quote 0
              • Garfonso
                Garfonso Developer @Hasont last edited by

                @hasont said in Test Adapter rpi2 2.x:

                Was kann ich tun, damit die Relais nicht nach einem Reboot alle einschalten?
                (alle Objekte nach Reboot sind mit "null" und müssen händisch auf "false" gestellt werden).

                Nimm doch mal "Ausgang, Startwert 0".

                Hasont 1 Reply Last reply Reply Quote 0
                • Hasont
                  Hasont @Garfonso last edited by Hasont

                  @garfonso sagte in Test Adapter rpi2 2.x:

                  @hasont said in Test Adapter rpi2 2.x:

                  Was kann ich tun, damit die Relais nicht nach einem Reboot alle einschalten?
                  (alle Objekte nach Reboot sind mit "null" und müssen händisch auf "false" gestellt werden).

                  Nimm doch mal "Ausgang, Startwert 0".

                  Hallo Garfonso, erstmal vielen Dank für deine Hilfe.

                  ich hab den ganzen Thead grad nochmal durchgelesen und gesehen, dass gpioinfo nicht ging. Hab das dann gem. ThomasBraun nachinstalliert. Ich bekomme da jetzt infos aber leider geht es noch immer nicht. Dann hab ich die Ausgänge grad auf Anfangswert 0 gesetzt und auch einen Reboot gemacht. Leider wieder nix. Alle Relais ziehen nach dem Start nach ca. 1 Minute an. Kann die aber wie gesagt danach ohne Probleme Umschalten.
                  Das kommt aber im Protokoll, hab es wahrscheinlich bisher übersehen da es bei der nächsten Aktion weg ist.

                  	2025-02-04 12:04:54.332	warn	rpi2 has an invalid jsonConfig: [{"instancePath":"/items/_gpios/items/_pullUpWarning/hidden","schemaPath":"#/patternProperties/%5E.%2B/properties/hidden/type","keyword":"type","params":{"type":"string"},"message":"must be string"},{"instancePath":"/items/_gpios","schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/9/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"},{"instancePath":"","schemaPath":"#/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"}]code_text
                  

                  Sonst noch eine Idee oder kann ich was dazu beitragen?
                  Ich habe 8 Ausgänge zur Gartenbewässerung und 6 Eingänge dazu in Betrieb.

                  Edit: 12:42
                  Habe den Adapter nochmal neu installiert.
                  Alle Ausgänge unterschiedlich mit "Ausgang" "Anfang0" und "Anfang1" konfiguriert.
                  Leider danach wieder alle activ-high.

                     line  12:     "GPIO12" "opengpio_0_12_output" output active-high [used]
                          line  13:     "GPIO13" "opengpio_0_13_output" output active-high [used]
                          line  14:     "GPIO14"       unused   input  active-high
                          line  15:     "GPIO15"       unused   input  active-high
                          line  16:     "GPIO16" "opengpio_0_16_output" output active-high [used]
                          line  17:     "GPIO17" "opengpio_0_17_watch" input active-high [used]
                          line  18:     "GPIO18" "opengpio_0_18_watch" input active-high [used]
                          line  19:     "GPIO19" "opengpio_0_19_output" output active-high [used]
                          line  20:     "GPIO20" "opengpio_0_20_output" output active-high [used]
                          line  21:     "GPIO21" "opengpio_0_21_output" output active-high [used]
                          line  22:     "GPIO22" "opengpio_0_22_watch" input active-high [used]
                          line  23:     "GPIO23" "opengpio_0_23_watch" input active-high [used]
                          line  24:     "GPIO24" "opengpio_0_24_watch" input active-high [used]
                          line  25:     "GPIO25" "opengpio_0_25_output" output active-high [used]
                          line  26:     "GPIO26" "opengpio_0_26_output" output active-high [used]
                          line  27:     "GPIO27" "opengpio_0_27_watch" input active-high [used]
                  
                  

                  Das bleibt aber auch so wenn ich die Ausgänge von Hand umschalte.

                  Edit 14:23
                  Anbei iob fix > da steht einiges zum System drin. Leider auch was mit w was ich nicht verstehe.
                  Versuche mich mal schlau zu machen.

                  ========== Start marking the full check here ===========
                  
                  ```bash
                  Script v.2025-02-02
                  
                  *** BASE SYSTEM ***
                   Static hostname: raspberrypi
                         Icon name: computer
                  Operating System: Raspbian GNU/Linux 12 (bookworm)
                            Kernel: Linux 6.6.74+rpt-rpi-v7l
                      Architecture: arm
                  OS is similar to: debian
                  
                  Model           : Raspberry Pi 4 Model B Rev 1.2
                  Docker          : false
                  Virtualization  : none
                  Kernel          : armv7l
                  Userland        : 32 bit
                  
                  Systemuptime and Load:
                   11:10:02 up 23:19,  2 users,  load average: 0.55, 0.22, 0.13
                  CPU threads: 4
                  
                  
                  *** LIFE CYCLE STATUS ***
                  Operating System is the current Debian stable version codenamed 'bookworm'!
                  
                  *** RASPBERRY THROTTLING ***
                  Current issues:
                  No throttling issues detected.
                  
                  Previously detected issues:
                  No throttling issues detected.
                  
                  *** TIME AND TIMEZONES ***
                                 Local time: Tue 2025-02-04 11:10:02 CET
                             Universal time: Tue 2025-02-04 10:10:02 UTC
                                   RTC time: n/a
                                  Time zone: Europe/Berlin (CET, +0100)
                  System clock synchronized: yes
                                NTP service: active
                            RTC in local TZ: no
                  
                  *** Users and Groups ***
                  User that called 'iob diag':
                  pi
                  HOME=/home/pi
                  GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input netdev gp                                             io i2c spi iobroker
                  
                  User that is running 'js-controller':
                  iobroker
                  HOME=/home/iobroker
                  GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c spi
                  
                  *** DISPLAY-SERVER SETUP ***
                  Display-Server: false
                  Desktop:
                  Terminal:       tty
                  
                  System is booting into 'graphical.target'. Usually a server is running in 'multi                                             -user.target'. Please set BootTarget to 'multi-user.target' or run 'iobroker fix                                             '
                  
                  *** MEMORY ***
                                 total        used        free      shared  buff/cache   available
                  Mem:            4.0G        966M        2.7G        1.1M        505M        3.1G
                  Swap:           209M          0B        209M
                  Total:          4.2G        966M        2.9G
                  
                  Active iob-Instances:   13
                  
                           3836 M total memory
                            921 M used memory
                            278 M active memory
                            895 M inactive memory
                           2562 M free memory
                             98 M buffer memory
                            384 M swap cache
                            199 M total swap
                              0 M used swap
                            199 M free swap
                  
                  *** top - Table Of Processes  ***
                  top - 11:10:03 up 23:19,  2 users,  load average: 0.55, 0.22, 0.13
                  Tasks: 164 total,   1 running, 163 sleeping,   0 stopped,   0 zombie
                  %Cpu(s): 22.2 us,  0.0 sy,  0.0 ni, 77.8 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                  MiB Mem :   3836.3 total,   2562.0 free,    921.3 used,    482.7 buff/cache
                  MiB Swap:    200.0 total,    200.0 free,      0.0 used.   2915.1 avail Mem
                  
                  *** FAILED SERVICES ***
                  
                    UNIT LOAD ACTIVE SUB DESCRIPTION
                  0 loaded units listed.
                  
                  
                  *** DMESG CRITICAL ERRORS ***
                  No critical errors detected
                  
                  *** FILESYSTEM ***
                  Filesystem     Type      Size  Used Avail Use% Mounted on
                  udev           devtmpfs  1.7G     0  1.7G   0% /dev
                  tmpfs          tmpfs     384M  1.1M  383M   1% /run
                  /dev/mmcblk0p2 ext4       29G   11G   18G  39% /
                  tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                  tmpfs          tmpfs     5.0M  8.0K  5.0M   1% /run/lock
                  /dev/mmcblk0p1 vfat      253M   42M  211M  17% /boot/firmware
                  tmpfs          tmpfs     384M     0  384M   0% /run/user/1000
                  
                  Messages concerning ext4 filesystem in dmesg:
                  [Mon Feb  3 11:50:56 2025] Kernel command line: coherent_pool=1M 8250.nr_uarts=0                                              snd_bcm2835.enable_headphones=0 cgroup_disable=memory numa_policy=interleave sn                                             d_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 clk_ignore_unused  smsc9                                             5xx.macaddr=DC:A6:32:AA:AD:1E vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000                                             000  console=ttyS0,115200 console=tty1 root=PARTUUID=6c586e13-02 rootfstype=ext4                                              elevator=deadline fsck.repair=yes rootwait
                  [Mon Feb  3 11:50:58 2025] EXT4-fs (mmcblk0p2): mounted filesystem 2ab3f8e1-7dc6                                             -43f5-b0db-dd5759d51d4e ro with ordered data mode. Quota mode: none.
                  [Mon Feb  3 11:51:00 2025] EXT4-fs (mmcblk0p2): re-mounted 2ab3f8e1-7dc6-43f5-b0                                             db-dd5759d51d4e r/w. Quota mode: none.
                  
                  Show mounted filesystems:
                  TARGET           SOURCE         FSTYPE OPTIONS
                  /                /dev/mmcblk0p2 ext4   rw,noatime
                  `-/boot/firmware /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepag                                             e=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                  
                  Files in neuralgic directories:
                  
                  /var:
                  1.4G    /var/
                  1015M   /var/log
                  1004M   /var/log/journal/cef76e99292d4430aace3552ff1f6f63
                  1004M   /var/log/journal
                  107M    /var/lib
                  
                  Archived and active journals take up 1003.7M in the file system.
                  
                  /opt/iobroker/backups:
                  426M    /opt/iobroker/backups/
                  
                  /opt/iobroker/iobroker-data:
                  1.3G    /opt/iobroker/iobroker-data/
                  1.1G    /opt/iobroker/iobroker-data/files
                  617M    /opt/iobroker/iobroker-data/files/javascript.admin
                  560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                  558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                  
                  The five largest files in iobroker-data are:
                  24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.m                                             ap
                  24M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.6a71b34c.j                                             s.map
                  19M     /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.02fc                                             3820.js.map
                  9.3M    /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.6a71b34c.j                                             s
                  9.0M    /opt/iobroker/iobroker-data/states.jsonl
                  
                  USB-Devices by-id:
                  USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please alw                                             ays prefer the links 'by-id':
                  
                  /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_AI028D5Z-if00-port0
                  
                  *** NodeJS-Installation ***
                  
                  /usr/bin/nodejs         v18.20.6
                  /usr/bin/node           v18.20.6
                  /usr/bin/npm            10.8.2
                  /usr/bin/npx            10.8.2
                  /usr/bin/corepack       0.29.4
                  
                  nodejs:
                    Installed: 18.20.6-1nodesource1
                    Candidate: 18.20.6-1nodesource1
                    Version table:
                   *** 18.20.6-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                          100 /var/lib/dpkg/status
                       18.20.5-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.20.4-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.20.3-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.20.2-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.20.1-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.20.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.19.1-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.19.0+dfsg-6~deb12u2+rpi1 500
                          500 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf Package                                             s
                       18.19.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.18.2-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.18.1-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.18.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.17.1-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.17.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.16.1-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.16.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.15.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.14.2-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.14.1-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.14.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.13.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.12.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.11.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.10.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.9.1-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.9.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.8.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.7.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.6.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.5.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.4.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.3.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.2.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.1.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.0.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                  
                  Temp directories causing deletion problem: 0
                  No problems detected
                  
                  Errors in npm tree: 0
                  No problems detected
                  
                  *** ioBroker-Installation ***
                  
                  ioBroker Status
                  iobroker is running on this host.
                  
                  
                  Objects type: jsonl
                  States  type: jsonl
                  
                  Hosts:
                  raspberrypi         raspberrypi (version: 7.0.6, hostname: raspberrypi   , alive                                             , uptime: 58701)
                  
                  Core adapters versions
                  js-controller:  7.0.6
                  admin:          7.4.10
                  javascript:     8.8.3
                  
                  nodejs modules from github:     2
                  +-- iobroker.rpi2@2.3.1 (git+ssh://git@github.com/iobroker-community-adapters/io                                             Broker.rpi2.git#819c8278fe33caac73412900cb92dc938c3e17c2)
                  +-- iobroker.sourceanalytix@0.4.12-1 (git+ssh://git@github.com/iobroker-communit                                             y-adapters/ioBroker.sourceanalytix.git#362346b297c0a21c717ec20bd8d16331bca3b22d)
                  
                  Adapter State
                  + system.adapter.admin.0                  : admin                 : raspberrypi                                                                           -  enabled, port: 8081, bind: 0.0.0.0, run as: admi                                             n
                  + system.adapter.backitup.0               : backitup              : raspberrypi                                                                           -  enabled
                  + system.adapter.ebus.0                   : ebus                  : raspberrypi                                                                           -  enabled
                  + system.adapter.history.0                : history               : raspberrypi                                                                           -  enabled
                    system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                                                                           - disabled
                    system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : raspberrypi                                                                           - disabled
                  + system.adapter.javascript.0             : javascript            : raspberrypi                                                                           -  enabled
                  + system.adapter.modbus.0                 : modbus                : raspberrypi                                                                           -  enabled
                  + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                                                                           -  enabled, port: 1883, bind: 0.0.0.0
                    system.adapter.rpi2.0                   : rpi2                  : raspberrypi                                                                           - disabled
                  + system.adapter.sonoff.0                 : sonoff                : raspberrypi                                                                           -  enabled, port: 1833, bind: 0.0.0.0
                  + system.adapter.sourceanalytix.0         : sourceanalytix        : raspberrypi                                                                           -  enabled
                  + system.adapter.telegram.0               : telegram              : raspberrypi                                                                           -  enabled, port: 8443, bind: 0.0.0.0
                  + system.adapter.text2command.0           : text2command          : raspberrypi                                                                           -  enabled
                    system.adapter.vis-2-widgets-energy.0   : vis-2-widgets-energy  : raspberrypi                                                                           - disabled
                    system.adapter.vis-2-widgets-material.0 : vis-2-widgets-material: raspberrypi                                                                           - disabled
                    system.adapter.vis-bars.0               : vis-bars              : raspberrypi                                                                           - disabled
                    system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : raspberrypi                                                                           - disabled
                    system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : raspberrypi                                                                           - disabled
                    system.adapter.vis-history.0            : vis-history           : raspberrypi                                                                           - disabled
                    system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                                                                           - disabled
                    system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : raspberrypi                                                                           - disabled
                    system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                                                                           - disabled
                    system.adapter.vis.0                    : vis                   : raspberrypi                                                                           -  enabled
                  + system.adapter.web.0                    : web                   : raspberrypi                                                                           -  enabled, port: 8082, bind: 0.0.0.0, run as: admi                                             n
                  
                  + instance is alive
                  
                  Enabled adapters with bindings
                  + system.adapter.admin.0                  : admin                 : raspberrypi                                                                           -  enabled, port: 8081, bind: 0.0.0.0, run as: admi                                             n
                  + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                                                                           -  enabled, port: 1883, bind: 0.0.0.0
                  + system.adapter.sonoff.0                 : sonoff                : raspberrypi                                                                           -  enabled, port: 1833, bind: 0.0.0.0
                  + system.adapter.telegram.0               : telegram              : raspberrypi                                                                           -  enabled, port: 8443, bind: 0.0.0.0
                  + system.adapter.web.0                    : web                   : raspberrypi                                                                           -  enabled, port: 8082, bind: 0.0.0.0, run as: admi                                             n
                  
                  ioBroker-Repositories
                  ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬                                             ──────────────┐
                  │ (index) │   name   │                           url                           │                                              auto upgrade │
                  ├─────────┼──────────┼─────────────────────────────────────────────────────────┼                                             ──────────────┤
                  │    0    │ 'stable' │    'http://download.iobroker.net/sources-dist.json'     │                                                 false     │
                  │    1    │  'beta'  │ 'http://download.iobroker.net/sources-dist-latest.json' │                                                 false     │
                  └─────────┴──────────┴─────────────────────────────────────────────────────────┴                                             ──────────────┘
                  
                  Active repo(s): stable
                  Upgrade policy: none
                  
                  Installed ioBroker-Instances
                  Used repository: stable
                  Adapter    "admin"        : 7.4.10   , installed 7.4.10
                  Adapter    "backitup"     : 3.0.31   , installed 3.0.31
                  Adapter    "ebus"         : 3.4.0    , installed 3.4.0
                  Adapter    "history"      : 3.0.1    , installed 3.0.1
                  Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                  Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                  Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                  Controller "js-controller": 7.0.6    , installed 7.0.6
                  Adapter    "modbus"       : 6.3.2    , installed 6.3.2
                  Adapter    "mqtt"         : 6.1.2    , installed 6.1.2
                  Adapter    "rpi2"         : 2.3.1    , installed 2.3.1
                  Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                  Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                  Adapter    "sonoff"       : 3.1.2    , installed 3.1.2
                  Adapter    "telegram"     : 4.0.0    , installed 3.9.0  [Updatable]
                  Adapter    "text2command" : 3.0.3    , installed 3.0.3
                  Adapter    "vis"          : 1.5.6    , installed 1.5.6
                  Adapter    "vis-2-widgets-energy": 1.0.2, installed 1.0.2
                  Adapter    "vis-2-widgets-material": 1.4.10, installed 1.4.10
                  Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                  Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                  Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                  Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                  Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                  Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                  Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                  Adapter    "web"          : 6.2.5    , installed 6.2.5
                  Adapter    "ws"           : 2.6.2    , installed 2.6.2
                  
                  Objects and States
                  Please stand by - This may take a while
                  Objects:        2687
                  States:         2734
                  
                  *** OS-Repositories and Updates ***
                  W: http://raspbian.raspberrypi.org/raspbian/dists/bookworm/InRelease: Key is sto                                             red in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION se                                             ction in apt-key(8) for details.
                  W: Skipping acquire of configured file 'non-free-firmware/binary-armhf/Packages'                                              as repository 'http://raspbian.raspberrypi.org/raspbian bookworm InRelease' doe                                             sn't have the component 'non-free-firmware' (component misspelt in sources.list?                                             )
                  W: Skipping acquire of configured file 'non-free-firmware/i18n/Translation-en' a                                             s repository 'http://raspbian.raspberrypi.org/raspbian bookworm InRelease' doesn                                             't have the component 'non-free-firmware' (component misspelt in sources.list?)
                  W: http://archive.raspberrypi.org/debian/dists/bookworm/InRelease: Key is stored                                              in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION secti                                             on in apt-key(8) for details.
                  W: https://repo.ebusd.eu/apt/default/bullseye/dists/bullseye/InRelease: Key is s                                             tored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION                                              section in apt-key(8) for details.
                  Hit:1 http://archive.raspberrypi.org/debian bookworm InRelease
                  Hit:2 http://raspbian.raspberrypi.org/raspbian bookworm InRelease
                  Hit:3 https://deb.nodesource.com/node_18.x nodistro InRelease
                  Hit:4 https://repo.ebusd.eu/apt/default/bullseye bullseye InRelease
                  Reading package lists...
                  W: http://archive.raspberrypi.org/debian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
                  W: http://raspbian.raspberrypi.org/raspbian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
                  W: Skipping acquire of configured file 'non-free-firmware/binary-armhf/Packages' as repository 'http://raspbian.raspberrypi.org/raspbian bookworm InRelease' doesn't have the component 'non-free-firmware' (component misspelt in sources.list?)
                  W: Skipping acquire of configured file 'non-free-firmware/i18n/Translation-en' as repository 'http://raspbian.raspberrypi.org/raspbian bookworm InRelease' doesn't have the component 'non-free-firmware' (component misspelt in sources.list?)
                  W: https://repo.ebusd.eu/apt/default/bullseye/dists/bullseye/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
                  Pending Updates: 1
                  
                  *** Listening Ports ***
                  Active Internet connections (only servers)
                  Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                  tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       93248      14521/iobroker.js-c
                  tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       91458      14521/iobroker.js-c
                  tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      109        5789       676/mosquitto
                  tcp        0      0 0.0.0.0:1833            0.0.0.0:*               LISTEN      1001       92645      14676/io.sonoff.0
                  tcp        0      0 0.0.0.0:8888            0.0.0.0:*               LISTEN      0          5896       811/ebusd
                  tcp        0      0 0.0.0.0:8891            0.0.0.0:*               LISTEN      0          5897       811/ebusd
                  tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          5806       682/sshd: /usr/sbin
                  tcp6       0      0 :::8081                 :::*                    LISTEN      1001       92426      14540/io.admin.0
                  tcp6       0      0 :::8082                 :::*                    LISTEN      1001       94676      14782/io.web.0
                  tcp6       0      0 :::22                   :::*                    LISTEN      0          5808       682/sshd: /usr/sbin
                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        752        520/avahi-daemon: r
                  udp        0      0 0.0.0.0:38669           0.0.0.0:*                           108        754        520/avahi-daemon: r
                  udp6       0      0 :::36960                :::*                                108        755        520/avahi-daemon: r
                  udp6       0      0 :::5353                 :::*                                108        753        520/avahi-daemon: r
                  
                  *** Log File - Last 25 Lines ***
                  
                  2025-02-04 11:10:06.380  - debug: ebus.0 (15766) updateObject Scan.15.messages.Id.fields.counter.value : 010914
                  2025-02-04 11:10:06.384  - debug: ebus.0 (15766) updateObject Scan.15.messages.Id.fields.counter.name : Id
                  2025-02-04 11:10:06.389  - debug: ebus.0 (15766) updateObject Scan.15.messages.Id.fields.suffix.value : N7
                  2025-02-04 11:10:06.395  - debug: ebus.0 (15766) updateObject Scan.15.messages.Id.fields.suffix.name : Id
                  2025-02-04 11:10:06.399  - info: ebus.0 (15766) installed ebusd version is 24.1
                  2025-02-04 11:10:06.400  - debug: ebus.0 (15766) updateObject global.version : 24.1.24.1
                  2025-02-04 11:10:06.405  - debug: ebus.0 (15766) updateObject global.updatecheck : OK
                  2025-02-04 11:10:06.410  - debug: ebus.0 (15766) updateObject global.signal : true
                  2025-02-04 11:10:06.414  - debug: ebus.0 (15766) updateObject global.symbolrate : 125
                  2025-02-04 11:10:06.419  - debug: ebus.0 (15766) updateObject global.maxsymbolrate : 194
                  2025-02-04 11:10:06.424  - debug: ebus.0 (15766) updateObject global.minarbitrationmicros : 1
                  2025-02-04 11:10:06.428  - debug: ebus.0 (15766) updateObject global.maxarbitrationmicros : 55
                  2025-02-04 11:10:06.433  - debug: ebus.0 (15766) updateObject global.minsymbollatency : 4
                  2025-02-04 11:10:06.437  - debug: ebus.0 (15766) updateObject global.maxsymbollatency : 17
                  2025-02-04 11:10:06.442  - debug: ebus.0 (15766) updateObject global.qq : 49
                  2025-02-04 11:10:06.447  - debug: ebus.0 (15766) updateObject global.reconnects : 0
                  2025-02-04 11:10:06.451  - debug: ebus.0 (15766) updateObject global.masters : 3
                  2025-02-04 11:10:06.457  - debug: ebus.0 (15766) updateObject global.messages : 245
                  2025-02-04 11:10:06.462  - debug: ebus.0 (15766) updateObject global.lastup : 4.2.2025, 11:10:05
                  2025-02-04 11:10:06.471  - info: ebus.0 (15766) all http done
                  2025-02-04 11:10:06.483  - debug: ebus.0 (15766) update history history.value1
                  2025-02-04 11:10:06.491  - debug: ebus.0 (15766) update history history.value2
                  2025-02-04 11:10:06.497  - debug: ebus.0 (15766) update history history.value3
                  2025-02-04 11:10:06.503  - debug: ebus.0 (15766) update history history.value4
                  2025-02-04 11:10:06.509  - info: ebus.0 (15766) all history done
                  
                  
                  ============ Mark until here for C&P =============
                  
                  iob diag has finished.
                  
                  
                  
                  pi@raspberrypi:~ $ sudo apt update && apt policy gpiod
                  OK:1 http://raspbian.raspberrypi.org/raspbian bookworm InRelease
                  OK:2 http://archive.raspberrypi.org/debian bookworm InRelease
                  OK:3 https://repo.ebusd.eu/apt/default/bullseye bullseye InRelease
                  OK:4 https://deb.nodesource.com/node_18.x nodistro InRelease
                  Paketlisten werden gelesen… Fertig
                  Abhängigkeitsbaum wird aufgebaut… Fertig
                  Statusinformationen werden eingelesen… Fertig
                  Aktualisierung für 1 Paket verfügbar. Führen Sie »apt list --upgradable« aus, um es anzuzeigen.
                  W: http://raspbian.raspberrypi.org/raspbian/dists/bookworm/InRelease: Schlüssel ist im veralteten Schlüsselbund trusted.gpg gespeichert (/etc/apt/trusted.gpg),                             siehe den Abschnitt MISSBILLIGUNG in apt-key(8) für Details.
                  W: Das Laden der konfigurierten Datei »non-free-firmware/binary-armhf/Packages« wird übersprungen, da das Depot »http://raspbian.raspberrypi.org/raspbian bookwo                            rm InRelease« die Komponente »non-free-firmware« nicht enthält. (Schreibfehler b                            ei der Angabe der Komponente in sources.list?)
                  W: Das Laden der konfigurierten Datei »non-free-firmware/i18n/Translation-en« wird übersprungen, da das Depot »http://raspbian.raspberrypi.org/raspbian bookworm                             InRelease« die Komponente »non-free-firmware« nicht enthält. (Schreibfehler bei                             der Angabe der Komponente in sources.list?)
                  W: Das Laden der konfigurierten Datei »non-free-firmware/i18n/Translation-de_DE« wird übersprungen, da das Depot »http://raspbian.raspberrypi.org/raspbian bookw                            orm InRelease« die Komponente »non-free-firmware« nicht enthält. (Schreibfehler                             bei der Angabe der Komponente in sources.list?)
                  W: Das Laden der konfigurierten Datei »non-free-firmware/i18n/Translation-de« wird übersprungen, da das Depot »http://raspbian.raspberrypi.org/raspbian bookworm                             InRelease« die Komponente »non-free-firmware« nicht enthält. (Schreibfehler bei                             der Angabe der Komponente in sources.list?)
                  W: http://archive.raspberrypi.org/debian/dists/bookworm/InRelease: Schlüssel ist im veralteten Schlüsselbund trusted.gpg gespeichert (/etc/apt/trusted.gpg), sie                            he den Abschnitt MISSBILLIGUNG in apt-key(8) für Details.
                  W: https://repo.ebusd.eu/apt/default/bullseye/dists/bullseye/InRelease: Schlüssel ist im veralteten Schlüsselbund trusted.gpg gespeichert (/etc/apt/trusted.gpg)                            , siehe den Abschnitt MISSBILLIGUNG in apt-key(8) für Details.
                  gpiod:
                    Installiert:           (keine)
                    Installationskandidat: 1.6.3-1+rpi1+b2
                    Versionstabelle:
                       1.6.3-1+rpi1+b2 500
                          500 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf Package pi@raspberrypi:~ $ sudo apt        500 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf Package
                  

                  Kann ich irgendwie auf die 2.1 zurück um das mal zu probieren. Hab zwar schon IOB Backup gemacht mit 2.1 aber das funktionierte auch nicht mehr. Irgendwas wurde aus meiner Sicht auch im Raspie beim Update geändert.

                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @Hasont last edited by

                    @hasont sagte in Test Adapter rpi2 2.x:

                    Anbei iob fix > da steht einiges zum System drin. Leider auch was mit w was ich nicht verstehe.

                    Dann klamüser ich das mal auseinander:

                    Kernel : armv7l
                    Userland : 32 bit

                    Dein 64-Bit-Rpi 4 ist mit einem 32Bit-OS versehen worden. Ungünstig. Installier da die 64Bit-Lite-Version. Geht aber nur als Neuinstallation.

                    System is booting into 'graphical.target'. Usually a server is running in 'multi-user.target'. Please set BootTarget to 'multi-user.target' or run 'iobroker fix '

                    Das was da steht. Server laufen im 'multi-user'-Modus.

                    *** NodeJS-Installation ***
                    /usr/bin/nodejs v18.20.6

                    nodejs 18 steht kurz vor der Abkündigung. Installier da nodejs@20. Am besten per

                    iob nodejs-update
                    

                    Die OS-Repositories sind auch irgendwie komisch/falsch/veraltet eingerichtet. Dürfte zum Teil mit der oben schon erwähnten 32Bit-Version in Zusammenhang stehen. Wird halt nicht mehr richtig gepflegt.

                    Hasont 1 Reply Last reply Reply Quote 0
                    • Hasont
                      Hasont @Thomas Braun last edited by

                      @thomas-braun
                      Hallo Thomas, wenn wir dich im Forum nicht hätten;-)
                      Danke schon mal für die Unterstützung.
                      1.) nodejs hab ich jetzt nachinstalliert.
                      2.) zum Thema OS-Repos hab ich gelesen, dass es hauptsächlich bei den 32bit System liegt.
                      Einfach Schlüssel umkopieren und scheinbar war es das (siehe log).

                      sudo cp /etc/apt/trusted.gpg /etc/apt/trusted.gpg.d
                      

                      Jetzt hat er noch ein Problem in der sources list.
                      Denke das hat aber alles nix mit meinen GPIOs zu tun. Hast du da noch weitere Tips.
                      Z.B. wie ich zur RSP2 Version 2.1 zurück komme!
                      Ich verspreche auch, dass ich bei Gelegenheit mal wirklich das ganze System neu aufsetze.
                      Ich hab aber viel Angst davor weil ich nicht mehr nachvollziehen kann was ich vor 4 Jahren so alles gemacht habe.
                      Ich weiss aber noch, dass ich wochenlang am Thema eBus, GPIOs und letztlich IoBroker rumgemacht habe.
                      Und bis vorgestern hat auch alles prima funktioniert.

                      Your system is booting into 'graphical.target', which means that a user interfac                                                      e or desktop is available. Usually a server is running without a desktop to have                                                       more RAM available. Do you want to switch to 'multi-user.target'? (y/N)
                      library: loaded
                      Library version=2024-10-22
                      
                      ==========================================================================
                      
                          Welcome to the ioBroker installation fixer!
                          Script version: 205-02-02
                      
                          You might need to enter your password a couple of times.
                      
                      ==========================================================================
                      
                      
                      ==========================================================================
                          Installing prerequisites (1/5)
                      ==========================================================================
                      
                      OK:1 http://raspbian.raspberrypi.org/raspbian bookworm InRelease
                      OK:2 http://archive.raspberrypi.org/debian bookworm InRelease
                      OK:3 https://deb.nodesource.com/node_20.x nodistro InRelease
                      OK:4 https://repo.ebusd.eu/apt/default/bullseye bullseye InRelease
                      Paketlisten werden gelesen… Fertig
                      W: Das Laden der konfigurierten Datei »non-free-firmware/binary-armhf/Packages« wird übersprungen, da das                             Depot »http://raspbian.raspberrypi.org/raspbian bookworm InRelease« die Komponente »non-free-firmware« nic                            ht enthält. (Schreibfehler bei der Angabe der Komponente in sources.list?)
                      W: Das Laden der konfigurierten Datei »non-free-firmware/i18n/Translation-de« wird übersprungen, da das De                            pot »http://raspbian.raspberrypi.org/raspbian bookworm InRelease« die Komponente »non-free-firmware« nicht                             enthält. (Schreibfehler bei der Angabe der Komponente in sources.list?)
                      W: Das Laden der konfigurierten Datei »non-free-firmware/i18n/Translation-de_DE« wird übersprungen, da das                             Depot »http://raspbian.raspberrypi.org/raspbian bookworm InRelease« die Komponente »non-free-firmware« ni                            cht enthält. (Schreibfehler bei der Angabe der Komponente in sources.list?)
                      W: Das Laden der konfigurierten Datei »non-free-firmware/i18n/Translation-en« wird übersprungen, da das De                            pot »http://raspbian.raspberrypi.org/raspbian bookworm InRelease« die Komponente »non-free-firmware« nicht                             enthält. (Schreibfehler bei der Angabe der Komponente in sources.list?)
                      
                      ==========================================================================
                          Checking ioBroker user and directory permissions (2/5)
                      ==========================================================================
                      
                      Created /etc/sudoers.d/iobroker
                      Fixing directory permissions...
                      
                      ==========================================================================
                          Check and cleanup npm temporary directories (3/5)
                      ==========================================================================
                      
                      Done.
                      
                      ==========================================================================
                          Database maintenance (4/5)
                      ==========================================================================
                      
                      Checking for uncompressed JSONL databases... This might take a while!
                      
                      Compressing /opt/iobroker/iobroker-data/states.jsonl
                      Compressing /opt/iobroker/iobroker-data/objects.jsonl
                      Compressed 2 JSONL files. Done
                      
                      ==========================================================================
                          Checking autostart (5/5)
                      ==========================================================================
                      
                      ==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ====
                      Legitimierung ist zum Stoppen von »iobroker.service« notwendig.
                      Authenticating as: ,,, (pi)
                      Password: polkit-agent-helper-1: pam_authenticate failed: Authentication failure
                      Enabling autostart...
                      Autostart enabled!
                      
                      ==========================================================================
                      
                          Your installation was fixed successfully
                          Run iobroker start to start ioBroker again!
                      
                      ==========================================================================
                      
                      
                      Thomas Braun Homoran 2 Replies Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Hasont last edited by

                        @hasont sagte in Test Adapter rpi2 2.x:

                        Ich verspreche auch, dass ich bei Gelegenheit mal wirklich das ganze System neu aufsetze.

                        Dann kann ich mir ja dann mit stabilem Setup deinerseits Gedanken machen.

                        Hasont 2 Replies Last reply Reply Quote 0
                        • Hasont
                          Hasont @Thomas Braun last edited by

                          @thomas-braun

                          Kann ich verstehen, dann muss ich wohl demnächst in den sauren Apfel beißen. Ist halt mit 65 und wenig Linux Kenntniss ne große Hürde.

                          1 Reply Last reply Reply Quote 0
                          • Homoran
                            Homoran Global Moderator Administrators @Hasont last edited by

                            @hasont sagte in Test Adapter rpi2 2.x:

                            Ich hab aber viel Angst davor weil ich nicht mehr nachvollziehen kann was ich vor 4 Jahren so alles gemacht habe.

                            dann mach es jetzt auf einer neuen Karte.
                            Die alte bleibt als Notfall-Fallback.

                            Also kein Risiko - kein Grund für Angst

                            Hasont 1 Reply Last reply Reply Quote 0
                            • Hasont
                              Hasont @Homoran last edited by

                              @homoran sagte in Test Adapter rpi2 2.x:

                              @hasont sagte in Test Adapter rpi2 2.x:

                              Ich hab aber viel Angst davor weil ich nicht mehr nachvollziehen kann was ich vor 4 Jahren so alles gemacht habe.

                              dann mach es jetzt auf einer neuen Karte.
                              Die alte bleibt als Notfall-Fallback.

                              Also kein Risiko - kein Grund für Angst

                              Angst überwunden und wollte grad loslegen. Bitte noch kurze Hilfe.
                              Was würdet ihr als Startversion von Bookworm nehmen > Raspian oder Debian oder ist das egal?
                              Hab Raspie 4 mit 4GB und die light Version. Gibt es irgendeine Möglichkeit die Grundkonfiguration schon auf dem SD Stick zu machen da der Raspie mit allem drum und dran im Keller verbaut ist und ich dort weder mit Monitor (miniHDMI) noch sonstwie drankomme?

                              Das Source.list Problem wäre jetzt zwar auch gelöst (war doppelter Eintrag "non-free-firmware" aber um weiter Hilfe zu bekommen muss ich da ja jetzt wohl durch. Die 32bit sind ja auch für die Zukunft blöd.

                              Homoran 1 Reply Last reply Reply Quote 0
                              • Homoran
                                Homoran Global Moderator Administrators @Hasont last edited by Homoran

                                @hasont sagte in Test Adapter rpi2 2.x:

                                Raspian oder Debian

                                Raspberry Pi OS lite 64bit
                                (ist im Prinzip Debian)

                                1 Reply Last reply Reply Quote 0
                                • Hasont
                                  Hasont @Thomas Braun last edited by Hasont

                                  @thomas-braun
                                  @Garfonso

                                  Hallo Thomas, hallo garfonso

                                  habe grad angefangen mit der Neuinstallation.
                                  Gab nur zwei kleine Fehler die man wahrscheinlich ignorieren kann. Beim Raspi:

                                  dpkg: warning: unable to delete old directory '/lib/firmware/raspberrypi/bootloader-2712': Directory not empty
                                  dpkg: warning: unable to delete old directory '/lib/firmware/raspberrypi/bootloader-2711/latest': Directory not empty
                                  dpkg: warning: unable to delete old directory '/lib/firmware/raspberrypi': Directory not empty
                                  

                                  Beim Raspie hab ich mit Raspi-Config die GPIOs eingeschaltet.

                                  Fehler beim IoBroker:

                                  rm: das Entfernen von '/etc/apt/keyrings/nodesource.gpg' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
                                  

                                  Habe dann als erstes rpi2 Version 2.3.1 installiert, der Adapter geht auf grün und nachdem ich alle GPIOs konfiguriert habe ist das Ergebnis leider das gleiche.
                                  Alle Kontakte ziehen an und müssen anfangs von "null" auf false gestellt werden.
                                  Nach einem Neustart genau das gleiche aber die GPIOs werden dann mit false angezeigt obwohl die True sind.
                                  Ich kann die dann händisch im Objekt auf true schalten und bei false gehen die Relais dann aus. Ist bei allen 8 so.
                                  Im Log steht:

                                  rpi2 has an invalid jsonConfig: [{"instancePath":"/items/_gpios/items/_pullUpWarning/hidden","schemaPath":"#/patternProperties/%5E.%2B/properties/hidden/type","keyword":"type","params":{"type":"string"},"message":"must be string"},{"instancePath":"/items/_gpios","schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/9/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"},{"instancePath":"","schemaPath":"#/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"}]
                                  

                                  Brauch jetzt ne Pause und Bitte euch um weitere Hilfe zum Thema.
                                  Beide Systeme kann ich durch SD Kartentausch zum Leben erwecken falls irgendwelche Logs benötigt werden mache ich das gerne. Wenn möglich bitte Info ob ich zur rpi2 Version 2.1 irgendwie zurück komme.

                                  Edit: 9:20
                                  Hab die alte SD karte wieder rein und Backup vom Samstag mit 2.1 eingespielt. Mit der 2.1 kann ich damit nun überhaupt keine Kontakte mehr schalten und es kommen beim Schalten Fehlermeldungen.

                                  016
                                  
                                  Log-Größe: 7.0 MB
                                  Zeit
                                  	
                                  rpi2.0
                                  	2025-02-05 09:26:23.595	warn	Port 21 is not writable, because disabled.
                                  rpi2.0
                                  	2025-02-05 09:26:22.580	warn	Port 21 is not writable, because disabled.
                                  rpi2.0
                                  	2025-02-05 09:26:21.949	warn	Port 20 is not writable, because disabled.
                                  rpi2.0
                                  	2025-02-05 09:26:20.940	warn	Port 20 is not writable, because disabled.
                                  rpi2.0
                                  	2025-02-05 09:26:20.130	warn	Port 16 is not writable, because disabled.
                                  rpi2.0
                                  	2025-02-05 09:26:19.100	warn	Port 16 is not writable, because disabled.
                                  rpi2.0
                                  	2025-02-05 09:26:18.444	warn	Port 26 is not writable, because disabled.
                                  rpi2.0
                                  	2025-02-05 09:26:17.444	warn	Port 26 is not writable, because disabled.
                                  rpi2.0
                                  	2025-02-05 09:26:16.960	warn	Port 19 is not writable, because disabled.
                                  rpi2.0
                                  	2025-02-05 09:26:15.957	warn	Port 19 is not writable, because disabled.
                                  rpi2.0
                                  	2025-02-05 09:26:15.362	warn	Port 13 is not writable, because disabled.
                                  rpi2.0
                                  	2025-02-05 09:26:14.355	warn	Port 13 is not writable, because disabled.
                                  rpi2.0
                                  	2025-02-05 09:26:13.831	warn	Port 12 is not writable, because disabled.
                                  rpi2.0
                                  	2025-02-05 09:26:12.817	warn	Port 12 is not writable, because disabled.
                                  rpi2.0
                                  	2025-02-05 09:26:12.184	warn	Port 25 is not writable, because disabled.
                                  rpi2.0
                                  	2025-02-05 09:26:11.181	warn	Port 25 is not writable, because disabled.
                                  

                                  Es hat sich daher aus meiner Sicht beim einspielen der 2.3.1 etwas am Raspi geändert sonst müsste das doch wieder gehen wie vorher.

                                  LG
                                  Horst

                                  Edit 6.02.25 Kurzer Status
                                  Habe IoBroker zurückgespielt, RPI2 ausgeschaltet. Bin am verzweifeln mit MQTT, EBUS und SPI>MCP3008
                                  Alles was ich mir vor 5 Jahren aufgeschrieben habe funktioniert nicht mehr. Threads lesen bringt nix weil die alle seit Bookworm veraltet sind.

                                  Garfonso 1 Reply Last reply Reply Quote 0
                                  • Garfonso
                                    Garfonso Developer @Hasont last edited by Garfonso

                                    @hasont said in Test Adapter rpi2 2.x:

                                    Es hat sich daher aus meiner Sicht beim einspielen der 2.3.1 etwas am Raspi geändert sonst müsste das doch wieder gehen wie vorher.

                                    Ja, die Konfiguration hat sich verändert. Das sind die Fehlermeldungen, die du bei der 2.1 jetzt bekommst. Die versteht die neue Konfiguration nicht. Du müsstest also die GPIOs für die nochmal neu konfigurieren bzw. bei jedem Wechsel konfigurieren.

                                    Ich gehe auch gerade nochmal alle Code-Änderungen durch und kann nichts entdecken, was zwischen der 2.1 und der 2.3.1 zu deinem Problem, besonders der null states beim Adapterstart führen sollte. Bei Ausgängen hat der Adapter noch nie beim start gelesen, was die so treiben. kopfkratz Was sich geändert hat, ist, dass Anfangswert 0 bzw. Anfangswert 1 den Zustand vom Ausgang entsprechend setzen beim Start (ohne Anfangswert wird nichts gesetzt).
                                    Wenn ich dich richtig verstehe, hättest du ja gerne ein 0 bei den Ausgängen beim Adapterstart, oder? Und das geht nicht, wenn du die auf Anfangswert 0 stellst?
                                    Und übrigens ist das Entprellen auch in die Tabelle der GPIOs gewandert. Das sollte (tm) übernommen worden sein, aber da kannst du ja auch mal prüfen, ob das bei deinen Eingängen noch passt. Damit hattest du auch Probleme, oder?

                                    Kannst du mir mal deine Konfiguration posten (in den Instanz-Einstellungen oben rechts auf den "Nach unten" Pfeil drücken, da kommt ein JSON raus, das müsstest du hier anhängen können oder so)

                                    Hasont 1 Reply Last reply Reply Quote 1
                                    • Garfonso
                                      Garfonso Developer @Moppedman last edited by Garfonso

                                      @moppedman
                                      Ok, danke für die Tabelle.

                                      Ich hab heute nochmal Zeit zum testen gefunden und... äh... wie du festgestellt hast, hatte "Startwert XY" keine Funktion... hust
                                      Das sollte in der 2.3.2 repariert sein.

                                      @Hasont
                                      Gilt für dich auch -> Starwert 1/0 hat in der 2.3.1 (und früher) keinen Effekt, sollte aber in 2.3.2 etwas tun. Ich hoffe, das hilft dir weiter.

                                      @Smallfeuer
                                      behebt das dein Problem vielleicht auch? kopfkratz

                                      S 1 Reply Last reply Reply Quote 1
                                      • S
                                        Smallfeuer @Garfonso last edited by

                                        @garfonso Den Ausgang hast du noch nicht Invertiert, oder? Siehe meinem letzten Beitrag?

                                        Wenn das keinen Stört dann sollten wir es so lassen. Ich würde am WE mal die neue Version testen, aber aktuell läuft es wie gesagt problemlos. Never Change a running System ^^.

                                        Ich hab die Tabelle von @Moppedman nicht gefunden, könnt Ihr die mal teilen?

                                        Moppedman 1 Reply Last reply Reply Quote 0
                                        • Garfonso
                                          Garfonso Developer @Smallfeuer last edited by

                                          @smallfeuer said in Test Adapter rpi2 2.x:

                                          Das Problem mit dem vertauschten True/False bezieht sich bei mir nur auf den Ausgang.
                                          line 22: "GPIO22" "opengpio_0_22_output" output active-high [used]
                                          Bei state True ist der Ausgang ohne Spannung.

                                          Aktuell funktioniert alles - die Schaltung des Ausgangs erscheint mir in dem Fall halt nur unlogisch. Daher nochmal im Detail.

                                          Das meinst du? Da gibt es aktuell nichts was den Wert irgendwie umdrehen würde (das hatte ich falsch im Kopf). Habe es gerade nochmal getestet. Der Adapter reicht das true/false, was du ins state Objekt setzt (nach einigen Überprüfungen), unverändert an die Bibliothek für die GPIOs weiter. Soweit ich das sehe, kann ich da auch (aktuell) nichts konfigurieren. Insofern wüsste ich nicht, wie ich das ändern kann.

                                          Wenn ich das richtig sehe, hatte @Elektroman den Wunsch da das true/false konfigurierbar umzudrehen. Das werde ich mir angucken, wie ich das mache. Sollte gehen, ist ja nur eine Configsache. Komme ich hoffentlich die Tage zu.
                                          Was aber sein kann, ist, dass im state bei einem Ausgang Unsinn steht, der hat auch den Flag read: false gesetzt. Insofern sollte man sich mehr damit beschäftigen, was man da rein schreibt als was gerade drin steht. 😉

                                          Der Post von Moppedman mit der Tabelle ist hier

                                          S 1 Reply Last reply Reply Quote 0
                                          • Hasont
                                            Hasont @Garfonso last edited by Hasont

                                            @garfonso
                                            Vielen Dank für deine Hilfe, anbei die Datei

                                            {
                                              "c_cpu": true,
                                              "c_raspberry": false,
                                              "c_memory": true,
                                              "c_network": true,
                                              "c_sdcard": true,
                                              "c_swap": true,
                                              "c_temperature": true,
                                              "c_uptime": true,
                                              "c_wlan": true,
                                              "interval": 60000,
                                              "gpioSettings": [
                                                {
                                                  "gpio": 12,
                                                  "configuration": "outlow",
                                                  "debounceOrPoll": 0,
                                                  "pullUp": false,
                                                  "pullDown": false,
                                                  "label": "Wasserstop Garten"
                                                },
                                                {
                                                  "gpio": 13,
                                                  "configuration": "outlow",
                                                  "debounceOrPoll": 0,
                                                  "pullUp": false,
                                                  "pullDown": false,
                                                  "label": "Tuya V2"
                                                },
                                                {
                                                  "gpio": 16,
                                                  "configuration": "outlow",
                                                  "debounceOrPoll": 0,
                                                  "pullUp": false,
                                                  "pullDown": false,
                                                  "label": "Carport V1"
                                                },
                                                {
                                                  "gpio": 17,
                                                  "configuration": "in",
                                                  "debounceOrPoll": 250,
                                                  "pullUp": false,
                                                  "pullDown": false,
                                                  "label": "Taster V3 Haus"
                                                },
                                                {
                                                  "gpio": 18,
                                                  "configuration": "in",
                                                  "debounceOrPoll": 250,
                                                  "pullUp": false,
                                                  "pullDown": false,
                                                  "label": "NC"
                                                },
                                                {
                                                  "gpio": 19,
                                                  "configuration": "outlow",
                                                  "debounceOrPoll": 0,
                                                  "pullUp": false,
                                                  "pullDown": false,
                                                  "label": "Haus V3"
                                                },
                                                {
                                                  "gpio": 20,
                                                  "configuration": "outlow",
                                                  "debounceOrPoll": 0,
                                                  "pullUp": false,
                                                  "pullDown": false,
                                                  "label": "Garten V4 NC"
                                                },
                                                {
                                                  "gpio": 21,
                                                  "configuration": "outlow",
                                                  "debounceOrPoll": 0,
                                                  "pullUp": false,
                                                  "pullDown": false,
                                                  "label": "Wasserstop Haus"
                                                },
                                                {
                                                  "gpio": 22,
                                                  "configuration": "in",
                                                  "debounceOrPoll": 250,
                                                  "pullUp": false,
                                                  "pullDown": false,
                                                  "label": "NC"
                                                },
                                                {
                                                  "gpio": 23,
                                                  "configuration": "in",
                                                  "debounceOrPoll": 250,
                                                  "pullUp": false,
                                                  "pullDown": false,
                                                  "label": "NC"
                                                },
                                                {
                                                  "gpio": 24,
                                                  "configuration": "in",
                                                  "debounceOrPoll": 250,
                                                  "pullUp": false,
                                                  "pullDown": false,
                                                  "label": "NC"
                                                },
                                                {
                                                  "gpio": 25,
                                                  "configuration": "outlow",
                                                  "debounceOrPoll": 0,
                                                  "pullUp": false,
                                                  "pullDown": false,
                                                  "label": "Trafo Ventile"
                                                },
                                                {
                                                  "gpio": 26,
                                                  "configuration": "outlow",
                                                  "debounceOrPoll": 0,
                                                  "pullUp": false,
                                                  "pullDown": false,
                                                  "label": "Garten V1"
                                                },
                                                {
                                                  "gpio": 27,
                                                  "configuration": "in",
                                                  "debounceOrPoll": 0,
                                                  "pullUp": false,
                                                  "pullDown": false,
                                                  "label": null
                                                }
                                              ]
                                            }
                                            

                                            Ist frisch installiert und alle Relais angezogen.
                                            Werte in Objekte sind nach Neuinstall "null" und nach setzen von true und false gehen die Relais aus und das kommt im log nach Neustart.

                                            rpi2 has an invalid jsonConfig: [{"instancePath":"/items/_gpios/items/_pullUpWarning/hidden","schemaPath":"#/patternProperties/%5E.%2B/properties/hidden/type","keyword":"type","params":{"type":"string"},"message":"must be string"},{"instancePath":"/items/_gpios","schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/9/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"},{"instancePath":"","schemaPath":"#/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"}]
                                            

                                            Wie komme ich zur 2.3.2 damit ich die testen kann.
                                            Wie versprochen, mach ich jetzt alles unter neu aufgesetzten Raspie 4 mit Bookworm 64bit.
                                            LG Horst

                                            Hasont 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            393
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            27
                                            496
                                            62233
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo