Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. js-controller updated nicht

    NEWS

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    js-controller updated nicht

    This topic has been deleted. Only users with topic management privileges can see it.
    • Codierknecht
      Codierknecht Developer Most Active last edited by Codierknecht

      Auch hier nochmal meine Empfehlung:
      Man kann das im Container-Manager auch als "Projekt" aufsetzen. Dann wird die komplette Konfiguration in einer YAML-Datei abgelegt. In Docker nennt sich das "Compose" und in Portainer "Stacks". Ist aber alles das gleiche.

      19846aac-e660-4603-aa36-f82ef1064576-grafik.png

      Als Quelle wählst Du "docker-compose.yml erstellen" und fügst dann den folgenden Inhalt in den Editor ein.
      Ein grundlegendes docker-compose.yml für ioBroker könnte so aussehen:

      services:
        iobroker:
          container_name: ioBroker
          image: buanet/iobroker:latest
          hostname: iobroker
          network_mode: "host"    
          volumes:
            - /volume1/Docker/ioBroker:/opt/iobroker
          environment:
            PACKAGES: "nano"
            AVAHI: "true"
          restart: unless-stopped
      

      Muss halt ggf. etwas an die eigenen Gegebenheiten angepasst werden.
      Man beachte hier: Der Container läuft als "host". Man muss also keine Ports speziell mappen.
      Könnte allerding schiefgehen, wenn auf der Synology noch andere Dienste (WebStation, Fotos usw.) laufen, die Ports beanspruchen die auch vom ioBroker verwendet werden.

      1 Reply Last reply Reply Quote 1
      • Thomas Braun
        Thomas Braun Most Active @Troya last edited by

        @troya sagte in js-controller updated nicht:

        Die Kiste ist mehr als ausgelastet.

        Systemuptime and Load:                                                              
        18:45:05 up 22:29,  0 user,  load average: 4.51, 3.05, 2.99                        
        CPU threads: 2                                                                                                                                            
        

        *Natürlich kann ich den Log aus dem Docker Terminal nicht im Stück kopieren sondern muss jeden sichtbaren Text kopieren in Notepad einfügen und eine Seite weiter scrollen....das dauert auch erstmal wieder...

        Dann verwende ein richtiges Terminal und log dich damit ein. Dann kann man das auch in einem Stück kopieren.

        Kann man in Dockern den Kram nicht mit den üblichen Kommandos updaten?

        haselchen Troya 2 Replies Last reply Reply Quote 0
        • haselchen
          haselchen Most Active @Troya last edited by

          @troya

          Dann hast Du irgendwas krummes gemacht.
          Ich betreibe seit 7 Jahren Container.
          Mit nen Image/Container Update gab es nie Probleme.
          Und das Du bei Version 11 noch auf JS Controller 6 bist, bestärkt meinen ersten Satz.

          1 Reply Last reply Reply Quote 0
          • haselchen
            haselchen Most Active @Thomas Braun last edited by

            @thomas-braun

            Jup.
            So ganz ungleich ist docker nicht zum Rest.
            Befehle sind, würde ich sagen, 90% gleich.

            1 Reply Last reply Reply Quote 0
            • Troya
              Troya @Thomas Braun last edited by

              @thomas-braun sagte in js-controller updated nicht:

              @troya sagte in js-controller updated nicht:

              Die Kiste ist mehr als ausgelastet.
              Laut Docker liegt die CPU-Auslastung bei Bummelig 20-30% und 1,6gb Ram.

              Systemuptime and Load:                                                              
              18:45:05 up 22:29,  0 user,  load average: 4.51, 3.05, 2.99                        
              CPU threads: 2                                                                                                                                            
              

              *Natürlich kann ich den Log aus dem Docker Terminal nicht im Stück kopieren sondern muss jeden sichtbaren Text kopieren in Notepad einfügen und eine Seite weiter scrollen....das dauert auch erstmal wieder...

              Dann verwende ein richtiges Terminal und log dich damit ein. Dann kann man das auch in einem Stück kopieren.

              Habs ja hinbekommen.

              Kann man in Dockern den Kram nicht mit den üblichen Kommandos updaten?

              Die letzten male ging das, ja.

              @haselchen sagte in js-controller updated nicht:

              @troya

              Dann hast Du irgendwas krummes gemacht.
              Ich betreibe seit 7 Jahren Container.
              Mit nen Image/Container Update gab es nie Probleme.
              Und das Du bei Version 11 noch auf JS Controller 6 bist, bestärkt meinen ersten Satz.

              Wie machst du denn die Updates von Node?
              Das Image lief ja problemlos durch. Nur wenn ich jetzt die 11 Adapter updaten lasse, dann laufen die Updates zwar durch, aber die Versionen ändern sich nicht. Same bei JS-Controller...hab ich halt so noch nicht erlebt...

              @haselchen sagte in js-controller updated nicht:

              @thomas-braun

              Jup.
              So ganz ungleich ist docker nicht zum Rest.
              Befehle sind, würde ich sagen, 90% gleich.

              Genau, Man muss etwas aufpassen mit den Rechten und Ordnern, aber sonst sollte das mit den gleichen Befehlen funktionieren.

              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Troya last edited by

                @troya

                Dann zeig doch mal, was bei

                iob update
                iob upgrade
                

                so um's Eck kommt.

                Troya 1 Reply Last reply Reply Quote 0
                • Troya
                  Troya @Thomas Braun last edited by Troya

                  @thomas-braun sagte in js-controller updated nicht:

                  @troya

                  Dann zeig doch mal, was bei

                  iob update
                  iob upgrade
                  

                  so um's Eck kommt.

                  iob Update:

                  root@iobroker_v11:/opt/iobroker# iob update                                         
                  Used repository: stable                                                             
                  Adapter    "admin"        : 7.7.2    , installed 7.4.10 [Updatable]                 
                  Adapter    "alias-manager": 2.0.0    , installed 1.2.6  [Updatable]                 
                  Adapter    "backitup"     : 3.3.5    , installed 3.0.25 [Updatable]                 
                  Adapter    "chromecast"   : 4.0.0    , installed 4.0.0                              
                  Adapter    "email"        : 2.0.4    , installed 1.3.1  [Updatable]                 
                  Adapter    "flot"         : 1.12.0   , installed 1.12.0                             
                  Adapter    "growatt"      : 3.3.1    , installed 3.3.1                              
                  Adapter    "history"      : 3.0.1    , installed 3.0.1                              
                  Adapter    "icons-material-png": 0.1.0, installed 0.1.0                             
                  Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1                              
                  Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1                             
                  Adapter    "iot"          : 3.3.0    , installed 3.3.0                              
                  Adapter    "javascript"   : 8.9.2    , installed 8.8.3  [Updatable]                 
                  Controller "js-controller": 7.0.7    , installed 6.0.11 [Updatable]                 
                  Adapter    "lg-thinq"     : 1.1.2    , installed 1.0.7  [Updatable]                 
                  Adapter    "lgtv"         : 2.4.0    , installed 2.2.0  [Updatable]                 
                  Adapter    "mihome-vacuum": 5.2.0    , installed 4.2.0  [Updatable]                 
                  Adapter    "netatmo"      : 3.1.0    , installed 3.1.0                              
                  Adapter    "opendtu"      : 3.1.0    , installed 2.0.0  [Updatable]                 
                  Adapter    "sainlogic"    : 0.11.6   , installed 0.11.6                             
                  Adapter    "sayit"        : 5.0.0    , installed 5.0.0                              
                  Adapter    "simple-api"   : 2.8.0    , installed 2.8.0                              
                  Adapter    "socketio"     : 6.7.1    , installed 6.7.1                              
                  Adapter    "telegram"     : 4.1.0    , installed 3.9.0  [Updatable]                 
                  Adapter    "text2command" : 3.0.3    , installed 3.0.3                              
                  Adapter    "tr-064"       : 4.3.0    , installed 4.3.0                              
                  Adapter    "vis"          : 1.5.6    , installed 1.5.6                              
                  Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4                              
                  Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3                              
                  Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1                              
                  Adapter    "web"          : 7.0.8    , installed 6.2.5  [Updatable]                 
                  Adapter    "ws"           : 2.6.2    , installed 2.6.2                              
                  Adapter    "zwave2"       : 3.1.0    , installed 3.1.0     
                  


                  iob upgrade (Admin Adapter):

                  root@iobroker_v11:/opt/iobroker# iob upgrade                                                                                                                                                                
                                                                                                                                                                                                                             
                  This upgrade of "admin" will at least introduce the following changes:                                                                                                                                      
                  ==========================================================================                                                                                                                                  
                  -> 7.7.2:                                                                                                                                                                                                   
                  Fixing change of the language in the admin                                                                                                                                                                  
                                                                                                                                                                                                                             
                  -> 7.7.1:                                                                                                                                                                                                   
                  Fixing clearing of the filter on the object tab                                                                                                                                                             
                                                                                                                                                                                                                             
                  -> 7.7.0:                                                                                                                                                                                                   
                  Added the concept for single-side-on authentication (SSO)                                                                                                                                                   
                                                                                                                                                                                                                             
                  -> 7.6.20:                                                                                                                                                                                                  
                  Allowed using of * in the filter of objects                                                                                                                                                                 
                  Small GUI improvements                                                                                                                                                                                      
                                                                                                                                                                                                                             
                  -> 7.6.19:                                                                                                                                                                                                  
                  Improvements on JSONConfig component `state`                                                                                                                                                                
                  Added `infoBox` JSONConfig component                                                                                                                                                                        
                                                                                                                                                                                                                             
                  -> 7.6.18:                                                                                                                                                                                                  
                  Added OAuth2 authentication to JSONConfig components                                                                                                                                                        
                                                                                                                                                                                                                             
                  -> 7.6.17:                                                                                                                                                                                                  
                  Small changes on GUI, JSONConfig and Device Manager                                                                                                                                                         
                  ==========================================================================                                                                                                                                  
                                                                                                                                                                                                                             
                  Would you like to upgrade admin from @7.4.10 to @7.7.2 now? [(y)es, (n)o]: y                                                                                                                                
                  Update admin from @7.4.10 to @7.7.2                                                                                                                                                                         
                  host.iobroker_v11 Adapter "system.adapter.admin.0" is stopped.                                                                                                                                              
                  NPM version: 10.9.3                                                                                                                                                                                         
                  Installing iobroker.admin@7.7.2... (System call)                                                                                                                                                            
                  Update "system.adapter.admin.0"                                                                                                                                                                             
                  upload [312] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png                                                                                                      
                  upload [300] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/ru.json custom/i18n/ru.json application/json                                                                           
                  upload [250] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/node_modules_mui_system_esm_useTheme_useTheme_js-_95041.7238f945.chunk.js custom/static/js/node_modules_mui_system
                  _esm_useTheme_useTheme_js-_95041.7238f945.chunk.js application/javascript                                                                                                                                   
                  upload [200] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/src_bootstrap_jsx.b1e4762d.chunk.js custom/static/js/src_bootstrap_jsx.b1e4762d.chunk.js application/javascript   
                  upload [150] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_iobroker_json-config_build_index_js.fcf5d44e.chunk.js custom/static/js/vendors-node_modules_i
                  obroker_json-config_build_index_js.fcf5d44e.chunk.js application/javascript 
                  upload [100] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_mui_material_FilledInput_FilledInput_js.08770d2e.chunk.js custom/static/js/vendors-node_modul
                  es_mui_material_FilledInput_FilledInput_js.08770d2e.chunk.js application/javascript                                                                                                                         
                  upload [90] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_mui_material_colors_index_js-node_modules_mui_material_styles_index_js.f075e886.chunk.js custo
                  m/static/js/vendors-node_modules_mui_material_colors_index_js-node_modules_mui_material_styles_index_js.f075e886.chunk.js application/javascript                                                            
                  upload [80] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_mui_material_styles_defaultTheme_js-node_modules_mui_material_styles_ide-00a7ec.54dc30ec.chunk
                  .js custom/static/js/vendors-node_modules_mui_material_styles_defaultTheme_js-node_modules_mui_material_styles_ide-00a7ec.54dc30ec.chunk.js application/javascript                                          
                  upload [70] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_mui_material_styles_useTheme_js-node_modules_cronstrue_locales_de_js-nod-b40f79.ee63d226.chunk
                  .js custom/static/js/vendors-node_modules_mui_material_styles_useTheme_js-node_modules_cronstrue_locales_de_js-nod-b40f79.ee63d226.chunk.js application/javascript                                          
                  upload [60] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_mui_system_esm_colorManipulator_colorManipulator_js-node_modules_mui_sys-525238.332f7d66.chunk
                  .js custom/static/js/vendors-node_modules_mui_system_esm_colorManipulator_colorManipulator_js-node_modules_mui_sys-525238.332f7d66.chunk.js application/javascript                                          
                  upload [50] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_mui_x-date-pickers_index_js.eed2bb86.chunk.js custom/static/js/vendors-node_modules_mui_x-date
                  -pickers_index_js.eed2bb86.chunk.js application/javascript                                                                                                                                                  
                  upload [40] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_react-color_es_index_js.1328581e.chunk.js custom/static/js/vendors-node_modules_react-color_es
                  _index_js.1328581e.chunk.js application/javascript                                                                                                                                                          
                  upload [30] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_react-dom_index_js.98467b71.chunk.js custom/static/js/vendors-node_modules_react-dom_index_js.
                  98467b71.chunk.js application/javascript                                                                                                                                                                    
                  upload [20] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_react-dropzone_dist_es_index_js.bfe7ef04.chunk.js custom/static/js/vendors-node_modules_react-
                  dropzone_dist_es_index_js.bfe7ef04.chunk.js application/javascript                                                                                                                                          
                  upload [19] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_react-dropzone_dist_es_index_js.bfe7ef04.chunk.js.map custom/static/js/vendors-node_modules_re
                  act-dropzone_dist_es_index_js.bfe7ef04.chunk.js.map application/json                                                                                                                                        
                  upload [18] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_react-icons_fa_index_mjs.9fe68fd5.chunk.js custom/static/js/vendors-node_modules_react-icons_f
                  a_index_mjs.9fe68fd5.chunk.js application/javascript                                                                                                                                                        
                  upload [17] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_react-icons_fa_index_mjs.9fe68fd5.chunk.js.map custom/static/js/vendors-node_modules_react-ico
                  ns_fa_index_mjs.9fe68fd5.chunk.js.map application/json                                                                                                                                                      
                  upload [16] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_react-qr-code_lib_index_js.0471d4fd.chunk.js custom/static/js/vendors-node_modules_react-qr-co
                  de_lib_index_js.0471d4fd.chunk.js application/javascript                                                                                                                                                    
                  upload [15] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_react-qr-code_lib_index_js.0471d4fd.chunk.js.map custom/static/js/vendors-node_modules_react-q
                  r-code_lib_index_js.0471d4fd.chunk.js.map application/json                                                                                                                                                  
                  upload [14] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_react-qr-code_lib_index_js.38e93c56.chunk.js custom/static/js/vendors-node_modules_react-qr-co
                  de_lib_index_js.38e93c56.chunk.js application/javascript                                                                                                                                                    
                  upload [13] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_react-qr-code_lib_index_js.38e93c56.chunk.js.map custom/static/js/vendors-node_modules_react-q
                  r-code_lib_index_js.38e93c56.chunk.js.map application/json                                                                                                                                                  
                  upload [12] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/favicon.ico favicon.ico image/vnd.microsoft.icon                                                                                    
                  upload [11] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/de/translations.json i18n/de/translations.json application/json                                                                
                  upload [10] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/en/translations.json i18n/en/translations.json application/json    
                  upload [9] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/es/translations.json i18n/es/translations.json application/json                                                                 
                  upload [8] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/fr/translations.json i18n/fr/translations.json application/json                                                                 
                  upload [7] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/it/translations.json i18n/it/translations.json application/json                                                                 
                  upload [6] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/nl/translations.json i18n/nl/translations.json application/json                                                                 
                  upload [5] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pl/translations.json i18n/pl/translations.json application/json                                                                 
                  upload [4] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pt/translations.json i18n/pt/translations.json application/json                                                                 
                  upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/ru/translations.json i18n/ru/translations.json application/json                                                                 
                  upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/uk/translations.json i18n/uk/translations.json application/json                                                                 
                  upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json                                                           
                  upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/jsonConfig.json5 jsonConfig.json5 application/json5                                                                                  
                  host.iobroker_v11 Adapter "system.adapter.admin.0" is started                                                                                                                                               
                  Cannot check dependencies: Invalid version of "js-controller". Installed "6.0.11", required ">=6.0.17                                                                                                       
                  Cannot check dependencies: Invalid version of "admin". Installed "7.4.10", required ">=7.6.0                                                                                                                
                                                                                         
                  

                  Hier scheint das Problem zu liegen:

                  Cannot check dependencies: Invalid version of "js-controller". Installed "6.0.11", required ">=6.0.17                                                                                                       
                  Cannot check dependencies: Invalid version of "admin". Installed "7.4.10", required ">=7.6.0
                  

                  kann es sein, dass ich im alten Container den js-controller auf 6.0.17 und den Admin-Adapter auf 7.6.0 updaten muss damit im neuen Image die Updates funktionieren?

                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @Troya last edited by

                    @troya

                    Dann zuerst den js-controller updaten.

                    pkill -u iobroker
                    iob upgrade self
                    
                    Troya 1 Reply Last reply Reply Quote 1
                    • Troya
                      Troya @Thomas Braun last edited by Troya

                      @thomas-braun

                      root@iobroker_v11:/opt/iobroker# iob upgrade self                                                                                                                                                           
                      Update js-controller from @6.0.11 to @7.0.7                                                                                                                                                                 
                      Stopped Objects DB                                                                                                                                                                                          
                      Stopped States DB                                                                                                                                                                                           
                      NPM version: 10.9.3                                                                                                                                                                                         
                      Installing iobroker.js-controller@7.0.7... (System call)                                                                                                                                                    
                      root@iobroker_v11:/opt/iobroker#                                                                                                                                                                            
                      root@iobroker_v11:/opt/iobroker#                                                                                                                                                                            
                      root@iobroker_v11:/opt/iobroker# ^C                                                                                                                                                                         
                      root@iobroker_v11:/opt/iobroker# iob version                                                                                                                                                                
                      6.0.11                                                                                                                                                                                                      
                      root@iobroker_v11:/opt/iobroker# ^C    
                      

                      wenn ich nochmal pkill -u iobroker eingebe wird der container neu gestartet...das sollte doch auch nicht sein oder?
                      Ich glaub ich muss das anders angehen. Es gibt doch auch eine Anleitung wo der Container ohne vorherige Installation erstellt wird und anschließend mit BackItUp alles wieder hergestellt wird. Wäre das besser?

                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Troya last edited by

                        @troya sagte in js-controller updated nicht:

                        wenn ich nochmal pkill -u iobroker eingebe wird der container neu gestartet...das sollte doch auch nicht sein oder?

                        Keine Ahnung. Mit Docker steh ich auf Kriegsfuß.
                        Und bin deswegen auch raus. Muss sich einer der Docker-Jockeys anschauen.

                        Troya 1 Reply Last reply Reply Quote 0
                        • Troya
                          Troya @Thomas Braun last edited by

                          @thomas-braun
                          ok, trotzdem vielen Dank für deine Zeit!

                          Vielleicht noch etwas was ich oben nachgetragen habe:

                          Hier scheint das Problem zu liegen:

                          Cannot check dependencies: Invalid version of "js-controller". Installed "6.0.11", required ">=6.0.17                                                                                                       
                          Cannot check dependencies: Invalid version of "admin". Installed "7.4.10", required ">=7.6.0
                          

                          kann es sein, dass ich im alten Container den js-controller auf 6.0.17 und den Admin-Adapter auf 7.6.0 updaten muss damit im neuen Image die Updates funktionieren?

                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @Troya last edited by

                            @troya

                            Ich sag doch, mit Docker hab ich keine Aktien. Kann ich dir nix zu sagen.

                            Troya 1 Reply Last reply Reply Quote 0
                            • Troya
                              Troya @Thomas Braun last edited by

                              @thomas-braun
                              na hätte ja sein können das du sagst "ja klar, 6.0.17 muss für Node.js 22.19.0 mindestens installiert sein"

                              Aber ich bin auch durch für heute. 🙇‍♂️

                              haselchen 1 Reply Last reply Reply Quote 0
                              • haselchen
                                haselchen Most Active @Troya last edited by

                                @troya

                                Da ich nicht weiss, wie Du das Teil aufgesetzt hast, stochern wir / ich im Nebel.

                                1 Reply Last reply Reply Quote 0
                                • First post
                                  Last post

                                Support us

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

                                838
                                Online

                                32.1k
                                Users

                                80.7k
                                Topics

                                1.3m
                                Posts

                                5
                                19
                                238
                                Loading More Posts
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes
                                Reply
                                • Reply as topic
                                Log in to reply
                                Community
                                Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                The ioBroker Community 2014-2023
                                logo