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. Einsteigerfragen
  4. Installation
  5. iobroker Installation ok, aber kein Zugriff über localhost

NEWS

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

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

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

iobroker Installation ok, aber kein Zugriff über localhost

Geplant Angeheftet Gesperrt Verschoben Installation
38 Beiträge 6 Kommentatoren 4.3k Aufrufe 6 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.
  • M mwolle

    Moin zusammen,
    nach stundenlanger suche komme ich nicht weiter: Normale iobroker Installation auf Raspi PI 4:

    curl -sLf https://iobroker.net/install.sh | bash -
    

    Installation ist sauber durch gelaufen, aber mit localhost:8081 bekomme ich nur localhost hat die Verbindung abgelehnt
    Prüfung mit:

    iobroker status
    iobroker is running on this host.
    
    
    Objects type: jsonl
    States  type: jsonl
    

    sieht gut aus, ebenso

    iobroker list adapters
    system.adapter.admin                   : admin          - v6.3.3
    system.adapter.backitup                : backitup       - v2.5.9
    system.adapter.discovery               : discovery      - v3.1.0
    
    

    das einzige was mir auffällt ist unter:

    netstat -n -a -p TCP
    Aktive Internetverbindungen (Server und stehende Verbindungen)
    Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
    tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN      -                   
    tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      -                   
    tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      -                   
    tcp        0      0 0.0.0.0:8888            0.0.0.0:*               LISTEN      -                   
    tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      -                   
    tcp        0      0 127.0.0.1:9001          127.0.0.1:59054         VERBUNDEN   -                   
    tcp        0      0 127.0.0.1:44330         127.0.0.1:9000          VERBUNDEN   -                   
    tcp        0      0 127.0.0.1:59060         127.0.0.1:9001          VERBUNDEN   -                   
    tcp        0      0 127.0.0.1:9001          127.0.0.1:59088         VERBUNDEN   -                   
    tcp        0      0 127.0.0.1:59062         127.0.0.1:9001          VERBUNDEN   -                   
    tcp        0      0 127.0.0.1:52256         127.0.0.1:9001          VERBUNDEN   -                   
    tcp        0      0 127.0.0.1:47924         127.0.0.1:9001          TIME_WAIT   -                   
    tcp        0      0 127.0.0.1:9000          127.0.0.1:50192         TIME_WAIT   -                   
    tcp        0      0 127.0.0.1:44314         127.0.0.1:9000          VERBUNDEN   -                   
    tcp        0      0 127.0.0.1:44320         127.0.0.1:9000          VERBUNDEN   -                   
    tcp        0      0 127.0.0.1:9001          127.0.0.1:59058         VERBUNDEN   -      
    
    

    hier sehe ich keinen geforderten Eintrag zu 0.0.0.0:8081

    Was kann ich noch tun?

    GlasfaserG Offline
    GlasfaserG Offline
    Glasfaser
    schrieb am zuletzt editiert von
    #2

    @mwolle sagte in iobroker Installation ok, aber kein Zugriff über localhost:

    auf Raspi PI 4:

    mit localhost:8081 bekomme ich nur localhost hat die Verbindung abgelehnt

    was ist mit aufruf über die IP:

    http://deineIPvomRaspberry:8081

    Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

    M 1 Antwort Letzte Antwort
    0
    • M mwolle

      Moin zusammen,
      nach stundenlanger suche komme ich nicht weiter: Normale iobroker Installation auf Raspi PI 4:

      curl -sLf https://iobroker.net/install.sh | bash -
      

      Installation ist sauber durch gelaufen, aber mit localhost:8081 bekomme ich nur localhost hat die Verbindung abgelehnt
      Prüfung mit:

      iobroker status
      iobroker is running on this host.
      
      
      Objects type: jsonl
      States  type: jsonl
      

      sieht gut aus, ebenso

      iobroker list adapters
      system.adapter.admin                   : admin          - v6.3.3
      system.adapter.backitup                : backitup       - v2.5.9
      system.adapter.discovery               : discovery      - v3.1.0
      
      

      das einzige was mir auffällt ist unter:

      netstat -n -a -p TCP
      Aktive Internetverbindungen (Server und stehende Verbindungen)
      Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
      tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN      -                   
      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      -                   
      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      -                   
      tcp        0      0 0.0.0.0:8888            0.0.0.0:*               LISTEN      -                   
      tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      -                   
      tcp        0      0 127.0.0.1:9001          127.0.0.1:59054         VERBUNDEN   -                   
      tcp        0      0 127.0.0.1:44330         127.0.0.1:9000          VERBUNDEN   -                   
      tcp        0      0 127.0.0.1:59060         127.0.0.1:9001          VERBUNDEN   -                   
      tcp        0      0 127.0.0.1:9001          127.0.0.1:59088         VERBUNDEN   -                   
      tcp        0      0 127.0.0.1:59062         127.0.0.1:9001          VERBUNDEN   -                   
      tcp        0      0 127.0.0.1:52256         127.0.0.1:9001          VERBUNDEN   -                   
      tcp        0      0 127.0.0.1:47924         127.0.0.1:9001          TIME_WAIT   -                   
      tcp        0      0 127.0.0.1:9000          127.0.0.1:50192         TIME_WAIT   -                   
      tcp        0      0 127.0.0.1:44314         127.0.0.1:9000          VERBUNDEN   -                   
      tcp        0      0 127.0.0.1:44320         127.0.0.1:9000          VERBUNDEN   -                   
      tcp        0      0 127.0.0.1:9001          127.0.0.1:59058         VERBUNDEN   -      
      
      

      hier sehe ich keinen geforderten Eintrag zu 0.0.0.0:8081

      Was kann ich noch tun?

      crunchipC Abwesend
      crunchipC Abwesend
      crunchip
      Forum Testing Most Active
      schrieb am zuletzt editiert von
      #3

      @mwolle sagte in iobroker Installation ok, aber kein Zugriff über localhost:

      hat die Verbindung abgelehnt

      läuft denn der admin?

      iob list instances
      

      umgestiegen von Proxmox auf Unraid

      M 1 Antwort Letzte Antwort
      0
      • crunchipC crunchip

        @mwolle sagte in iobroker Installation ok, aber kein Zugriff über localhost:

        hat die Verbindung abgelehnt

        läuft denn der admin?

        iob list instances
        
        M Offline
        M Offline
        mwolle
        schrieb am zuletzt editiert von
        #4

        @crunchip

        iobroker list instances
          system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
        + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
        + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
        
        + instance is alive
        
        

        sieht für mich gut aus

        crunchipC 1 Antwort Letzte Antwort
        0
        • GlasfaserG Glasfaser

          @mwolle sagte in iobroker Installation ok, aber kein Zugriff über localhost:

          auf Raspi PI 4:

          mit localhost:8081 bekomme ich nur localhost hat die Verbindung abgelehnt

          was ist mit aufruf über die IP:

          http://deineIPvomRaspberry:8081

          M Offline
          M Offline
          mwolle
          schrieb am zuletzt editiert von
          #5

          @glasfaser

          leider das gleiche Ergebnis

          GlasfaserG 2 Antworten Letzte Antwort
          0
          • M mwolle

            @glasfaser

            leider das gleiche Ergebnis

            GlasfaserG Offline
            GlasfaserG Offline
            Glasfaser
            schrieb am zuletzt editiert von Glasfaser
            #6

            @mwolle sagte in iobroker Installation ok, aber kein Zugriff über localhost:

            @glasfaser
            leider das gleiche Ergebnis

            anderen Browser mal genutzt .
            Pi Hole vorhanden ... Firewall !?

            Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

            1 Antwort Letzte Antwort
            0
            • M mwolle

              @glasfaser

              leider das gleiche Ergebnis

              GlasfaserG Offline
              GlasfaserG Offline
              Glasfaser
              schrieb am zuletzt editiert von
              #7

              @mwolle

              mache mal

              iobroker start admin
              

              Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

              M 1 Antwort Letzte Antwort
              0
              • M mwolle

                @crunchip

                iobroker list instances
                  system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                
                + instance is alive
                
                

                sieht für mich gut aus

                crunchipC Abwesend
                crunchipC Abwesend
                crunchip
                Forum Testing Most Active
                schrieb am zuletzt editiert von crunchip
                #8

                @mwolle nein der admin läuft nicht, siehst du am fehlendem + davor
                wie schon geschrieben, admin starten

                umgestiegen von Proxmox auf Unraid

                M 1 Antwort Letzte Antwort
                0
                • GlasfaserG Glasfaser

                  @mwolle

                  mache mal

                  iobroker start admin
                  
                  M Offline
                  M Offline
                  mwolle
                  schrieb am zuletzt editiert von
                  #9

                  @glasfaser keine Besserung

                  GlasfaserG 1 Antwort Letzte Antwort
                  0
                  • crunchipC crunchip

                    @mwolle nein der admin läuft nicht, siehst du am fehlendem + davor
                    wie schon geschrieben, admin starten

                    M Offline
                    M Offline
                    mwolle
                    schrieb am zuletzt editiert von
                    #10

                    @crunchip ok, aber mit iobroker start admin gibt es auch keine Besserung...

                    crunchipC 1 Antwort Letzte Antwort
                    0
                    • M mwolle

                      @crunchip ok, aber mit iobroker start admin gibt es auch keine Besserung...

                      crunchipC Abwesend
                      crunchipC Abwesend
                      crunchip
                      Forum Testing Most Active
                      schrieb am zuletzt editiert von
                      #11

                      @mwolle und jetzt mit deiner ip aufrufen

                      umgestiegen von Proxmox auf Unraid

                      1 Antwort Letzte Antwort
                      0
                      • M mwolle

                        @glasfaser keine Besserung

                        GlasfaserG Offline
                        GlasfaserG Offline
                        Glasfaser
                        schrieb am zuletzt editiert von
                        #12

                        @mwolle sagte in iobroker Installation ok, aber kein Zugriff über localhost:

                        @glasfaser keine Besserung

                        Dann zeigen :

                        iobroker logs --watch
                        

                        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                        M 1 Antwort Letzte Antwort
                        0
                        • GlasfaserG Glasfaser

                          @mwolle sagte in iobroker Installation ok, aber kein Zugriff über localhost:

                          @glasfaser keine Besserung

                          Dann zeigen :

                          iobroker logs --watch
                          
                          M Offline
                          M Offline
                          mwolle
                          schrieb am zuletzt editiert von
                          #13

                          @glasfaser oh ha...

                          2022-12-22 08:34:28.871  - error: admin.0 (5429) Cannot read properties of null (reading '_acl')
                          2022-12-22 08:34:28.895  - info: admin.0 (5429) terminating http server on port 8081
                          2022-12-22 08:34:28.897  - info: admin.0 (5429) terminating
                          2022-12-22 08:34:28.898  - warn: admin.0 (5429) Terminated (UNCAUGHT_EXCEPTION): Without reason
                          2022-12-22 08:34:29.136  - error: host.raspberrypi Caught by controller[0]: TypeError: Cannot read properties of null (reading '_acl')
                          2022-12-22 08:34:29.136  - error: host.raspberrypi Caught by controller[0]:     at SocketCommandsAdmin.subscribe (/opt/iobroker/node_modules/@iobroker/socket-classes/lib/socketCommands.js:288:117)
                          2022-12-22 08:34:29.136  - error: host.raspberrypi Caught by controller[0]:     at SocketAdmin.subscribe (/opt/iobroker/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:181:23)
                          2022-12-22 08:34:29.137  - error: host.raspberrypi Caught by controller[0]:     at initSocket (/opt/iobroker/node_modules/iobroker.admin/main.js:499:12)
                          2022-12-22 08:34:29.137  - error: host.raspberrypi Caught by controller[0]:     at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/lib/web.js:1048:29)
                          2022-12-22 08:34:29.137  - error: host.raspberrypi Caught by controller[0]:     at processImmediate (node:internal/timers:468:21)
                          2022-12-22 08:34:29.137  - error: host.raspberrypi instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                          2022-12-22 08:34:29.137  - info: host.raspberrypi Restart adapter system.adapter.admin.0 because enabled
                          2022-12-22 08:34:59.171  - info: host.raspberrypi instance system.adapter.admin.0 started with pid 5446
                          2022-12-22 08:35:02.096  - info: admin.0 (5446) starting. Version 6.3.3 in /opt/iobroker/node_modules/iobroker.admin, node: v16.19.0, js-controller: 4.0.23
                          2022-12-22 08:35:02.148  - info: admin.0 (5446) requesting all states
                          2022-12-22 08:35:02.149  - info: admin.0 (5446) requesting all objects
                          2022-12-22 08:35:02.250  - info: admin.0 (5446) received all objects
                          2022-12-22 08:35:02.268  - warn: admin.0 (5446) Repository cannot be read: Active repo - stable
                          2022-12-22 08:35:02.269  - warn: admin.0 (5446) Active repository "stable" cannot be read
                          2022-12-22 08:35:02.372  - warn: admin.0 (5446) Cannot check node.js versions: Error: unexpected end of file
                          2022-12-22 08:35:02.387  - info: admin.0 (5446) http server listening on port 8081
                          2022-12-22 08:35:02.388  - info: admin.0 (5446) Use link "http://localhost:8081" to configure.
                          2022-12-22 08:35:02.397  - info: admin.0 (5446) socket.io server listening on port 8081
                          2022-12-22 08:35:02.406  - error: admin.0 (5446) uncaught exception: Cannot read properties of null (reading '_acl')
                          2022-12-22 08:35:02.407  - error: admin.0 (5446) TypeError: Cannot read properties of null (reading '_acl')
                              at SocketCommandsAdmin.subscribe (/opt/iobroker/node_modules/@iobroker/socket-classes/lib/socketCommands.js:288:117)
                              at SocketAdmin.subscribe (/opt/iobroker/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:181:23)
                              at initSocket (/opt/iobroker/node_modules/iobroker.admin/main.js:499:12)
                              at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/lib/web.js:1048:29)
                              at processImmediate (node:internal/timers:468:21)
                          2022-12-22 08:35:02.407  - error: admin.0 (5446) Cannot read properties of null (reading '_acl')
                          2022-12-22 08:35:02.433  - info: admin.0 (5446) terminating http server on port 8081
                          2022-12-22 08:35:02.435  - info: admin.0 (5446) terminating
                          2022-12-22 08:35:02.436  - warn: admin.0 (5446) Terminated (UNCAUGHT_EXCEPTION): Without reason
                          2022-12-22 08:35:02.627  - error: host.raspberrypi Caught by controller[0]: TypeError: Cannot read properties of null (reading '_acl')
                          2022-12-22 08:35:02.628  - error: host.raspberrypi Caught by controller[0]:     at SocketCommandsAdmin.subscribe (/opt/iobroker/node_modules/@iobroker/socket-classes/lib/socketCommands.js:288:117)
                          2022-12-22 08:35:02.628  - error: host.raspberrypi Caught by controller[0]:     at SocketAdmin.subscribe (/opt/iobroker/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:181:23)
                          2022-12-22 08:35:02.628  - error: host.raspberrypi Caught by controller[0]:     at initSocket (/opt/iobroker/node_modules/iobroker.admin/main.js:499:12)
                          2022-12-22 08:35:02.628  - error: host.raspberrypi Caught by controller[0]:     at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/lib/web.js:1048:29)
                          2022-12-22 08:35:02.628  - error: host.raspberrypi Caught by controller[0]:     at processImmediate (node:internal/timers:468:21)
                          2022-12-22 08:35:02.629  - error: host.raspberrypi instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                          2022-12-22 08:35:02.629  - info: host.raspberrypi Restart adapter system.adapter.admin.0 because enabled
                          2022-12-22 08:35:32.671  - info: host.raspberrypi instance system.adapter.admin.0 started with pid 5475
                          2022-12-22 08:35:35.040  - info: admin.0 (5475) starting. Version 6.3.3 in /opt/iobroker/node_modules/iobroker.admin, node: v16.19.0, js-controller: 4.0.23
                          2022-12-22 08:35:35.095  - info: admin.0 (5475) requesting all states
                          2022-12-22 08:35:35.096  - info: admin.0 (5475) requesting all objects
                          2022-12-22 08:35:35.191  - info: admin.0 (5475) received all objects
                          2022-12-22 08:35:35.208  - warn: admin.0 (5475) Repository cannot be read: Active repo - stable
                          2022-12-22 08:35:35.210  - warn: admin.0 (5475) Active repository "stable" cannot be read
                          2022-12-22 08:35:35.311  - warn: admin.0 (5475) Cannot check node.js versions: Error: unexpected end of file
                          2022-12-22 08:35:35.324  - info: admin.0 (5475) http server listening on port 8081
                          2022-12-22 08:35:35.325  - info: admin.0 (5475) Use link "http://localhost:8081" to configure.
                          2022-12-22 08:35:35.333  - info: admin.0 (5475) socket.io server listening on port 8081
                          2022-12-22 08:35:35.342  - error: admin.0 (5475) uncaught exception: Cannot read properties of null (reading '_acl')
                          2022-12-22 08:35:35.342  - error: admin.0 (5475) TypeError: Cannot read properties of null (reading '_acl')
                              at SocketCommandsAdmin.subscribe (/opt/iobroker/node_modules/@iobroker/socket-classes/lib/socketCommands.js:288:117)
                              at SocketAdmin.subscribe (/opt/iobroker/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:181:23)
                              at initSocket (/opt/iobroker/node_modules/iobroker.admin/main.js:499:12)
                              at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/lib/web.js:1048:29)
                              at processImmediate (node:internal/timers:468:21)
                          2022-12-22 08:35:35.343  - error: admin.0 (5475) Cannot read properties of null (reading '_acl')
                          2022-12-22 08:35:35.371  - info: admin.0 (5475) terminating http server on port 8081
                          2022-12-22 08:35:35.375  - info: admin.0 (5475) terminating
                          2022-12-22 08:35:35.376  - warn: admin.0 (5475) Terminated (UNCAUGHT_EXCEPTION): Without reason
                          2022-12-22 08:35:35.597  - error: host.raspberrypi Caught by controller[0]: TypeError: Cannot read properties of null (reading '_acl')
                          2022-12-22 08:35:35.597  - error: host.raspberrypi Caught by controller[0]:     at SocketCommandsAdmin.subscribe (/opt/iobroker/node_modules/@iobroker/socket-classes/lib/socketCommands.js:288:117)
                          2022-12-22 08:35:35.597  - error: host.raspberrypi Caught by controller[0]:     at SocketAdmin.subscribe (/opt/iobroker/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:181:23)
                          2022-12-22 08:35:35.597  - error: host.raspberrypi Caught by controller[0]:     at initSocket (/opt/iobroker/node_modules/iobroker.admin/main.js:499:12)
                          2022-12-22 08:35:35.598  - error: host.raspberrypi Caught by controller[0]:     at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/lib/web.js:1048:29)
                          2022-12-22 08:35:35.598  - error: host.raspberrypi Caught by controller[0]:     at processImmediate (node:internal/timers:468:21)
                          2022-12-22 08:35:35.598  - error: host.raspberrypi instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                          2022-12-22 08:35:35.598  - info: host.raspberrypi Restart adapter system.adapter.admin.0 because enabled
                          2022-12-22 08:36:05.642  - info: host.raspberrypi instance system.adapter.admin.0 started with pid 5492
                          2022-12-22 08:36:08.421  - info: admin.0 (5492) starting. Version 6.3.3 in /opt/iobroker/node_modules/iobroker.admin, node: v16.19.0, js-controller: 4.0.23
                          
                          
                          GlasfaserG apollon77A 2 Antworten Letzte Antwort
                          0
                          • M mwolle

                            @glasfaser oh ha...

                            2022-12-22 08:34:28.871  - error: admin.0 (5429) Cannot read properties of null (reading '_acl')
                            2022-12-22 08:34:28.895  - info: admin.0 (5429) terminating http server on port 8081
                            2022-12-22 08:34:28.897  - info: admin.0 (5429) terminating
                            2022-12-22 08:34:28.898  - warn: admin.0 (5429) Terminated (UNCAUGHT_EXCEPTION): Without reason
                            2022-12-22 08:34:29.136  - error: host.raspberrypi Caught by controller[0]: TypeError: Cannot read properties of null (reading '_acl')
                            2022-12-22 08:34:29.136  - error: host.raspberrypi Caught by controller[0]:     at SocketCommandsAdmin.subscribe (/opt/iobroker/node_modules/@iobroker/socket-classes/lib/socketCommands.js:288:117)
                            2022-12-22 08:34:29.136  - error: host.raspberrypi Caught by controller[0]:     at SocketAdmin.subscribe (/opt/iobroker/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:181:23)
                            2022-12-22 08:34:29.137  - error: host.raspberrypi Caught by controller[0]:     at initSocket (/opt/iobroker/node_modules/iobroker.admin/main.js:499:12)
                            2022-12-22 08:34:29.137  - error: host.raspberrypi Caught by controller[0]:     at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/lib/web.js:1048:29)
                            2022-12-22 08:34:29.137  - error: host.raspberrypi Caught by controller[0]:     at processImmediate (node:internal/timers:468:21)
                            2022-12-22 08:34:29.137  - error: host.raspberrypi instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                            2022-12-22 08:34:29.137  - info: host.raspberrypi Restart adapter system.adapter.admin.0 because enabled
                            2022-12-22 08:34:59.171  - info: host.raspberrypi instance system.adapter.admin.0 started with pid 5446
                            2022-12-22 08:35:02.096  - info: admin.0 (5446) starting. Version 6.3.3 in /opt/iobroker/node_modules/iobroker.admin, node: v16.19.0, js-controller: 4.0.23
                            2022-12-22 08:35:02.148  - info: admin.0 (5446) requesting all states
                            2022-12-22 08:35:02.149  - info: admin.0 (5446) requesting all objects
                            2022-12-22 08:35:02.250  - info: admin.0 (5446) received all objects
                            2022-12-22 08:35:02.268  - warn: admin.0 (5446) Repository cannot be read: Active repo - stable
                            2022-12-22 08:35:02.269  - warn: admin.0 (5446) Active repository "stable" cannot be read
                            2022-12-22 08:35:02.372  - warn: admin.0 (5446) Cannot check node.js versions: Error: unexpected end of file
                            2022-12-22 08:35:02.387  - info: admin.0 (5446) http server listening on port 8081
                            2022-12-22 08:35:02.388  - info: admin.0 (5446) Use link "http://localhost:8081" to configure.
                            2022-12-22 08:35:02.397  - info: admin.0 (5446) socket.io server listening on port 8081
                            2022-12-22 08:35:02.406  - error: admin.0 (5446) uncaught exception: Cannot read properties of null (reading '_acl')
                            2022-12-22 08:35:02.407  - error: admin.0 (5446) TypeError: Cannot read properties of null (reading '_acl')
                                at SocketCommandsAdmin.subscribe (/opt/iobroker/node_modules/@iobroker/socket-classes/lib/socketCommands.js:288:117)
                                at SocketAdmin.subscribe (/opt/iobroker/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:181:23)
                                at initSocket (/opt/iobroker/node_modules/iobroker.admin/main.js:499:12)
                                at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/lib/web.js:1048:29)
                                at processImmediate (node:internal/timers:468:21)
                            2022-12-22 08:35:02.407  - error: admin.0 (5446) Cannot read properties of null (reading '_acl')
                            2022-12-22 08:35:02.433  - info: admin.0 (5446) terminating http server on port 8081
                            2022-12-22 08:35:02.435  - info: admin.0 (5446) terminating
                            2022-12-22 08:35:02.436  - warn: admin.0 (5446) Terminated (UNCAUGHT_EXCEPTION): Without reason
                            2022-12-22 08:35:02.627  - error: host.raspberrypi Caught by controller[0]: TypeError: Cannot read properties of null (reading '_acl')
                            2022-12-22 08:35:02.628  - error: host.raspberrypi Caught by controller[0]:     at SocketCommandsAdmin.subscribe (/opt/iobroker/node_modules/@iobroker/socket-classes/lib/socketCommands.js:288:117)
                            2022-12-22 08:35:02.628  - error: host.raspberrypi Caught by controller[0]:     at SocketAdmin.subscribe (/opt/iobroker/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:181:23)
                            2022-12-22 08:35:02.628  - error: host.raspberrypi Caught by controller[0]:     at initSocket (/opt/iobroker/node_modules/iobroker.admin/main.js:499:12)
                            2022-12-22 08:35:02.628  - error: host.raspberrypi Caught by controller[0]:     at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/lib/web.js:1048:29)
                            2022-12-22 08:35:02.628  - error: host.raspberrypi Caught by controller[0]:     at processImmediate (node:internal/timers:468:21)
                            2022-12-22 08:35:02.629  - error: host.raspberrypi instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                            2022-12-22 08:35:02.629  - info: host.raspberrypi Restart adapter system.adapter.admin.0 because enabled
                            2022-12-22 08:35:32.671  - info: host.raspberrypi instance system.adapter.admin.0 started with pid 5475
                            2022-12-22 08:35:35.040  - info: admin.0 (5475) starting. Version 6.3.3 in /opt/iobroker/node_modules/iobroker.admin, node: v16.19.0, js-controller: 4.0.23
                            2022-12-22 08:35:35.095  - info: admin.0 (5475) requesting all states
                            2022-12-22 08:35:35.096  - info: admin.0 (5475) requesting all objects
                            2022-12-22 08:35:35.191  - info: admin.0 (5475) received all objects
                            2022-12-22 08:35:35.208  - warn: admin.0 (5475) Repository cannot be read: Active repo - stable
                            2022-12-22 08:35:35.210  - warn: admin.0 (5475) Active repository "stable" cannot be read
                            2022-12-22 08:35:35.311  - warn: admin.0 (5475) Cannot check node.js versions: Error: unexpected end of file
                            2022-12-22 08:35:35.324  - info: admin.0 (5475) http server listening on port 8081
                            2022-12-22 08:35:35.325  - info: admin.0 (5475) Use link "http://localhost:8081" to configure.
                            2022-12-22 08:35:35.333  - info: admin.0 (5475) socket.io server listening on port 8081
                            2022-12-22 08:35:35.342  - error: admin.0 (5475) uncaught exception: Cannot read properties of null (reading '_acl')
                            2022-12-22 08:35:35.342  - error: admin.0 (5475) TypeError: Cannot read properties of null (reading '_acl')
                                at SocketCommandsAdmin.subscribe (/opt/iobroker/node_modules/@iobroker/socket-classes/lib/socketCommands.js:288:117)
                                at SocketAdmin.subscribe (/opt/iobroker/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:181:23)
                                at initSocket (/opt/iobroker/node_modules/iobroker.admin/main.js:499:12)
                                at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/lib/web.js:1048:29)
                                at processImmediate (node:internal/timers:468:21)
                            2022-12-22 08:35:35.343  - error: admin.0 (5475) Cannot read properties of null (reading '_acl')
                            2022-12-22 08:35:35.371  - info: admin.0 (5475) terminating http server on port 8081
                            2022-12-22 08:35:35.375  - info: admin.0 (5475) terminating
                            2022-12-22 08:35:35.376  - warn: admin.0 (5475) Terminated (UNCAUGHT_EXCEPTION): Without reason
                            2022-12-22 08:35:35.597  - error: host.raspberrypi Caught by controller[0]: TypeError: Cannot read properties of null (reading '_acl')
                            2022-12-22 08:35:35.597  - error: host.raspberrypi Caught by controller[0]:     at SocketCommandsAdmin.subscribe (/opt/iobroker/node_modules/@iobroker/socket-classes/lib/socketCommands.js:288:117)
                            2022-12-22 08:35:35.597  - error: host.raspberrypi Caught by controller[0]:     at SocketAdmin.subscribe (/opt/iobroker/node_modules/@iobroker/socket-classes/lib/socketAdmin.js:181:23)
                            2022-12-22 08:35:35.597  - error: host.raspberrypi Caught by controller[0]:     at initSocket (/opt/iobroker/node_modules/iobroker.admin/main.js:499:12)
                            2022-12-22 08:35:35.598  - error: host.raspberrypi Caught by controller[0]:     at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/lib/web.js:1048:29)
                            2022-12-22 08:35:35.598  - error: host.raspberrypi Caught by controller[0]:     at processImmediate (node:internal/timers:468:21)
                            2022-12-22 08:35:35.598  - error: host.raspberrypi instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                            2022-12-22 08:35:35.598  - info: host.raspberrypi Restart adapter system.adapter.admin.0 because enabled
                            2022-12-22 08:36:05.642  - info: host.raspberrypi instance system.adapter.admin.0 started with pid 5492
                            2022-12-22 08:36:08.421  - info: admin.0 (5492) starting. Version 6.3.3 in /opt/iobroker/node_modules/iobroker.admin, node: v16.19.0, js-controller: 4.0.23
                            
                            
                            GlasfaserG Offline
                            GlasfaserG Offline
                            Glasfaser
                            schrieb am zuletzt editiert von
                            #14

                            @mwolle sagte in iobroker Installation ok, aber kein Zugriff über localhost:

                            2022-12-22 08:35:35.343 - error: admin.0 (5475) Cannot read properties of null (reading '_acl')

                            Keine Ahnung was da passiert ist , bei einer :

                            @mwolle sagte in iobroker Installation ok, aber kein Zugriff über localhost:
                            Normale iobroker Installation auf Raspi PI 4:

                            ich würde es nochmal neu aufsetzen

                            Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                            1 Antwort Letzte Antwort
                            0
                            • M mwolle

                              Moin zusammen,
                              nach stundenlanger suche komme ich nicht weiter: Normale iobroker Installation auf Raspi PI 4:

                              curl -sLf https://iobroker.net/install.sh | bash -
                              

                              Installation ist sauber durch gelaufen, aber mit localhost:8081 bekomme ich nur localhost hat die Verbindung abgelehnt
                              Prüfung mit:

                              iobroker status
                              iobroker is running on this host.
                              
                              
                              Objects type: jsonl
                              States  type: jsonl
                              

                              sieht gut aus, ebenso

                              iobroker list adapters
                              system.adapter.admin                   : admin          - v6.3.3
                              system.adapter.backitup                : backitup       - v2.5.9
                              system.adapter.discovery               : discovery      - v3.1.0
                              
                              

                              das einzige was mir auffällt ist unter:

                              netstat -n -a -p TCP
                              Aktive Internetverbindungen (Server und stehende Verbindungen)
                              Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
                              tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN      -                   
                              tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      -                   
                              tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      -                   
                              tcp        0      0 0.0.0.0:8888            0.0.0.0:*               LISTEN      -                   
                              tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      -                   
                              tcp        0      0 127.0.0.1:9001          127.0.0.1:59054         VERBUNDEN   -                   
                              tcp        0      0 127.0.0.1:44330         127.0.0.1:9000          VERBUNDEN   -                   
                              tcp        0      0 127.0.0.1:59060         127.0.0.1:9001          VERBUNDEN   -                   
                              tcp        0      0 127.0.0.1:9001          127.0.0.1:59088         VERBUNDEN   -                   
                              tcp        0      0 127.0.0.1:59062         127.0.0.1:9001          VERBUNDEN   -                   
                              tcp        0      0 127.0.0.1:52256         127.0.0.1:9001          VERBUNDEN   -                   
                              tcp        0      0 127.0.0.1:47924         127.0.0.1:9001          TIME_WAIT   -                   
                              tcp        0      0 127.0.0.1:9000          127.0.0.1:50192         TIME_WAIT   -                   
                              tcp        0      0 127.0.0.1:44314         127.0.0.1:9000          VERBUNDEN   -                   
                              tcp        0      0 127.0.0.1:44320         127.0.0.1:9000          VERBUNDEN   -                   
                              tcp        0      0 127.0.0.1:9001          127.0.0.1:59058         VERBUNDEN   -      
                              
                              

                              hier sehe ich keinen geforderten Eintrag zu 0.0.0.0:8081

                              Was kann ich noch tun?

                              GlasfaserG Offline
                              GlasfaserG Offline
                              Glasfaser
                              schrieb am zuletzt editiert von
                              #15

                              @mwolle sagte in iobroker Installation ok, aber kein Zugriff über localhost:

                              system.adapter.admin : admin - v6.3.3

                              Ist jetzt eine 6.3.4 schon raus ... eventuell klemmte da was ..

                              Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                              M 1 Antwort Letzte Antwort
                              0
                              • M mwolle

                                Moin zusammen,
                                nach stundenlanger suche komme ich nicht weiter: Normale iobroker Installation auf Raspi PI 4:

                                curl -sLf https://iobroker.net/install.sh | bash -
                                

                                Installation ist sauber durch gelaufen, aber mit localhost:8081 bekomme ich nur localhost hat die Verbindung abgelehnt
                                Prüfung mit:

                                iobroker status
                                iobroker is running on this host.
                                
                                
                                Objects type: jsonl
                                States  type: jsonl
                                

                                sieht gut aus, ebenso

                                iobroker list adapters
                                system.adapter.admin                   : admin          - v6.3.3
                                system.adapter.backitup                : backitup       - v2.5.9
                                system.adapter.discovery               : discovery      - v3.1.0
                                
                                

                                das einzige was mir auffällt ist unter:

                                netstat -n -a -p TCP
                                Aktive Internetverbindungen (Server und stehende Verbindungen)
                                Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
                                tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN      -                   
                                tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      -                   
                                tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      -                   
                                tcp        0      0 0.0.0.0:8888            0.0.0.0:*               LISTEN      -                   
                                tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      -                   
                                tcp        0      0 127.0.0.1:9001          127.0.0.1:59054         VERBUNDEN   -                   
                                tcp        0      0 127.0.0.1:44330         127.0.0.1:9000          VERBUNDEN   -                   
                                tcp        0      0 127.0.0.1:59060         127.0.0.1:9001          VERBUNDEN   -                   
                                tcp        0      0 127.0.0.1:9001          127.0.0.1:59088         VERBUNDEN   -                   
                                tcp        0      0 127.0.0.1:59062         127.0.0.1:9001          VERBUNDEN   -                   
                                tcp        0      0 127.0.0.1:52256         127.0.0.1:9001          VERBUNDEN   -                   
                                tcp        0      0 127.0.0.1:47924         127.0.0.1:9001          TIME_WAIT   -                   
                                tcp        0      0 127.0.0.1:9000          127.0.0.1:50192         TIME_WAIT   -                   
                                tcp        0      0 127.0.0.1:44314         127.0.0.1:9000          VERBUNDEN   -                   
                                tcp        0      0 127.0.0.1:44320         127.0.0.1:9000          VERBUNDEN   -                   
                                tcp        0      0 127.0.0.1:9001          127.0.0.1:59058         VERBUNDEN   -      
                                
                                

                                hier sehe ich keinen geforderten Eintrag zu 0.0.0.0:8081

                                Was kann ich noch tun?

                                Marc BergM Offline
                                Marc BergM Offline
                                Marc Berg
                                Most Active
                                schrieb am zuletzt editiert von
                                #16

                                @mwolle sagte in iobroker Installation ok, aber kein Zugriff über localhost:

                                Unter welchem User hast du das ausgeführt?

                                curl -sLf https://iobroker.net/install.sh | bash -
                                

                                NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+RabbitMQ+Grafana

                                Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

                                Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

                                M 1 Antwort Letzte Antwort
                                0
                                • GlasfaserG Glasfaser

                                  @mwolle sagte in iobroker Installation ok, aber kein Zugriff über localhost:

                                  system.adapter.admin : admin - v6.3.3

                                  Ist jetzt eine 6.3.4 schon raus ... eventuell klemmte da was ..

                                  M Offline
                                  M Offline
                                  mwolle
                                  schrieb am zuletzt editiert von
                                  #17

                                  @glasfaser der Installer nimmt den 6.3.3...was mir aufgefallen ist, bei der ersten frischen Installation meckert bzgl. der Node.js rum, dass die 12 nicht mehr gültig ist. Danach habe ich die aktuellste Version installiert und den Installer noch mal rüberlaufen lassen, da kann auch kein Fehler mehr, das gilt auch für iobroker fix.

                                  crunchipC GlasfaserG 2 Antworten Letzte Antwort
                                  0
                                  • Marc BergM Marc Berg

                                    @mwolle sagte in iobroker Installation ok, aber kein Zugriff über localhost:

                                    Unter welchem User hast du das ausgeführt?

                                    curl -sLf https://iobroker.net/install.sh | bash -
                                    
                                    M Offline
                                    M Offline
                                    mwolle
                                    schrieb am zuletzt editiert von
                                    #18

                                    @marc-berg der Standard pi User bzw. von mir angelegte.

                                    1 Antwort Letzte Antwort
                                    0
                                    • M mwolle

                                      @glasfaser der Installer nimmt den 6.3.3...was mir aufgefallen ist, bei der ersten frischen Installation meckert bzgl. der Node.js rum, dass die 12 nicht mehr gültig ist. Danach habe ich die aktuellste Version installiert und den Installer noch mal rüberlaufen lassen, da kann auch kein Fehler mehr, das gilt auch für iobroker fix.

                                      crunchipC Abwesend
                                      crunchipC Abwesend
                                      crunchip
                                      Forum Testing Most Active
                                      schrieb am zuletzt editiert von
                                      #19

                                      @mwolle sagte in iobroker Installation ok, aber kein Zugriff über localhost:

                                      bei der ersten frischen Installation meckert bzgl. der Node.js rum, dass die 12 nicht mehr gültig ist

                                      hast du node vorher manuell installiert?

                                      umgestiegen von Proxmox auf Unraid

                                      M 1 Antwort Letzte Antwort
                                      0
                                      • M mwolle

                                        @glasfaser der Installer nimmt den 6.3.3...was mir aufgefallen ist, bei der ersten frischen Installation meckert bzgl. der Node.js rum, dass die 12 nicht mehr gültig ist. Danach habe ich die aktuellste Version installiert und den Installer noch mal rüberlaufen lassen, da kann auch kein Fehler mehr, das gilt auch für iobroker fix.

                                        GlasfaserG Offline
                                        GlasfaserG Offline
                                        Glasfaser
                                        schrieb am zuletzt editiert von
                                        #20

                                        @mwolle sagte in iobroker Installation ok, aber kein Zugriff über localhost:

                                        ei der ersten frischen Installation meckert bzgl. der Node.js rum,

                                        dann hast du alten Müll auf der Raspberry noch vorhanden und hast dann darauf ioBroker installiert !?

                                        Zeige mal :

                                        sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
                                        
                                        uname -m && test -f /opt/scripts/.docker_config/.thisisdocker && echo "Docker-Installation" || echo "Kein Docker" && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && echo $DESKTOP_SESSION && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                        

                                        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                        M 1 Antwort Letzte Antwort
                                        0
                                        • GlasfaserG Glasfaser

                                          @mwolle sagte in iobroker Installation ok, aber kein Zugriff über localhost:

                                          ei der ersten frischen Installation meckert bzgl. der Node.js rum,

                                          dann hast du alten Müll auf der Raspberry noch vorhanden und hast dann darauf ioBroker installiert !?

                                          Zeige mal :

                                          sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
                                          
                                          uname -m && test -f /opt/scripts/.docker_config/.thisisdocker && echo "Docker-Installation" || echo "Kein Docker" && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && echo $DESKTOP_SESSION && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                          
                                          M Offline
                                          M Offline
                                          mwolle
                                          schrieb am zuletzt editiert von
                                          #21

                                          @glasfaser

                                          armv7l
                                          Kein Docker
                                          /usr/bin/nodejs
                                          /usr/bin/node
                                          /usr/bin/npm
                                          v16.19.0
                                          v16.19.0
                                          8.19.3
                                          4.0.23
                                          pi
                                          pi adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
                                          x11
                                          LXDE-pi
                                          /home/pi
                                          OK:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                          OK:2 http://archive.raspberrypi.org/debian bullseye InRelease                  
                                          OK:3 https://deb.nodesource.com/node_16.x bullseye InRelease                   
                                          Paketlisten werden gelesen… Fertig                             
                                          Abhängigkeitsbaum wird aufgebaut… Fertig
                                          Statusinformationen werden eingelesen… Fertig
                                          Alle Pakete sind aktuell.
                                          nodejs:
                                            Installiert:           16.19.0-deb-1nodesource1
                                            Installationskandidat: 16.19.0-deb-1nodesource1
                                            Versionstabelle:
                                           *** 16.19.0-deb-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                                                  100 /var/lib/dpkg/status
                                               12.22.12~dfsg-1~deb11u1 500
                                                  500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                          
                                          
                                          crunchipC 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

                                          866

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          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