Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Русский
  3. ioBroker
  4. ioBroker установка и конфигурация
  5. Инсталляция под Linux

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    5
    1
    125

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    8
    1
    164

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    868

Инсталляция под Linux

Geplant Angeheftet Gesperrt Verschoben ioBroker установка и конфигурация
256 Beiträge 29 Kommentatoren 101.2k Aufrufe
  • Ä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.
  • F Offline
    F Offline
    fotya
    schrieb am zuletzt editiert von
    #188

    Пробовал, не хочет.

    В линуксе я слабоват и может что-то не понимаю.

    Делал так -

    Смонтировал образ Bananian Linux ,сделал настройки ,а дальше все мои манипуляции ни к чему не привели.

    Как это по шагам сделать?

    1 Antwort Letzte Antwort
    0
    • K Offline
      K Offline
      kontakter
      schrieb am zuletzt editiert von
      #189

      Подскажите пароль для root. Образ для bananapi http://www.iobroker.net/?download=2895 .Armbian для BananaPi на сайте своем пишет 1234. Доступа нет.

      1 Antwort Letzte Antwort
      0
      • BluefoxB Offline
        BluefoxB Offline
        Bluefox
        schrieb am zuletzt editiert von
        #190

        @kontakter:

        Подскажите пароль для root. Образ для bananapi http://www.iobroker.net/?download=2895 .Armbian для BananaPi на сайте своем пишет 1234. Доступа нет. `
        Name: bananapi Passwort: bananapi

        if Bananian OS

        Name: root Passwort: pi

        1 Antwort Letzte Antwort
        0
        • BluefoxB Offline
          BluefoxB Offline
          Bluefox
          schrieb am zuletzt editiert von
          #191

          @fotya:

          Пробовал, не хочет.

          В линуксе я слабоват и может что-то не понимаю.

          Делал так -

          Смонтировал образ Bananian Linux ,сделал настройки ,а дальше все мои манипуляции ни к чему не привели.

          Как это по шагам сделать? `
          К чему они то привели? Где застрял то? Залогиниться смог? Итд?

          1 Antwort Letzte Antwort
          0
          • F Offline
            F Offline
            fotya
            schrieb am zuletzt editiert von
            #192

            Захожу под "root"

            root@bananapi ~ # apt-get update
            root@bananapi ~ # apt-get upgrade
            
            

            устанавливаю "npm" и "nodejs"

            root@bananapi ~ # apt-get install curl
            root@bananapi ~ # curl -sL https://deb.nodesource.com/setup_5.x | bash -
            root@bananapi ~ # apt-get install  nodejs
            
            

            получается так -````
            root@pi ~ # nodejs -v
            v5.7.1
            root@pi ~ # npm -v
            3.6.0

            дальше -````
            $ cd /opt
            $ mkdir iobroker
            $ cd iobroker
            $ npm install iobroker
            
            

            получается вот-так -

            ! npm WARN lifecycle iobroker@0.6.0~install: cannot run in wd %s %s (wd=%s) iobrok er@0.6.0 node lib/setup.js /opt/iobroker/node_modules/iobroker
            ! /opt/iobroker
            ! └─┬ iobroker@0.6.0
            ! └─┬ yargs@4.2.0
            ! ├── camelcase@2.1.0
            ! ├─┬ cliui@3.1.0
            ! │ ├─┬ strip-ansi@3.0.1
            ! │ │ └── ansi-regex@2.0.0
            ! │ └── wrap-ansi@1.0.0
            ! ├── decamelize@1.2.0
            ! ├─┬ lodash.assign@4.0.6
            ! │ ├── lodash.keys@4.0.5
            ! │ └── lodash.rest@4.0.1
            ! ├─┬ os-locale@1.4.0
            ! │ └─┬ lcid@1.0.0
            ! │ └── invert-kv@1.0.0
            ! ├─┬ pkg-conf@1.1.1
            ! │ ├─┬ find-up@1.1.2
            ! │ │ ├── path-exists@2.1.0
            ! │ │ └─┬ pinkie-promise@2.0.0
            ! │ │ └── pinkie@2.0.4
            ! │ ├── object-assign@4.0.1
            ! │ ├─┬ read-pkg@1.1.0
            ! │ │ ├─┬ load-json-file@1.1.0
            ! │ │ │ ├── graceful-fs@4.1.3
            ! │ │ │ ├─┬ parse-json@2.2.0
            ! │ │ │ │ └─┬ error-ex@1.3.0
            ! │ │ │ │ └── is-arrayish@0.2.1
            ! │ │ │ ├── pify@2.3.0
            ! │ │ │ └─┬ strip-bom@2.0.0
            ! │ │ │ └── is-utf8@0.2.1
            ! │ │ ├─┬ normalize-package-data@2.3.5
            ! │ │ │ ├── hosted-git-info@2.1.4
            ! │ │ │ ├─┬ is-builtin-module@1.0.0
            ! │ │ │ │ └── builtin-modules@1.1.1
            ! │ │ │ ├── semver@5.1.0
            ! │ │ │ └─┬ validate-npm-package-license@3.0.1
            ! │ │ │ ├─┬ spdx-correct@1.0.2
            ! │ │ │ │ └── spdx-license-ids@1.2.0
            ! │ │ │ └─┬ spdx-expression-parse@1.0.2
            ! │ │ │ └── spdx-exceptions@1.0.4
            ! │ │ └── path-type@1.1.0
            ! │ └── symbol@0.2.1
            ! ├── read-pkg-up@1.0.1
            ! ├── require-main-filename@1.0.1
            ! ├─┬ string-width@1.0.1
            ! │ ├─┬ code-point-at@1.0.0
            ! │ │ └── number-is-nan@1.0.0
            ! │ └── is-fullwidth-code-point@1.0.0
            ! ├── window-size@0.2.0
            ! ├── y18n@3.2.0
            ! └── yargs-parser@2.1.1
            ! npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/package.j son'
            ! npm WARN iobroker No description
            ! npm WARN iobroker No repository field.
            ! npm WARN iobroker No README data
            ! npm WARN iobroker No license field.
            ! npm install iobroker 30.53s user 2.83s system 82% cpu 40.216 total
            И не работает.

            1 Antwort Letzte Antwort
            0
            • K Offline
              K Offline
              kontakter
              schrieb am zuletzt editiert von
              #193

              Методом перебора, за час выяснил : пользователь pi, пароль raspberry. Это для образа http://www.iobroker.net/?download=2895 . Для других не знаю.

              :(

              1 Antwort Letzte Antwort
              0
              • BluefoxB Offline
                BluefoxB Offline
                Bluefox
                schrieb am zuletzt editiert von
                #194

                @fotya:

                Захожу под "root"

                root@bananapi ~ # apt-get update
                root@bananapi ~ # apt-get upgrade
                
                

                устанавливаю "npm" и "nodejs"

                root@bananapi ~ # apt-get install curl
                root@bananapi ~ # curl -sL https://deb.nodesource.com/setup_5.x | bash -
                root@bananapi ~ # apt-get install  nodejs
                
                

                получается так -````
                root@pi ~ # nodejs -v
                v5.7.1
                root@pi ~ # npm -v
                3.6.0

                дальше -````
                $ cd /opt
                $ mkdir iobroker
                $ cd iobroker
                $ npm install iobroker
                
                

                получается вот-так -

                ! npm WARN lifecycle iobroker@0.6.0~install: cannot run in wd %s %s (wd=%s) iobrok er@0.6.0 node lib/setup.js /opt/iobroker/node_modules/iobroker
                ! /opt/iobroker
                ! └─┬ iobroker@0.6.0
                ! └─┬ yargs@4.2.0
                ! ├── camelcase@2.1.0
                ! ├─┬ cliui@3.1.0
                ! │ ├─┬ strip-ansi@3.0.1
                ! │ │ └── ansi-regex@2.0.0
                ! │ └── wrap-ansi@1.0.0
                ! ├── decamelize@1.2.0
                ! ├─┬ lodash.assign@4.0.6
                ! │ ├── lodash.keys@4.0.5
                ! │ └── lodash.rest@4.0.1
                ! ├─┬ os-locale@1.4.0
                ! │ └─┬ lcid@1.0.0
                ! │ └── invert-kv@1.0.0
                ! ├─┬ pkg-conf@1.1.1
                ! │ ├─┬ find-up@1.1.2
                ! │ │ ├── path-exists@2.1.0
                ! │ │ └─┬ pinkie-promise@2.0.0
                ! │ │ └── pinkie@2.0.4
                ! │ ├── object-assign@4.0.1
                ! │ ├─┬ read-pkg@1.1.0
                ! │ │ ├─┬ load-json-file@1.1.0
                ! │ │ │ ├── graceful-fs@4.1.3
                ! │ │ │ ├─┬ parse-json@2.2.0
                ! │ │ │ │ └─┬ error-ex@1.3.0
                ! │ │ │ │ └── is-arrayish@0.2.1
                ! │ │ │ ├── pify@2.3.0
                ! │ │ │ └─┬ strip-bom@2.0.0
                ! │ │ │ └── is-utf8@0.2.1
                ! │ │ ├─┬ normalize-package-data@2.3.5
                ! │ │ │ ├── hosted-git-info@2.1.4
                ! │ │ │ ├─┬ is-builtin-module@1.0.0
                ! │ │ │ │ └── builtin-modules@1.1.1
                ! │ │ │ ├── semver@5.1.0
                ! │ │ │ └─┬ validate-npm-package-license@3.0.1
                ! │ │ │ ├─┬ spdx-correct@1.0.2
                ! │ │ │ │ └── spdx-license-ids@1.2.0
                ! │ │ │ └─┬ spdx-expression-parse@1.0.2
                ! │ │ │ └── spdx-exceptions@1.0.4
                ! │ │ └── path-type@1.1.0
                ! │ └── symbol@0.2.1
                ! ├── read-pkg-up@1.0.1
                ! ├── require-main-filename@1.0.1
                ! ├─┬ string-width@1.0.1
                ! │ ├─┬ code-point-at@1.0.0
                ! │ │ └── number-is-nan@1.0.0
                ! │ └── is-fullwidth-code-point@1.0.0
                ! ├── window-size@0.2.0
                ! ├── y18n@3.2.0
                ! └── yargs-parser@2.1.1
                ! npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/package.j son'
                ! npm WARN iobroker No description
                ! npm WARN iobroker No repository field.
                ! npm WARN iobroker No README data
                ! npm WARN iobroker No license field.
                ! npm install iobroker 30.53s user 2.83s system 82% cpu 40.216 total
                И не работает. `
                node 5 не работает. Надо 4 ставить

                1 Antwort Letzte Antwort
                0
                • BluefoxB Offline
                  BluefoxB Offline
                  Bluefox
                  schrieb am zuletzt editiert von
                  #195

                  @fotya:

                  Захожу под "root"

                  root@bananapi ~ # apt-get update
                  root@bananapi ~ # apt-get upgrade
                  
                  

                  устанавливаю "npm" и "nodejs"

                  root@bananapi ~ # apt-get install curl
                  root@bananapi ~ # curl -sL https://deb.nodesource.com/setup_5.x | bash -
                  root@bananapi ~ # apt-get install  nodejs
                  
                  

                  получается так -````
                  root@pi ~ # nodejs -v
                  v5.7.1
                  root@pi ~ # npm -v
                  3.6.0

                  дальше -````
                  $ cd /opt
                  $ mkdir iobroker
                  $ cd iobroker
                  $ npm install iobroker
                  
                  

                  получается вот-так -

                  ! npm WARN lifecycle iobroker@0.6.0~install: cannot run in wd %s %s (wd=%s) iobrok er@0.6.0 node lib/setup.js /opt/iobroker/node_modules/iobroker
                  ! /opt/iobroker
                  ! └─┬ iobroker@0.6.0
                  ! └─┬ yargs@4.2.0
                  ! ├── camelcase@2.1.0
                  ! ├─┬ cliui@3.1.0
                  ! │ ├─┬ strip-ansi@3.0.1
                  ! │ │ └── ansi-regex@2.0.0
                  ! │ └── wrap-ansi@1.0.0
                  ! ├── decamelize@1.2.0
                  ! ├─┬ lodash.assign@4.0.6
                  ! │ ├── lodash.keys@4.0.5
                  ! │ └── lodash.rest@4.0.1
                  ! ├─┬ os-locale@1.4.0
                  ! │ └─┬ lcid@1.0.0
                  ! │ └── invert-kv@1.0.0
                  ! ├─┬ pkg-conf@1.1.1
                  ! │ ├─┬ find-up@1.1.2
                  ! │ │ ├── path-exists@2.1.0
                  ! │ │ └─┬ pinkie-promise@2.0.0
                  ! │ │ └── pinkie@2.0.4
                  ! │ ├── object-assign@4.0.1
                  ! │ ├─┬ read-pkg@1.1.0
                  ! │ │ ├─┬ load-json-file@1.1.0
                  ! │ │ │ ├── graceful-fs@4.1.3
                  ! │ │ │ ├─┬ parse-json@2.2.0
                  ! │ │ │ │ └─┬ error-ex@1.3.0
                  ! │ │ │ │ └── is-arrayish@0.2.1
                  ! │ │ │ ├── pify@2.3.0
                  ! │ │ │ └─┬ strip-bom@2.0.0
                  ! │ │ │ └── is-utf8@0.2.1
                  ! │ │ ├─┬ normalize-package-data@2.3.5
                  ! │ │ │ ├── hosted-git-info@2.1.4
                  ! │ │ │ ├─┬ is-builtin-module@1.0.0
                  ! │ │ │ │ └── builtin-modules@1.1.1
                  ! │ │ │ ├── semver@5.1.0
                  ! │ │ │ └─┬ validate-npm-package-license@3.0.1
                  ! │ │ │ ├─┬ spdx-correct@1.0.2
                  ! │ │ │ │ └── spdx-license-ids@1.2.0
                  ! │ │ │ └─┬ spdx-expression-parse@1.0.2
                  ! │ │ │ └── spdx-exceptions@1.0.4
                  ! │ │ └── path-type@1.1.0
                  ! │ └── symbol@0.2.1
                  ! ├── read-pkg-up@1.0.1
                  ! ├── require-main-filename@1.0.1
                  ! ├─┬ string-width@1.0.1
                  ! │ ├─┬ code-point-at@1.0.0
                  ! │ │ └── number-is-nan@1.0.0
                  ! │ └── is-fullwidth-code-point@1.0.0
                  ! ├── window-size@0.2.0
                  ! ├── y18n@3.2.0
                  ! └── yargs-parser@2.1.1
                  ! npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/package.j son'
                  ! npm WARN iobroker No description
                  ! npm WARN iobroker No repository field.
                  ! npm WARN iobroker No README data
                  ! npm WARN iobroker No license field.
                  ! npm install iobroker 30.53s user 2.83s system 82% cpu 40.216 total
                  И не работает. `
                  http://stackoverflow.com/questions/1813 … -run-in-wd

                  If npm was invoked with root privileges, then it will change the uid to the user account or uid specified by the user config, which defaults to nobody. Set the unsafe-perm flag to run scripts with root privileges.

                  [sudo] npm install --unsafe-perm
                  
                  1 Antwort Letzte Antwort
                  0
                  • F Offline
                    F Offline
                    fotya
                    schrieb am zuletzt editiert von
                    #196

                    Ура заработало!

                    Изменил строку:

                    curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
                    ````на
                    

                    curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -

                    и установка так :
                    

                    npm install iobroker --unsafe-perm

                    и заработало ,но нет автозапуска. Только через - iobroker start
                    1 Antwort Letzte Antwort
                    0
                    • H Offline
                      H Offline
                      Haus
                      schrieb am zuletzt editiert von
                      #197

                      @fotya:

                      Ура заработало!

                      Изменил строку:

                      curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
                      ````на
                      

                      curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -

                      и установка так :
                      

                      npm install iobroker --unsafe-perm

                      и заработало ,но нет автозапуска. Только через - iobroker start `  
                      

                      Сделай /etc/init.d/iobroker.sh start

                      js-controller: 1.5.7 / node.js: v8.15.1/ npm: 6.4.1

                      admin: 3.6.0

                      javascript: 4.1.10

                      web: 2.4.1 vis: 1.1.10

                      cloud: 2.6.2

                      Server: DELL FX170 / linux: Debian 9.5 Stretch

                      Adapter: MegaD-2561, Mega-ES…

                      1 Antwort Letzte Antwort
                      0
                      • F Offline
                        F Offline
                        fotya
                        schrieb am zuletzt editiert von
                        #198

                        /etc/init.d/iobroker.sh start

                        zsh: Отказано в доступе: /etc/init.d/iobroker.sh

                        вот так.

                        1 Antwort Letzte Antwort
                        0
                        • BluefoxB Offline
                          BluefoxB Offline
                          Bluefox
                          schrieb am zuletzt editiert von
                          #199

                          @fotya:

                          /etc/init.d/iobroker.sh start

                          zsh: Отказано в доступе: /etc/init.d/iobroker.sh

                          вот так. `
                          sudo /etc/init.d/iobroker.sh start

                          1 Antwort Letzte Antwort
                          0
                          • F Offline
                            F Offline
                            fotya
                            schrieb am zuletzt editiert von
                            #200

                            Теперь вот такое выдает.

                            root@pi ~ # sudo /etc/init.d/iobroker.sh start
                            sudo will not execute and completion _sudo exists.
                            
                            

                            Может куда принудительно строку добавить?

                            1 Antwort Letzte Antwort
                            0
                            • H Offline
                              H Offline
                              Haus
                              schrieb am zuletzt editiert von
                              #201

                              @fotya:

                              Теперь вот такое выдает.

                              root@pi ~ # sudo /etc/init.d/iobroker.sh start
                              sudo will not execute and completion _sudo exists.
                              
                              

                              Может куда принудительно строку добавить? `
                              apt-get install sudo

                              js-controller: 1.5.7 / node.js: v8.15.1/ npm: 6.4.1

                              admin: 3.6.0

                              javascript: 4.1.10

                              web: 2.4.1 vis: 1.1.10

                              cloud: 2.6.2

                              Server: DELL FX170 / linux: Debian 9.5 Stretch

                              Adapter: MegaD-2561, Mega-ES…

                              1 Antwort Letzte Antwort
                              0
                              • H Offline
                                H Offline
                                Haus
                                schrieb am zuletzt editiert von
                                #202

                                @Haus:

                                @fotya:

                                Теперь вот такое выдает.

                                root@pi ~ # sudo /etc/init.d/iobroker.sh start
                                sudo will not execute and completion _sudo exists.
                                
                                

                                Может куда принудительно строку добавить?
                                Папробуй

                                chmod 777 /opt/iobroker

                                /etc/init.d/iobroker.sh start

                                или

                                apt-get install sudo

                                sudo /etc/init.d/iobroker.sh start

                                js-controller: 1.5.7 / node.js: v8.15.1/ npm: 6.4.1

                                admin: 3.6.0

                                javascript: 4.1.10

                                web: 2.4.1 vis: 1.1.10

                                cloud: 2.6.2

                                Server: DELL FX170 / linux: Debian 9.5 Stretch

                                Adapter: MegaD-2561, Mega-ES…

                                1 Antwort Letzte Antwort
                                0
                                • H Offline
                                  H Offline
                                  Haus
                                  schrieb am zuletzt editiert von
                                  #203

                                  @Haus:

                                  @Haus:

                                  @fotya:

                                  Теперь вот такое выдает.

                                  root@pi ~ # sudo /etc/init.d/iobroker.sh start
                                  sudo will not execute and completion _sudo exists.
                                  
                                  

                                  Может куда принудительно строку добавить?
                                  Попробуй

                                  chmod 777 /opt/iobroker

                                  /etc/init.d/iobroker.sh start

                                  или

                                  apt-get install sudo

                                  sudo /etc/init.d/iobroker.sh start `

                                  js-controller: 1.5.7 / node.js: v8.15.1/ npm: 6.4.1

                                  admin: 3.6.0

                                  javascript: 4.1.10

                                  web: 2.4.1 vis: 1.1.10

                                  cloud: 2.6.2

                                  Server: DELL FX170 / linux: Debian 9.5 Stretch

                                  Adapter: MegaD-2561, Mega-ES…

                                  1 Antwort Letzte Antwort
                                  0
                                  • F Offline
                                    F Offline
                                    fotya
                                    schrieb am zuletzt editiert von
                                    #204

                                    Тоже нет, ну не хочет .

                                    root@pi ~ # chmod 777 /opt/iobroker
                                    root@pi ~ # /etc/init.d/iobroker.sh start
                                    zsh: Отказано в доступе: /etc/init.d/iobroker.sh
                                    126 root@pi ~ # sudo /etc/init.d/iobroker.sh start                           :(
                                    sudo: /etc/init.d/iobroker.sh: command not found
                                    
                                    
                                    1 Antwort Letzte Antwort
                                    0
                                    • BluefoxB Offline
                                      BluefoxB Offline
                                      Bluefox
                                      schrieb am zuletzt editiert von
                                      #205

                                      @fotya:

                                      Тоже нет, ну не хочет .

                                      root@pi ~ # chmod 777 /opt/iobroker
                                      root@pi ~ # /etc/init.d/iobroker.sh start
                                      zsh: Отказано в доступе: /etc/init.d/iobroker.sh
                                      126 root@pi ~ # sudo /etc/init.d/iobroker.sh start                           :(
                                      sudo: /etc/init.d/iobroker.sh: command not found
                                      
                                      ```` `  
                                      

                                      Ты не выполнил apt-get

                                      1 Antwort Letzte Antwort
                                      0
                                      • F Offline
                                        F Offline
                                        fotya
                                        schrieb am zuletzt editiert von
                                        #206

                                        Выполнил и перезагрузил, на всякий случай.

                                        1 Antwort Letzte Antwort
                                        0
                                        • BluefoxB Offline
                                          BluefoxB Offline
                                          Bluefox
                                          schrieb am zuletzt editiert von
                                          #207

                                          @fotya:

                                          Сделал и перезагрузил, на всякий. `
                                          Кажется я понял. Ты устанавливал не iobroker, а js-controller?````
                                          cd /etc/init.d
                                          sudo wget https://raw.githubusercontent.com/ioBroker/ioBroker/master/install/linux/iobroker.sh
                                          sudo wget https://raw.githubusercontent.com/ioBroker/ioBroker/master/install/linux/install.sh
                                          sudo bash ./install.sh
                                          sudo rm install.sh

                                          1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          412

                                          Online

                                          32.8k

                                          Benutzer

                                          82.7k

                                          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