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. English
  3. ioBroker general
  4. Help in setting up ioBroker on Synology Docker

NEWS

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    22
    1
    1.0k

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

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    14
    1
    2.4k

Help in setting up ioBroker on Synology Docker

Geplant Angeheftet Gesperrt Verschoben ioBroker general
5 Beiträge 2 Kommentatoren 592 Aufrufe 2 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.
  • Bjorn AndersenB Offline
    Bjorn AndersenB Offline
    Bjorn Andersen
    schrieb am zuletzt editiert von Homoran
    #1

    Hi, hoping someone can help a newbie. I have been trying to follow the setup instructions by @andre to the letter, including setting up MACVLAN via Portainer.

    I come as far as being able to access the ioBroker "dashboard" on http://192.168.1.100:8081, but I get error messages in the log (and no values are intercepted from the Shelly 1 (with a Temperature Add-on) I am trying to get temperature readings from). I suspect the problems are related to the network details I have entered when I tried to copy and adapt André's instructions for MACVLAN setup:

    • His subnet value 192.168.0.0/24 changed to 192.168.1.0/24, since I have an Orbi mesh system where the login ip is 192.168.1.1

    • His Gateway value 192.168.0.1 changed to 192.168.1.1

    • His IP range value 192.168.0.100/32 changed to 192.168.1.100/32

    The log error reads as shown below.

    Any ideas what I have done wrong? Any help would be much appreciated!

    Starting ioBroker...
    
     
    
    host.iobroker check instance "system.adapter.admin.0" for host "iobroker"
    
    host.iobroker check instance "system.adapter.discovery.0" for host "iobroker"
    
    host.iobroker check instance "system.adapter.info.0" for host "iobroker"
    
    Send diag info: {"uuid":"ab265f4a-67f9-a46a-c0b2-61e4b95cefe5","language":"","country":"","hosts":[{"version":"3.2.16","platform":"Javascript/Node.js","type":"linux"}],"node":"v12.22.1","arch":"x64","adapters":{"admin":{"version":"4.2.1","platform":"Javascript/Node.js"},"discovery":{"version":"2.6.1","platform":"Javascript/Node.js"},"info":{"version":"1.7.10","platform":"Javascript/Node.js"}},"statesType":"file","objectsType":"file","model":"Intel(R) Atom(TM) CPU D2701   @ 2.13GHz","cpus":4,"mem":1036607488,"ostype":"Linux","city":""}
    
    Cannot send diag info: getaddrinfo EAI_AGAIN download.iobroker.net
    
    failed to download new sources, use cached sources
    
    failed to download new sources, use cached sources
    
    Cannot download json from http://download.iobroker.net/sources-dist-hash.json. Error: Error: getaddrinfo EAI_AGAIN download.iobroker.net
    
    Cannot download json from http://download.iobroker.net/sources-dist.json. Error: Error: getaddrinfo EAI_AGAIN download.iobroker.net
    
    hostname: Temporary failure in name resolution
    
    
    ls: Zugriff auf '/dev/disk/by-id/' nicht möglich: Datei oder Verzeichnis nicht gefunden
    
    
    ls: Zugriff auf '/dev/disk/by-id/' nicht möglich: Datei oder Verzeichnis nicht gefunden
    
    
    Send diag info: {"uuid":"ab265f4a-67f9-a46a-c0b2-61e4b95cefe5","language":"","country":"","hosts":[{"version":"3.2.16","platform":"Javascript/Node.js","type":"linux"}],"node":"v12.22.1","arch":"x64","adapters":{"admin":{"version":"4.2.1","platform":"Javascript/Node.js"},"discovery":{"version":"2.6.1","platform":"Javascript/Node.js"},"info":{"version":"1.7.10","platform":"Javascript/Node.js"}},"statesType":"file","objectsType":"file","model":"Intel(R) Atom(TM) CPU D2701   @ 2.13GHz","cpus":4,"mem":1036607488,"ostype":"Linux","city":""}
    
    hash changed or no sources cached => force download of new sources
    
    Send diag info: {"uuid":"ab265f4a-67f9-a46a-c0b2-61e4b95cefe5","language":"en","country":"","hosts":[{"version":"3.2.16","platform":"Javascript/Node.js","type":"linux"}],"node":"v12.22.1","arch":"x64","adapters":{"admin":{"version":"4.2.1","platform":"Javascript/Node.js"},"discovery":{"version":"2.6.1","platform":"Javascript/Node.js"},"info":{"version":"1.7.10","platform":"Javascript/Node.js"}},"statesType":"file","objectsType":"file","model":"Intel(R) Atom(TM) CPU D2701   @ 2.13GHz","cpus":4,"mem":1036607488,"ostype":"Linux","city":""}
    
    ================================== > LOG REDIRECT system.adapter.admin.0 => false [system.adapter.admin.0.logging]
    
    ================================== > LOG REDIRECT system.adapter.admin.0 => true [system.adapter.admin.0.logging]
    

    MOD-Edit: code set into code-tags!

    Bjorn AndersenB 1 Antwort Letzte Antwort
    0
    • Bjorn AndersenB Bjorn Andersen

      Hi, hoping someone can help a newbie. I have been trying to follow the setup instructions by @andre to the letter, including setting up MACVLAN via Portainer.

      I come as far as being able to access the ioBroker "dashboard" on http://192.168.1.100:8081, but I get error messages in the log (and no values are intercepted from the Shelly 1 (with a Temperature Add-on) I am trying to get temperature readings from). I suspect the problems are related to the network details I have entered when I tried to copy and adapt André's instructions for MACVLAN setup:

      • His subnet value 192.168.0.0/24 changed to 192.168.1.0/24, since I have an Orbi mesh system where the login ip is 192.168.1.1

      • His Gateway value 192.168.0.1 changed to 192.168.1.1

      • His IP range value 192.168.0.100/32 changed to 192.168.1.100/32

      The log error reads as shown below.

      Any ideas what I have done wrong? Any help would be much appreciated!

      Starting ioBroker...
      
       
      
      host.iobroker check instance "system.adapter.admin.0" for host "iobroker"
      
      host.iobroker check instance "system.adapter.discovery.0" for host "iobroker"
      
      host.iobroker check instance "system.adapter.info.0" for host "iobroker"
      
      Send diag info: {"uuid":"ab265f4a-67f9-a46a-c0b2-61e4b95cefe5","language":"","country":"","hosts":[{"version":"3.2.16","platform":"Javascript/Node.js","type":"linux"}],"node":"v12.22.1","arch":"x64","adapters":{"admin":{"version":"4.2.1","platform":"Javascript/Node.js"},"discovery":{"version":"2.6.1","platform":"Javascript/Node.js"},"info":{"version":"1.7.10","platform":"Javascript/Node.js"}},"statesType":"file","objectsType":"file","model":"Intel(R) Atom(TM) CPU D2701   @ 2.13GHz","cpus":4,"mem":1036607488,"ostype":"Linux","city":""}
      
      Cannot send diag info: getaddrinfo EAI_AGAIN download.iobroker.net
      
      failed to download new sources, use cached sources
      
      failed to download new sources, use cached sources
      
      Cannot download json from http://download.iobroker.net/sources-dist-hash.json. Error: Error: getaddrinfo EAI_AGAIN download.iobroker.net
      
      Cannot download json from http://download.iobroker.net/sources-dist.json. Error: Error: getaddrinfo EAI_AGAIN download.iobroker.net
      
      hostname: Temporary failure in name resolution
      
      
      ls: Zugriff auf '/dev/disk/by-id/' nicht möglich: Datei oder Verzeichnis nicht gefunden
      
      
      ls: Zugriff auf '/dev/disk/by-id/' nicht möglich: Datei oder Verzeichnis nicht gefunden
      
      
      Send diag info: {"uuid":"ab265f4a-67f9-a46a-c0b2-61e4b95cefe5","language":"","country":"","hosts":[{"version":"3.2.16","platform":"Javascript/Node.js","type":"linux"}],"node":"v12.22.1","arch":"x64","adapters":{"admin":{"version":"4.2.1","platform":"Javascript/Node.js"},"discovery":{"version":"2.6.1","platform":"Javascript/Node.js"},"info":{"version":"1.7.10","platform":"Javascript/Node.js"}},"statesType":"file","objectsType":"file","model":"Intel(R) Atom(TM) CPU D2701   @ 2.13GHz","cpus":4,"mem":1036607488,"ostype":"Linux","city":""}
      
      hash changed or no sources cached => force download of new sources
      
      Send diag info: {"uuid":"ab265f4a-67f9-a46a-c0b2-61e4b95cefe5","language":"en","country":"","hosts":[{"version":"3.2.16","platform":"Javascript/Node.js","type":"linux"}],"node":"v12.22.1","arch":"x64","adapters":{"admin":{"version":"4.2.1","platform":"Javascript/Node.js"},"discovery":{"version":"2.6.1","platform":"Javascript/Node.js"},"info":{"version":"1.7.10","platform":"Javascript/Node.js"}},"statesType":"file","objectsType":"file","model":"Intel(R) Atom(TM) CPU D2701   @ 2.13GHz","cpus":4,"mem":1036607488,"ostype":"Linux","city":""}
      
      ================================== > LOG REDIRECT system.adapter.admin.0 => false [system.adapter.admin.0.logging]
      
      ================================== > LOG REDIRECT system.adapter.admin.0 => true [system.adapter.admin.0.logging]
      

      MOD-Edit: code set into code-tags!

      Bjorn AndersenB Offline
      Bjorn AndersenB Offline
      Bjorn Andersen
      schrieb am zuletzt editiert von Homoran
      #2

      Hi, I've gotten one step further, it seems I had to reboot the Shelly device after adjusting the ColoT address. So now it seems the broker is working and connected to the Shelly 1, but I get error messages as shown below. Any idea what causes this?

      2021-04-28 09:32:16.560 - info: shelly.0 (29226) Shelly device 192.168.1.63 (shelly1 / shelly1-E8DB84D7141F / SHSW-1#E8DB84D7141F#1) with CoAP connected! Polltime set to 5 sec.
      2021-04-28 09:32:18.077 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.Relay0.Switch" has no existing object, this might lead to an error in future versions
      2021-04-28 09:32:18.088 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.Relay0.Input" has no existing object, this might lead to an error in future versions
      2021-04-28 09:32:18.089 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.Relay0.Event" has no existing object, this might lead to an error in future versions
      2021-04-28 09:32:18.091 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.Relay0.EventCount" has no existing object, this might lead to an error in future versions
      2021-04-28 09:32:18.093 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.Relay0.longpush" has no existing object, this might lead to an error in future versions
      2021-04-28 09:32:18.094 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.ext.temperatureC1" has no existing object, this might lead to an error in future versions
      2021-04-28 09:32:18.096 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.ext.temperatureF1" has no existing object, this might lead to an error in future versions
      2021-04-28 09:32:19.756 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.Relay0.ButtonType" has no existing object, this might lead to an error in future versions
      2021-04-28 09:32:19.758 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.Relay0.ButtonReverse" has no existing object, this might lead to an error in future versions
      2021-04-28 09:32:19.777 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.factoryResetFromSwitch" has no existing object, this might lead to an error in future versions
      2021-04-28 09:32:19.801 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.version" has no existing object, this might lead to an error in future versions
      2021-04-28 09:32:19.814 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.name" has no existing object, this might lead to an error in future versions
      2021-04-28 09:32:19.930 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.ext.humidity2" has no existing object, this might lead to an error in future versions
      2021-04-28 09:32:19.932 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.ext.humidity3" has no existing object, this might lead to an error in future versions
      2021-04-28 09:32:19.934 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.firmware" has no existing object, this might lead to an error in future versions
      2021-04-28 09:32:19.935 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.uptime" has no existing object, this might lead to an error in future versions
      2021-04-28 09:32:19.937 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.hostname" has no existing object, this might lead to an error in future versions
      2021-04-28 09:32:19.938 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.id" has no existing object, this might lead to an error in future versions
      2021-04-28 09:32:19.939 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.type" has no existing object, this might lead to an error in future versions
      2021-04-28 09:32:19.941 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.rssi" has no existing object, this might lead to an error in future versions
      

      MOD-Edit: code set into code-tags!

      arteckA 1 Antwort Letzte Antwort
      0
      • Bjorn AndersenB Bjorn Andersen

        Hi, I've gotten one step further, it seems I had to reboot the Shelly device after adjusting the ColoT address. So now it seems the broker is working and connected to the Shelly 1, but I get error messages as shown below. Any idea what causes this?

        2021-04-28 09:32:16.560 - info: shelly.0 (29226) Shelly device 192.168.1.63 (shelly1 / shelly1-E8DB84D7141F / SHSW-1#E8DB84D7141F#1) with CoAP connected! Polltime set to 5 sec.
        2021-04-28 09:32:18.077 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.Relay0.Switch" has no existing object, this might lead to an error in future versions
        2021-04-28 09:32:18.088 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.Relay0.Input" has no existing object, this might lead to an error in future versions
        2021-04-28 09:32:18.089 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.Relay0.Event" has no existing object, this might lead to an error in future versions
        2021-04-28 09:32:18.091 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.Relay0.EventCount" has no existing object, this might lead to an error in future versions
        2021-04-28 09:32:18.093 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.Relay0.longpush" has no existing object, this might lead to an error in future versions
        2021-04-28 09:32:18.094 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.ext.temperatureC1" has no existing object, this might lead to an error in future versions
        2021-04-28 09:32:18.096 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.ext.temperatureF1" has no existing object, this might lead to an error in future versions
        2021-04-28 09:32:19.756 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.Relay0.ButtonType" has no existing object, this might lead to an error in future versions
        2021-04-28 09:32:19.758 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.Relay0.ButtonReverse" has no existing object, this might lead to an error in future versions
        2021-04-28 09:32:19.777 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.factoryResetFromSwitch" has no existing object, this might lead to an error in future versions
        2021-04-28 09:32:19.801 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.version" has no existing object, this might lead to an error in future versions
        2021-04-28 09:32:19.814 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.name" has no existing object, this might lead to an error in future versions
        2021-04-28 09:32:19.930 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.ext.humidity2" has no existing object, this might lead to an error in future versions
        2021-04-28 09:32:19.932 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.ext.humidity3" has no existing object, this might lead to an error in future versions
        2021-04-28 09:32:19.934 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.firmware" has no existing object, this might lead to an error in future versions
        2021-04-28 09:32:19.935 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.uptime" has no existing object, this might lead to an error in future versions
        2021-04-28 09:32:19.937 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.hostname" has no existing object, this might lead to an error in future versions
        2021-04-28 09:32:19.938 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.id" has no existing object, this might lead to an error in future versions
        2021-04-28 09:32:19.939 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.type" has no existing object, this might lead to an error in future versions
        2021-04-28 09:32:19.941 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.rssi" has no existing object, this might lead to an error in future versions
        

        MOD-Edit: code set into code-tags!

        arteckA Offline
        arteckA Offline
        arteck
        Developer Most Active
        schrieb am zuletzt editiert von arteck
        #3

        @bjorn-andersen this is only a Warning from the js-controller 3x.. all fine here ..
        which version from the shelly adapter you have ?

        zigbee hab ich, zwave auch, nuc's genauso und HA auch

        Bjorn AndersenB 2 Antworten Letzte Antwort
        0
        • arteckA arteck

          @bjorn-andersen this is only a Warning from the js-controller 3x.. all fine here ..
          which version from the shelly adapter you have ?

          Bjorn AndersenB Offline
          Bjorn AndersenB Offline
          Bjorn Andersen
          schrieb am zuletzt editiert von
          #4

          @arteck Hi, version 4.0.7, and everything seems to be working as intended (I get values for firmware, device type, etc.) but I just don't get any sensor readings. What could cause this?

          1 Antwort Letzte Antwort
          0
          • arteckA arteck

            @bjorn-andersen this is only a Warning from the js-controller 3x.. all fine here ..
            which version from the shelly adapter you have ?

            Bjorn AndersenB Offline
            Bjorn AndersenB Offline
            Bjorn Andersen
            schrieb am zuletzt editiert von
            #5

            @arteck Don't know what I did but after a lot of fumbling about, I finally got it to work and now see the temperature sensor in HomeKit!

            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

            486

            Online

            32.5k

            Benutzer

            81.6k

            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