Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. js-controller 6.0.x jetzt für alle User im STABLE!

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.1k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.1k

js-controller 6.0.x jetzt für alle User im STABLE!

Scheduled Pinned Locked Moved ioBroker Allgemein
controllerjs-controllerkierastable
257 Posts 47 Posters 65.0k Views 45 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • CodierknechtC Codierknecht

    @fellpower sagte in Nach Update des JS Controllers einige Fehler:

    Oder geht das nur, wenn es von iobroker n neues Docker Image gibt?

    Richtig!
    Was man im Container am OS bastelt, ist weg wenn der Container neu gestartet wird.
    Das ist ja Sinn und Zweck von Containern.

    Da musst Du warten, bis @buanet ein neues Image bereitstellt.

    Docker in einem LXC hört sich irgendwie schräg an.
    Virtualisierung in einer Virtualisierung 🤔

    F Offline
    F Offline
    fellpower
    wrote on last edited by
    #29

    @codierknecht
    Ja, wenn man ein Linux Profi ist, macht man das natürlich anders - bin ich aber nicht!

    Und für das bisschen, was der machen soll, spielt es für mich keine Rolle, ob es virtualvirtualisiert ist 😉

    CodierknechtC 1 Reply Last reply
    0
    • F fellpower

      @codierknecht
      Ja, wenn man ein Linux Profi ist, macht man das natürlich anders - bin ich aber nicht!

      Und für das bisschen, was der machen soll, spielt es für mich keine Rolle, ob es virtualvirtualisiert ist 😉

      CodierknechtC Online
      CodierknechtC Online
      Codierknecht
      Developer Most Active
      wrote on last edited by
      #30

      @fellpower sagte in Nach Update des JS Controllers einige Fehler:

      Ja, wenn man ein Linux Profi ist, macht man das natürlich anders - bin ich aber nicht!

      Ich mit Sicherheit auch nicht 😉

      "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

      Proxmox 8.2.4 LXC|8 GB|Core i7-6700
      HmIP|ZigBee|Tasmota|Unifi + dies & das
      Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

      F 1 Reply Last reply
      0
      • O oFbEQnpoLKKl6mbY5e13

        @foxriver76

        Bleiben wir ruhig bei dem genannten Beispiel.

        Alias:

        {
          "common": {
            "alias": {
              "id": {
                "read": "mqtt-client.0.stat.tasmota_A36501.POWER2",
                "write": "mqtt-client.0.cmnd.tasmota_A36501.POWER2"
              },
              "read": "val == \"ON\" ? true : false",
              "write": "val == true ? 1 : 0"
            },
            "name": "Strahler 2",
            "role": "switch",
            "type": "boolean",
            "unit": "",
            "min": null,
            "max": null,
            "read": true,
            "write": true,
            "smartName": {
              "de": "Strahler 2",
              "smartType": "SWITCH"
            }
          },
          "native": {},
          "type": "state",
          "_id": "alias.0.Haus.Erdgeschoss.Schlafzimmer.Strahler2.switch_on",
          "acl": {
            "object": 1636,
            "state": 1636,
            "owner": "system.user.admin",
            "ownerGroup": "system.group.administrator"
          },
          "from": "system.adapter.admin.0",
          "user": "system.user.admin",
          "ts": 1680780507033
        }
        

        Datenpunkt lesend:

        {
          "type": "state",
          "role": "text",
          "common": {
            "name": "POWER2",
            "type": "mixed",
            "read": true,
            "write": true,
            "desc": "created from topic",
            "custom": {
              "mqtt-client.0": {
                "enabled": true,
                "topic": "stat/tasmota_A36501/POWER2",
                "publish": false,
                "pubChangesOnly": false,
                "pubAsObject": false,
                "qos": 0,
                "retain": false,
                "subscribe": true,
                "subChangesOnly": false,
                "subAsObject": false,
                "subQos": 0,
                "setAck": true
              }
            }
          },
          "native": {
            "topic": "stat/tasmota_A36501/POWER2"
          },
          "from": "system.adapter.mqtt-client.0",
          "user": "system.user.admin",
          "ts": 1680698849842,
          "_id": "mqtt-client.0.stat.tasmota_A36501.POWER2",
          "acl": {
            "object": 1636,
            "state": 1636,
            "owner": "system.user.admin",
            "ownerGroup": "system.group.administrator"
          },
          "binary": true
        }
        

        Datenpunkt schreibend:

        {
          "type": "state",
          "role": "text",
          "common": {
            "name": "POWER2",
            "type": "mixed",
            "read": true,
            "write": true,
            "desc": "created from topic",
            "custom": {
              "mqtt-client.0": {
                "enabled": true,
                "topic": "cmnd/tasmota_A36501/POWER2",
                "publish": true,
                "pubChangesOnly": false,
                "pubAsObject": false,
                "qos": 0,
                "retain": false,
                "subscribe": true,
                "subChangesOnly": false,
                "subAsObject": false,
                "subQos": 0,
                "setAck": true
              }
            }
          },
          "native": {
            "topic": "cmnd/tasmota_A36501/POWER2"
          },
          "_id": "mqtt-client.0.cmnd.tasmota_A36501.POWER2",
          "acl": {
            "object": 1636,
            "state": 1636,
            "owner": "system.user.admin",
            "ownerGroup": "system.group.administrator"
          },
          "from": "system.adapter.admin.0",
          "user": "system.user.admin",
          "ts": 1680700517346,
          "binary": true
        }
        

        Edit:
        Ich schätze, die Meldung kommt jeweils vom Javascript-Adapter und vom Influxdb-Adapter für jeden Alias, der eine Konvertierungsfunktion (lesend) aktiviert hat.

        foxriver76F Offline
        foxriver76F Offline
        foxriver76
        Developer
        wrote on last edited by
        #31

        @ofbeqnpolkkl6mby5e13 Hm schaut eigentlich ok aus, muss ich probieren nachzustellen.

        Videotutorials & mehr

        Hier könnt ihr mich unterstützen.

        1 Reply Last reply
        0
        • CodierknechtC Codierknecht

          @fellpower sagte in Nach Update des JS Controllers einige Fehler:

          Ja, wenn man ein Linux Profi ist, macht man das natürlich anders - bin ich aber nicht!

          Ich mit Sicherheit auch nicht 😉

          F Offline
          F Offline
          fellpower
          wrote on last edited by fellpower
          #32

          @codierknecht
          Also fassen wir zusammen:

          Ich habe den js-controller geupdatet, das hat wohl funktioniert.
          Aufgrund der Docker "Problematik" kann ich mein node.js irgendwie nicht updaten.

          927fbb87-0dad-4788-b35f-b35e97c3435b-image.png

          Wenn ich es mit den bekannten Befehlen versuche (Wie hier beschrieben: https://forum.iobroker.net/topic/64032/update-nodejs-best-practise-supported-16-und-18), dann funktioniert das irgendwie nicht. node.js bleibt auf 18.20.4.

          Also muss ich warten, bis buanet was neues bringt - oder selbst n Container bauen, wäre noch ne Möglichkeit.

          Was ist mit den Node-Red Fehlern auf dem Bild? Woher kommen die - und wie löse ich das?

          crunchipC 1 Reply Last reply
          0
          • F fellpower

            @codierknecht
            Also fassen wir zusammen:

            Ich habe den js-controller geupdatet, das hat wohl funktioniert.
            Aufgrund der Docker "Problematik" kann ich mein node.js irgendwie nicht updaten.

            927fbb87-0dad-4788-b35f-b35e97c3435b-image.png

            Wenn ich es mit den bekannten Befehlen versuche (Wie hier beschrieben: https://forum.iobroker.net/topic/64032/update-nodejs-best-practise-supported-16-und-18), dann funktioniert das irgendwie nicht. node.js bleibt auf 18.20.4.

            Also muss ich warten, bis buanet was neues bringt - oder selbst n Container bauen, wäre noch ne Möglichkeit.

            Was ist mit den Node-Red Fehlern auf dem Bild? Woher kommen die - und wie löse ich das?

            crunchipC Away
            crunchipC Away
            crunchip
            Forum Testing Most Active
            wrote on last edited by
            #33

            @fellpower sagte in Nach Update des JS Controllers einige Fehler:

            Also muss ich warten, bis buanet was neues bringt?

            https://github.com/buanet/ioBroker.docker/releases/tag/v10.0.0-beta.1

            umgestiegen von Proxmox auf Unraid

            F 1 Reply Last reply
            0
            • crunchipC crunchip

              @fellpower sagte in Nach Update des JS Controllers einige Fehler:

              Also muss ich warten, bis buanet was neues bringt?

              https://github.com/buanet/ioBroker.docker/releases/tag/v10.0.0-beta.1

              F Offline
              F Offline
              fellpower
              wrote on last edited by
              #34

              @crunchip
              Hab ich schon gesehen. Wollte aber warten, bis nicht mehr Beta. 😉

              e003dbfb-1087-4ed0-a822-55fe60fbc95e-image.png

              Aber ich denke, dann ist ja eigentlich alles richtig gelaufen, nur node.js kann noch nicht geupdatet werden, bis ich das Image neu ausrolle.

              Was sind das für Fehler mit Node-Red? Weiß das jemand? Node-Red an sich funktioniert noch.

              1 Reply Last reply
              0
              • crunchipC Away
                crunchipC Away
                crunchip
                Forum Testing Most Active
                wrote on last edited by
                #35

                @fellpower sagte in Nach Update des JS Controllers einige Fehler:

                Was sind das für Fehler mit Node-Red?

                stimmt wohl die Verlinkung nicht

                umgestiegen von Proxmox auf Unraid

                1 Reply Last reply
                0
                • crunchipC crunchip

                  @foxriver76 muss ich testen, bisher nur einmal versucht
                  @foxriver76 habe es soeben nochmal probiert, lief allerdings auf den gleichen Fehler hinaus

                  d9a32174-4695-434c-a402-e211a703126b-image.png

                  foxriver76F Offline
                  foxriver76F Offline
                  foxriver76
                  Developer
                  wrote on last edited by
                  #36

                  @crunchip Docker oder klassische Linux Installation?

                  Videotutorials & mehr

                  Hier könnt ihr mich unterstützen.

                  crunchipC 1 Reply Last reply
                  0
                  • foxriver76F foxriver76

                    @crunchip Docker oder klassische Linux Installation?

                    crunchipC Away
                    crunchipC Away
                    crunchip
                    Forum Testing Most Active
                    wrote on last edited by
                    #37

                    @foxriver76

                    @crunchip sagte in js-controller 6.0.x jetzt für alle User im STABLE!:

                    buanet-docker Installation image - v9.1.2

                    umgestiegen von Proxmox auf Unraid

                    foxriver76F 1 Reply Last reply
                    0
                    • crunchipC crunchip

                      @foxriver76

                      @crunchip sagte in js-controller 6.0.x jetzt für alle User im STABLE!:

                      buanet-docker Installation image - v9.1.2

                      foxriver76F Offline
                      foxriver76F Offline
                      foxriver76
                      Developer
                      wrote on last edited by
                      #38

                      @crunchip Hm okay.. vor den Fehlern im Screenshot sieht man da noch andere Fehler? Im Endeffekt kann er bei setup first entweder nicht zur DB verbinden oder es kommt vorher zu einem Fehler den man auf dem Screenshot nicht sieht.

                      Videotutorials & mehr

                      Hier könnt ihr mich unterstützen.

                      crunchipC 1 Reply Last reply
                      0
                      • O oFbEQnpoLKKl6mbY5e13

                        @foxriver76

                        Bleiben wir ruhig bei dem genannten Beispiel.

                        Alias:

                        {
                          "common": {
                            "alias": {
                              "id": {
                                "read": "mqtt-client.0.stat.tasmota_A36501.POWER2",
                                "write": "mqtt-client.0.cmnd.tasmota_A36501.POWER2"
                              },
                              "read": "val == \"ON\" ? true : false",
                              "write": "val == true ? 1 : 0"
                            },
                            "name": "Strahler 2",
                            "role": "switch",
                            "type": "boolean",
                            "unit": "",
                            "min": null,
                            "max": null,
                            "read": true,
                            "write": true,
                            "smartName": {
                              "de": "Strahler 2",
                              "smartType": "SWITCH"
                            }
                          },
                          "native": {},
                          "type": "state",
                          "_id": "alias.0.Haus.Erdgeschoss.Schlafzimmer.Strahler2.switch_on",
                          "acl": {
                            "object": 1636,
                            "state": 1636,
                            "owner": "system.user.admin",
                            "ownerGroup": "system.group.administrator"
                          },
                          "from": "system.adapter.admin.0",
                          "user": "system.user.admin",
                          "ts": 1680780507033
                        }
                        

                        Datenpunkt lesend:

                        {
                          "type": "state",
                          "role": "text",
                          "common": {
                            "name": "POWER2",
                            "type": "mixed",
                            "read": true,
                            "write": true,
                            "desc": "created from topic",
                            "custom": {
                              "mqtt-client.0": {
                                "enabled": true,
                                "topic": "stat/tasmota_A36501/POWER2",
                                "publish": false,
                                "pubChangesOnly": false,
                                "pubAsObject": false,
                                "qos": 0,
                                "retain": false,
                                "subscribe": true,
                                "subChangesOnly": false,
                                "subAsObject": false,
                                "subQos": 0,
                                "setAck": true
                              }
                            }
                          },
                          "native": {
                            "topic": "stat/tasmota_A36501/POWER2"
                          },
                          "from": "system.adapter.mqtt-client.0",
                          "user": "system.user.admin",
                          "ts": 1680698849842,
                          "_id": "mqtt-client.0.stat.tasmota_A36501.POWER2",
                          "acl": {
                            "object": 1636,
                            "state": 1636,
                            "owner": "system.user.admin",
                            "ownerGroup": "system.group.administrator"
                          },
                          "binary": true
                        }
                        

                        Datenpunkt schreibend:

                        {
                          "type": "state",
                          "role": "text",
                          "common": {
                            "name": "POWER2",
                            "type": "mixed",
                            "read": true,
                            "write": true,
                            "desc": "created from topic",
                            "custom": {
                              "mqtt-client.0": {
                                "enabled": true,
                                "topic": "cmnd/tasmota_A36501/POWER2",
                                "publish": true,
                                "pubChangesOnly": false,
                                "pubAsObject": false,
                                "qos": 0,
                                "retain": false,
                                "subscribe": true,
                                "subChangesOnly": false,
                                "subAsObject": false,
                                "subQos": 0,
                                "setAck": true
                              }
                            }
                          },
                          "native": {
                            "topic": "cmnd/tasmota_A36501/POWER2"
                          },
                          "_id": "mqtt-client.0.cmnd.tasmota_A36501.POWER2",
                          "acl": {
                            "object": 1636,
                            "state": 1636,
                            "owner": "system.user.admin",
                            "ownerGroup": "system.group.administrator"
                          },
                          "from": "system.adapter.admin.0",
                          "user": "system.user.admin",
                          "ts": 1680700517346,
                          "binary": true
                        }
                        

                        Edit:
                        Ich schätze, die Meldung kommt jeweils vom Javascript-Adapter und vom Influxdb-Adapter für jeden Alias, der eine Konvertierungsfunktion (lesend) aktiviert hat.

                        foxriver76F Offline
                        foxriver76F Offline
                        foxriver76
                        Developer
                        wrote on last edited by
                        #39

                        @ofbeqnpolkkl6mby5e13 Und beim Neustart von javascript treten die Fehler erneut auf oder in welchem Interval, weil du meintest es hat aufgehört?

                        Videotutorials & mehr

                        Hier könnt ihr mich unterstützen.

                        O 1 Reply Last reply
                        0
                        • foxriver76F foxriver76

                          @crunchip Hm okay.. vor den Fehlern im Screenshot sieht man da noch andere Fehler? Im Endeffekt kann er bei setup first entweder nicht zur DB verbinden oder es kommt vorher zu einem Fehler den man auf dem Screenshot nicht sieht.

                          crunchipC Away
                          crunchipC Away
                          crunchip
                          Forum Testing Most Active
                          wrote on last edited by
                          #40

                          @foxriver76 ich kann da nicht scrollen, da das Bild dann eingefroren ist, oben im ersten Beitrag ist das log eingefügt

                          umgestiegen von Proxmox auf Unraid

                          foxriver76F 1 Reply Last reply
                          0
                          • crunchipC crunchip

                            @foxriver76 ich kann da nicht scrollen, da das Bild dann eingefroren ist, oben im ersten Beitrag ist das log eingefügt

                            foxriver76F Offline
                            foxriver76F Offline
                            foxriver76
                            Developer
                            wrote on last edited by
                            #41

                            @crunchip Okay, kannst du mal inventwo vorher stoppen und dann nochmal probieren, iwie überlebt der den terminate Prozess ist auch etwas was mit dem nächsten Controller nochmal optimiert wurde aber mit 5.0.19 eben noch nicht.

                            Videotutorials & mehr

                            Hier könnt ihr mich unterstützen.

                            crunchipC 1 Reply Last reply
                            0
                            • foxriver76F foxriver76

                              @ofbeqnpolkkl6mby5e13 Und beim Neustart von javascript treten die Fehler erneut auf oder in welchem Interval, weil du meintest es hat aufgehört?

                              O Away
                              O Away
                              oFbEQnpoLKKl6mbY5e13
                              wrote on last edited by oFbEQnpoLKKl6mbY5e13
                              #42

                              @foxriver76

                              Meine Einschätzung ist, dass für jeden Alias mit Konvertierungsfunktion die Meldung einmal vom Javascript-Adapter kommt und einmal vom Influxdb-Adapter, wenn derselbe Alias zusätzlich auch protokolliert wird. Da ich sehr viele Alias mit Konvertierungsfunktion habe, sah es aus, als wenn da wiederholt "Millionen" Meldungen durchlaufen. Es waren auch sehr viele, aber wie bereits erwähnt, nur einmal bzw. zweimal pro Alias. Ein Neustart des Javascript-Adapters bringt die Meldungen nicht erneut hervor.

                              MartinPM foxriver76F 2 Replies Last reply
                              0
                              • O oFbEQnpoLKKl6mbY5e13

                                @foxriver76

                                Meine Einschätzung ist, dass für jeden Alias mit Konvertierungsfunktion die Meldung einmal vom Javascript-Adapter kommt und einmal vom Influxdb-Adapter, wenn derselbe Alias zusätzlich auch protokolliert wird. Da ich sehr viele Alias mit Konvertierungsfunktion habe, sah es aus, als wenn da wiederholt "Millionen" Meldungen durchlaufen. Es waren auch sehr viele, aber wie bereits erwähnt, nur einmal bzw. zweimal pro Alias. Ein Neustart des Javascript-Adapters bringt die Meldungen nicht erneut hervor.

                                MartinPM Online
                                MartinPM Online
                                MartinP
                                wrote on last edited by
                                #43

                                Was sagt mir die Meldung

                                "... Body has already been consumed?"

                                Bei mir läuft gerade das Update aus der GUI

                                Intel(R) Celeron(R) CPU N3000 @ 1.04GHz 8G RAM 480G SSD
                                Virtualization : unprivileged lxc container (debian 12 on Proxmox 8.4.13)
                                kernel Linux pve 6.8.12-15-pve
                                6 GByte RAM für den Container
                                Fritzbox 6591 FW 8.03 (Vodafone Leih-Box)
                                Remote-Access über Wireguard der Fritzbox

                                foxriver76F 1 Reply Last reply
                                0
                                • MartinPM MartinP

                                  Was sagt mir die Meldung

                                  "... Body has already been consumed?"

                                  Bei mir läuft gerade das Update aus der GUI

                                  foxriver76F Offline
                                  foxriver76F Offline
                                  foxriver76
                                  Developer
                                  wrote on last edited by foxriver76
                                  #44

                                  @martinp Mit welcher Admin Version? Grundsätzlich ein Fehler im Admin aber sollte mit aktueller stable (7.0.22) eigentlich nicht mehr auftreten.

                                  Videotutorials & mehr

                                  Hier könnt ihr mich unterstützen.

                                  MartinPM 1 Reply Last reply
                                  0
                                  • O oFbEQnpoLKKl6mbY5e13

                                    @foxriver76

                                    Meine Einschätzung ist, dass für jeden Alias mit Konvertierungsfunktion die Meldung einmal vom Javascript-Adapter kommt und einmal vom Influxdb-Adapter, wenn derselbe Alias zusätzlich auch protokolliert wird. Da ich sehr viele Alias mit Konvertierungsfunktion habe, sah es aus, als wenn da wiederholt "Millionen" Meldungen durchlaufen. Es waren auch sehr viele, aber wie bereits erwähnt, nur einmal bzw. zweimal pro Alias. Ein Neustart des Javascript-Adapters bringt die Meldungen nicht erneut hervor.

                                    foxriver76F Offline
                                    foxriver76F Offline
                                    foxriver76
                                    Developer
                                    wrote on last edited by
                                    #45

                                    @ofbeqnpolkkl6mby5e13 Hm okay, falls es bei controller neustart wieder auftritt gib bitte Bescheid, ansonsten weiß ich gerade nicht wie ich es nachgestellt bekomme.

                                    Videotutorials & mehr

                                    Hier könnt ihr mich unterstützen.

                                    O isi07I 2 Replies Last reply
                                    0
                                    • foxriver76F foxriver76

                                      @ofbeqnpolkkl6mby5e13 Hm okay, falls es bei controller neustart wieder auftritt gib bitte Bescheid, ansonsten weiß ich gerade nicht wie ich es nachgestellt bekomme.

                                      O Away
                                      O Away
                                      oFbEQnpoLKKl6mbY5e13
                                      wrote on last edited by
                                      #46

                                      @foxriver76

                                      Okay.

                                      1 Reply Last reply
                                      0
                                      • foxriver76F foxriver76

                                        @martinp Mit welcher Admin Version? Grundsätzlich ein Fehler im Admin aber sollte mit aktueller stable (7.0.22) eigentlich nicht mehr auftreten.

                                        MartinPM Online
                                        MartinPM Online
                                        MartinP
                                        wrote on last edited by
                                        #47

                                        @foxriver76 Aktuell ist die Kiste noch mitten im Update Prozess, kann ich nicht beantworten. Ist aber eigentlich auf dem aktuellen Stable-Stand (Keine Hinweise auf Updates)

                                        Intel(R) Celeron(R) CPU N3000 @ 1.04GHz 8G RAM 480G SSD
                                        Virtualization : unprivileged lxc container (debian 12 on Proxmox 8.4.13)
                                        kernel Linux pve 6.8.12-15-pve
                                        6 GByte RAM für den Container
                                        Fritzbox 6591 FW 8.03 (Vodafone Leih-Box)
                                        Remote-Access über Wireguard der Fritzbox

                                        foxriver76F 1 Reply Last reply
                                        0
                                        • MartinPM MartinP

                                          @foxriver76 Aktuell ist die Kiste noch mitten im Update Prozess, kann ich nicht beantworten. Ist aber eigentlich auf dem aktuellen Stable-Stand (Keine Hinweise auf Updates)

                                          foxriver76F Offline
                                          foxriver76F Offline
                                          foxriver76
                                          Developer
                                          wrote on last edited by
                                          #48

                                          @martinp ist auch erst seit heute morgen oder gestern Abend stable also könnte sein, dass es ohne manuelles aktualisieren nocht niocht aufgepoppt ist.

                                          Videotutorials & mehr

                                          Hier könnt ihr mich unterstützen.

                                          MartinPM 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          754

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe