Skip to content
  • 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
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Probleme nach einem Restore

NEWS

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

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

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

Probleme nach einem Restore

Scheduled Pinned Locked Moved ioBroker Allgemein
95 Posts 5 Posters 4.0k Views 4 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.
  • Berges01B Berges01

    @thomas-braun said in Probleme nach einem Restore:

    iobroker set admin.0 --bind 0.0.0.0

    berges01@Strommix-Smart:~$ ^C
    berges01@Strommix-Smart:~$ cd /opt/iobroker
    berges01@Strommix-Smart:/opt/iobroker$ iobroker set admin.0 --bind 0.0.0.0
    New bind for "admin.0" is: 0.0.0.0
    Instance settings for "admin.0" are changed.
    berges01@Strommix-Smart:/opt/iobroker$
    
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    wrote on last edited by
    #30

    @berges01

    iobroker restart
    iobroker list adapters
    iobroker list instances
    

    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

    Berges01B 1 Reply Last reply
    0
    • Thomas BraunT Thomas Braun

      @berges01

      iobroker restart
      iobroker list adapters
      iobroker list instances
      
      Berges01B Online
      Berges01B Online
      Berges01
      wrote on last edited by
      #31

      @thomas-braun said in Probleme nach einem Restore:

      iobroker list instances

      berges01@Strommix-Smart:/opt/iobroker$ iobroker restart
      berges01@Strommix-Smart:/opt/iobroker$ iobroker list adapters
      system.adapter.admin                   : admin          - v5.1.25
      system.adapter.alexa2                  : alexa2         - v3.11.2
      system.adapter.alias-manager           : alias-manager  - v1.2.4
      system.adapter.backitup                : backitup       - v2.2.2
      system.adapter.cloud                   : cloud          - v4.1.0
      system.adapter.devices                 : devices        - v1.0.9
      system.adapter.discovery               : discovery      - v2.7.3
      system.adapter.info                    : info           - v1.9.8
      system.adapter.iot                     : iot            - v1.8.24
      system.adapter.javascript              : javascript     - v5.2.13
      system.adapter.netatmo                 : netatmo        - v1.4.4
      system.adapter.ping                    : ping           - v1.5.0
      system.adapter.shuttercontrol          : shuttercontrol - v1.1.5
      system.adapter.socketio                : socketio       - v3.1.4
      system.adapter.tr-064                  : tr-064         - v4.2.14
      system.adapter.vis                     : vis            - v1.4.5
      system.adapter.web                     : web            - v3.4.9
      system.adapter.whatsapp-cmb            : whatsapp-cmb   - v0.1.6
      system.adapter.zwave2                  : zwave2         - v2.4.2-beta.1
      berges01@Strommix-Smart:/opt/iobroker$ iobroker list instances
        system.adapter.admin.0                  : admin                 : Strommix-Smart                           -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
        system.adapter.alexa2.0                 : alexa2                : Strommix-Smart                           - disabled
        system.adapter.backitup.0               : backitup              : Strommix-Smart                           -  enabled
        system.adapter.cloud.0                  : cloud                 : Strommix-Smart                           - disabled
        system.adapter.devices.0                : devices               : Strommix-Smart                           - disabled
        system.adapter.info.0                   : info                  : Strommix-Smart                           - disabled
        system.adapter.iot.0                    : iot                   : Strommix-Smart                           - disabled
        system.adapter.javascript.0             : javascript            : Strommix-Smart                           - disabled
        system.adapter.netatmo.0                : netatmo               : Strommix-Smart                           - disabled
        system.adapter.ping.0                   : ping                  : Strommix-Smart                           - disabled
        system.adapter.socketio.0               : socketio              : Strommix-Smart                           - disabled, port: 8084, bind: 0.0.0.0, run as: admin
        system.adapter.tr-064.0                 : tr-064                : Strommix-Smart                           - disabled
        system.adapter.vis.0                    : vis                   : Strommix-Smart                           - disabled
        system.adapter.web.0                    : web                   : Strommix-Smart                           - disabled, port: 8082, bind: 0.0.0.0, run as: admin
        system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : Strommix-Smart                           - disabled
        system.adapter.zwave2.0                 : zwave2                : Strommix-Smart                           - disabled
      
      + instance is alive
      berges01@Strommix-Smart:/opt/iobroker$
      
      

      F.B.

      Thomas BraunT 1 Reply Last reply
      0
      • Berges01B Berges01

        @thomas-braun said in Probleme nach einem Restore:

        iobroker list instances

        berges01@Strommix-Smart:/opt/iobroker$ iobroker restart
        berges01@Strommix-Smart:/opt/iobroker$ iobroker list adapters
        system.adapter.admin                   : admin          - v5.1.25
        system.adapter.alexa2                  : alexa2         - v3.11.2
        system.adapter.alias-manager           : alias-manager  - v1.2.4
        system.adapter.backitup                : backitup       - v2.2.2
        system.adapter.cloud                   : cloud          - v4.1.0
        system.adapter.devices                 : devices        - v1.0.9
        system.adapter.discovery               : discovery      - v2.7.3
        system.adapter.info                    : info           - v1.9.8
        system.adapter.iot                     : iot            - v1.8.24
        system.adapter.javascript              : javascript     - v5.2.13
        system.adapter.netatmo                 : netatmo        - v1.4.4
        system.adapter.ping                    : ping           - v1.5.0
        system.adapter.shuttercontrol          : shuttercontrol - v1.1.5
        system.adapter.socketio                : socketio       - v3.1.4
        system.adapter.tr-064                  : tr-064         - v4.2.14
        system.adapter.vis                     : vis            - v1.4.5
        system.adapter.web                     : web            - v3.4.9
        system.adapter.whatsapp-cmb            : whatsapp-cmb   - v0.1.6
        system.adapter.zwave2                  : zwave2         - v2.4.2-beta.1
        berges01@Strommix-Smart:/opt/iobroker$ iobroker list instances
          system.adapter.admin.0                  : admin                 : Strommix-Smart                           -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
          system.adapter.alexa2.0                 : alexa2                : Strommix-Smart                           - disabled
          system.adapter.backitup.0               : backitup              : Strommix-Smart                           -  enabled
          system.adapter.cloud.0                  : cloud                 : Strommix-Smart                           - disabled
          system.adapter.devices.0                : devices               : Strommix-Smart                           - disabled
          system.adapter.info.0                   : info                  : Strommix-Smart                           - disabled
          system.adapter.iot.0                    : iot                   : Strommix-Smart                           - disabled
          system.adapter.javascript.0             : javascript            : Strommix-Smart                           - disabled
          system.adapter.netatmo.0                : netatmo               : Strommix-Smart                           - disabled
          system.adapter.ping.0                   : ping                  : Strommix-Smart                           - disabled
          system.adapter.socketio.0               : socketio              : Strommix-Smart                           - disabled, port: 8084, bind: 0.0.0.0, run as: admin
          system.adapter.tr-064.0                 : tr-064                : Strommix-Smart                           - disabled
          system.adapter.vis.0                    : vis                   : Strommix-Smart                           - disabled
          system.adapter.web.0                    : web                   : Strommix-Smart                           - disabled, port: 8082, bind: 0.0.0.0, run as: admin
          system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : Strommix-Smart                           - disabled
          system.adapter.zwave2.0                 : zwave2                : Strommix-Smart                           - disabled
        
        + instance is alive
        berges01@Strommix-Smart:/opt/iobroker$
        
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        wrote on last edited by
        #32

        @berges01

        iobroker start admin
        

        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

        Berges01B 1 Reply Last reply
        0
        • Thomas BraunT Thomas Braun

          @berges01

          iobroker start admin
          
          Berges01B Online
          Berges01B Online
          Berges01
          wrote on last edited by
          #33

          @thomas-braun said in Probleme nach einem Restore:

          iobroker start admin

          berges01@Strommix-Smart:/opt/iobroker$ iobroker status
          iobroker is running on this host.
          
          
          Objects type: file
          States  type: file
          berges01@Strommix-Smart:/opt/iobroker$
          
          

          F.B.

          Thomas BraunT 1 Reply Last reply
          0
          • Berges01B Berges01

            @thomas-braun said in Probleme nach einem Restore:

            iobroker start admin

            berges01@Strommix-Smart:/opt/iobroker$ iobroker status
            iobroker is running on this host.
            
            
            Objects type: file
            States  type: file
            berges01@Strommix-Smart:/opt/iobroker$
            
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by
            #34

            @berges01

            Läuft?
            Wenn nicht fällt mir auch nix mehr ein.

            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

            Berges01B 1 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @berges01

              Läuft?
              Wenn nicht fällt mir auch nix mehr ein.

              Berges01B Online
              Berges01B Online
              Berges01
              wrote on last edited by
              #35

              @thomas-braun

              http://192.168.2.50:8081/
              42d776ed-a5b8-4746-b076-2a15380a5f7a-image.png
              Leider nicht !

              F.B.

              Thomas BraunT BananaJoeB 2 Replies Last reply
              0
              • Berges01B Berges01

                @thomas-braun

                http://192.168.2.50:8081/
                42d776ed-a5b8-4746-b076-2a15380a5f7a-image.png
                Leider nicht !

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

                @berges01

                ip a
                

                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

                Berges01B 1 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  @berges01

                  ip a
                  
                  Berges01B Online
                  Berges01B Online
                  Berges01
                  wrote on last edited by
                  #37

                  @thomas-braun ```
                  berges01@Strommix-Smart:/opt/iobroker$ ^C
                  berges01@Strommix-Smart:/opt/iobroker$ ip a
                  1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
                  link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
                  inet 127.0.0.1/8 scope host lo
                  valid_lft forever preferred_lft forever
                  inet6 ::1/128 scope host
                  valid_lft forever preferred_lft forever
                  2: enp4s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
                  link/ether 74:fe:48:29:76:f1 brd ff:ff:ff:ff:ff:ff
                  3: enp5s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
                  link/ether 74:fe:48:29:76:f2 brd ff:ff:ff:ff:ff:ff
                  4: enp8s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
                  link/ether c4:00:ad:01:e5:11 brd ff:ff:ff:ff:ff:ff
                  5: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
                  link/ether c4:00:ad:01:e5:10 brd ff:ff:ff:ff:ff:ff
                  inet 192.168.2.50/24 brd 192.168.2.255 scope global dynamic eno1
                  valid_lft 740330sec preferred_lft 740330sec
                  inet6 2003:f0:3f19:7b00:c600:adff:fe01:e510/64 scope global dynamic mngtmpaddr
                  valid_lft 6828sec preferred_lft 971sec
                  inet6 fe80::c600:adff:fe01:e510/64 scope link
                  valid_lft forever preferred_lft forever
                  berges01@Strommix-Smart:/opt/iobroker$

                  F.B.

                  1 Reply Last reply
                  0
                  • Berges01B Berges01

                    @thomas-braun

                    http://192.168.2.50:8081/
                    42d776ed-a5b8-4746-b076-2a15380a5f7a-image.png
                    Leider nicht !

                    BananaJoeB Offline
                    BananaJoeB Offline
                    BananaJoe
                    Most Active
                    wrote on last edited by
                    #38

                    @berges01 sagte in Probleme nach einem Restore:

                    http://192.168.2.50:8081/

                    probiere mal https://192.168.2.50:8081/
                    also mit Verschlüsselung - wobei in dem Fall die Fehlermeldung bei mir anders aussieht wenn man http Zugriff auf https probiert (EMPTY RESPONSE)

                    ioBroker@Ubuntu 24.04 LTS (VMware) für: >260 Geräte, 5 Switche, 7 AP, 9 IP-Cam, 1 NAS 42TB, 1 ESXi 15TB, 4 Proxmox 1TB, 1 Hyper-V 44TB, 14 x Echo, 5x FireTV, 5 x Tablett/Handy VIS || >=157 Tasmota/Shelly || >=88 ZigBee || PV 8.1kW / Akku 14kWh || 2x USV 900/750W kaskadiert || Creality CR-10 SE 3D-Drucker

                    Berges01B 1 Reply Last reply
                    0
                    • BananaJoeB BananaJoe

                      @berges01 sagte in Probleme nach einem Restore:

                      http://192.168.2.50:8081/

                      probiere mal https://192.168.2.50:8081/
                      also mit Verschlüsselung - wobei in dem Fall die Fehlermeldung bei mir anders aussieht wenn man http Zugriff auf https probiert (EMPTY RESPONSE)

                      Berges01B Online
                      Berges01B Online
                      Berges01
                      wrote on last edited by
                      #39

                      @bananajoe said in Probleme nach einem Restore:

                      https://192.168.2.50:8081/

                      Selbes Ergebniss

                      F.B.

                      BananaJoeB 1 Reply Last reply
                      0
                      • Berges01B Berges01

                        @bananajoe said in Probleme nach einem Restore:

                        https://192.168.2.50:8081/

                        Selbes Ergebniss

                        BananaJoeB Offline
                        BananaJoeB Offline
                        BananaJoe
                        Most Active
                        wrote on last edited by BananaJoe
                        #40

                        @berges01

                        ufw status
                        

                        würde anzeigen ob die Linux-Firewall aktiv ist

                        Selbes Ergebiss dürfte eigentlich nicht sein, da könnte es sein das es vorher schon geblockt wird

                        ioBroker@Ubuntu 24.04 LTS (VMware) für: >260 Geräte, 5 Switche, 7 AP, 9 IP-Cam, 1 NAS 42TB, 1 ESXi 15TB, 4 Proxmox 1TB, 1 Hyper-V 44TB, 14 x Echo, 5x FireTV, 5 x Tablett/Handy VIS || >=157 Tasmota/Shelly || >=88 ZigBee || PV 8.1kW / Akku 14kWh || 2x USV 900/750W kaskadiert || Creality CR-10 SE 3D-Drucker

                        Berges01B Thomas BraunT 2 Replies Last reply
                        0
                        • BananaJoeB BananaJoe

                          @berges01

                          ufw status
                          

                          würde anzeigen ob die Linux-Firewall aktiv ist

                          Selbes Ergebiss dürfte eigentlich nicht sein, da könnte es sein das es vorher schon geblockt wird

                          Berges01B Online
                          Berges01B Online
                          Berges01
                          wrote on last edited by
                          #41

                          @bananajoe said in Probleme nach einem Restore:

                          ufw status

                          berges01@Strommix-Smart:/opt/iobroker$ ufw status
                          -bash: ufw: Kommando nicht gefunden.
                          berges01@Strommix-Smart:/opt/iobroker$
                          
                          

                          F.B.

                          1 Reply Last reply
                          0
                          • BananaJoeB BananaJoe

                            @berges01

                            ufw status
                            

                            würde anzeigen ob die Linux-Firewall aktiv ist

                            Selbes Ergebiss dürfte eigentlich nicht sein, da könnte es sein das es vorher schon geblockt wird

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

                            @bananajoe
                            Das ist aber kein default-Service.

                            ufw status
                            -bash: ufw: command not found
                            

                            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

                            Berges01B 1 Reply Last reply
                            0
                            • Thomas BraunT Thomas Braun

                              @bananajoe
                              Das ist aber kein default-Service.

                              ufw status
                              -bash: ufw: command not found
                              
                              Berges01B Online
                              Berges01B Online
                              Berges01
                              wrote on last edited by
                              #43

                              @thomas-braun

                              Mal eine Dumme Frage, muss der web.0 nicht enabled sein ?

                              F.B.

                              Thomas BraunT 1 Reply Last reply
                              0
                              • Berges01B Berges01

                                @thomas-braun

                                Mal eine Dumme Frage, muss der web.0 nicht enabled sein ?

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

                                @berges01

                                Nein.
                                Aber versuch mal:

                                iobroker start web
                                iobroker start admin
                                

                                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

                                Berges01B 1 Reply Last reply
                                0
                                • Thomas BraunT Thomas Braun

                                  @berges01

                                  Nein.
                                  Aber versuch mal:

                                  iobroker start web
                                  iobroker start admin
                                  
                                  Berges01B Online
                                  Berges01B Online
                                  Berges01
                                  wrote on last edited by
                                  #45

                                  @thomas-braun said in Probleme nach einem Restore:

                                  iobroker start admin

                                  berges01@Strommix-Smart:/opt/iobroker$ ^C
                                  berges01@Strommix-Smart:/opt/iobroker$ iobroker start web
                                  The adapter "web.0" was started.
                                  berges01@Strommix-Smart:/opt/iobroker$ iobroker start admin
                                  berges01@Strommix-Smart:/opt/iobroker$ iobroker status
                                  iobroker is running on this host.
                                  
                                  
                                  Objects type: file
                                  States  type: file
                                  berges01@Strommix-Smart:/opt/iobroker$
                                  
                                  

                                  Nein geht immer noch nicht !

                                  berges01@Strommix-Smart:/opt/iobroker$ ^C
                                  berges01@Strommix-Smart:/opt/iobroker$ iobroker list instances
                                    system.adapter.admin.0                  : admin                 : Strommix-Smart                           -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    system.adapter.alexa2.0                 : alexa2                : Strommix-Smart                           - disabled
                                    system.adapter.backitup.0               : backitup              : Strommix-Smart                           -  enabled
                                    system.adapter.cloud.0                  : cloud                 : Strommix-Smart                           - disabled
                                    system.adapter.devices.0                : devices               : Strommix-Smart                           - disabled
                                    system.adapter.info.0                   : info                  : Strommix-Smart                           - disabled
                                    system.adapter.iot.0                    : iot                   : Strommix-Smart                           - disabled
                                    system.adapter.javascript.0             : javascript            : Strommix-Smart                           - disabled
                                    system.adapter.netatmo.0                : netatmo               : Strommix-Smart                           - disabled
                                    system.adapter.ping.0                   : ping                  : Strommix-Smart                           - disabled
                                    system.adapter.socketio.0               : socketio              : Strommix-Smart                           - disabled, port: 8084, bind: 0.0.0.0, run as: admin
                                    system.adapter.tr-064.0                 : tr-064                : Strommix-Smart                           - disabled
                                    system.adapter.vis.0                    : vis                   : Strommix-Smart                           - disabled
                                    system.adapter.web.0                    : web                   : Strommix-Smart                           -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : Strommix-Smart                           - disabled
                                    system.adapter.zwave2.0                 : zwave2                : Strommix-Smart                           - disabled
                                  
                                  + instance is alive
                                  berges01@Strommix-Smart:/opt/iobroker$
                                  
                                  

                                  F.B.

                                  Thomas BraunT 1 Reply Last reply
                                  0
                                  • Berges01B Berges01

                                    @thomas-braun said in Probleme nach einem Restore:

                                    iobroker start admin

                                    berges01@Strommix-Smart:/opt/iobroker$ ^C
                                    berges01@Strommix-Smart:/opt/iobroker$ iobroker start web
                                    The adapter "web.0" was started.
                                    berges01@Strommix-Smart:/opt/iobroker$ iobroker start admin
                                    berges01@Strommix-Smart:/opt/iobroker$ iobroker status
                                    iobroker is running on this host.
                                    
                                    
                                    Objects type: file
                                    States  type: file
                                    berges01@Strommix-Smart:/opt/iobroker$
                                    
                                    

                                    Nein geht immer noch nicht !

                                    berges01@Strommix-Smart:/opt/iobroker$ ^C
                                    berges01@Strommix-Smart:/opt/iobroker$ iobroker list instances
                                      system.adapter.admin.0                  : admin                 : Strommix-Smart                           -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                      system.adapter.alexa2.0                 : alexa2                : Strommix-Smart                           - disabled
                                      system.adapter.backitup.0               : backitup              : Strommix-Smart                           -  enabled
                                      system.adapter.cloud.0                  : cloud                 : Strommix-Smart                           - disabled
                                      system.adapter.devices.0                : devices               : Strommix-Smart                           - disabled
                                      system.adapter.info.0                   : info                  : Strommix-Smart                           - disabled
                                      system.adapter.iot.0                    : iot                   : Strommix-Smart                           - disabled
                                      system.adapter.javascript.0             : javascript            : Strommix-Smart                           - disabled
                                      system.adapter.netatmo.0                : netatmo               : Strommix-Smart                           - disabled
                                      system.adapter.ping.0                   : ping                  : Strommix-Smart                           - disabled
                                      system.adapter.socketio.0               : socketio              : Strommix-Smart                           - disabled, port: 8084, bind: 0.0.0.0, run as: admin
                                      system.adapter.tr-064.0                 : tr-064                : Strommix-Smart                           - disabled
                                      system.adapter.vis.0                    : vis                   : Strommix-Smart                           - disabled
                                      system.adapter.web.0                    : web                   : Strommix-Smart                           -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                      system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : Strommix-Smart                           - disabled
                                      system.adapter.zwave2.0                 : zwave2                : Strommix-Smart                           - disabled
                                    
                                    + instance is alive
                                    berges01@Strommix-Smart:/opt/iobroker$
                                    
                                    
                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    wrote on last edited by
                                    #46

                                    @berges01

                                    iobroker start all
                                    

                                    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

                                    Berges01B 2 Replies Last reply
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @berges01

                                      iobroker start all
                                      
                                      Berges01B Online
                                      Berges01B Online
                                      Berges01
                                      wrote on last edited by
                                      #47

                                      @thomas-braun said in Probleme nach einem Restore:

                                      iobroker start all

                                      berges01@Strommix-Smart:/opt/iobroker$ ^C
                                      berges01@Strommix-Smart:/opt/iobroker$ iobroker start all
                                      The adapter "alexa2.0" was started.
                                      The adapter "cloud.0" was started.
                                      The adapter "devices.0" was started.
                                      The adapter "info.0" was started.
                                      The adapter "iot.0" was started.
                                      The adapter "javascript.0" was started.
                                      The adapter "netatmo.0" was started.
                                      The adapter "ping.0" was started.
                                      The adapter "socketio.0" was started.
                                      The adapter "tr-064.0" was started.
                                      The adapter "vis.0" was started.
                                      The adapter "whatsapp-cmb.0" was started.
                                      The adapter "zwave2.0" was started.
                                      berges01@Strommix-Smart:/opt/iobroker$ iobroker list instances
                                        system.adapter.admin.0                  : admin                 : Strommix-Smart                           -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        system.adapter.alexa2.0                 : alexa2                : Strommix-Smart                           -  enabled
                                        system.adapter.backitup.0               : backitup              : Strommix-Smart                           -  enabled
                                        system.adapter.cloud.0                  : cloud                 : Strommix-Smart                           -  enabled
                                        system.adapter.devices.0                : devices               : Strommix-Smart                           -  enabled
                                        system.adapter.info.0                   : info                  : Strommix-Smart                           -  enabled
                                        system.adapter.iot.0                    : iot                   : Strommix-Smart                           -  enabled
                                        system.adapter.javascript.0             : javascript            : Strommix-Smart                           -  enabled
                                        system.adapter.netatmo.0                : netatmo               : Strommix-Smart                           -  enabled
                                        system.adapter.ping.0                   : ping                  : Strommix-Smart                           -  enabled
                                        system.adapter.socketio.0               : socketio              : Strommix-Smart                           -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                        system.adapter.tr-064.0                 : tr-064                : Strommix-Smart                           -  enabled
                                        system.adapter.vis.0                    : vis                   : Strommix-Smart                           -  enabled
                                        system.adapter.web.0                    : web                   : Strommix-Smart                           -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : Strommix-Smart                           -  enabled
                                        system.adapter.zwave2.0                 : zwave2                : Strommix-Smart                           -  enabled
                                      
                                      + instance is alive
                                      berges01@Strommix-Smart:/opt/iobroker$
                                      
                                      

                                      Nein immer noch nicht

                                      F.B.

                                      Berges01B 1 Reply Last reply
                                      0
                                      • Berges01B Berges01

                                        @thomas-braun said in Probleme nach einem Restore:

                                        iobroker start all

                                        berges01@Strommix-Smart:/opt/iobroker$ ^C
                                        berges01@Strommix-Smart:/opt/iobroker$ iobroker start all
                                        The adapter "alexa2.0" was started.
                                        The adapter "cloud.0" was started.
                                        The adapter "devices.0" was started.
                                        The adapter "info.0" was started.
                                        The adapter "iot.0" was started.
                                        The adapter "javascript.0" was started.
                                        The adapter "netatmo.0" was started.
                                        The adapter "ping.0" was started.
                                        The adapter "socketio.0" was started.
                                        The adapter "tr-064.0" was started.
                                        The adapter "vis.0" was started.
                                        The adapter "whatsapp-cmb.0" was started.
                                        The adapter "zwave2.0" was started.
                                        berges01@Strommix-Smart:/opt/iobroker$ iobroker list instances
                                          system.adapter.admin.0                  : admin                 : Strommix-Smart                           -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                          system.adapter.alexa2.0                 : alexa2                : Strommix-Smart                           -  enabled
                                          system.adapter.backitup.0               : backitup              : Strommix-Smart                           -  enabled
                                          system.adapter.cloud.0                  : cloud                 : Strommix-Smart                           -  enabled
                                          system.adapter.devices.0                : devices               : Strommix-Smart                           -  enabled
                                          system.adapter.info.0                   : info                  : Strommix-Smart                           -  enabled
                                          system.adapter.iot.0                    : iot                   : Strommix-Smart                           -  enabled
                                          system.adapter.javascript.0             : javascript            : Strommix-Smart                           -  enabled
                                          system.adapter.netatmo.0                : netatmo               : Strommix-Smart                           -  enabled
                                          system.adapter.ping.0                   : ping                  : Strommix-Smart                           -  enabled
                                          system.adapter.socketio.0               : socketio              : Strommix-Smart                           -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                          system.adapter.tr-064.0                 : tr-064                : Strommix-Smart                           -  enabled
                                          system.adapter.vis.0                    : vis                   : Strommix-Smart                           -  enabled
                                          system.adapter.web.0                    : web                   : Strommix-Smart                           -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : Strommix-Smart                           -  enabled
                                          system.adapter.zwave2.0                 : zwave2                : Strommix-Smart                           -  enabled
                                        
                                        + instance is alive
                                        berges01@Strommix-Smart:/opt/iobroker$
                                        
                                        

                                        Nein immer noch nicht

                                        Berges01B Online
                                        Berges01B Online
                                        Berges01
                                        wrote on last edited by
                                        #48

                                        @berges01
                                        Komme in 30min wieder

                                        F.B.

                                        1 Reply Last reply
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @berges01

                                          iobroker start all
                                          
                                          Berges01B Online
                                          Berges01B Online
                                          Berges01
                                          wrote on last edited by
                                          #49

                                          @thomas-braun

                                          So in der Zwischenzeit den Debian runter gefahren und neu gestartet.
                                          Angepingt geht.
                                          per Putty angemeldet geht.

                                          berges01@Strommix-Smart:~$ iobroker status
                                          iobroker is running on this host.
                                          
                                          
                                          Objects type: file
                                          States  type: file
                                          berges01@Strommix-Smart:~$ iobroker list instances
                                            system.adapter.admin.0                  : admin                 : Strommix-Smart                           -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                            system.adapter.alexa2.0                 : alexa2                : Strommix-Smart                           -  enabled
                                            system.adapter.backitup.0               : backitup              : Strommix-Smart                           -  enabled
                                            system.adapter.cloud.0                  : cloud                 : Strommix-Smart                           -  enabled
                                            system.adapter.devices.0                : devices               : Strommix-Smart                           -  enabled
                                            system.adapter.info.0                   : info                  : Strommix-Smart                           -  enabled
                                            system.adapter.iot.0                    : iot                   : Strommix-Smart                           -  enabled
                                            system.adapter.javascript.0             : javascript            : Strommix-Smart                           -  enabled
                                            system.adapter.netatmo.0                : netatmo               : Strommix-Smart                           -  enabled
                                            system.adapter.ping.0                   : ping                  : Strommix-Smart                           -  enabled
                                            system.adapter.socketio.0               : socketio              : Strommix-Smart                           -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                            system.adapter.tr-064.0                 : tr-064                : Strommix-Smart                           -  enabled
                                            system.adapter.vis.0                    : vis                   : Strommix-Smart                           -  enabled
                                            system.adapter.web.0                    : web                   : Strommix-Smart                           -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                            system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : Strommix-Smart                           -  enabled
                                            system.adapter.zwave2.0                 : zwave2                : Strommix-Smart                           -  enabled
                                          
                                          + instance is alive
                                          berges01@Strommix-Smart:~$
                                          
                                          

                                          38ff0e4a-b2e7-432b-a6c6-ddb0f1699932-image.png

                                          Mal mit Chrom angemeldet selbes Ergebnis

                                          F.B.

                                          HomoranH Thomas BraunT 2 Replies 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

                                          424

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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