Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter rpi2 2.x

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.5k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.0k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    2.7k

Test Adapter rpi2 2.x

Geplant Angeheftet Gesperrt Verschoben Tester
519 Beiträge 29 Kommentatoren 149.4k Aufrufe 20 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • GarfonsoG Garfonso
    Aktuelle Test Version 2.1.1
    Veröffentlichungsdatum 13.10.2024
    Github Link https://github.com/iobroker-community-adapters/ioBroker.rpi2

    Hi.
    Der RPI2 Adapter macht aktuell an zwei Stellen Probleme:

    1. nach Aktualisierung von Raspian auf das Release "Bookworm" gehen GPIOs nicht mehr, weil die Methode, die der Adapter genutzt hat veraltet ist und in Bookworm entfernt wurde.
    2. Raspberry 5 geht nicht (?)
    3. der Adapter muss an JS-Controller 6.x angepasst werden.
    4. Ein paar der Informationen wurden nicht vernünftig abgerufen und wie die implementiert waren, war auch eher fragwürdig...

    Dem Parsen der Informationen hat sich dankenswerterweise @Thomas-Braun angenommen. Guckt mal, ob da jetzt alles so kommt, wie es soll.
    Ich habe mich der Aktualisierung und Anpassung an JS-Controller 6.x und neuer GPIO Bibliothek angenommen. Das ist leider alles noch etwas wackelig in node.js... ich musste drei Bibliotheken durchprobieren. Alle haben ziemlich unterschiedliche Features und es fehlt überall etwas, leider. :-/
    Aber zumindest GPIO Input und Output müsste jetzt gehen.

    Was aktuelle (noch) nicht geht:

    • Konfiguration der Pins als Buttons... die werden einfach als input behandelt. Das wird ohne großen Aufwand auch nicht zurückkommen. Da müssten sich die Leute, die das verwenden, mal melden mit ihren User-cases... da muss alles von Hand neu programmiert werden, das mache ich nur, wenn da ausreichend Leute zusammen kommen. ;-)
    • Konfiguration der Ausgänge - also High/Low. Es dürfte immer High sein. Da bitte Aufpassen beim testen!
    • Pullup/PullDown geht auch grundsätzlich nicht, aber das scheint im alten Adapter auch schon so gewesen zu sein. Daran wird aber gearbeitet.

    Sonst "sollte" erst einmal alles gehen.
    Bitte auch mutige vor, die mit "alten" Raspian Versionen testen können und gucken, ob alles so geht, wie vorher. :-)

    Installieren entweder über admin oder z.B. mit iob upgrade rpi2@2.1.1

    Alpha.11:

    • Weiterer Versuch gpio Input hinzubekommen.

    Alpha.12:

    • Debounce Timer neuimplementiert, damit GPIO Inputs vernünftig ankommen.

    Alpha.13:

    • OutHigh wird im code unterstützt (indem einfach der Wert rumgedreht wird)
    • states für buttons werden gelöscht und ein "state" Zustand erstellt.

    2.0.0:

    • debounce-Verhalten wie in alter Version (hab übersehen, dass sie doch in Settings einstellbar war und verstanden, dass "undefiniert" 0 bedeutet -> hoffe damit kommen jetzt alle Inputs)

    2.1.1:

    • gpio sollte wieder grundsätzlich gehen
    • Rasspberry Zero Unterstützung
    • gpio Bibliothek ist jetzt zwingend eine dependency. Die Systembibliothek wird per preinstall Script mit installiert.

    2.1.2:

    • Theoretisch konnten noch Änderungen verloren gehen, weil der state nur geschrieben wurde, wenn sich der Wert verändert hat (Race-Condition bei sehr schnellen Pulsen). Sollte jetzt auch nicht mehr passieren.
    HasontH Offline
    HasontH Offline
    Hasont
    schrieb am zuletzt editiert von Hasont
    #416

    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

    GarfonsoG 1 Antwort Letzte Antwort
    0
    • HasontH 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

      GarfonsoG Offline
      GarfonsoG Offline
      Garfonso
      Developer
      schrieb am zuletzt editiert von
      #417

      @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".

      Ultimativer Lovelace Leitfaden: https://forum.iobroker.net/topic/35937/der-ultimative-iobroker-lovelace-leitfaden-dokumentation

      Lovelace UI Beispiele: https://forum.iobroker.net/topic/35950/zeigt-her-eure-lovelace-visualisierung

      HasontH 1 Antwort Letzte Antwort
      0
      • GarfonsoG Garfonso

        @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".

        HasontH Offline
        HasontH Offline
        Hasont
        schrieb am zuletzt editiert von Hasont
        #418

        @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 BraunT 1 Antwort Letzte Antwort
        0
        • HasontH 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 BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #419

          @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.

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          HasontH 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @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.

            HasontH Offline
            HasontH Offline
            Hasont
            schrieb am zuletzt editiert von
            #420

            @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 BraunT HomoranH 2 Antworten Letzte Antwort
            0
            • HasontH Hasont

              @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 BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #421

              @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.

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              HasontH 2 Antworten Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @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.

                HasontH Offline
                HasontH Offline
                Hasont
                schrieb am zuletzt editiert von
                #422

                @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 Antwort Letzte Antwort
                0
                • HasontH Hasont

                  @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!
                  
                  ==========================================================================
                  
                  
                  HomoranH Nicht stören
                  HomoranH Nicht stören
                  Homoran
                  Global Moderator Administrators
                  schrieb am zuletzt editiert von
                  #423

                  @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

                  kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                  HasontH 1 Antwort Letzte Antwort
                  0
                  • HomoranH Homoran

                    @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

                    HasontH Offline
                    HasontH Offline
                    Hasont
                    schrieb am zuletzt editiert von
                    #424

                    @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.

                    HomoranH 1 Antwort Letzte Antwort
                    0
                    • HasontH Hasont

                      @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.

                      HomoranH Nicht stören
                      HomoranH Nicht stören
                      Homoran
                      Global Moderator Administrators
                      schrieb am zuletzt editiert von Homoran
                      #425

                      @hasont sagte in Test Adapter rpi2 2.x:

                      Raspian oder Debian

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

                      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                      1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @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.

                        HasontH Offline
                        HasontH Offline
                        Hasont
                        schrieb am zuletzt editiert von Hasont
                        #426

                        @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.

                        GarfonsoG 1 Antwort Letzte Antwort
                        0
                        • HasontH 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.

                          GarfonsoG Offline
                          GarfonsoG Offline
                          Garfonso
                          Developer
                          schrieb am zuletzt editiert von Garfonso
                          #427

                          @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)

                          Ultimativer Lovelace Leitfaden: https://forum.iobroker.net/topic/35937/der-ultimative-iobroker-lovelace-leitfaden-dokumentation

                          Lovelace UI Beispiele: https://forum.iobroker.net/topic/35950/zeigt-her-eure-lovelace-visualisierung

                          HasontH 1 Antwort Letzte Antwort
                          1
                          • MoppedmanM Moppedman

                            Hi @garfonso

                            Frohes Neues Jahr erst mal.

                            Hat was gedauert da ich mir erst zwei Testsysteme aufgebaut habe. Eins mit dem Pi4 unter Buster und V1.3.2 des RPiO und ein zweites mit dem PI5 mit Bookworm und V2.3.1 getestet. Ergebnis ist wie folgt:

                            74e48393-8fbf-4f02-b58f-f187f2c0f03c-grafik.png

                            Beim Anhalten des neuen Adapters bleiben die Relais im geschaltet Zustand EIN. Nach dem Neustart bleiben die Relais AUS , unabhängig was ich als Startwert in die Config eintrage. Das wäre schön wenn du das noch anpassen könntest das der Ausgang nach dem Neustart dem Wert in der Config entspricht. (Startwert "0" = EIN)

                            Über das Verhalten beim Anhalten des Adapters habe ich noch einmal nachgedacht ob die Ausgänge nicht doch innerhalb des V1.3.2 weggeschaltet werden. Ich halte ja innerhalb des IOB den Adapter an. Das sollte das Betriebssystem eigentlich nicht interessieren.

                            GarfonsoG Offline
                            GarfonsoG Offline
                            Garfonso
                            Developer
                            schrieb am zuletzt editiert von Garfonso
                            #428

                            @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

                            Ultimativer Lovelace Leitfaden: https://forum.iobroker.net/topic/35937/der-ultimative-iobroker-lovelace-leitfaden-dokumentation

                            Lovelace UI Beispiele: https://forum.iobroker.net/topic/35950/zeigt-her-eure-lovelace-visualisierung

                            S 1 Antwort Letzte Antwort
                            1
                            • GarfonsoG 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 Offline
                              S Offline
                              Smallfeuer
                              schrieb am zuletzt editiert von
                              #429

                              @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?

                              MoppedmanM 1 Antwort Letzte Antwort
                              0
                              • S 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.

                                GarfonsoG Offline
                                GarfonsoG Offline
                                Garfonso
                                Developer
                                schrieb am zuletzt editiert von
                                #430

                                @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

                                Ultimativer Lovelace Leitfaden: https://forum.iobroker.net/topic/35937/der-ultimative-iobroker-lovelace-leitfaden-dokumentation

                                Lovelace UI Beispiele: https://forum.iobroker.net/topic/35950/zeigt-her-eure-lovelace-visualisierung

                                S 1 Antwort Letzte Antwort
                                0
                                • GarfonsoG 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)

                                  HasontH Offline
                                  HasontH Offline
                                  Hasont
                                  schrieb am zuletzt editiert von Hasont
                                  #431

                                  @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

                                  HasontH 1 Antwort Letzte Antwort
                                  0
                                  • HasontH 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

                                    HasontH Offline
                                    HasontH Offline
                                    Hasont
                                    schrieb am zuletzt editiert von Hasont
                                    #432

                                    @Garfonso

                                    Hallo Garfonso,
                                    ich habe gerade das Update mit der Katze auf 2.3.2 aufgespielt.
                                    Es kam eine Meldung, dass ich

                                    sudo apt --fix-broken install
                                    

                                    auführen soll was ich auch gemacht habe. Beim zweiten Update kam dann eine Ellenlange liste

                                    sudo apt --fix-broken install
                                    
                                    $ iobroker url iobroker-community-adapters/ioBroker.rpi2 --host raspberrypi --debug
                                    install iobroker-community-adapters/ioBroker.rpi2
                                    NPM version: 10.8.2
                                    Installing iobroker-community-adapters/ioBroker.rpi2... (System call)
                                    > iobroker.rpi2@2.3.2 preinstall> sudo apt-get install -y libgpiod-dev || exit 0
                                    Reading package lists...
                                    Building dependency tree...
                                    Reading state information...
                                    libgpiod-dev is already the newest version (1.6.3-1+b3).The following package was automatically installed and is no longer required:
                                    libcamera0.3Use 'sudo apt autoremove' to remove it.
                                    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                                    > node-dht-sensor@0.4.4 install> node-gyp configure
                                    gyp info it worked if it ends with okgyp info using node-gyp@10.1.0gyp info using node@20.18.2 | linux | arm64
                                    gyp info find Python using Python version 3.11.2 found at "/usr/bin/python3"
                                    gyp info spawn /usr/bin/python3
                                    gyp info spawn args [
                                    gyp info spawn args '/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',gyp info spawn args 'binding.gyp',gyp info spawn args '-f',gyp info spawn args 'make',gyp info spawn args '-I',gyp info spawn args '/opt/iobroker/node_modules/node-dht-sensor/build/config.gypi',gyp info spawn args '-I',gyp info spawn args '/usr/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',gyp info spawn args '-I',gyp info spawn args '/home/iobroker/.cache/node-gyp/20.18.2/include/node/common.gypi',gyp info spawn args '-Dlibrary=shared_library',gyp info spawn args '-Dvisibility=default',gyp info spawn args '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/20.18.2',gyp info spawn args '-Dnode_gyp_dir=/usr/lib/node_modules/npm/node_modules/node-gyp',gyp info spawn args '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/20.18.2/<(target_arch)/node.lib',gyp info spawn args '-Dmodule_root_dir=/opt/iobroker/node_modules/node-dht-sensor',gyp info spawn args '-Dnode_engine=v8',gyp info spawn args '--depth=.',gyp info spawn args '--no-parallel',gyp info spawn args '--generator-output',gyp info spawn args 'build',gyp info spawn args '-Goutput_dir=.'gyp info spawn args ]
                                    gyp info ok 
                                    > opengpio@1.0.17 install> node-gyp rebuild
                                    gyp info using node-gyp@10.1.0gyp info using node@20.18.2 | linux | arm64
                                    gyp info find Python using Python version 3.11.2 found at "/usr/bin/python3"
                                    gyp info spawn /usr/bin/python3
                                    gyp info spawn args '-I',gyp info spawn args '/opt/iobroker/node_modules/opengpio/build/config.gypi',gyp info spawn args '-I',gyp info spawn args '/usr/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',gyp info spawn args '-I',gyp info spawn args '/home/iobroker/.cache/node-gyp/20.18.2/include/node/common.gypi',gyp info spawn args '-Dlibrary=shared_library',gyp info spawn args '-Dvisibility=default',gyp info spawn args '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/20.18.2',gyp info spawn args '-Dnode_gyp_dir=/usr/lib/node_modules/npm/node_modules/node-gyp',gyp info spawn args '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/20.18.2/<(target_arch)/node.lib',gyp info spawn args '-Dmodule_root_dir=/opt/iobroker/node_modules/opengpio',gyp info spawn args '-Dnode_engine=v8',gyp info spawn args '--depth=.',gyp info spawn args '--no-parallel',gyp info spawn args '--generator-output',gyp info spawn args 'build',gyp info spawn args '-Goutput_dir=.'gyp info spawn args ]
                                    gyp info spawn makegyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
                                    CXX(target) Release/obj.target/opengpio/cpp/opengpio.o
                                    SOLINK_MODULE(target) Release/obj.target/opengpio.node
                                    COPY Release/opengpio.node
                                    make: Leaving directory '/opt/iobroker/node_modules/opengpio/build'
                                    gyp info ok 
                                    > node-dht-sensor@0.4.4 postinstall> node-gyp build
                                    gyp info using node-gyp@10.1.0gyp info using node@20.18.2 | linux | arm64
                                    gyp info spawn make
                                    CC(target) Release/obj.target/nothing/node_modules/node-addon-api/src/nothing.o
                                    rm -f Release/obj.target/node_modules/node-addon-api/src/nothing.a Release/obj.target/node_modules/node-addon-api/src/nothing.a.ar-file-list; mkdir -p `dirname Release/obj.target/node_modules/node-addon-api/src/nothing.a`
                                    ar crs Release/obj.target/node_modules/node-addon-api/src/nothing.a @Release/obj.target/node_modules/node-addon-api/src/nothing.a.ar-file-list
                                    CC(target) Release/obj.target/node_dht_sensor/src/bcm2835/bcm2835.o
                                    ../src/bcm2835/bcm2835.c: In function ‘bcm2835_init’:
                                    ../src/bcm2835/bcm2835.c:1818:84: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1818 | bcm2835_peripherals = mapmem("gpio", bcm2835_peripherals_size, memfd, (off_t)(uint32_t)bcm2835_peripherals_base); | ^../src/bcm2835/bcm2835.c:1851:84: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1851 | bcm2835_peripherals = mapmem("gpio", bcm2835_peripherals_size, memfd, (off_t)(uint32_t)bcm2835_peripherals_base); | ^
                                    CXX(target) Release/obj.target/node_dht_sensor/src/node-dht-sensor.o
                                    CXX(target) Release/obj.target/node_dht_sensor/src/dht-sensor.o
                                    CXX(target) Release/obj.target/node_dht_sensor/src/util.o
                                    SOLINK_MODULE(target) Release/obj.target/node_dht_sensor.node
                                    COPY Release/node_dht_sensor.node
                                    make: Leaving directory '/opt/iobroker/node_modules/node-dht-sensor/build'
                                    gyp info ok 
                                    added 7 packages in 1m155 packages are looking for funding run `npm fund` for details
                                    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 [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 [3] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.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
                                    Updating objects from io-package.json for adapter "rpi2" with version "2.3.2"
                                    Process exited with code 0
                                    

                                    Die Ausgänge hab ich auf Ausgangsstellung 0 eingestellt.
                                    Der Adapter schaltet jetzt ganz kurz alle Relais was auch wahrscheinlich früher so war und zeigt den Zustand dann auch richtig an. Ich wäre aus jetzigen Stand damit zufrieden. Werde morgen mal testen wie er sich bei Ausgangsstellung 1 oder nur Ausgang verhält und es dir melden.
                                    Vielen, vielen Dank schon mal.
                                    LG Horst

                                    PS: Mit meinem Update auf Bookworm wäre ich dann nach 4 Tagen (40Stunden) bis auf den SPI durch.
                                    SPI brauch ich für meine Feuchtigkeitsfühler. Am leichtesten war das IoBroker Update. Am längsten hat der eBus gedauert.
                                    Hab jetzt alles Dokumentiert;-). Ist jetzt nur noch SPI offen dann hab ichs geschafft.
                                    Edit9.02.2025 > Bin leider noch nicht zum Testen von Input, Anfang1 und Ausgang gekommen mach das aber noch!!!
                                    Komme abar mit SPI grad leider überhaupt nicht weiter, unter bookworm und 64bit hat sich alles geändert. Wenn jemand weiß wie ich da weiter komme wäre ich für jede Hilfe dankbar. Auch wiringpi gibt es scheinbar nicht mehr.
                                    Hab neuen Thread "MCP3008 in IoBroker einbinden" angelegt.

                                    HasontH 1 Antwort Letzte Antwort
                                    1
                                    • HasontH Hasont

                                      @Garfonso

                                      Hallo Garfonso,
                                      ich habe gerade das Update mit der Katze auf 2.3.2 aufgespielt.
                                      Es kam eine Meldung, dass ich

                                      sudo apt --fix-broken install
                                      

                                      auführen soll was ich auch gemacht habe. Beim zweiten Update kam dann eine Ellenlange liste

                                      sudo apt --fix-broken install
                                      
                                      $ iobroker url iobroker-community-adapters/ioBroker.rpi2 --host raspberrypi --debug
                                      install iobroker-community-adapters/ioBroker.rpi2
                                      NPM version: 10.8.2
                                      Installing iobroker-community-adapters/ioBroker.rpi2... (System call)
                                      > iobroker.rpi2@2.3.2 preinstall> sudo apt-get install -y libgpiod-dev || exit 0
                                      Reading package lists...
                                      Building dependency tree...
                                      Reading state information...
                                      libgpiod-dev is already the newest version (1.6.3-1+b3).The following package was automatically installed and is no longer required:
                                      libcamera0.3Use 'sudo apt autoremove' to remove it.
                                      0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                                      > node-dht-sensor@0.4.4 install> node-gyp configure
                                      gyp info it worked if it ends with okgyp info using node-gyp@10.1.0gyp info using node@20.18.2 | linux | arm64
                                      gyp info find Python using Python version 3.11.2 found at "/usr/bin/python3"
                                      gyp info spawn /usr/bin/python3
                                      gyp info spawn args [
                                      gyp info spawn args '/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',gyp info spawn args 'binding.gyp',gyp info spawn args '-f',gyp info spawn args 'make',gyp info spawn args '-I',gyp info spawn args '/opt/iobroker/node_modules/node-dht-sensor/build/config.gypi',gyp info spawn args '-I',gyp info spawn args '/usr/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',gyp info spawn args '-I',gyp info spawn args '/home/iobroker/.cache/node-gyp/20.18.2/include/node/common.gypi',gyp info spawn args '-Dlibrary=shared_library',gyp info spawn args '-Dvisibility=default',gyp info spawn args '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/20.18.2',gyp info spawn args '-Dnode_gyp_dir=/usr/lib/node_modules/npm/node_modules/node-gyp',gyp info spawn args '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/20.18.2/<(target_arch)/node.lib',gyp info spawn args '-Dmodule_root_dir=/opt/iobroker/node_modules/node-dht-sensor',gyp info spawn args '-Dnode_engine=v8',gyp info spawn args '--depth=.',gyp info spawn args '--no-parallel',gyp info spawn args '--generator-output',gyp info spawn args 'build',gyp info spawn args '-Goutput_dir=.'gyp info spawn args ]
                                      gyp info ok 
                                      > opengpio@1.0.17 install> node-gyp rebuild
                                      gyp info using node-gyp@10.1.0gyp info using node@20.18.2 | linux | arm64
                                      gyp info find Python using Python version 3.11.2 found at "/usr/bin/python3"
                                      gyp info spawn /usr/bin/python3
                                      gyp info spawn args '-I',gyp info spawn args '/opt/iobroker/node_modules/opengpio/build/config.gypi',gyp info spawn args '-I',gyp info spawn args '/usr/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',gyp info spawn args '-I',gyp info spawn args '/home/iobroker/.cache/node-gyp/20.18.2/include/node/common.gypi',gyp info spawn args '-Dlibrary=shared_library',gyp info spawn args '-Dvisibility=default',gyp info spawn args '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/20.18.2',gyp info spawn args '-Dnode_gyp_dir=/usr/lib/node_modules/npm/node_modules/node-gyp',gyp info spawn args '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/20.18.2/<(target_arch)/node.lib',gyp info spawn args '-Dmodule_root_dir=/opt/iobroker/node_modules/opengpio',gyp info spawn args '-Dnode_engine=v8',gyp info spawn args '--depth=.',gyp info spawn args '--no-parallel',gyp info spawn args '--generator-output',gyp info spawn args 'build',gyp info spawn args '-Goutput_dir=.'gyp info spawn args ]
                                      gyp info spawn makegyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
                                      CXX(target) Release/obj.target/opengpio/cpp/opengpio.o
                                      SOLINK_MODULE(target) Release/obj.target/opengpio.node
                                      COPY Release/opengpio.node
                                      make: Leaving directory '/opt/iobroker/node_modules/opengpio/build'
                                      gyp info ok 
                                      > node-dht-sensor@0.4.4 postinstall> node-gyp build
                                      gyp info using node-gyp@10.1.0gyp info using node@20.18.2 | linux | arm64
                                      gyp info spawn make
                                      CC(target) Release/obj.target/nothing/node_modules/node-addon-api/src/nothing.o
                                      rm -f Release/obj.target/node_modules/node-addon-api/src/nothing.a Release/obj.target/node_modules/node-addon-api/src/nothing.a.ar-file-list; mkdir -p `dirname Release/obj.target/node_modules/node-addon-api/src/nothing.a`
                                      ar crs Release/obj.target/node_modules/node-addon-api/src/nothing.a @Release/obj.target/node_modules/node-addon-api/src/nothing.a.ar-file-list
                                      CC(target) Release/obj.target/node_dht_sensor/src/bcm2835/bcm2835.o
                                      ../src/bcm2835/bcm2835.c: In function ‘bcm2835_init’:
                                      ../src/bcm2835/bcm2835.c:1818:84: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1818 | bcm2835_peripherals = mapmem("gpio", bcm2835_peripherals_size, memfd, (off_t)(uint32_t)bcm2835_peripherals_base); | ^../src/bcm2835/bcm2835.c:1851:84: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1851 | bcm2835_peripherals = mapmem("gpio", bcm2835_peripherals_size, memfd, (off_t)(uint32_t)bcm2835_peripherals_base); | ^
                                      CXX(target) Release/obj.target/node_dht_sensor/src/node-dht-sensor.o
                                      CXX(target) Release/obj.target/node_dht_sensor/src/dht-sensor.o
                                      CXX(target) Release/obj.target/node_dht_sensor/src/util.o
                                      SOLINK_MODULE(target) Release/obj.target/node_dht_sensor.node
                                      COPY Release/node_dht_sensor.node
                                      make: Leaving directory '/opt/iobroker/node_modules/node-dht-sensor/build'
                                      gyp info ok 
                                      added 7 packages in 1m155 packages are looking for funding run `npm fund` for details
                                      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 [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 [3] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.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
                                      Updating objects from io-package.json for adapter "rpi2" with version "2.3.2"
                                      Process exited with code 0
                                      

                                      Die Ausgänge hab ich auf Ausgangsstellung 0 eingestellt.
                                      Der Adapter schaltet jetzt ganz kurz alle Relais was auch wahrscheinlich früher so war und zeigt den Zustand dann auch richtig an. Ich wäre aus jetzigen Stand damit zufrieden. Werde morgen mal testen wie er sich bei Ausgangsstellung 1 oder nur Ausgang verhält und es dir melden.
                                      Vielen, vielen Dank schon mal.
                                      LG Horst

                                      PS: Mit meinem Update auf Bookworm wäre ich dann nach 4 Tagen (40Stunden) bis auf den SPI durch.
                                      SPI brauch ich für meine Feuchtigkeitsfühler. Am leichtesten war das IoBroker Update. Am längsten hat der eBus gedauert.
                                      Hab jetzt alles Dokumentiert;-). Ist jetzt nur noch SPI offen dann hab ichs geschafft.
                                      Edit9.02.2025 > Bin leider noch nicht zum Testen von Input, Anfang1 und Ausgang gekommen mach das aber noch!!!
                                      Komme abar mit SPI grad leider überhaupt nicht weiter, unter bookworm und 64bit hat sich alles geändert. Wenn jemand weiß wie ich da weiter komme wäre ich für jede Hilfe dankbar. Auch wiringpi gibt es scheinbar nicht mehr.
                                      Hab neuen Thread "MCP3008 in IoBroker einbinden" angelegt.

                                      HasontH Offline
                                      HasontH Offline
                                      Hasont
                                      schrieb am zuletzt editiert von Hasont
                                      #433

                                      @Garfonso

                                      Hallo Garfonso,

                                      die 2.3.2 habe ich nun an meinen 8 Ausgängen und 6 Eingängen getestet und bin für meine Anwendungen mit Ausgang, Ausgangswert 0 absolut zufrieden. Beim Hochfahren werden kurz alle Relais ein- und ausgeschaltet und damit kann ich leben. Die Anzeige in den Objekten ist danach korrekt.

                                      Dann habe ich alle Ausgang, Ausgangswert 1 eingestellt. Rpi2 startet neu und alle Relais sind eingeschaltet.
                                      Auch hier ist die Anzeige in den Objekten und der VIS korrekt.

                                      Ich habe dann alle auf Ausgang, Ausgang gestellt und 4 Relais ein und 4 ausgeschaltet.
                                      Nach Neustart von Rpi2 wurden diese in den Objekten und in VIS richtig angezeigt.
                                      Allerdings war es so, dass alle Relais angezogen haben. Die im Objekt eingeschalteten Relais konnte über VIS sofort ausgeschaltet werden. Die als "aus" angezeigten Ausgänge waren ein und mussten über die VIS erst ein- (nix passiert) und dann ausgeschaltet werden. Dann passt wieder alles.

                                      Die Eingänge habe ich mit 200ms entprellt. Ab und zu reagieren diese noch immer beim Einschalten von induktiven Lasten in unmittelbarer Nähe wie z.B. Trafo für die Gartenventile und Leuchtstoffröhre. Ist aber für meine Anwendung "3min Wasser vorm Haus nach Tastendruck" nicht problematisch.
                                      Gibt es für die Eingänge schon Werte die man als Standard annehmen kann. Ich konnte mit 100ms und 200ms noch keine Unterschiede feststellen. Habe auch in meinen Script noch entprellt.

                                      Vielen Dank nochmal für die schnelle Bereitstellung der 2.3.2.

                                      LG Horst

                                      L HasontH 2 Antworten Letzte Antwort
                                      1
                                      • HasontH Hasont

                                        @Garfonso

                                        Hallo Garfonso,

                                        die 2.3.2 habe ich nun an meinen 8 Ausgängen und 6 Eingängen getestet und bin für meine Anwendungen mit Ausgang, Ausgangswert 0 absolut zufrieden. Beim Hochfahren werden kurz alle Relais ein- und ausgeschaltet und damit kann ich leben. Die Anzeige in den Objekten ist danach korrekt.

                                        Dann habe ich alle Ausgang, Ausgangswert 1 eingestellt. Rpi2 startet neu und alle Relais sind eingeschaltet.
                                        Auch hier ist die Anzeige in den Objekten und der VIS korrekt.

                                        Ich habe dann alle auf Ausgang, Ausgang gestellt und 4 Relais ein und 4 ausgeschaltet.
                                        Nach Neustart von Rpi2 wurden diese in den Objekten und in VIS richtig angezeigt.
                                        Allerdings war es so, dass alle Relais angezogen haben. Die im Objekt eingeschalteten Relais konnte über VIS sofort ausgeschaltet werden. Die als "aus" angezeigten Ausgänge waren ein und mussten über die VIS erst ein- (nix passiert) und dann ausgeschaltet werden. Dann passt wieder alles.

                                        Die Eingänge habe ich mit 200ms entprellt. Ab und zu reagieren diese noch immer beim Einschalten von induktiven Lasten in unmittelbarer Nähe wie z.B. Trafo für die Gartenventile und Leuchtstoffröhre. Ist aber für meine Anwendung "3min Wasser vorm Haus nach Tastendruck" nicht problematisch.
                                        Gibt es für die Eingänge schon Werte die man als Standard annehmen kann. Ich konnte mit 100ms und 200ms noch keine Unterschiede feststellen. Habe auch in meinen Script noch entprellt.

                                        Vielen Dank nochmal für die schnelle Bereitstellung der 2.3.2.

                                        LG Horst

                                        L Offline
                                        L Offline
                                        Laser
                                        schrieb am zuletzt editiert von Laser
                                        #434

                                        @Garfonso
                                        Habe jetzt auf die 2.3.2 upgedatet (RPI 4). 4 Relaisausgänge. Bei meiner Relaisbaugruppe sind die Relais gezogen, wenn der Ausgang auf "false" steht. 2 Ausgänge "false", 2 Ausgange "true2. RPI reboot. Nach dem Reboot sind alle Relais abgefallen. Ist für mich wichtig.
                                        In den Objekten verbleiben die Statusanzeigen, wie Sie vor dem Reboot waren. Erst nach hin und herschalten passen die Statusanzeigen. Und die Relais schalten auch erst nach einmal hin und her schalten. Hin und her = Ein/Aus.
                                        Relais Aus: Objektanzeige "True". Wenn ich ein Relais Einschalten will, muß ich einen Doppelimpuls absenden. Da die Statusanzeige in den Objekten nicht passt, kann ich Die auch nicht vor dem Schaltvorgang sinnvoll abfragen. Browser aktualisieren bringt auch nichts.

                                        HasontH GarfonsoG 2 Antworten Letzte Antwort
                                        0
                                        • L Laser

                                          @Garfonso
                                          Habe jetzt auf die 2.3.2 upgedatet (RPI 4). 4 Relaisausgänge. Bei meiner Relaisbaugruppe sind die Relais gezogen, wenn der Ausgang auf "false" steht. 2 Ausgänge "false", 2 Ausgange "true2. RPI reboot. Nach dem Reboot sind alle Relais abgefallen. Ist für mich wichtig.
                                          In den Objekten verbleiben die Statusanzeigen, wie Sie vor dem Reboot waren. Erst nach hin und herschalten passen die Statusanzeigen. Und die Relais schalten auch erst nach einmal hin und her schalten. Hin und her = Ein/Aus.
                                          Relais Aus: Objektanzeige "True". Wenn ich ein Relais Einschalten will, muß ich einen Doppelimpuls absenden. Da die Statusanzeige in den Objekten nicht passt, kann ich Die auch nicht vor dem Schaltvorgang sinnvoll abfragen. Browser aktualisieren bringt auch nichts.

                                          HasontH Offline
                                          HasontH Offline
                                          Hasont
                                          schrieb am zuletzt editiert von Hasont
                                          #435

                                          @laser

                                          Das ist aber komisch jetzt!
                                          Meine Relais sind nach einem Reboot bei Ausgang=0 immer aus (bis auf das ms kurze ein/aus beim Start)
                                          Bei Ausgang=1 werden nach dem Reboot alle Relais eingeschaltet.

                                          Wird bei den Instanzen nur Ausgang ohne 0 oder 1 eingestellt so bleibt es beim letzten Status der Objekte aber alle Relais sind nach Reboot eingeschaltet.
                                          Die im Objekt mit True gekennzeichneten kann ich sofort mit False ausschalen.
                                          Die im Objekt mit False gekennzeichneten muss ich erst auf True umschalten und dann wieder auf False.
                                          Erst dann werden die Relais ausgeschaltet.

                                          Aus meiner Sicht ist nur noch was falsch wenn er nach einem Reboot mit "Ausgang (ohne 0 oder 1)" den letzten Stand wieder herstellen soll.

                                          Wird ev. auf deiner Relaiskarte etwas invertiert?
                                          Wenn der Raspie aus ist oder im Bootmodus sind dann deine Relais ein?

                                          L 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          792

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe