Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. [gelöst] Warn mit Javascript 5.5.0

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    [gelöst] Warn mit Javascript 5.5.0

    This topic has been deleted. Only users with topic management privileges can see it.
    • apollon77
      apollon77 last edited by

      Uups ... die 5.5.1 ging gestern nicht raus .... aber 5.5.2 draussen seit 2h ... kommt also nachher

      1 Reply Last reply Reply Quote 0
      • apollon77
        apollon77 last edited by

        PS: Also das existsState ist seit 5.5.0 gefixt .... die 5.5.2 ging heute

        Negalein 1 Reply Last reply Reply Quote 0
        • Negalein
          Negalein Global Moderator @apollon77 last edited by

          @apollon77 sagte in Warn mit Javascript 5.5.0:

          Also das existsState ist seit 5.5.0 gefixt

          mit 5.5.0 hatte ich aber die Fehler

          cash 1 Reply Last reply Reply Quote 0
          • cash
            cash Most Active @Negalein last edited by

            @negalein Ich hatte mir der Vorversion 5.4.5 Probleme mit exitstate und hatte das gemeldet. Nach Fix von Apollon77 hat die nächste Version bei mir keine Fehler mehr gemeldet.

            Negalein 1 Reply Last reply Reply Quote 0
            • Negalein
              Negalein Global Moderator @cash last edited by

              @cash sagte in Warn mit Javascript 5.5.0:

              Ich hatte mir der Vorversion 5.4.5 Probleme mit exitstate und hatte das gemeldet. Nach Fix von Apollon77 hat die nächste Version bei mir keine Fehler mehr gemeldet.

              bei mir funktioniert 5.4.3
              5.5.0 bringt die Warnungen.

              apollon77 1 Reply Last reply Reply Quote 0
              • apollon77
                apollon77 @Negalein last edited by apollon77

                @negalein Dann Zeit mal den code ... Ok gefunden ... ...

                1 Reply Last reply Reply Quote 0
                • apollon77
                  apollon77 last edited by

                  ALso ich hab das Skript mal bei mir nachgebaut ... also den relevanten Teil denke ich ... der läuft bei mir ohne warnungen. Ich habe sogar das angelegt was bei dir angemckert wird. an sich hat devices keine alive/uptime states mehr .... und selbst wenn werden Sie nicht aktualisiert.

                  Hast du wirklich die 5.5.0??

                  Negalein 1 Reply Last reply Reply Quote 0
                  • Negalein
                    Negalein Global Moderator @apollon77 last edited by

                    @apollon77 sagte in Warn mit Javascript 5.5.0:

                    Hast du wirklich die 5.5.0??

                    hab jetzt nochmal von 5.4.3 auf 5.5.0 upgedatet.
                    Läuft jetzt.
                    Eventuell hat sich da gestern was mit dem zurückgezogenem 5.5.1 (wurde mir nie angezeigt) verwurschtelt.

                    1 Reply Last reply Reply Quote 1
                    • apollon77
                      apollon77 last edited by

                      Na gut, dann höre ich mal auf Geister zu jagen gg

                      liv-in-sky 1 Reply Last reply Reply Quote 1
                      • liv-in-sky
                        liv-in-sky @apollon77 last edited by

                        @apollon77 hast du vielleicht noch eine Ahnung, warum ich keine Javascript Versionen mehr installieren kann

                        Habe über Info probiert
                        Über Adapter Tab
                        Über Console mit Update Upgrade

                        Läuft immer durch, Code 0 und zeigt mir anschließend immer Version 5.2.18

                        Sonst ist alles mit latest uptodate, auch js Controller ist aktuell

                        Falls du eine Idee hast, könnte ich die heute Vormittag Mal testen

                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Chaot
                          Chaot @liv-in-sky last edited by

                          @liv-in-sky Ich habe seit dem letzten Update auch eine komische Fehlermeldung die mir nichts sagt:

                          
                          javascript.0
                          2022-03-24 06:27:12.516	error	In file included from ../src/binding.cc:5: /home/iobroker/.cache/node-gyp/14.19.1/include/node/node.h:793:43: warning: cast between incompatible function types from 'void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)' {aka 'void (*)(v8::Local<v8::Object>)'} to 'node::addon_register_func' {aka 'void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)'} [-Wcast-function-type] 793 | (node::addon_register_func) (regfunc), \ | ^ /home/iobroker/.cache/node-gyp/14.19.1/include/node/node.h:827:3: note: in expansion of macro 'NODE_MODULE_X' 827 | NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) | ^~~~~~~~~~~~~ ../src/binding.cc:2148:1: note: in expansion of macro 'NODE_MODULE' 2148 | NODE_MODULE(sshcrypto, init) | ^~~~~~~~~~~
                          
                          javascript.0
                          2022-03-24 06:27:07.869	error	In file included from ../src/binding.cc:1: /home/iobroker/.cache/node-gyp/14.19.1/include/node/node.h:793:43: warning: cast between incompatible function types from 'void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)' {aka 'void (*)(v8::Local<v8::Object>)'} to 'node::addon_register_func' {aka 'void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)'} [-Wcast-function-type] 793 | (node::addon_register_func) (regfunc), \ | ^ /home/iobroker/.cache/node-gyp/14.19.1/include/node/node.h:827:3: note: in expansion of macro 'NODE_MODULE_X' 827 | NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) | ^~~~~~~~~~~~~ ../src/binding.cc:151:1: note: in expansion of macro 'NODE_MODULE' 151 | NODE_MODULE(cpufeatures, init) | ^~~~~~~~~~~
                          

                          Leider ist mir die erst beim Update auf 5.5.2 aufgefallen. Ich kann dir also nicht sagen wie lange die schon da ist.
                          Es scheint aber auch alles zu funktionieren.

                          liv-in-sky Thomas Braun 2 Replies Last reply Reply Quote 0
                          • liv-in-sky
                            liv-in-sky @Chaot last edited by

                            @chaot ich weiß nicht, ob ich da der richtige dafür bin - hätte ich den fehler, würde ich iobroker stop machen und anschliessend den npm cahce löschen

                            hilft das nicht, würde ich wohl @thomas-braun fragen, ob er eine ahnung hat was man tun könnte

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

                              @chaot

                              Ist nur ein Warning. Nix wildes.

                              1 Reply Last reply Reply Quote 1
                              • Thomas Braun
                                Thomas Braun Most Active @liv-in-sky last edited by

                                @liv-in-sky

                                iobroker upload all
                                

                                probiert?

                                liv-in-sky 1 Reply Last reply Reply Quote 0
                                • liv-in-sky
                                  liv-in-sky @Thomas Braun last edited by

                                  @thomas-braun sagte in [gelöst] Warn mit Javascript 5.5.0:

                                  iobroker upload all

                                  du meinst wegen des - kann javascript nicht updaten

                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @liv-in-sky last edited by

                                    @liv-in-sky Ja

                                    liv-in-sky 1 Reply Last reply Reply Quote 0
                                    • liv-in-sky
                                      liv-in-sky @Thomas Braun last edited by liv-in-sky

                                      @thomas-braun

                                      hat leider nichts gebracht - hat ein wenig gedauert.

                                      das sind die meldungen beim update im adapter tab

                                      $ iobroker upgrade javascript@5.5.2
                                      
                                      Update javascript from @5.2.18 to @5.5.2
                                      
                                      NPM version: 6.14.16Installing iobroker.javascript@5.5.2... (System call)
                                      
                                      upload [103] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/adminWords.js adminWords.js application/javascript
                                      
                                      upload [100] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/LICENSE google-blockly/LICENSE null
                                      
                                      upload [90] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/delete.wav google-blockly/media/delete.wav audio/wav
                                      
                                      upload [80] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/quote1.png google-blockly/media/quote1.png image/png
                                      
                                      upload [70] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/msg/js/pt.js google-blockly/msg/js/pt.js application/javascript
                                      
                                      upload [60] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/own/blocks_time.js google-blockly/own/blocks_time.js application/javascript
                                      
                                      upload [50] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/own/msg/fr.js google-blockly/own/msg/fr.js application/javascript
                                      
                                      upload [40] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/plugins/bundle.js plugins/bundle.js application/javascript
                                      
                                      upload [30] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/js/runtime-main.02a8da94.js static/js/runtime-main.02a8da94.js application/javascript
                                      
                                      upload [20] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/configure.js vs/configure.js application/javascript
                                      
                                      upload [19] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.css vs/editor/editor.main.css text/css
                                      
                                      upload [18] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.js vs/editor/editor.main.js application/javascript
                                      
                                      upload [17] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.de.js vs/editor/editor.main.nls.de.js application/javascript
                                      
                                      upload [16] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.es.js vs/editor/editor.main.nls.es.js application/javascript
                                      
                                      upload [15] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.fr.js vs/editor/editor.main.nls.fr.js application/javascript
                                      
                                      upload [14] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.it.js vs/editor/editor.main.nls.it.js application/javascript
                                      
                                      upload [13] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.ja.js vs/editor/editor.main.nls.ja.js application/javascript
                                      
                                      upload [12] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.js vs/editor/editor.main.nls.js application/javascript
                                      
                                      upload [11] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.ko.js vs/editor/editor.main.nls.ko.js application/javascript
                                      
                                      upload [10] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.ru.js vs/editor/editor.main.nls.ru.js application/javascript
                                      
                                      upload [9] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.zh-cn.js vs/editor/editor.main.nls.zh-cn.js application/javascript
                                      
                                      upload [8] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.zh-tw.js vs/editor/editor.main.nls.zh-tw.js application/javascript
                                      
                                      upload [7] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/html/htmlMode.js vs/language/html/htmlMode.js application/javascript
                                      
                                      upload [6] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/html/htmlWorker.js vs/language/html/htmlWorker.js application/javascript
                                      
                                      upload [5] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/json/jsonMode.js vs/language/json/jsonMode.js application/javascript
                                      
                                      upload [4] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/json/jsonWorker.js vs/language/json/jsonWorker.js application/javascript
                                      
                                      upload [3] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/typescript/tsMode.js vs/language/typescript/tsMode.js application/javascript
                                      
                                      upload [2] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/typescript/tsWorker.js vs/language/typescript/tsWorker.js application/javascript
                                      
                                      upload [1] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/loader.js vs/loader.js application/javascript
                                      
                                      upload [0] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/monaco.d.ts vs/monaco.d.ts video/mp2t
                                      
                                      Process exited with code 0
                                      

                                      kein warnng - kein fehler

                                      dann wieder:

                                      Image 1.png

                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @liv-in-sky last edited by

                                        @liv-in-sky

                                        Hmmmmm. Browser Cache mal gelöscht?
                                        Die Konsole sagt?

                                        iobroker update -i
                                        
                                        liv-in-sky 1 Reply Last reply Reply Quote 0
                                        • liv-in-sky
                                          liv-in-sky @Thomas Braun last edited by

                                          @thomas-braun sagte in [gelöst] Warn mit Javascript 5.5.0:

                                          iobroker update -i

                                          iobroker update -i
                                          Used repository: beta
                                          Adapter    "admin"        : 5.3.3    , installed 5.3.3
                                          Adapter    "alexa-timer-vis": 0.1.13 , installed 0.1.13
                                          Adapter    "alexa2"       : 3.12.0   , installed 3.12.0
                                          Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                                          Adapter    "backitup"     : 2.3.5    , installed 2.3.5
                                          Adapter    "broadlink2"   : 2.1.5    , installed 2.1.5
                                          Adapter    "calendar"     : 1.2.0    , installed 1.2.0
                                          Adapter    "chromecast"   : 2.3.1    , installed 2.3.1
                                          Adapter    "cloud"        : 4.1.1    , installed 4.1.1
                                          Adapter    "contact"      : 1.1.3    , installed 1.1.3
                                          Adapter    "countdown"    : 1.2.5    , installed 1.2.5
                                          Adapter    "daswetter"    : 3.1.2    , installed 3.1.2
                                          Adapter    "device-reminder": 1.2.9  , installed 1.2.9
                                          Adapter    "devices"      : 1.0.10   , installed 1.0.10
                                          Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                                          Adapter    "email"        : 1.0.10   , installed 1.0.10
                                          Adapter    "esphome"      : 0.2.4    , installed 0.2.4
                                          Adapter    "eventlist"    : 0.5.4    , installed 0.5.4
                                          Adapter    "flot"         : 1.10.7   , installed 1.10.7
                                          Adapter    "fritzdect"    : 2.2.3    , installed 2.2.3
                                          Adapter    "fullybrowser" : 2.0.14   , installed 2.0.14
                                          Adapter    "history"      : 1.11.0   , installed 1.11.0
                                          Adapter    "ical"         : 1.12.1   , installed 1.12.1
                                          Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
                                          Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                                          Adapter    "icons-mfd-png": 1.0.2    , installed 1.0.2
                                          Adapter    "icons-mfd-svg": 1.0.2    , installed 1.0.2
                                          Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.3
                                          Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                                          
                                          Adapter    "info"         : 1.9.19   , installed 1.9.19
                                          Adapter    "iot"          : 1.11.3   , installed 1.11.3
                                          Adapter    "iqontrol"     : 2.0.1    , installed 2.0.1
                                          Adapter    "javascript"   : 5.5.2    , installed 5.2.18 [Updatable]
                                          Controller "js-controller": 4.0.21   , installed 4.0.21
                                          Adapter    "lgtv"         : 1.1.10   , installed 1.1.10
                                          Adapter    "linkeddevices": 1.4.3    , installed 1.4.3
                                          Adapter    "linux-control": 1.1.4    , installed 1.1.4
                                          Adapter    "mclighting"   : 0.1.2    , installed 0.1.2
                                          Adapter    "meross"       : 1.10.4   , installed 1.10.4
                                          Adapter    "meteoalarm"   : 2.1.1    , installed 2.1.1
                                          Adapter    "mihome"       : 1.4.0    , installed 1.4.0
                                          Adapter    "mpd"          : 1.0.6    , installed 1.0.6
                                          Adapter    "mqtt"         : 2.7.4    , installed 2.7.4
                                          Adapter    "netatmo-crawler": 0.8.1  , installed 0.8.1
                                          Adapter    "node-red"     : 3.1.0    , installed 3.1.0
                                          Adapter    "nut"          : 1.5.1    , installed 1.5.1
                                          Adapter    "odl"          : 2.0.3    , installed 2.0.3
                                          Adapter    "openweathermap": 0.2.3   , installed 0.2.3
                                          Adapter    "parcel"       : 0.0.12   , installed 0.0.12
                                          Adapter    "parser"       : 1.1.4    , installed 1.1.4
                                          Adapter    "pi-hole"      : 1.3.4    , installed 1.3.4
                                          Adapter    "ping"         : 1.5.3    , installed 1.5.3
                                          Adapter    "pixelit"      : 0.0.8    , installed 0.0.8
                                          Adapter    "plex"         : 0.9.1    , installed 0.9.1
                                          Adapter    "proxmox"      : 1.3.4    , installed 1.3.4
                                          Adapter    "pushbullet"   : 0.0.11   , installed 0.0.11
                                          Adapter    "pushover"     : 2.1.0    , installed 2.1.0
                                          Adapter    "pushsafer"    : 1.0.3    , installed 1.0.3
                                          Adapter    "sayit"        : 1.12.6   , installed 1.12.6
                                          Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                                          Adapter    "scheduler"    : 0.1.2    , installed 0.1.2
                                          Adapter    "simple-api"   : 2.6.4    , installed 2.6.4
                                          Adapter    "slideshow"    : 0.1.4    , installed 0.1.4
                                          Adapter    "socketio"     : 4.1.5    , installed 4.1.5
                                          Adapter    "sonoff"       : 2.5.0    , installed 2.5.0
                                          Adapter    "sourceanalytix": 0.4.14  , installed 0.4.14
                                          Adapter    "sql"          : 1.16.2   , installed 1.16.2
                                          Adapter    "systeminfo"   : 0.3.1    , installed 0.3.1
                                          Adapter    "tankerkoenig" : 2.1.1    , installed 2.1.1
                                          Adapter    "telegram"     : 1.12.0   , installed 1.12.0
                                          
                                          Adapter    "text2command" : 2.2.1    , installed 2.2.1
                                          Adapter    "time-switch"  : 2.2.2    , installed 2.2.2
                                          Adapter    "tr-064"       : 4.2.16   , installed 4.2.16
                                          Adapter    "trashschedule": 1.4.5    , installed 1.4.5
                                          Adapter    "tvprogram"    : 1.1.2    , installed 1.1.2
                                          Adapter    "unifi"        : 0.5.10   , installed 0.5.10
                                          Adapter    "upnp"         : 1.0.21   , installed 1.0.21
                                          Adapter    "valuetrackerovertime": 0.6.2, installed 0.6.2
                                          Adapter    "virtualpowermeter": 1.4.6, installed 1.4.6
                                          Adapter    "vis"          : 1.4.13   , installed 1.4.13
                                          Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                          Adapter    "vis-canvas-gauges": 0.1.5, installed 0.1.5
                                          Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
                                          Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                          Adapter    "vis-google-fonts": 1.0.3 , installed 1.0.3
                                          Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                                          Adapter    "vis-hqwidgets": 1.1.9    , installed 1.1.9
                                          Adapter    "vis-icontwo"  : 0.87.0   , installed 0.87.0
                                          Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
                                          Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                                          Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2
                                          Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
                                          Adapter    "vis-material-advanced": 1.7.2, installed 1.7.2
                                          Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                                          Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                          Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                                          Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                                          Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                                          Adapter    "vis-timeandweather": 1.1.7, installed 1.1.7
                                          Adapter    "vis-weather"  : 2.5.5    , installed 2.5.5
                                          Adapter    "weatherunderground": 3.4.1, installed 3.4.1
                                          Adapter    "web"          : 4.2.1    , installed 4.2.1
                                          Adapter    "web-speedy"   : 0.2.0    , installed 0.2.0
                                          Adapter    "whatsapp-cmb" : 0.1.6    , installed 0.1.6
                                          Adapter    "windows-control": 0.1.5  , installed 0.1.5
                                          Adapter    "wled"         : 0.6.3    , installed 0.6.3
                                          Adapter    "ws"           : 1.2.0    , installed 1.2.0
                                          Adapter    "zigbee"       : 1.6.16   , installed 1.6.16
                                          
                                          

                                          browserdaten gelöscht, mit anderem browser auch geprüft

                                          habe 4 admin instanzen installiert - kann es daran liegen - habe aber auch update probiert, wenn die 3 anderen admin instanzen disabled sind

                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @liv-in-sky last edited by

                                            @liv-in-sky

                                            Warum hat man vier Admins laufen?
                                            Wie dem auch sei...

                                            Ich würde es mal mit ausgeknipstem iobroker versuchen:

                                            iobroker stop
                                            iobroker update
                                            iobroker upgrade
                                            iobroker start
                                            
                                            liv-in-sky 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            783
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            47
                                            1317
                                            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