Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. [gelöst] ioBroker Webinterface nicht erreichbar

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    567

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    5.5k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.4k

[gelöst] ioBroker Webinterface nicht erreichbar

Scheduled Pinned Locked Moved ioBroker Allgemein
20 Posts 4 Posters 537 Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O OfficerToasty

    @thomas-braun
    okay, das ist dann doch ein deutlicher unterschied :-)
    Ist das File in einem Backup enthalten standardmäßig ? Könnte ich dann mal vergleichen. Die Frage ist: wieso ist die Datei so riesig bei mir ??

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    wrote on last edited by
    #10

    @officertoasty

    Solche Fälle hatten wir schon ein paar. Ich weiß aber nicht mehr genau wie die gelöst wurden.

    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

    1 Reply Last reply
    0
    • O OfficerToasty

      @thomas-braun
      okay, das ist dann doch ein deutlicher unterschied :-)
      Ist das File in einem Backup enthalten standardmäßig ? Könnte ich dann mal vergleichen. Die Frage ist: wieso ist die Datei so riesig bei mir ??

      crunchipC Offline
      crunchipC Offline
      crunchip
      Forum Testing Most Active
      wrote on last edited by
      #11

      @officertoasty https://forum.iobroker.net/topic/53954/gelöst-states-jsonl-file-viel-zu-groß/23

      umgestiegen von Proxmox auf Unraid

      O 1 Reply Last reply
      0
      • crunchipC crunchip

        @officertoasty https://forum.iobroker.net/topic/53954/gelöst-states-jsonl-file-viel-zu-groß/23

        O Offline
        O Offline
        OfficerToasty
        wrote on last edited by
        #12

        @crunchip @Thomas-Braun
        danke für eure Hilfe bis hierher. Ich habe die "backup" Einträge aus der iobroker.json entfernt.
        mit iob status erhalte ich nun eine andere Ausgabe, jedoch trotz reboot - noch kein Erfolg

        pi@raspberrypi:~ $ iob status
         Cannot read system.config: null (OK when migrating or restoring)
        iobroker is running on this host.
        
        
        Objects type: jsonl
        States  type: jsonl
        pi@raspberrypi:~ $
        
        
        Thomas BraunT 1 Reply Last reply
        0
        • O OfficerToasty

          @crunchip @Thomas-Braun
          danke für eure Hilfe bis hierher. Ich habe die "backup" Einträge aus der iobroker.json entfernt.
          mit iob status erhalte ich nun eine andere Ausgabe, jedoch trotz reboot - noch kein Erfolg

          pi@raspberrypi:~ $ iob status
           Cannot read system.config: null (OK when migrating or restoring)
          iobroker is running on this host.
          
          
          Objects type: jsonl
          States  type: jsonl
          pi@raspberrypi:~ $
          
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          wrote on last edited by Thomas Braun
          #13

          @officertoasty

          Versuch mal

          iobroker setup first
          

          Ich glaube dann wird die neugeschrieben.

          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

          O 1 Reply Last reply
          0
          • Thomas BraunT Thomas Braun

            @officertoasty

            Versuch mal

            iobroker setup first
            

            Ich glaube dann wird die neugeschrieben.

            O Offline
            O Offline
            OfficerToasty
            wrote on last edited by OfficerToasty
            #14

            @thomas-braun

            es läuft wieder ....
            Ich habe hier jetzt noch dein Mini-How To durhgemacht und die "..objects.jsonl" und "...states.jsonl" ersetzt:

            iobroker stop
            cd /opt/iobroker/iobroker-data/
            mv objects.json objects.json.old
            mv states.json states.json.old
            cd backup-objects/
            gunzip -ck INTAKTE_DATEI_objects.json.gz > /opt/iobroker/iobroker-data/objects.json
            gunzip -ck INTAKTE_DATEI_states.json.gz > /opt/iobroker/iobroker-data/states.json
            iobroker start
            

            Vielen Dank für die Hilfe.
            Ob das jetzt allerdings von Dauer ist, das ist die Frage. Wieso diese Datei so groß wurde, weiß ich leider nicht immer nicht.

            HomoranH crunchipC 2 Replies Last reply
            0
            • O OfficerToasty

              @thomas-braun

              es läuft wieder ....
              Ich habe hier jetzt noch dein Mini-How To durhgemacht und die "..objects.jsonl" und "...states.jsonl" ersetzt:

              iobroker stop
              cd /opt/iobroker/iobroker-data/
              mv objects.json objects.json.old
              mv states.json states.json.old
              cd backup-objects/
              gunzip -ck INTAKTE_DATEI_objects.json.gz > /opt/iobroker/iobroker-data/objects.json
              gunzip -ck INTAKTE_DATEI_states.json.gz > /opt/iobroker/iobroker-data/states.json
              iobroker start
              

              Vielen Dank für die Hilfe.
              Ob das jetzt allerdings von Dauer ist, das ist die Frage. Wieso diese Datei so groß wurde, weiß ich leider nicht immer nicht.

              HomoranH Do not disturb
              HomoranH Do not disturb
              Homoran
              Global Moderator Administrators
              wrote on last edited by
              #15

              @officertoasty sagte in ioBroker Webinterface nicht erreichbar:

              dein Mini-How To durhgemacht und die "..objects.jsonl" und "...states.jsonl" ersetzt:

              das war aber eigentlich für .json gedacht und nicht für .jsonl!
              aber gut zu wissen dass es da auch funktioniert.

              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 im Header. Danke!
              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

              O 1 Reply Last reply
              0
              • O OfficerToasty

                @thomas-braun

                es läuft wieder ....
                Ich habe hier jetzt noch dein Mini-How To durhgemacht und die "..objects.jsonl" und "...states.jsonl" ersetzt:

                iobroker stop
                cd /opt/iobroker/iobroker-data/
                mv objects.json objects.json.old
                mv states.json states.json.old
                cd backup-objects/
                gunzip -ck INTAKTE_DATEI_objects.json.gz > /opt/iobroker/iobroker-data/objects.json
                gunzip -ck INTAKTE_DATEI_states.json.gz > /opt/iobroker/iobroker-data/states.json
                iobroker start
                

                Vielen Dank für die Hilfe.
                Ob das jetzt allerdings von Dauer ist, das ist die Frage. Wieso diese Datei so groß wurde, weiß ich leider nicht immer nicht.

                crunchipC Offline
                crunchipC Offline
                crunchip
                Forum Testing Most Active
                wrote on last edited by
                #16

                @officertoasty sagte in ioBroker Webinterface nicht erreichbar:

                Wieso diese Datei so groß wurde, weiß ich leider nicht immer nicht.

                ein Adapter eventuell dabei, der zuviel anlegt?

                umgestiegen von Proxmox auf Unraid

                1 Reply Last reply
                0
                • HomoranH Homoran

                  @officertoasty sagte in ioBroker Webinterface nicht erreichbar:

                  dein Mini-How To durhgemacht und die "..objects.jsonl" und "...states.jsonl" ersetzt:

                  das war aber eigentlich für .json gedacht und nicht für .jsonl!
                  aber gut zu wissen dass es da auch funktioniert.

                  O Offline
                  O Offline
                  OfficerToasty
                  wrote on last edited by
                  #17

                  @homoran sagte in ioBroker Webinterface nicht erreichbar:

                  das war aber eigentlich für .json gedacht und nicht für .jsonl!
                  aber gut zu wissen dass es da auch funktioniert.

                  okay, da dort eigentlich ja nur 2 files aus dem backup zurückgespielt werden, hab ichs einfach mal versucht :relaxed:

                  @crunchip sagte in ioBroker Webinterface nicht erreichbar:

                  ein Adapter eventuell dabei, der zuviel anlegt?

                  scheinbar schon... ich habe aber schon lange keinen Adapter mehr neu hinzugefügt.
                  Das wäre jetzt noch toll rauszufinden....

                  crunchipC 1 Reply Last reply
                  0
                  • O OfficerToasty

                    @homoran sagte in ioBroker Webinterface nicht erreichbar:

                    das war aber eigentlich für .json gedacht und nicht für .jsonl!
                    aber gut zu wissen dass es da auch funktioniert.

                    okay, da dort eigentlich ja nur 2 files aus dem backup zurückgespielt werden, hab ichs einfach mal versucht :relaxed:

                    @crunchip sagte in ioBroker Webinterface nicht erreichbar:

                    ein Adapter eventuell dabei, der zuviel anlegt?

                    scheinbar schon... ich habe aber schon lange keinen Adapter mehr neu hinzugefügt.
                    Das wäre jetzt noch toll rauszufinden....

                    crunchipC Offline
                    crunchipC Offline
                    crunchip
                    Forum Testing Most Active
                    wrote on last edited by
                    #18

                    @officertoasty sagte in ioBroker Webinterface nicht erreichbar:

                    Das wäre jetzt noch toll rauszufinden....

                    zeige mal die Liste deiner Adapter, es gibt da ein paar Kandidaten, die im Laufe der Zeit immer mehr anlegen

                    iob list instances
                    

                    umgestiegen von Proxmox auf Unraid

                    O 1 Reply Last reply
                    0
                    • crunchipC crunchip

                      @officertoasty sagte in ioBroker Webinterface nicht erreichbar:

                      Das wäre jetzt noch toll rauszufinden....

                      zeige mal die Liste deiner Adapter, es gibt da ein paar Kandidaten, die im Laufe der Zeit immer mehr anlegen

                      iob list instances
                      
                      O Offline
                      O Offline
                      OfficerToasty
                      wrote on last edited by
                      #19

                      @crunchip
                      Ich habe ja ein relativ "kleines" System. Hier die Liste:

                      pi@raspberrypi:~ $ iob 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.deconz.0                 : deconz                : raspberrypi                              -  enabled, port: 80
                        system.adapter.devices.0                : devices               : raspberrypi                              - disabled
                      + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                        system.adapter.habpanel.0               : habpanel              : raspberrypi                              - disabled
                      + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
                      + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                      + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1883, bind: 192.168.0.174
                      + system.adapter.mystrom.0                : mystrom               : raspberrypi                              -  enabled
                      + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, 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: admin
                      + system.adapter.zwave2.0                 : zwave2                : raspberrypi                              -  enabled
                      
                      + instance is alive
                      pi@raspberrypi:~ $
                      
                      
                      crunchipC 1 Reply Last reply
                      0
                      • O OfficerToasty

                        @crunchip
                        Ich habe ja ein relativ "kleines" System. Hier die Liste:

                        pi@raspberrypi:~ $ iob 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.deconz.0                 : deconz                : raspberrypi                              -  enabled, port: 80
                          system.adapter.devices.0                : devices               : raspberrypi                              - disabled
                        + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                          system.adapter.habpanel.0               : habpanel              : raspberrypi                              - disabled
                        + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
                        + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                        + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1883, bind: 192.168.0.174
                        + system.adapter.mystrom.0                : mystrom               : raspberrypi                              -  enabled
                        + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, 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: admin
                        + system.adapter.zwave2.0                 : zwave2                : raspberrypi                              -  enabled
                        
                        + instance is alive
                        pi@raspberrypi:~ $
                        
                        
                        crunchipC Offline
                        crunchipC Offline
                        crunchip
                        Forum Testing Most Active
                        wrote on last edited by
                        #20

                        @officertoasty sagte in ioBroker Webinterface nicht erreichbar:

                        relativ "kleines" System.

                        stimmt und auch keiner der Adapter dabei

                        umgestiegen von Proxmox auf Unraid

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        Support us

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

                        643

                        Online

                        32.7k

                        Users

                        82.6k

                        Topics

                        1.3m

                        Posts
                        Community
                        Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                        ioBroker Community 2014-2025
                        logo
                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Home
                        • Recent
                        • Tags
                        • Unread 0
                        • Categories
                        • Unreplied
                        • Popular
                        • GitHub
                        • Docu
                        • Hilfe