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. Docker Iobroker USB Device Synology DS918+ pass

NEWS

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

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

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.5k

Docker Iobroker USB Device Synology DS918+ pass

Scheduled Pinned Locked Moved ioBroker Allgemein
docker portaineriobrokersmartmeter weidmann stromzähleusb stick einbindensynologyds918+
85 Posts 7 Posters 14.4k Views 5 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.
  • GlasfaserG Glasfaser

    @Boardy

    dann warte bis @Matis dir weiter hilft , denn ich komme so nicht weiter .....da wie ich schon erwähnt habe kein USB Modbus habe.

    so ist es bei meinem Zigbee

    root@iobroker:/opt/iobroker# ls -la /dev/ttyA*                                                          
    crw-rw-rw- 1 root dialout 166, 0 Sep 27 20:04 /dev/ttyACM0
    
    B Offline
    B Offline
    Boardy
    wrote on last edited by
    #53

    @Glasfaser Hab gerade geguckt was chown macht, so wie es aussiht hab ich die Gruppe dialout nicht...??? Fraglich ob ich dies benötige oder nicht.. nochmals vielen Dank für die Ideen.. ich gedulde mich ...

    Thomas BraunT 1 Reply Last reply
    0
    • B Boardy

      @Glasfaser Hab gerade geguckt was chown macht, so wie es aussiht hab ich die Gruppe dialout nicht...??? Fraglich ob ich dies benötige oder nicht.. nochmals vielen Dank für die Ideen.. ich gedulde mich ...

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

      @Boardy
      dialout ist eigentlich eine der absoluten Standardgruppen.
      Vielleicht ist dein user nur nicht Mitglied dieser Gruppe.

      groups
      

      anschauen.

      [Edit:] Ach, Synology... Da hab ich keine Ahnung von. Vielleicht sind die Gruppen da auch anders...

      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

      B 1 Reply Last reply
      0
      • Thomas BraunT Thomas Braun

        @Boardy
        dialout ist eigentlich eine der absoluten Standardgruppen.
        Vielleicht ist dein user nur nicht Mitglied dieser Gruppe.

        groups
        

        anschauen.

        [Edit:] Ach, Synology... Da hab ich keine Ahnung von. Vielleicht sind die Gruppen da auch anders...

        B Offline
        B Offline
        Boardy
        wrote on last edited by
        #55

        @Thomas-Braun Ja Synology, hab gerad ein /etc/group nachgesehen, dialout gibt es nicht

        GlasfaserG 1 Reply Last reply
        0
        • B Boardy

          @Thomas-Braun Ja Synology, hab gerad ein /etc/group nachgesehen, dialout gibt es nicht

          GlasfaserG Offline
          GlasfaserG Offline
          Glasfaser
          wrote on last edited by
          #56

          @Thomas-Braun

          [Edit:] Ach, Synology... Da hab ich keine Ahnung von. Vielleicht sind die Gruppen da auch anders...

          root@iobroker:/opt/iobroker# groups
          root
          

          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 ..

          Thomas BraunT 1 Reply Last reply
          0
          • GlasfaserG Glasfaser

            @Thomas-Braun

            [Edit:] Ach, Synology... Da hab ich keine Ahnung von. Vielleicht sind die Gruppen da auch anders...

            root@iobroker:/opt/iobroker# groups
            root
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by Thomas Braun
            #57

            @Glasfaser root darf alles, der braucht nicht in Gruppen sein.
            Wird nur für User benötigt.
            dialout hat bei mir beide User drin:

            pi@raspberrypi:~ $ cat /etc/group | grep dialout
            dialout:x:20:pi,iobroker

            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

            B 1 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @Glasfaser root darf alles, der braucht nicht in Gruppen sein.
              Wird nur für User benötigt.
              dialout hat bei mir beide User drin:

              pi@raspberrypi:~ $ cat /etc/group | grep dialout
              dialout:x:20:pi,iobroker
              B Offline
              B Offline
              Boardy
              wrote on last edited by
              #58

              So, kurze Rückmeldung : es läuft nun alles...
              Den USB Treiber benötige ich bei der DS920+ allerdings nicht, ich weiß nicht was nun genau gefehlt hat aber nach dem Restarten und ggf etwas ausgeschlafener hat es nun geklappt... jetzt kämpfe ich noch mit einem CRC Fehler aber das ist ein Modbus Thema...

              D 1 Reply Last reply
              0
              • B Boardy

                So, kurze Rückmeldung : es läuft nun alles...
                Den USB Treiber benötige ich bei der DS920+ allerdings nicht, ich weiß nicht was nun genau gefehlt hat aber nach dem Restarten und ggf etwas ausgeschlafener hat es nun geklappt... jetzt kämpfe ich noch mit einem CRC Fehler aber das ist ein Modbus Thema...

                D Offline
                D Offline
                dack23
                wrote on last edited by
                #59

                servus ich kämpfe auch mit inbetriebnahme von zigbee conbee 2 stick

                ich hab die DS920+ und bräuchte mal die usb treiber hat die noch jemand rein zufällig

                GlasfaserG 1 Reply Last reply
                0
                • D dack23

                  servus ich kämpfe auch mit inbetriebnahme von zigbee conbee 2 stick

                  ich hab die DS920+ und bräuchte mal die usb treiber hat die noch jemand rein zufällig

                  GlasfaserG Offline
                  GlasfaserG Offline
                  Glasfaser
                  wrote on last edited by Glasfaser
                  #60

                  @dack23 sagte in Docker Iobroker USB Device Synology DS918+ pass:

                  servus ich kämpfe

                  Hast du Sie nicht schon !?

                  Schau mal nach , mit

                  ls -l /lib/modules/usbserial.ko
                  ls -l /lib/modules/ftdi_sio.ko
                  

                  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 ..

                  D 1 Reply Last reply
                  0
                  • GlasfaserG Glasfaser

                    @dack23 sagte in Docker Iobroker USB Device Synology DS918+ pass:

                    servus ich kämpfe

                    Hast du Sie nicht schon !?

                    Schau mal nach , mit

                    ls -l /lib/modules/usbserial.ko
                    ls -l /lib/modules/ftdi_sio.ko
                    
                    D Offline
                    D Offline
                    dack23
                    wrote on last edited by
                    #61

                    @glasfaser
                    ja hab ich

                    
                    root@NAS:~# ls -l /lib/modules/usbserial.ko
                    -rw-r--r-- 1 root root 46875 Apr  1 11:55 /lib/modules/usbserial.ko
                    root@NAS:~# ls -l /lib/modules/ftdi_sio.ko
                    -rw-r--r-- 1 root root 125347 Apr  1 11:55 /lib/modules/ftdi_sio.ko
                    
                    
                    GlasfaserG 1 Reply Last reply
                    0
                    • D dack23

                      @glasfaser
                      ja hab ich

                      
                      root@NAS:~# ls -l /lib/modules/usbserial.ko
                      -rw-r--r-- 1 root root 46875 Apr  1 11:55 /lib/modules/usbserial.ko
                      root@NAS:~# ls -l /lib/modules/ftdi_sio.ko
                      -rw-r--r-- 1 root root 125347 Apr  1 11:55 /lib/modules/ftdi_sio.ko
                      
                      
                      GlasfaserG Offline
                      GlasfaserG Offline
                      Glasfaser
                      wrote on last edited by
                      #62

                      @dack23 sagte in Docker Iobroker USB Device Synology DS918+ pass:

                      @glasfaser
                      ja hab ich

                      Ja .... dann verstehe ich nicht ...

                      ich kämpfe auch mit inbetriebnahme

                      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 ..

                      D 1 Reply Last reply
                      0
                      • GlasfaserG Glasfaser

                        @dack23 sagte in Docker Iobroker USB Device Synology DS918+ pass:

                        @glasfaser
                        ja hab ich

                        Ja .... dann verstehe ich nicht ...

                        ich kämpfe auch mit inbetriebnahme

                        D Offline
                        D Offline
                        dack23
                        wrote on last edited by
                        #63

                        @glasfaser

                        hier mal auszug aus dem broker log vielleicht hilft das

                        host.buanet-iobroker1
                        2022-05-27 14:39:18.505	error	instance system.adapter.zigbee.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                        host.buanet-iobroker1
                        2022-05-27 14:39:18.505	error	Caught by controller[1]: at /opt/iobroker/node_modules/@serialport/stream/lib/index.js:242:12
                        host.buanet-iobroker1
                        2022-05-27 14:39:18.505	error	Caught by controller[1]: at SerialPort._error (/opt/iobroker/node_modules/@serialport/stream/lib/index.js:198:14)
                        host.buanet-iobroker1
                        2022-05-27 14:39:18.505	error	Caught by controller[1]: at SerialPort.<anonymous> (/opt/iobroker/node_modules/zigbee-herdsman/src/adapter/deconz/driver/driver.ts:182:28)
                        host.buanet-iobroker1
                        2022-05-27 14:39:18.505	error	Caught by controller[1]: Error: Error while opening serialport 'Error: Error: Permission denied, cannot open /dev/ttyACM0'
                        host.buanet-iobroker1
                        2022-05-27 14:39:18.504	error	Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
                        zigbee.0
                        2022-05-27 14:39:17.811	error	Error while opening serialport 'Error: Error: Permission denied, cannot open /dev/ttyACM0'
                        
                        zigbee.0
                        2022-05-27 14:39:17.810	error	Error: Error while opening serialport 'Error: Error: Permission denied, cannot open /dev/ttyACM0' at SerialPort.<anonymous> (/opt/iobroker/node_modules/zigbee-herdsman/src/adapter/deconz/driver/driver.ts:182:28) at SerialPort._error (/opt/iobroker/node_modules/@serialport/stream/lib/index.js:198:14) at /opt/iobroker/node_modules/@serialport/stream/lib/index.js:242:12
                        
                        zigbee.0
                        2022-05-27 14:39:17.809	error	unhandled promise rejection: Error while opening serialport 'Error: Error: Permission denied, cannot open /dev/ttyACM0'
                        
                        zigbee.0
                        2022-05-27 14:39:17.809	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                        
                        
                        zigbee.0
                        2022-05-27 14:38:47.860	error	Error herdsman start
                        
                        zigbee.0
                        2022-05-27 14:38:47.860	error	Failed to start Zigbee
                        
                        zigbee.0
                        2022-05-27 14:38:47.859	error	Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: Permission denied, cannot open /dev/ttyACM0'"```
                        GlasfaserG Thomas BraunT 2 Replies Last reply
                        0
                        • D dack23

                          @glasfaser

                          hier mal auszug aus dem broker log vielleicht hilft das

                          host.buanet-iobroker1
                          2022-05-27 14:39:18.505	error	instance system.adapter.zigbee.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                          host.buanet-iobroker1
                          2022-05-27 14:39:18.505	error	Caught by controller[1]: at /opt/iobroker/node_modules/@serialport/stream/lib/index.js:242:12
                          host.buanet-iobroker1
                          2022-05-27 14:39:18.505	error	Caught by controller[1]: at SerialPort._error (/opt/iobroker/node_modules/@serialport/stream/lib/index.js:198:14)
                          host.buanet-iobroker1
                          2022-05-27 14:39:18.505	error	Caught by controller[1]: at SerialPort.<anonymous> (/opt/iobroker/node_modules/zigbee-herdsman/src/adapter/deconz/driver/driver.ts:182:28)
                          host.buanet-iobroker1
                          2022-05-27 14:39:18.505	error	Caught by controller[1]: Error: Error while opening serialport 'Error: Error: Permission denied, cannot open /dev/ttyACM0'
                          host.buanet-iobroker1
                          2022-05-27 14:39:18.504	error	Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
                          zigbee.0
                          2022-05-27 14:39:17.811	error	Error while opening serialport 'Error: Error: Permission denied, cannot open /dev/ttyACM0'
                          
                          zigbee.0
                          2022-05-27 14:39:17.810	error	Error: Error while opening serialport 'Error: Error: Permission denied, cannot open /dev/ttyACM0' at SerialPort.<anonymous> (/opt/iobroker/node_modules/zigbee-herdsman/src/adapter/deconz/driver/driver.ts:182:28) at SerialPort._error (/opt/iobroker/node_modules/@serialport/stream/lib/index.js:198:14) at /opt/iobroker/node_modules/@serialport/stream/lib/index.js:242:12
                          
                          zigbee.0
                          2022-05-27 14:39:17.809	error	unhandled promise rejection: Error while opening serialport 'Error: Error: Permission denied, cannot open /dev/ttyACM0'
                          
                          zigbee.0
                          2022-05-27 14:39:17.809	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                          
                          
                          zigbee.0
                          2022-05-27 14:38:47.860	error	Error herdsman start
                          
                          zigbee.0
                          2022-05-27 14:38:47.860	error	Failed to start Zigbee
                          
                          zigbee.0
                          2022-05-27 14:38:47.859	error	Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: Permission denied, cannot open /dev/ttyACM0'"```
                          GlasfaserG Offline
                          GlasfaserG Offline
                          Glasfaser
                          wrote on last edited by
                          #64

                          @dack23 sagte in Docker Iobroker USB Device Synology DS918+ pass:

                          Error: Permission denied, cannot open /dev/ttyACM0'

                          Hast du nachgeschaut ob er überhaupt da ist !?

                          Auf :

                          /dev/ttyACM0
                          

                          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 Reply Last reply
                          0
                          • D dack23

                            @glasfaser

                            hier mal auszug aus dem broker log vielleicht hilft das

                            host.buanet-iobroker1
                            2022-05-27 14:39:18.505	error	instance system.adapter.zigbee.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                            host.buanet-iobroker1
                            2022-05-27 14:39:18.505	error	Caught by controller[1]: at /opt/iobroker/node_modules/@serialport/stream/lib/index.js:242:12
                            host.buanet-iobroker1
                            2022-05-27 14:39:18.505	error	Caught by controller[1]: at SerialPort._error (/opt/iobroker/node_modules/@serialport/stream/lib/index.js:198:14)
                            host.buanet-iobroker1
                            2022-05-27 14:39:18.505	error	Caught by controller[1]: at SerialPort.<anonymous> (/opt/iobroker/node_modules/zigbee-herdsman/src/adapter/deconz/driver/driver.ts:182:28)
                            host.buanet-iobroker1
                            2022-05-27 14:39:18.505	error	Caught by controller[1]: Error: Error while opening serialport 'Error: Error: Permission denied, cannot open /dev/ttyACM0'
                            host.buanet-iobroker1
                            2022-05-27 14:39:18.504	error	Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
                            zigbee.0
                            2022-05-27 14:39:17.811	error	Error while opening serialport 'Error: Error: Permission denied, cannot open /dev/ttyACM0'
                            
                            zigbee.0
                            2022-05-27 14:39:17.810	error	Error: Error while opening serialport 'Error: Error: Permission denied, cannot open /dev/ttyACM0' at SerialPort.<anonymous> (/opt/iobroker/node_modules/zigbee-herdsman/src/adapter/deconz/driver/driver.ts:182:28) at SerialPort._error (/opt/iobroker/node_modules/@serialport/stream/lib/index.js:198:14) at /opt/iobroker/node_modules/@serialport/stream/lib/index.js:242:12
                            
                            zigbee.0
                            2022-05-27 14:39:17.809	error	unhandled promise rejection: Error while opening serialport 'Error: Error: Permission denied, cannot open /dev/ttyACM0'
                            
                            zigbee.0
                            2022-05-27 14:39:17.809	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                            
                            
                            zigbee.0
                            2022-05-27 14:38:47.860	error	Error herdsman start
                            
                            zigbee.0
                            2022-05-27 14:38:47.860	error	Failed to start Zigbee
                            
                            zigbee.0
                            2022-05-27 14:38:47.859	error	Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: Permission denied, cannot open /dev/ttyACM0'"```
                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            wrote on last edited by
                            #65

                            @dack23 sagte in Docker Iobroker USB Device Synology DS918+ pass:

                            Error: Error while opening serialport 'Error: Error: Permission denied, cannot open /dev/ttyACM0'

                            Du hast kein 'Treiber'-Problem, da fehlen nur dem user iobroker die Rechte auf das Gerät zuzugreifen.

                            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

                            D 1 Reply Last reply
                            0
                            • Thomas BraunT Thomas Braun

                              @dack23 sagte in Docker Iobroker USB Device Synology DS918+ pass:

                              Error: Error while opening serialport 'Error: Error: Permission denied, cannot open /dev/ttyACM0'

                              Du hast kein 'Treiber'-Problem, da fehlen nur dem user iobroker die Rechte auf das Gerät zuzugreifen.

                              D Offline
                              D Offline
                              dack23
                              wrote on last edited by
                              #66

                              @thomas-braun

                              ok könntest du mir bitte helfen ?

                              GlasfaserG Thomas BraunT 2 Replies Last reply
                              0
                              • D dack23

                                @thomas-braun

                                ok könntest du mir bitte helfen ?

                                GlasfaserG Offline
                                GlasfaserG Offline
                                Glasfaser
                                wrote on last edited by Glasfaser
                                #67

                                @dack23 sagte in Docker Iobroker USB Device Synology DS918+ pass:

                                ok könntest du mir bitte helfen ?

                                Lese dir das durch :

                                https://forum.iobroker.net/topic/51796/synology-dsm-7-sonoff-zigbee-stick

                                EDIT:

                                Ich vermute mal ... in den meisten fällen , das fehlt :

                                Hast du in die Umgebungsvariable ENV , den Stick eingetragen

                                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 ..

                                D 1 Reply Last reply
                                0
                                • D dack23

                                  @thomas-braun

                                  ok könntest du mir bitte helfen ?

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

                                  @dack23 sagte in Docker Iobroker USB Device Synology DS918+ pass:

                                  ok könntest du mir bitte helfen ?

                                  Nee, von Docker und dessen Eigenheiten hab ich keine Ahnung.

                                  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
                                  • GlasfaserG Glasfaser

                                    @dack23 sagte in Docker Iobroker USB Device Synology DS918+ pass:

                                    ok könntest du mir bitte helfen ?

                                    Lese dir das durch :

                                    https://forum.iobroker.net/topic/51796/synology-dsm-7-sonoff-zigbee-stick

                                    EDIT:

                                    Ich vermute mal ... in den meisten fällen , das fehlt :

                                    Hast du in die Umgebungsvariable ENV , den Stick eingetragen

                                    D Offline
                                    D Offline
                                    dack23
                                    wrote on last edited by
                                    #69

                                    @glasfaser hab ich wenn ich container neu lade ist der eintrag weg

                                    GlasfaserG 1 Reply Last reply
                                    0
                                    • D dack23

                                      @glasfaser hab ich wenn ich container neu lade ist der eintrag weg

                                      GlasfaserG Offline
                                      GlasfaserG Offline
                                      Glasfaser
                                      wrote on last edited by
                                      #70

                                      @dack23

                                      Machst du das über den Portainer !?

                                      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 ..

                                      D 1 Reply Last reply
                                      0
                                      • GlasfaserG Glasfaser

                                        @dack23

                                        Machst du das über den Portainer !?

                                        D Offline
                                        D Offline
                                        dack23
                                        wrote on last edited by
                                        #71

                                        @glasfaser
                                        grad über den docker jetz hat er es übernommen
                                        starte mal alles neu

                                        GlasfaserG 2 Replies Last reply
                                        0
                                        • D dack23

                                          @glasfaser
                                          grad über den docker jetz hat er es übernommen
                                          starte mal alles neu

                                          GlasfaserG Offline
                                          GlasfaserG Offline
                                          Glasfaser
                                          wrote on last edited by
                                          #72

                                          @dack23

                                          927ef3e5-bad2-4345-91f6-e7530a43ac15-grafik.png

                                          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 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

                                          591

                                          Online

                                          32.7k

                                          Users

                                          82.4k

                                          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