Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • 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. ioBroker Allgemein
  4. Slave meldet sich nicht mehr

NEWS

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    13
    1
    708

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    2.0k

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    11
    1
    914

Slave meldet sich nicht mehr

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
82 Beiträge 5 Kommentatoren 5.1k Aufrufe 4 Beobachtet
  • Ä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.
  • SMSS SMS

    @homoran @apollon77

    Slave kellerkind4GB:

    {
      "system": {
        "memoryLimitMB": 0,
        "hostname": "",
        "statisticsInterval": 15000,
        "statisticsIntervalComment": "Interval how often the counters for input/output in adapters and controller will be updated",
        "checkDiskInterval": 300000,
        "checkDiskIntervalComment": "Interval how often the disk size will be checked",
        "noChmod": false,
        "instanceStartInterval": 2000,
        "noChmodComment": "Flag to test new feature with no chmod call. Must be deleted later and noChmod must be mainline (2018.06.04)",
        "compact": false,
        "compactComment": "Controller will try to start the instances as a part of the same process. No spawn will be done. Only by adapters that support it and have flag compact flag in$
        "allowShellCommands": false,
        "allowShellCommandsComment": "Allow execution of \"shell\" sendToHost commands",
        "memLimitWarn": 100,
        "memLimitWarnComment": "If the available RAM is below this threshold on adapter start, a warning will be logged.",
        "memLimitError": 50,
        "memLimitErrorComment": "If the available RAM is below this threshold on adapter start, an error will be logged."
      },
      "multihostService": {
        "enabled": false,
        "secure": true
      },
      "network": {
        "IPv4": true,
        "IPv6": true,
        "bindAddress": null
      },
      "objects": {
        "type": "file",
        "typeComment": "Possible values: 'file' - [port 9001], redis - [port 6379], couch - [port 5984].",
        "host": "192.168.178.58",
        "port": 9001,
        "user": "",
        "pass": "",
        "noFileCache": false,
        "connectTimeout": 2000,
        "writeFileInterval": 5000,
        "options": {
          "auth_pass": null,
          "retry_max_delay": 5000
        },
        "backup": {
          "disabled": false,
          "files": 24,
          "filesComment": "Minimal number of backup files, after the deletion will be executed according to backupTime settings",
          "hours": 48,
          "hoursComment": "All backups older than 48 hours will be deleted. But only if the number of files is greater than of backupNumber",
          "period": 120,
          "periodComment": "by default backup every 2 hours. Time is in minutes. To disable backup set the value to 0",
          "path": "",
          "pathComment": "Absolute path to backup directory or empty to backup in data directory"
        }
     },
      "log": {
        "level": "info",
        "maxDays": 7,
        "noStdout": true,
        "transport": {
          "file1": {
            "type": "file",
            "enabled": true,
            "filename": "log/iobroker",
            "fileext": ".log",
            "maxSize": null,
            "maxFiles": null
          },
          "syslog1": {
            "type": "syslog",
            "enabled": false,
            "host": "localhost",
            "hostComment": "The host running syslogd, defaults to localhost.",
            "portComment": "The port on the host that syslog is running on, defaults to syslogd's default port(514/UDP).",
            "protocol": "udp4",
            "protocolComment": "The network protocol to log over (e.g. tcp4, udp4, unix, unix-connect, etc).",
            "pathComment": "The path to the syslog dgram socket (i.e. /dev/log or /var/run/syslog for OS X).",
            "facilityComment": "Syslog facility to use (Default: local0).",
            "localhost": "iobroker",
            "localhostComment": "Host to indicate that log messages are coming from (Default: localhost).",
            "sysLogTypeComment": "The type of the syslog protocol to use (Default: BSD).",
            "app_nameComment": "The name of the application (Default: process.title).",
            "eolComment": "The end of line character to be added to the end of the message (Default: Message without modifications)."
          }
       }
      },
      "dataDirComment": "Always relative to iobroker.js-controller/",
      "plugins": {},
      "dataDir": "../../iobroker-data/"
    }
    
    
    apollon77A Offline
    apollon77A Offline
    apollon77
    schrieb am zuletzt editiert von
    #41

    @sms Wenn das das File vom anderen Slave ist und die IPs drin die vom master sind und hostname oben "leer" ist dann ja kannst DU so übernehemn auf den anderen Slave

    Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

    • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
    • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
    SMSS 1 Antwort Letzte Antwort
    1
    • Thomas BraunT Thomas Braun

      @homoran
      Andersherum eher. Die Rechte können ja auch 'kaputt' gehen. Das könnte dann ein Hinweis auf ein sterbendes Dateisystem sein.

      dmesg -T | grep -i ext4
      

      auf dem Host 'MotionEye' bringt?
      Und

      getfacl /opt/iobroker/iobroker-data/iobroker.json
      

      bitte.

      SMSS Offline
      SMSS Offline
      SMS
      schrieb am zuletzt editiert von
      #42

      @thomas-braun

      pi@MotionEye:~ $ dmesg -T | grep -i ext4
      [Mo Okt 25 16:13:24 2021] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=DC:A6:32:E2:9D:54 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=d666f4cc-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
      [Mo Okt 25 16:13:27 2021] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
      [Mo Okt 25 16:13:27 2021] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
      [Mo Okt 25 16:13:29 2021] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
      
      pi@MotionEye:~ $ getfacl /opt/iobroker/iobroker-data/iobroker.json
      getfacl: Entferne führende '/' von absoluten Pfadnamen
      # file: opt/iobroker/iobroker-data/iobroker.json
      # owner: iobroker
      # group: iobroker
      user::rw-
      group::r--
      group:iobroker:rwx
      mask::rwx
      other::r--
      
      
      1 Antwort Letzte Antwort
      0
      • apollon77A apollon77

        @sms Wenn das das File vom anderen Slave ist und die IPs drin die vom master sind und hostname oben "leer" ist dann ja kannst DU so übernehemn auf den anderen Slave

        SMSS Offline
        SMSS Offline
        SMS
        schrieb am zuletzt editiert von
        #43

        @apollon77

        Klappt auch nicht:

        ab7f6838-7b14-4a98-9723-427125cf2d6e-image.png

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • SMSS SMS

          @apollon77

          Klappt auch nicht:

          ab7f6838-7b14-4a98-9723-427125cf2d6e-image.png

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von Thomas Braun
          #44

          @sms

          Äh, Partition rappeldicht voll?

          df -h /
          

          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

          SMSS 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @sms

            Äh, Partition rappeldicht voll?

            df -h /
            
            SMSS Offline
            SMSS Offline
            SMS
            schrieb am zuletzt editiert von
            #45

            @thomas-braun Seltsam: 🙁

            pi@MotionEye:/opt/iobroker/iobroker-data $ df -h
            Dateisystem    Größe Benutzt Verf. Verw% Eingehängt auf
            /dev/root        15G     14G     0  100% /
            devtmpfs        3,7G       0  3,7G    0% /dev
            tmpfs           3,9G     16K  3,9G    1% /dev/shm
            tmpfs           3,9G    8,5M  3,9G    1% /run
            tmpfs           5,0M    4,0K  5,0M    1% /run/lock
            tmpfs           3,9G       0  3,9G    0% /sys/fs/cgroup
            /dev/mmcblk0p1  253M     49M  204M   20% /boot
            tmpfs           790M       0  790M    0% /run/user/1000
            
            
            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • SMSS SMS

              @thomas-braun Seltsam: 🙁

              pi@MotionEye:/opt/iobroker/iobroker-data $ df -h
              Dateisystem    Größe Benutzt Verf. Verw% Eingehängt auf
              /dev/root        15G     14G     0  100% /
              devtmpfs        3,7G       0  3,7G    0% /dev
              tmpfs           3,9G     16K  3,9G    1% /dev/shm
              tmpfs           3,9G    8,5M  3,9G    1% /run
              tmpfs           5,0M    4,0K  5,0M    1% /run/lock
              tmpfs           3,9G       0  3,9G    0% /sys/fs/cgroup
              /dev/mmcblk0p1  253M     49M  204M   20% /boot
              tmpfs           790M       0  790M    0% /run/user/1000
              
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von Thomas Braun
              #46

              @sms sagte in Slave meldet sich nicht mehr:

              Dateisystem    Größe Benutzt Verf. Verw% Eingehängt auf
              /dev/root        15G     14G     0  100% /
              

              Dicht.

              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

              SMSS 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @sms sagte in Slave meldet sich nicht mehr:

                Dateisystem    Größe Benutzt Verf. Verw% Eingehängt auf
                /dev/root        15G     14G     0  100% /
                

                Dicht.

                SMSS Offline
                SMSS Offline
                SMS
                schrieb am zuletzt editiert von SMS
                #47

                @thomas-braun aber warum? Außer backups, welche doch auf dem Master abgelegt werden sollten, mache ich da nichts

                Oder kommt das von den Updates.

                Thomas BraunT HomoranH 2 Antworten Letzte Antwort
                0
                • SMSS SMS

                  @thomas-braun aber warum? Außer backups, welche doch auf dem Master abgelegt werden sollten, mache ich da nichts

                  Oder kommt das von den Updates.

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #48

                  @sms
                  Dann musst du mal schauen was da so massiv Platz braucht.
                  MotionEye... Vermutlich die ganzen erfassten Videos.

                  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

                  SMSS 1 Antwort Letzte Antwort
                  0
                  • SMSS SMS

                    @thomas-braun aber warum? Außer backups, welche doch auf dem Master abgelegt werden sollten, mache ich da nichts

                    Oder kommt das von den Updates.

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

                    @sms sagte in Slave meldet sich nicht mehr:

                    Außer backups, welche doch auf dem Master abgelegt werden sollten,

                    wie kommst du darauf?
                    wie machst du denn die Backups?

                    kein Support per PN! - Fragen im Forum stellen -
                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                    Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                    SMSS 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @sms
                      Dann musst du mal schauen was da so massiv Platz braucht.
                      MotionEye... Vermutlich die ganzen erfassten Videos.

                      SMSS Offline
                      SMSS Offline
                      SMS
                      schrieb am zuletzt editiert von
                      #50

                      @thomas-braun nicht das ich wüsste. wie könnte ich das rausfinden ob da wo was abgelegt wurde?

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • HomoranH Homoran

                        @sms sagte in Slave meldet sich nicht mehr:

                        Außer backups, welche doch auf dem Master abgelegt werden sollten,

                        wie kommst du darauf?
                        wie machst du denn die Backups?

                        SMSS Offline
                        SMSS Offline
                        SMS
                        schrieb am zuletzt editiert von
                        #51

                        @homoran über den Adapter Backitup

                        HomoranH 1 Antwort Letzte Antwort
                        0
                        • SMSS Offline
                          SMSS Offline
                          SMS
                          schrieb am zuletzt editiert von SMS
                          #52

                          falscher Post

                          1 Antwort Letzte Antwort
                          0
                          • SMSS SMS

                            @thomas-braun nicht das ich wüsste. wie könnte ich das rausfinden ob da wo was abgelegt wurde?

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #53

                            @sms sagte in Slave meldet sich nicht mehr:

                            wie könnte ich das rausfinden ob da wo was abgelegt wurde?

                            Ich mach das mit

                            ncdu
                            

                            kann aber sein, dass das bei dir nachinstalliert werden muss. Und ohne Platz schwierig.

                            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

                            SMSS 1 Antwort Letzte Antwort
                            0
                            • SMSS SMS

                              @homoran über den Adapter Backitup

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

                              @sms sagte in Slave meldet sich nicht mehr:

                              @homoran über den Adapter Backitup

                              bitte vollständige Info!
                              ist der auf dem Slave installiert?

                              kein Support per PN! - Fragen im Forum stellen -
                              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                              Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                              SMSS 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @sms sagte in Slave meldet sich nicht mehr:

                                wie könnte ich das rausfinden ob da wo was abgelegt wurde?

                                Ich mach das mit

                                ncdu
                                

                                kann aber sein, dass das bei dir nachinstalliert werden muss. Und ohne Platz schwierig.

                                SMSS Offline
                                SMSS Offline
                                SMS
                                schrieb am zuletzt editiert von
                                #55

                                @thomas-braun

                                ncdu 1.13 ~ Use the arrow keys to navigate, press ? for help
                                --- /home/pi -----------------------------------------------------------------------------
                                   83,8 MiB [##########] /.npm
                                    6,9 MiB [          ] /.cache
                                  308,0 KiB [          ]  pi_buster_motion_4.2.2-1_armhf.deb
                                   24,0 KiB [          ] /.local
                                   16,0 KiB [          ] /.config
                                    8,0 KiB [          ] /.gnupg
                                    8,0 KiB [          ] /.iobroker
                                    4,0 KiB [          ]  .bash_history
                                    4,0 KiB [          ]  .bashrc
                                    4,0 KiB [          ]  .profile
                                    4,0 KiB [          ]  .bash_logout
                                    4,0 KiB [          ]  .npmrc
                                    0,0   B [          ]  .iobroker.json.swp
                                
                                
                                
                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • SMSS SMS

                                  @thomas-braun

                                  ncdu 1.13 ~ Use the arrow keys to navigate, press ? for help
                                  --- /home/pi -----------------------------------------------------------------------------
                                     83,8 MiB [##########] /.npm
                                      6,9 MiB [          ] /.cache
                                    308,0 KiB [          ]  pi_buster_motion_4.2.2-1_armhf.deb
                                     24,0 KiB [          ] /.local
                                     16,0 KiB [          ] /.config
                                      8,0 KiB [          ] /.gnupg
                                      8,0 KiB [          ] /.iobroker
                                      4,0 KiB [          ]  .bash_history
                                      4,0 KiB [          ]  .bashrc
                                      4,0 KiB [          ]  .profile
                                      4,0 KiB [          ]  .bash_logout
                                      4,0 KiB [          ]  .npmrc
                                      0,0   B [          ]  .iobroker.json.swp
                                  
                                  
                                  
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #56

                                  @sms Du musst aus /home/pi raus, die dicken Dinger liegen in anderen Ästen des Dateisystems.

                                  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

                                  SMSS 1 Antwort Letzte Antwort
                                  0
                                  • HomoranH Homoran

                                    @sms sagte in Slave meldet sich nicht mehr:

                                    @homoran über den Adapter Backitup

                                    bitte vollständige Info!
                                    ist der auf dem Slave installiert?

                                    SMSS Offline
                                    SMSS Offline
                                    SMS
                                    schrieb am zuletzt editiert von
                                    #57

                                    @homoran nein auf dem Master

                                    2f5cd2e0-48e3-49cd-a1d4-6673a06d1aca-image.png

                                    fe106f94-cb93-46b3-94c6-ecdd201cce3f-image.png

                                    1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @sms Du musst aus /home/pi raus, die dicken Dinger liegen in anderen Ästen des Dateisystems.

                                      SMSS Offline
                                      SMSS Offline
                                      SMS
                                      schrieb am zuletzt editiert von
                                      #58

                                      @thomas-braun

                                      ncdu 1.13 ~ Use the arrow keys to navigate, press ? for help
                                      --- / -------------------------------------------------------------------------------------------------------------------------------------------------
                                      .  12,0 GiB [##########] /var
                                          1,4 GiB [#         ] /usr
                                      . 264,7 MiB [          ] /home
                                        245,6 MiB [          ] /opt
                                         48,1 MiB [          ] /boot
                                      .   8,4 MiB [          ] /run
                                      .   3,7 MiB [          ] /etc
                                        360,0 KiB [          ] /rpi-clone
                                      .  32,0 KiB [          ] /tmp
                                      !  16,0 KiB [          ] /lost+found
                                         12,0 KiB [          ] /mnt
                                      e   4,0 KiB [          ] /srv
                                      !   4,0 KiB [          ] /root
                                      e   4,0 KiB [          ] /media
                                      .   0,0   B [          ] /sys
                                      .   0,0   B [          ] /proc
                                          0,0   B [          ] /dev
                                      @   0,0   B [          ]  sbin
                                      @   0,0   B [          ]  lib
                                      @   0,0   B [          ]  bin
                                      
                                      
                                      
                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • SMSS SMS

                                        @thomas-braun

                                        ncdu 1.13 ~ Use the arrow keys to navigate, press ? for help
                                        --- / -------------------------------------------------------------------------------------------------------------------------------------------------
                                        .  12,0 GiB [##########] /var
                                            1,4 GiB [#         ] /usr
                                        . 264,7 MiB [          ] /home
                                          245,6 MiB [          ] /opt
                                           48,1 MiB [          ] /boot
                                        .   8,4 MiB [          ] /run
                                        .   3,7 MiB [          ] /etc
                                          360,0 KiB [          ] /rpi-clone
                                        .  32,0 KiB [          ] /tmp
                                        !  16,0 KiB [          ] /lost+found
                                           12,0 KiB [          ] /mnt
                                        e   4,0 KiB [          ] /srv
                                        !   4,0 KiB [          ] /root
                                        e   4,0 KiB [          ] /media
                                        .   0,0   B [          ] /sys
                                        .   0,0   B [          ] /proc
                                            0,0   B [          ] /dev
                                        @   0,0   B [          ]  sbin
                                        @   0,0   B [          ]  lib
                                        @   0,0   B [          ]  bin
                                        
                                        
                                        
                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #59

                                        @sms sagte in Slave meldet sich nicht mehr:

                                        12,0 GiB [##########] /var

                                        Da ist der Hund begraben.

                                        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

                                        SMSS 1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @sms sagte in Slave meldet sich nicht mehr:

                                          12,0 GiB [##########] /var

                                          Da ist der Hund begraben.

                                          SMSS Offline
                                          SMSS Offline
                                          SMS
                                          schrieb am zuletzt editiert von
                                          #60

                                          @thomas-braun Da finde ich das:

                                          d677db12-b6e5-4779-b76b-c30b917651f6-image.png

                                          HomoranH Thomas BraunT 2 Antworten Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          562

                                          Online

                                          32.9k

                                          Benutzer

                                          83.1k

                                          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