Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Js-controller 1.5.3 in latest verfügbar

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Js-controller 1.5.3 in latest verfügbar

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

      Bei mir sind die DashButton außer Funktion:

      host.haus	2018-09-15 22:37:51.275	error	instance system.adapter.amazon-dash.0 terminated with code 0 (OK)
      Caught	2018-09-15 22:37:51.275	error	by controller[0]: at Socket.that.getForeignObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:869:25)
      Caught	2018-09-15 22:37:51.275	error	by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:830:13)
      Caught	2018-09-15 22:37:51.275	error	by controller[0]: at createInstancesObjects (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:869:54)
      Caught	2018-09-15 22:37:51.275	error	by controller[0]: at initAdapter (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5290:18)
      Caught	2018-09-15 22:37:51.275	error	by controller[0]: at Adapter.emit (events.js:208:7)
      Caught	2018-09-15 22:37:51.275	error	by controller[0]: at emitNone (events.js:106:13)
      Caught	2018-09-15 22:37:51.275	error	by controller[0]: at Adapter. <anonymous>(/opt/iobroker/node_modules/iobroker.amazon-dash/main.js:42:5)
      Caught	2018-09-15 22:37:51.275	error	by controller[0]: at main (/opt/iobroker/node_modules/iobroker.amazon-dash/main.js:78:29)
      Caught	2018-09-15 22:37:51.274	error	by controller[0]: at Object.exports.createSession (/opt/iobroker/node_modules/iobroker.amazon-dash/node_modules/pcap/pcap.js:123:12)
      Caught	2018-09-15 22:37:51.274	error	by controller[0]: at new PcapSession (/opt/iobroker/node_modules/iobroker.amazon-dash/node_modules/pcap/pcap.js:49:39)
      Caught	2018-09-15 22:37:51.274	error	by controller[0]: Error: socket: Operation not permitted
      host.haus	2018-09-15 22:37:50.499	info	instance system.adapter.amazon-dash.0 started with pid 2380</anonymous>
      

      Wenn ich versuche nachzuinstallieren habe ich das hier in der Konsole:

      root@haus:/home/haus# npm install https://github.com/PArns/ioBroker.amazon-dash/tarball/master --production --prefix "/opt/iobroker" --unsafe-perm
      npm ERR! code 128
      npm ERR! Command failed: /usr/bin/git submodule update -q --init --recursive
      npm ERR! fatal: failed to stat '/root/.npm/_cacache/tmp/git-clone-5a5e4840': Permission denied
      npm ERR!
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /root/.npm/_logs/2018-09-16T06_23_56_137Z-debug.log
      
      

      Bis Version 1.5.0. haben die Button funktioniert.

      1.5.1 und 1.5.2 habe ich ausgelassen.

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

        Operation not permitted weißt auf fehlende rechte hin. Das muss unter root laufen. Hat aber mit dem Controller nix zu tun.

        Beim install das gleiche.

        Ja für install ist in 1.5.x eine Änderung drin das es weniger Probleme geben sollte und mit —unsafe-perm installiert wird.

        Also kurz: der Adapter braucht root/sudo,war aber an dich schon immer so.

        Gesendet vom Handy …

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

          Der Adapter muss im ioBroker unter root laufen?

          Wie geht das?

          Und warum hat das bisher einwandfrei funktioniert?

          Die Installation (oder der Versuch) ist definitiv unter root erfolgt.

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

            @chaot:

            Mache bitte ein Downgrade von NPM auf 4.6.1 und versuche die Installation noch einmal.

            npm i -g npm@4.6.1
            
            1 Reply Last reply Reply Quote 0
            • Chaot
              Chaot last edited by

              Nachdem ich den JSControler neu installiert habe scheint alles wieder zu laufen.

              Aber ich habe bei der Installation das nächste Problem bekommen:

              npm WARN saveError ENOENT: no such file or directory, open '/home/haus/package.json'
              npm notice created a lockfile as package-lock.json. You should commit this file.
              npm WARN enoent ENOENT: no such file or directory, open '/home/haus/package.json'
              npm WARN haus No description
              npm WARN haus No repository field.
              npm WARN haus No README data
              npm WARN haus No license field.
              
              + iobroker.js-controller@1.5.3
              added 344 packages from 247 contributors and audited 785 packages in 74.181s
              found 27 vulnerabilities (19 low, 8 high)
                run `npm audit fix` to fix them, or `npm audit` for details
              root@haus:/home/haus# npm audit fix
              npm ERR! code EAUDITNOPJSON
              npm ERR! audit No package.json found: Cannot audit a project without a package.json
              
              npm ERR! A complete log of this run can be found in:
              npm ERR!     /root/.npm/_logs/2018-09-16T07_42_12_245Z-debug.log
              
              

              npm audit und npm audit fix geben den gleichen Fehler aus

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

                @Chaot:

                Die Installation (oder der Versuch) ist definitiv unter root erfolgt. `
                Dann Versuch mal npm cache clean unter root

                Gesendet vom Handy …

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

                  @Chaot:

                  Nachdem ich den JSControler neu installiert habe scheint alles wieder zu laufen.

                  Aber ich habe bei der Installation das nächste Problem bekommen:

                  npm WARN saveError ENOENT: no such file or directory, open '/home/haus/package.json'
                  npm notice created a lockfile as package-lock.json. You should commit this file.
                  npm WARN enoent ENOENT: no such file or directory, open '/home/haus/package.json'
                  npm WARN haus No description
                  npm WARN haus No repository field.
                  npm WARN haus No README data
                  npm WARN haus No license field.
                  
                  + iobroker.js-controller@1.5.3
                  added 344 packages from 247 contributors and audited 785 packages in 74.181s
                  found 27 vulnerabilities (19 low, 8 high)
                    run `npm audit fix` to fix them, or `npm audit` for details
                  root@haus:/home/haus# npm audit fix
                  npm ERR! code EAUDITNOPJSON
                  npm ERR! audit No package.json found: Cannot audit a project without a package.json
                  
                  npm ERR! A complete log of this run can be found in:
                  npm ERR!     /root/.npm/_logs/2018-09-16T07_42_12_245Z-debug.log
                  
                  

                  npm audit und npm audit fix geben den gleichen Fehler aus `
                  Ignoriere das mit dem audit. Ist kein Fehler

                  Gesendet vom Handy …

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

                    Die Warnung ist ok. Das ist kein Fehler. Deshalb brauchst Du auch den „audit fix“ nicht zu machen.

                    1 Reply Last reply Reply Quote 0
                    • K
                      Kev0 last edited by

                      Habs jetzt nochmal von 1.4.2 auf 1.5.3 probiert, selbes Ergebnis die hm-rpc datenpunkte haben keinen Namen mehr und Skripte sind alle futsch.

                      Leider habe ich keinen log von der installation.

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

                        Moin,

                        habe in den letzten Tagen ebenfalls den js-controller von 1.4.9 über 1.5.0, 1.5.2 auf 1.5.3 "gehoben". Jeweils mit Reboot des RPi´s. Bisher habe ich keine Probleme erkennen können (Scripte laufen wie sie sollen, etc.). Lediglich folgende Dinge sind mir aufgefallen.

                        Seit 1.5.2 bekomme ich beim stoppen von ioBroker folgende Fehlermeldung:

                        ! ````
                        fs.js:1177
                        return binding.chmod(pathModule._makeLong(path), modeNum(mode));
                        ^
                        ! Error: ENOENT: no such file or directory, chmod '/opt/iobroker/node_modules/iobroker.js-controller/lib/../killall.sh'
                        at Error (native)
                        at Object.fs.chmodSync (fs.js:1177:18)
                        at Daemon.daemon.on (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:286:32)
                        at emitOne (events.js:101:20)
                        at Daemon.emit (events.js:188:7)
                        at Daemon. <anonymous>(/opt/iobroker/node_modules/daemonize2/lib/daemonize.js:267:14)
                        at Daemon._tryKill (/opt/iobroker/node_modules/daemonize2/lib/daemonize.js:277:23)
                        at ontimeout (timers.js:386:11)
                        at tryOnTimeout (timers.js:250:5)
                        at Timer.listOnTimeout (timers.js:214:5)</anonymous>

                        Ein Update auf 1.5.3 brachte keine Veränderung. Ein Start von ioBroker ist ohne Fehlermeldung möglich.
                        
                        Den Fehler mit der "Empty ID" in der Dateiauswahl kann ich ebenfalls bestätigen (zumindest ab 1.5.2).
                        
                        Auch die Warnung im Log: "Disable logging, because no one socket connected" taucht des öfteren einmal auf, hauptsächlich wenn ich den Reiter Scripte" anklicke. Dies hat @metaxa eine Seite vorher ebenfalls beschrieben.
                        
                        Gruß Steffen
                        1 Reply Last reply Reply Quote 0
                        • Dr. Bakterius
                          Dr. Bakterius Most Active last edited by

                          Ich habe ebenfalls die Fehlermeldungen beim Stoppen des iobroker. Dadurch bricht auch raspiBackup ab und erstellt keine Sicherung. Ebenfalls bei mir das Problem mit 'Empty ID' im VIS-Editor.

                          Ich bin jetzt wieder zurück auf 1.4.2 - damit funktioniert alles. Vielleicht starte ich in ein paar Wochen wieder einen Versuch wenn sich der WAF wieder erholt hat. 🙂

                          1 Reply Last reply Reply Quote 0
                          • L
                            lonsimbt last edited by

                            Nach Upgrade auf meinem tinkerboard auf Version 1.5.3 laufen grundsätzlich alle Adapter und Skripte.

                            Plattform: linux

                            Die Architektur: arm

                            CPUs: 4

                            Geschwindigkeit: 1800 MHz

                            Modell: ARMv7 Processor rev 1 (v7l)

                            RAM: 1.9 GB

                            System uptime: 03:19:44

                            Node.js: v8.12.0

                            Festplattengröße: 14.3 GiB

                            Festplatten frei: 11.6 GiB

                            Adapter zählen: 222

                            NPM: v6.4.1

                            Uptime: 03:19:28

                            Aktivierte Instanzen: 16

                            Beim Stoppen des iobroker erhalte ich ebenfalls eine Fehlermeldung:

                            ` > Stopping iobroker controller daemon…

                            iobroker controller daemon stopped.

                            fs.js:1123

                            return binding.chmod(pathModule._makeLong(path), modeNum(mode));

                            ^

                            Error: ENOENT: no such file or directory, chmod '/opt/iobroker/node_modules/iobroker.js-controller/lib/../killall.sh'

                            at Object.fs.chmodSync (fs.js:1123:18)

                            at Daemon.daemon.on (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:286:32)

                            at emitOne (events.js:121:20)

                            at Daemon.emit (events.js:211:7)

                            at Daemon. <anonymous>(/opt/iobroker/node_modules/daemonize2/lib/daemonize.js:267:14)

                            at Daemon._tryKill (/opt/iobroker/node_modules/daemonize2/lib/daemonize.js:277:23)

                            at ontimeout (timers.js:498:11)

                            at tryOnTimeout (timers.js:323:5)

                            at Timer.listOnTimeout (timers.js:290:5)</anonymous> `

                            Gruß Marco

                            1 Reply Last reply Reply Quote 0
                            • A
                              AndyUM61 last edited by

                              Hallo,

                              nun möchte ich auch mal was zu dem Thema beitragen:

                              Ist denn auch jemand hier der ioBroker unter Windows zu laufen hat?

                              Ich habe mir durch den Versuch auf js-controller v.1.5.0 mein System ziemlich zerschossen.

                              Die Systemauslastung lag dauerhaft auf 99%, es wurden bis zu 1000 Prozesse gestartet mit über 100.000 Handles - stätig steigend!!

                              Es war nur sehr schwer möglich ioBroker überhaupt zu beenden.

                              ioBroker hat meine sämtlichen Actoren, sei es Homematic, FritzBox oder MQTT per Zufall angesteuert. Das totale SmartHome-Chaos!!!

                              Auf der FritzBox wurde sogar das WLAN deaktiviert!!

                              Ich konnte mir nur behelfen, indem ich die Netzwerkverbindung zur Raspberrymatic vorerst physikalisch getrennt (Stecker gezogen) habe.

                              Ich bin dann wieder auf die 1.4.2 gegangen, und alles funktioniert wieder halbwegs.

                              Das Einzige was nicht mehr funktioniert ist die Adapter-Seite. Es werden keine Adapter angezeigt.

                              Wenn ich auf das Schraubenschlüssel-Symbol gehe, sagt er mir, dass die config-Datei nicht vorhanden ist:(.

                              Vielleicht kann mir ja jemand sagen, wie ich das wieder hin bekomme!?

                              Heute ein erneuter Versuch auf die v 1.5.3 zu updaten…. gleiche Probleme....

                              Irgendwie steckt in der v1.5.xx total der Wurm drin....

                              Windows 8.1, node v10.8.0, npm v6.4.1

                              1 Reply Last reply Reply Quote 0
                              • K
                                Kev0 last edited by

                                Adapter oder Instanzen?

                                Zweites war bei mir auch futsch (raspi)

                                1 Reply Last reply Reply Quote 0
                                • A
                                  AndyUM61 last edited by

                                  @Kev0:

                                  Instanzen funktionieren, aber Adapter leider nicht mehr.

                                  Leider kann man somit auch nichts zusätzliches nachinstallieren:(.

                                  1 Reply Last reply Reply Quote 0
                                  • A
                                    aftershowman last edited by

                                    Hallo,

                                    bei mir startet die WEB-Server Instance für HTTPS immer noch nicht.

                                    Hat zuletzt bei 1.42 funktioniert, nicht in 1.51 und 1.52.

                                    meine Config:

                                    Hardware: RASPI 3

                                    NPM Version: 3.10.10

                                    NodeJS Version: V6.12.3

                                    Admin Adapter Version 3.59

                                    Alle installierten Adapter auf dem aktuellen Stand

                                    Nutze Verwahrungsort: http://download.iobroker.net/sources-dist-latest.json

                                    Hier die Logs (und das geht dann immer Kreis so)

                                    2018-09-16 16:43:35.797 - info: host.wg6-wetter instance system.adapter.web.1 started with pid 7015

                                    2018-09-16 16:43:39.206 - error: web.1 uncaught exception: util.promisify is not a function

                                    2018-09-16 16:43:39.272 - error: Caught by controller[0]: TypeError: util.promisify is not a function

                                    2018-09-16 16:43:39.273 - error: Caught by controller[0]: at /opt/iobroker/node_modules/greenlock/index.js:17:33

                                    2018-09-16 16:43:39.273 - error: Caught by controller[0]: at Array.forEach (native)

                                    2018-09-16 16:43:39.274 - error: Caught by controller[0]: at promisifyAllSelf (/opt/iobroker/node_modules/greenlock/index.js:15:20)

                                    2018-09-16 16:43:39.274 - error: Caught by controller[0]: at Object.Greenlock.create (/opt/iobroker/node_modules/greenlock/index.js:258:13)

                                    2018-09-16 16:43:39.274 - error: Caught by controller[0]: at Object.createServer (/opt/iobroker/node_modules/iobroker.js-controller/lib/letsencrypt.js:55:26)

                                    2018-09-16 16:43:39.274 - error: Caught by controller[0]: at initWebServer (/opt/iobroker/node_modules/iobroker.web/main.js:847:28)

                                    2018-09-16 16:43:39.274 - error: Caught by controller[0]: at adapter.getCertificates (/opt/iobroker/node_modules/iobroker.web/main.js:239:29)

                                    2018-09-16 16:43:39.274 - error: Caught by controller[0]: at Socket.that.getForeignObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:724:21)

                                    2018-09-16 16:43:39.275 - error: Caught by controller[0]: at Socket.onack (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:312:9)

                                    2018-09-16 16:43:39.276 - error: Caught by controller[0]: at Socket.onpacket (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:236:12)

                                    2018-09-16 16:43:39.276 - error: Caught by controller[0]: at Manager. (/opt/iobroker/node_modules/component-bind/index.js:21:15)

                                    2018-09-16 16:43:39.276 - error: Caught by controller[0]: at Manager.Emitter.emit (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/component-emitter/index.js:133:20)

                                    2018-09-16 16:43:39.276 - error: Caught by controller[0]: at Manager.ondecoded (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/manager.js:332:8)

                                    2018-09-16 16:43:39.276 - error: Caught by controller[0]: at Decoder. (/opt/iobroker/node_modules/component-bind/index.js:21:15)

                                    2018-09-16 16:43:39.276 - error: Caught by controller[0]: at Decoder.Emitter.emit (/opt/iobroker/node_modules/component-emitter/index.js:134:20)

                                    2018-09-16 16:43:39.277 - error: Caught by controller[0]: at Decoder.add (/opt/iobroker/node_modules/socket.io-parser/index.js:246:12)

                                    2018-09-16 16:43:39.277 - error: host.wg6-wetter instance system.adapter.web.1 terminated with code 0 (OK)

                                    2018-09-16 16:43:39.277 - info: host.wg6-wetter Restart adapter system.adapter.web.1 because enabled

                                    1 Reply Last reply Reply Quote 0
                                    • arteck
                                      arteck Developer Most Active last edited by

                                      1.5.3 hier auch nicht..

                                      1 Reply Last reply Reply Quote 0
                                      • sigi234
                                        sigi234 Forum Testing Most Active last edited by

                                        Ich sehe ja das auf Github die 2.0.0. vorbereitet wird, also gehe ich davon aus das wir jetzt testen und dann 2.0.0 kommt.

                                        Sehe ich das Richtig so?

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

                                          @aftershowman:

                                          Hallo,

                                          bei mir startet die WEB-Server Instance für HTTPS immer noch nicht.

                                          Hat zuletzt bei 1.42 funktioniert, nicht in 1.51 und 1.52.

                                          meine Config:

                                          Hardware: RASPI 3

                                          NPM Version: 3.10.10

                                          NodeJS Version: V6.12.3

                                          Admin Adapter Version 3.59

                                          Alle installierten Adapter auf dem aktuellen Stand

                                          Nutze Verwahrungsort: http://download.iobroker.net/sources-dist-latest.json

                                          Hier die Logs (und das geht dann immer Kreis so)

                                          2018-09-16 16:43:35.797 - info: host.wg6-wetter instance system.adapter.web.1 started with pid 7015

                                          2018-09-16 16:43:39.206 - error: web.1 uncaught exception: util.promisify is not a function

                                          2018-09-16 16:43:39.272 - error: Caught by controller[0]: TypeError: util.promisify is not a function

                                          2018-09-16 16:43:39.273 - error: Caught by controller[0]: at /opt/iobroker/node_modules/greenlock/index.js:17:33

                                          2018-09-16 16:43:39.273 - error: Caught by controller[0]: at Array.forEach (native)

                                          2018-09-16 16:43:39.274 - error: Caught by controller[0]: at promisifyAllSelf (/opt/iobroker/node_modules/greenlock/index.js:15:20)

                                          2018-09-16 16:43:39.274 - error: Caught by controller[0]: at Object.Greenlock.create (/opt/iobroker/node_modules/greenlock/index.js:258:13)

                                          2018-09-16 16:43:39.274 - error: Caught by controller[0]: at Object.createServer (/opt/iobroker/node_modules/iobroker.js-controller/lib/letsencrypt.js:55:26)

                                          2018-09-16 16:43:39.274 - error: Caught by controller[0]: at initWebServer (/opt/iobroker/node_modules/iobroker.web/main.js:847:28)

                                          2018-09-16 16:43:39.274 - error: Caught by controller[0]: at adapter.getCertificates (/opt/iobroker/node_modules/iobroker.web/main.js:239:29)

                                          2018-09-16 16:43:39.274 - error: Caught by controller[0]: at Socket.that.getForeignObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:724:21)

                                          2018-09-16 16:43:39.275 - error: Caught by controller[0]: at Socket.onack (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:312:9)

                                          2018-09-16 16:43:39.276 - error: Caught by controller[0]: at Socket.onpacket (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:236:12)

                                          2018-09-16 16:43:39.276 - error: Caught by controller[0]: at Manager. (/opt/iobroker/node_modules/component-bind/index.js:21:15)

                                          2018-09-16 16:43:39.276 - error: Caught by controller[0]: at Manager.Emitter.emit (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/component-emitter/index.js:133:20)

                                          2018-09-16 16:43:39.276 - error: Caught by controller[0]: at Manager.ondecoded (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/manager.js:332:8)

                                          2018-09-16 16:43:39.276 - error: Caught by controller[0]: at Decoder. (/opt/iobroker/node_modules/component-bind/index.js:21:15)

                                          2018-09-16 16:43:39.276 - error: Caught by controller[0]: at Decoder.Emitter.emit (/opt/iobroker/node_modules/component-emitter/index.js:134:20)

                                          2018-09-16 16:43:39.277 - error: Caught by controller[0]: at Decoder.add (/opt/iobroker/node_modules/socket.io-parser/index.js:246:12)

                                          2018-09-16 16:43:39.277 - error: host.wg6-wetter instance system.adapter.web.1 terminated with code 0 (OK)

                                          2018-09-16 16:43:39.277 - info: host.wg6-wetter Restart adapter system.adapter.web.1 because enabled `
                                          Das hätte aber schon mit 1.5.1 gefixt sein solle. Wurde da wirklich alles beendet und neu gestartet?

                                          Du hast 1.5.3 nicht erwähnt in deinem Post?

                                          Gesendet vom Handy …

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

                                            @sigi234:

                                            Ich sehe ja das auf Github die 2.0.0. vorbereitet wird, also gehe ich davon aus das wir jetzt testen und dann 2.0.0 kommt.

                                            Sehe ich das Richtig so? `
                                            NEIN!!!!

                                            Die 1.5.x war schon länger fertig und viele hatten sie ohne Probleme und die ist jetzt erstmal dran.

                                            Die 2.0.0 hat gerade erst In der Entwicklung gestartet. Das ist noch weit weg.

                                            Gesendet vom Handy …

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            791
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            27
                                            97
                                            13630
                                            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