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. Skripten / Logik
  4. Node-Red
  5. Victron

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

Victron

Scheduled Pinned Locked Moved Node-Red
135 Posts 4 Posters 17.1k Views 5 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.
  • D Dirk 4

    @mickym muss auf dem iobroker in dem auch was eingetragen werden

    D Offline
    D Offline
    Dirk 4
    wrote on last edited by
    #41

    @dirk-4 kommt auf dem iobroker an

    mickymM 1 Reply Last reply
    0
    • D Dirk 4

      @mickym muss auf dem iobroker in dem auch was eingetragen werden

      mickymM Online
      mickymM Online
      mickym
      Most Active
      wrote on last edited by
      #42

      @dirk-4 Nein - das kommt direkt aus dieser Node raus - wenn Du die IP Adresse richtig eingetragen hast:

      628b1348-607b-4834-a2eb-56d510b954fd-image.png

      Es muss jetzt das gleiche rauskommen, wie in der debug Node auf deinem venus os. also debug1

      Jeder Flow bzw. jedes Script, das ich hier poste implementiert jeder auf eigene Gefahr. Flows und Scripts können Fehler aufweisen und weder der Seitenbetreiber noch ich persönlich können hierfür haftbar gemacht werden. Das gleiche gilt für Empfehlungen aller Art.

      1 Reply Last reply
      0
      • D Dirk 4

        @dirk-4 kommt auf dem iobroker an

        mickymM Online
        mickymM Online
        mickym
        Most Active
        wrote on last edited by mickym
        #43

        @dirk-4 sagte in Victron:

        @dirk-4 kommt auf dem iobroker an

        Sehr gut - dann haben wir schon mal eine Systemgrenze überwunden.

        Nun willst Du das ja als eigene Datenpunkte haben, was Du dahinschickst. Deswegen schau erstmal in Deinen Adapterkonfiguration dass Du das Erstellen von Fremdobjekten zugelassen hast.

        5e720986-0763-4dcf-95ce-99477e05a426-image.png

        Jeder Flow bzw. jedes Script, das ich hier poste implementiert jeder auf eigene Gefahr. Flows und Scripts können Fehler aufweisen und weder der Seitenbetreiber noch ich persönlich können hierfür haftbar gemacht werden. Das gleiche gilt für Empfehlungen aller Art.

        D 1 Reply Last reply
        1
        • mickymM mickym

          @dirk-4 sagte in Victron:

          @dirk-4 kommt auf dem iobroker an

          Sehr gut - dann haben wir schon mal eine Systemgrenze überwunden.

          Nun willst Du das ja als eigene Datenpunkte haben, was Du dahinschickst. Deswegen schau erstmal in Deinen Adapterkonfiguration dass Du das Erstellen von Fremdobjekten zugelassen hast.

          5e720986-0763-4dcf-95ce-99477e05a426-image.png

          D Offline
          D Offline
          Dirk 4
          wrote on last edited by Dirk 4
          #44

          @mickym ja hab ich

          Der Datenpunkt 0_userdata.0.Victron.Victron__min_Batterie

          mickymM 1 Reply Last reply
          0
          • D Dirk 4

            @mickym ja hab ich

            Der Datenpunkt 0_userdata.0.Victron.Victron__min_Batterie

            mickymM Online
            mickymM Online
            mickym
            Most Active
            wrote on last edited by mickym
            #45

            @dirk-4 sagte in Victron:

            @mickym ja hab ich

            Der Datenpunkt 0_userdata.0.Victron.Victron__min_Batterie

            Ja wir machen jetzt dass alles unter userdata geschrieben wird.

            Dazu nimmst Du nun meinen Flow und hängst die Nodes dran:

            2e745fe8-d586-4d1f-af9d-2e91494a473f-image.png

            Es passiert noch nichts da ich die iobroker OUT Node noch deaktiviert habe.

            [
               {
                   "id": "6e802f1553b18149",
                   "type": "subflow",
                   "name": "JSON or Obj to IOBroker",
                   "info": "# Creates an IOBroker tree\n\nThis node creates an IOBroker tree out of an Java-Object or JSON String.\n\nThe object tree will be created under 0_userdata.0\nIn addition to the JSON-String or Java Object as `msg.payload` it is necessary to specify a `msg.top` properity in addition to the msg-Object.\n\nThe object tree will be created under 0_userdata.0\n\nExisting `msg.topic` entries will be deleted.\nAn iobroker-out node has to be appended to this subflow node. It is not part of the subflow itself. No topic should be specified in the iobroker out node.\n\nIs `msg.top` property isn't defined, the `top` property of the subflow-node is used. \n\nIn the properties of the subflow node a new property `keepTopic` has been added. Default is _false_ to keep the current behaviour. If set to _true_ then the originial topic will be placed between the `top` property of the subflow node and the property of the analyzed JSON object.\n\n**Attention:**\nIf msg.top and top is empty, all msg.topics (msg.topic) will be directly prefixed with 0_userdata.0. . \n\n**Update 13.09.2022:**\nSpaces in topics of objects are no longer replaced with underscores in objects. No differences between all data types.\n\n# Erstellt einen Objektbaum im ioBroker\n\nDiese Node erstellt einen Objektbaum im ioBroker aus einem JAVA Objekt bzw. einem JSON String. \n\nDer Baum wird in jedem Fall unter 0_userdata.0 erstellt und zwar unter dem Topic der in` msg.top` mitgegeben wurde. In der `msg.payload` befindet sich dann der JSON String oder das entsprechende Objekt.\n\nExistierende `msg.topic `Einträge werden gelöscht.\nEin entsprechende iobroker-out Node muss an den Flow angehängt werden. Sie ist nicht Bestandteil des Subflows. In dieser iobroker-out Node darf kein Topic angegeben werden. \n\nFalls msg.top nicht definiert wurde, wird der `top`-Wert der Subflow-Node verwendet.\n\nIn den Eigenschaften der Subflow-Node wurde ein neuer Parameter `keepTopic` hinzugefügt. Standardwert ist _false_, um das bisherige Verhalten beizubehalten. Setzt man die Eigenschaft auf _true_, dann wird das originale Topic zwischen der `top` Eigenschaft der Subflow-Node und Eigenschaft des analysierten JSON Objektes eingefügt.\n\n**Achtung:**\nWenn top und msg.top leer ist, werden alle msg.topics (msg.topic) direkt unter dem Präfix 0_userdata.0., angelegt bzw. ausgegeben. \n\n**Update 13.09.2022:**\nLeerzeichen werden in Topics von Objekten nicht mehr durch Unterstriche ersetzt. Es gibt keine Unterschiede mehr zwischen den Datentypen.",
                   "category": "",
                   "in": [
                       {
                           "x": 60,
                           "y": 160,
                           "wires": [
                               {
                                   "id": "554b8c663bcb46c2"
                               }
                           ]
                       }
                   ],
                   "out": [
                       {
                           "x": 2620,
                           "y": 280,
                           "wires": [
                               {
                                   "id": "0962842ebd23e0d7",
                                   "port": 0
                               }
                           ]
                       }
                   ],
                   "env": [
                       {
                           "name": "top",
                           "type": "str",
                           "value": "objRoot"
                       },
                       {
                           "name": "keepTopic",
                           "type": "bool",
                           "value": "false"
                       }
                   ],
                   "meta": {},
                   "color": "#E2D96E",
                   "icon": "node-red/batch.svg"
               },
               {
                   "id": "3e11e8338f694832",
                   "type": "split",
                   "z": "6e802f1553b18149",
                   "name": "split object",
                   "splt": "\\n",
                   "spltType": "str",
                   "arraySplt": 1,
                   "arraySpltType": "len",
                   "stream": false,
                   "addname": "key",
                   "x": 1370,
                   "y": 160,
                   "wires": [
                       [
                           "0562a4249c8b856b"
                       ]
                   ]
               },
               {
                   "id": "0562a4249c8b856b",
                   "type": "change",
                   "z": "6e802f1553b18149",
                   "name": "add key to topic",
                   "rules": [
                       {
                           "t": "set",
                           "p": "stateName",
                           "pt": "msg",
                           "to": "key",
                           "tot": "msg"
                       },
                       {
                           "t": "set",
                           "p": "topic",
                           "pt": "msg",
                           "to": "topic  & '.' & key",
                           "tot": "jsonata"
                       }
                   ],
                   "action": "",
                   "property": "",
                   "from": "",
                   "to": "",
                   "reg": false,
                   "x": 1560,
                   "y": 160,
                   "wires": [
                       [
                           "ddc90985bef0fafa"
                       ]
                   ]
               },
               {
                   "id": "ddc90985bef0fafa",
                   "type": "switch",
                   "z": "6e802f1553b18149",
                   "name": "is type?",
                   "property": "payload",
                   "propertyType": "msg",
                   "rules": [
                       {
                           "t": "istype",
                           "v": "array",
                           "vt": "array"
                       },
                       {
                           "t": "istype",
                           "v": "object",
                           "vt": "object"
                       },
                       {
                           "t": "else"
                       }
                   ],
                   "checkall": "true",
                   "repair": false,
                   "outputs": 3,
                   "x": 1740,
                   "y": 160,
                   "wires": [
                       [
                           "bfce19b206660fbe"
                       ],
                       [
                           "3e11e8338f694832"
                       ],
                       [
                           "1a8c03d866b85b12"
                       ]
                   ]
               },
               {
                   "id": "bfce19b206660fbe",
                   "type": "split",
                   "z": "6e802f1553b18149",
                   "name": "split array",
                   "splt": "\\n",
                   "spltType": "str",
                   "arraySplt": 1,
                   "arraySpltType": "len",
                   "stream": false,
                   "addname": "",
                   "x": 780,
                   "y": 280,
                   "wires": [
                       [
                           "e89927810c6d75ec"
                       ]
                   ]
               },
               {
                   "id": "e89927810c6d75ec",
                   "type": "change",
                   "z": "6e802f1553b18149",
                   "name": "add index to topic",
                   "rules": [
                       {
                           "t": "set",
                           "p": "topic",
                           "pt": "msg",
                           "to": "topic  & '.' & parts.index",
                           "tot": "jsonata"
                       }
                   ],
                   "action": "",
                   "property": "",
                   "from": "",
                   "to": "",
                   "reg": false,
                   "x": 970,
                   "y": 280,
                   "wires": [
                       [
                           "a4d1a5d04564dc77"
                       ]
                   ]
               },
               {
                   "id": "f5d52c6a57d08904",
                   "type": "change",
                   "z": "6e802f1553b18149",
                   "name": "finalize msg.topic",
                   "rules": [
                       {
                           "t": "set",
                           "p": "top",
                           "pt": "msg",
                           "to": "'0_userdata.0.' & top",
                           "tot": "jsonata"
                       },
                       {
                           "t": "set",
                           "p": "topic",
                           "pt": "msg",
                           "to": "top & '.' & topic",
                           "tot": "jsonata"
                       }
                   ],
                   "action": "",
                   "property": "",
                   "from": "",
                   "to": "",
                   "reg": false,
                   "x": 2170,
                   "y": 240,
                   "wires": [
                       [
                           "0962842ebd23e0d7"
                       ]
                   ]
               },
               {
                   "id": "1a8c03d866b85b12",
                   "type": "switch",
                   "z": "6e802f1553b18149",
                   "name": "is msg.top != null",
                   "property": "top",
                   "propertyType": "msg",
                   "rules": [
                       {
                           "t": "nnull"
                       },
                       {
                           "t": "null"
                       }
                   ],
                   "checkall": "true",
                   "repair": false,
                   "outputs": 2,
                   "x": 1950,
                   "y": 280,
                   "wires": [
                       [
                           "f5d52c6a57d08904"
                       ],
                       [
                           "74c895ce724750de"
                       ]
                   ]
               },
               {
                   "id": "e023fe88445ce43e",
                   "type": "change",
                   "z": "6e802f1553b18149",
                   "name": "",
                   "rules": [
                       {
                           "t": "delete",
                           "p": "topic",
                           "pt": "msg"
                       }
                   ],
                   "action": "",
                   "property": "",
                   "from": "",
                   "to": "",
                   "reg": false,
                   "x": 350,
                   "y": 200,
                   "wires": [
                       [
                           "3649300b4c233b10"
                       ]
                   ]
               },
               {
                   "id": "3649300b4c233b10",
                   "type": "switch",
                   "z": "6e802f1553b18149",
                   "name": "is type?",
                   "property": "payload",
                   "propertyType": "msg",
                   "rules": [
                       {
                           "t": "istype",
                           "v": "json",
                           "vt": "json"
                       },
                       {
                           "t": "istype",
                           "v": "array",
                           "vt": "array"
                       },
                       {
                           "t": "istype",
                           "v": "object",
                           "vt": "object"
                       },
                       {
                           "t": "else"
                       }
                   ],
                   "checkall": "true",
                   "repair": false,
                   "outputs": 4,
                   "x": 600,
                   "y": 160,
                   "wires": [
                       [
                           "fc7913a8524badb7"
                       ],
                       [
                           "bfce19b206660fbe"
                       ],
                       [
                           "3e11e8338f694832"
                       ],
                       [
                           "9ac3cc3681e8b6c6"
                       ]
                   ]
               },
               {
                   "id": "1b8480cd2df7ba3f",
                   "type": "comment",
                   "z": "6e802f1553b18149",
                   "name": "Array",
                   "info": "",
                   "x": 600,
                   "y": 280,
                   "wires": []
               },
               {
                   "id": "b3541807672be040",
                   "type": "comment",
                   "z": "6e802f1553b18149",
                   "name": "object",
                   "info": "",
                   "x": 1340,
                   "y": 100,
                   "wires": []
               },
               {
                   "id": "a4d1a5d04564dc77",
                   "type": "switch",
                   "z": "6e802f1553b18149",
                   "name": "is type?",
                   "property": "payload",
                   "propertyType": "msg",
                   "rules": [
                       {
                           "t": "istype",
                           "v": "object",
                           "vt": "object"
                       },
                       {
                           "t": "istype",
                           "v": "array",
                           "vt": "array"
                       },
                       {
                           "t": "else"
                       }
                   ],
                   "checkall": "true",
                   "repair": false,
                   "outputs": 3,
                   "x": 1160,
                   "y": 280,
                   "wires": [
                       [
                           "3e11e8338f694832"
                       ],
                       [
                           "bfce19b206660fbe"
                       ],
                       [
                           "a096a93bb82b7a93"
                       ]
                   ]
               },
               {
                   "id": "74c895ce724750de",
                   "type": "change",
                   "z": "6e802f1553b18149",
                   "name": "finalize msg.topic",
                   "rules": [
                       {
                           "t": "set",
                           "p": "top",
                           "pt": "msg",
                           "to": "top",
                           "tot": "env"
                       },
                       {
                           "t": "set",
                           "p": "top",
                           "pt": "msg",
                           "to": "'0_userdata.0.' & top",
                           "tot": "jsonata"
                       },
                       {
                           "t": "set",
                           "p": "topic",
                           "pt": "msg",
                           "to": "top & '.' & topic",
                           "tot": "jsonata"
                       }
                   ],
                   "action": "",
                   "property": "",
                   "from": "",
                   "to": "",
                   "reg": false,
                   "x": 2170,
                   "y": 320,
                   "wires": [
                       [
                           "0962842ebd23e0d7"
                       ]
                   ]
               },
               {
                   "id": "554b8c663bcb46c2",
                   "type": "switch",
                   "z": "6e802f1553b18149",
                   "name": "",
                   "property": "keepTopic",
                   "propertyType": "env",
                   "rules": [
                       {
                           "t": "true"
                       },
                       {
                           "t": "false"
                       }
                   ],
                   "checkall": "true",
                   "repair": false,
                   "outputs": 2,
                   "x": 170,
                   "y": 160,
                   "wires": [
                       [
                           "e30ba9f0483285e4"
                       ],
                       [
                           "e023fe88445ce43e"
                       ]
                   ]
               },
               {
                   "id": "e30ba9f0483285e4",
                   "type": "change",
                   "z": "6e802f1553b18149",
                   "name": "",
                   "rules": [
                       {
                           "t": "change",
                           "p": "topic",
                           "pt": "msg",
                           "from": "/",
                           "fromt": "str",
                           "to": ".",
                           "tot": "str"
                       }
                   ],
                   "action": "",
                   "property": "",
                   "from": "",
                   "to": "",
                   "reg": false,
                   "x": 350,
                   "y": 120,
                   "wires": [
                       [
                           "3649300b4c233b10"
                       ]
                   ]
               },
               {
                   "id": "0962842ebd23e0d7",
                   "type": "change",
                   "z": "6e802f1553b18149",
                   "name": "translate invalid chars in topic",
                   "rules": [
                       {
                           "t": "change",
                           "p": "topic",
                           "pt": "msg",
                           "from": "..",
                           "fromt": "str",
                           "to": ".",
                           "tot": "str"
                       },
                       {
                           "t": "change",
                           "p": "topic",
                           "pt": "msg",
                           "from": "€",
                           "fromt": "str",
                           "to": "EUR",
                           "tot": "str"
                       }
                   ],
                   "action": "",
                   "property": "",
                   "from": "",
                   "to": "",
                   "reg": false,
                   "x": 2430,
                   "y": 280,
                   "wires": [
                       []
                   ]
               },
               {
                   "id": "9ac3cc3681e8b6c6",
                   "type": "change",
                   "z": "6e802f1553b18149",
                   "name": "set topic, if empty",
                   "rules": [
                       {
                           "t": "set",
                           "p": "topic",
                           "pt": "msg",
                           "to": "topic ? topic : $type(payload)\t",
                           "tot": "jsonata"
                       }
                   ],
                   "action": "",
                   "property": "",
                   "from": "",
                   "to": "",
                   "reg": false,
                   "x": 950,
                   "y": 200,
                   "wires": [
                       [
                           "a096a93bb82b7a93"
                       ]
                   ]
               },
               {
                   "id": "fc7913a8524badb7",
                   "type": "json",
                   "z": "6e802f1553b18149",
                   "name": "",
                   "property": "payload",
                   "action": "obj",
                   "pretty": false,
                   "x": 750,
                   "y": 100,
                   "wires": [
                       [
                           "d9e7bdd4c48a8aa1"
                       ]
                   ]
               },
               {
                   "id": "d9e7bdd4c48a8aa1",
                   "type": "switch",
                   "z": "6e802f1553b18149",
                   "name": "is type?",
                   "property": "payload",
                   "propertyType": "msg",
                   "rules": [
                       {
                           "t": "istype",
                           "v": "array",
                           "vt": "array"
                       },
                       {
                           "t": "istype",
                           "v": "object",
                           "vt": "object"
                       },
                       {
                           "t": "else"
                       }
                   ],
                   "checkall": "true",
                   "repair": false,
                   "outputs": 3,
                   "x": 900,
                   "y": 100,
                   "wires": [
                       [
                           "1520be42bcc2145e"
                       ],
                       [
                           "1520be42bcc2145e"
                       ],
                       [
                           "9ac3cc3681e8b6c6"
                       ]
                   ]
               },
               {
                   "id": "a096a93bb82b7a93",
                   "type": "junction",
                   "z": "6e802f1553b18149",
                   "x": 1380,
                   "y": 280,
                   "wires": [
                       [
                           "1a8c03d866b85b12"
                       ]
                   ]
               },
               {
                   "id": "1520be42bcc2145e",
                   "type": "junction",
                   "z": "6e802f1553b18149",
                   "x": 480,
                   "y": 20,
                   "wires": [
                       [
                           "3649300b4c233b10"
                       ]
                   ]
               },
               {
                   "id": "cc71f2a3c31e469f",
                   "type": "subflow:6e802f1553b18149",
                   "z": "7e6af0015415146d",
                   "name": "",
                   "env": [
                       {
                           "name": "top",
                           "value": "CerboGX",
                           "type": "str"
                       }
                   ],
                   "x": 590,
                   "y": 240,
                   "wires": [
                       [
                           "39cec3f78c2741c5"
                       ]
                   ]
               },
               {
                   "id": "39cec3f78c2741c5",
                   "type": "ioBroker out",
                   "z": "7e6af0015415146d",
                   "d": true,
                   "name": "",
                   "topic": "",
                   "ack": "true",
                   "autoCreate": "true",
                   "stateName": "",
                   "role": "",
                   "payloadType": "",
                   "readonly": "",
                   "stateUnit": "",
                   "stateMin": "",
                   "stateMax": "",
                   "x": 820,
                   "y": 240,
                   "wires": []
               }
            ]
            

            In der Subflow Node habe ich den Datenpunkt unter dem alles geschrieben wird:

            50957d97-bfc5-4b33-84f4-ffbe28738ef9-image.png

            CerboGX genannt - kannst das aber auch Victron nennen. Wenn Du den Subflow dann aktivierst - sollte alles was an Daten kommt in einzelne Datenpunkte geschrieben werden.

            Jeder Flow bzw. jedes Script, das ich hier poste implementiert jeder auf eigene Gefahr. Flows und Scripts können Fehler aufweisen und weder der Seitenbetreiber noch ich persönlich können hierfür haftbar gemacht werden. Das gleiche gilt für Empfehlungen aller Art.

            D 1 Reply Last reply
            0
            • mickymM mickym

              @dirk-4 sagte in Victron:

              @mickym ja hab ich

              Der Datenpunkt 0_userdata.0.Victron.Victron__min_Batterie

              Ja wir machen jetzt dass alles unter userdata geschrieben wird.

              Dazu nimmst Du nun meinen Flow und hängst die Nodes dran:

              2e745fe8-d586-4d1f-af9d-2e91494a473f-image.png

              Es passiert noch nichts da ich die iobroker OUT Node noch deaktiviert habe.

              [
                 {
                     "id": "6e802f1553b18149",
                     "type": "subflow",
                     "name": "JSON or Obj to IOBroker",
                     "info": "# Creates an IOBroker tree\n\nThis node creates an IOBroker tree out of an Java-Object or JSON String.\n\nThe object tree will be created under 0_userdata.0\nIn addition to the JSON-String or Java Object as `msg.payload` it is necessary to specify a `msg.top` properity in addition to the msg-Object.\n\nThe object tree will be created under 0_userdata.0\n\nExisting `msg.topic` entries will be deleted.\nAn iobroker-out node has to be appended to this subflow node. It is not part of the subflow itself. No topic should be specified in the iobroker out node.\n\nIs `msg.top` property isn't defined, the `top` property of the subflow-node is used. \n\nIn the properties of the subflow node a new property `keepTopic` has been added. Default is _false_ to keep the current behaviour. If set to _true_ then the originial topic will be placed between the `top` property of the subflow node and the property of the analyzed JSON object.\n\n**Attention:**\nIf msg.top and top is empty, all msg.topics (msg.topic) will be directly prefixed with 0_userdata.0. . \n\n**Update 13.09.2022:**\nSpaces in topics of objects are no longer replaced with underscores in objects. No differences between all data types.\n\n# Erstellt einen Objektbaum im ioBroker\n\nDiese Node erstellt einen Objektbaum im ioBroker aus einem JAVA Objekt bzw. einem JSON String. \n\nDer Baum wird in jedem Fall unter 0_userdata.0 erstellt und zwar unter dem Topic der in` msg.top` mitgegeben wurde. In der `msg.payload` befindet sich dann der JSON String oder das entsprechende Objekt.\n\nExistierende `msg.topic `Einträge werden gelöscht.\nEin entsprechende iobroker-out Node muss an den Flow angehängt werden. Sie ist nicht Bestandteil des Subflows. In dieser iobroker-out Node darf kein Topic angegeben werden. \n\nFalls msg.top nicht definiert wurde, wird der `top`-Wert der Subflow-Node verwendet.\n\nIn den Eigenschaften der Subflow-Node wurde ein neuer Parameter `keepTopic` hinzugefügt. Standardwert ist _false_, um das bisherige Verhalten beizubehalten. Setzt man die Eigenschaft auf _true_, dann wird das originale Topic zwischen der `top` Eigenschaft der Subflow-Node und Eigenschaft des analysierten JSON Objektes eingefügt.\n\n**Achtung:**\nWenn top und msg.top leer ist, werden alle msg.topics (msg.topic) direkt unter dem Präfix 0_userdata.0., angelegt bzw. ausgegeben. \n\n**Update 13.09.2022:**\nLeerzeichen werden in Topics von Objekten nicht mehr durch Unterstriche ersetzt. Es gibt keine Unterschiede mehr zwischen den Datentypen.",
                     "category": "",
                     "in": [
                         {
                             "x": 60,
                             "y": 160,
                             "wires": [
                                 {
                                     "id": "554b8c663bcb46c2"
                                 }
                             ]
                         }
                     ],
                     "out": [
                         {
                             "x": 2620,
                             "y": 280,
                             "wires": [
                                 {
                                     "id": "0962842ebd23e0d7",
                                     "port": 0
                                 }
                             ]
                         }
                     ],
                     "env": [
                         {
                             "name": "top",
                             "type": "str",
                             "value": "objRoot"
                         },
                         {
                             "name": "keepTopic",
                             "type": "bool",
                             "value": "false"
                         }
                     ],
                     "meta": {},
                     "color": "#E2D96E",
                     "icon": "node-red/batch.svg"
                 },
                 {
                     "id": "3e11e8338f694832",
                     "type": "split",
                     "z": "6e802f1553b18149",
                     "name": "split object",
                     "splt": "\\n",
                     "spltType": "str",
                     "arraySplt": 1,
                     "arraySpltType": "len",
                     "stream": false,
                     "addname": "key",
                     "x": 1370,
                     "y": 160,
                     "wires": [
                         [
                             "0562a4249c8b856b"
                         ]
                     ]
                 },
                 {
                     "id": "0562a4249c8b856b",
                     "type": "change",
                     "z": "6e802f1553b18149",
                     "name": "add key to topic",
                     "rules": [
                         {
                             "t": "set",
                             "p": "stateName",
                             "pt": "msg",
                             "to": "key",
                             "tot": "msg"
                         },
                         {
                             "t": "set",
                             "p": "topic",
                             "pt": "msg",
                             "to": "topic  & '.' & key",
                             "tot": "jsonata"
                         }
                     ],
                     "action": "",
                     "property": "",
                     "from": "",
                     "to": "",
                     "reg": false,
                     "x": 1560,
                     "y": 160,
                     "wires": [
                         [
                             "ddc90985bef0fafa"
                         ]
                     ]
                 },
                 {
                     "id": "ddc90985bef0fafa",
                     "type": "switch",
                     "z": "6e802f1553b18149",
                     "name": "is type?",
                     "property": "payload",
                     "propertyType": "msg",
                     "rules": [
                         {
                             "t": "istype",
                             "v": "array",
                             "vt": "array"
                         },
                         {
                             "t": "istype",
                             "v": "object",
                             "vt": "object"
                         },
                         {
                             "t": "else"
                         }
                     ],
                     "checkall": "true",
                     "repair": false,
                     "outputs": 3,
                     "x": 1740,
                     "y": 160,
                     "wires": [
                         [
                             "bfce19b206660fbe"
                         ],
                         [
                             "3e11e8338f694832"
                         ],
                         [
                             "1a8c03d866b85b12"
                         ]
                     ]
                 },
                 {
                     "id": "bfce19b206660fbe",
                     "type": "split",
                     "z": "6e802f1553b18149",
                     "name": "split array",
                     "splt": "\\n",
                     "spltType": "str",
                     "arraySplt": 1,
                     "arraySpltType": "len",
                     "stream": false,
                     "addname": "",
                     "x": 780,
                     "y": 280,
                     "wires": [
                         [
                             "e89927810c6d75ec"
                         ]
                     ]
                 },
                 {
                     "id": "e89927810c6d75ec",
                     "type": "change",
                     "z": "6e802f1553b18149",
                     "name": "add index to topic",
                     "rules": [
                         {
                             "t": "set",
                             "p": "topic",
                             "pt": "msg",
                             "to": "topic  & '.' & parts.index",
                             "tot": "jsonata"
                         }
                     ],
                     "action": "",
                     "property": "",
                     "from": "",
                     "to": "",
                     "reg": false,
                     "x": 970,
                     "y": 280,
                     "wires": [
                         [
                             "a4d1a5d04564dc77"
                         ]
                     ]
                 },
                 {
                     "id": "f5d52c6a57d08904",
                     "type": "change",
                     "z": "6e802f1553b18149",
                     "name": "finalize msg.topic",
                     "rules": [
                         {
                             "t": "set",
                             "p": "top",
                             "pt": "msg",
                             "to": "'0_userdata.0.' & top",
                             "tot": "jsonata"
                         },
                         {
                             "t": "set",
                             "p": "topic",
                             "pt": "msg",
                             "to": "top & '.' & topic",
                             "tot": "jsonata"
                         }
                     ],
                     "action": "",
                     "property": "",
                     "from": "",
                     "to": "",
                     "reg": false,
                     "x": 2170,
                     "y": 240,
                     "wires": [
                         [
                             "0962842ebd23e0d7"
                         ]
                     ]
                 },
                 {
                     "id": "1a8c03d866b85b12",
                     "type": "switch",
                     "z": "6e802f1553b18149",
                     "name": "is msg.top != null",
                     "property": "top",
                     "propertyType": "msg",
                     "rules": [
                         {
                             "t": "nnull"
                         },
                         {
                             "t": "null"
                         }
                     ],
                     "checkall": "true",
                     "repair": false,
                     "outputs": 2,
                     "x": 1950,
                     "y": 280,
                     "wires": [
                         [
                             "f5d52c6a57d08904"
                         ],
                         [
                             "74c895ce724750de"
                         ]
                     ]
                 },
                 {
                     "id": "e023fe88445ce43e",
                     "type": "change",
                     "z": "6e802f1553b18149",
                     "name": "",
                     "rules": [
                         {
                             "t": "delete",
                             "p": "topic",
                             "pt": "msg"
                         }
                     ],
                     "action": "",
                     "property": "",
                     "from": "",
                     "to": "",
                     "reg": false,
                     "x": 350,
                     "y": 200,
                     "wires": [
                         [
                             "3649300b4c233b10"
                         ]
                     ]
                 },
                 {
                     "id": "3649300b4c233b10",
                     "type": "switch",
                     "z": "6e802f1553b18149",
                     "name": "is type?",
                     "property": "payload",
                     "propertyType": "msg",
                     "rules": [
                         {
                             "t": "istype",
                             "v": "json",
                             "vt": "json"
                         },
                         {
                             "t": "istype",
                             "v": "array",
                             "vt": "array"
                         },
                         {
                             "t": "istype",
                             "v": "object",
                             "vt": "object"
                         },
                         {
                             "t": "else"
                         }
                     ],
                     "checkall": "true",
                     "repair": false,
                     "outputs": 4,
                     "x": 600,
                     "y": 160,
                     "wires": [
                         [
                             "fc7913a8524badb7"
                         ],
                         [
                             "bfce19b206660fbe"
                         ],
                         [
                             "3e11e8338f694832"
                         ],
                         [
                             "9ac3cc3681e8b6c6"
                         ]
                     ]
                 },
                 {
                     "id": "1b8480cd2df7ba3f",
                     "type": "comment",
                     "z": "6e802f1553b18149",
                     "name": "Array",
                     "info": "",
                     "x": 600,
                     "y": 280,
                     "wires": []
                 },
                 {
                     "id": "b3541807672be040",
                     "type": "comment",
                     "z": "6e802f1553b18149",
                     "name": "object",
                     "info": "",
                     "x": 1340,
                     "y": 100,
                     "wires": []
                 },
                 {
                     "id": "a4d1a5d04564dc77",
                     "type": "switch",
                     "z": "6e802f1553b18149",
                     "name": "is type?",
                     "property": "payload",
                     "propertyType": "msg",
                     "rules": [
                         {
                             "t": "istype",
                             "v": "object",
                             "vt": "object"
                         },
                         {
                             "t": "istype",
                             "v": "array",
                             "vt": "array"
                         },
                         {
                             "t": "else"
                         }
                     ],
                     "checkall": "true",
                     "repair": false,
                     "outputs": 3,
                     "x": 1160,
                     "y": 280,
                     "wires": [
                         [
                             "3e11e8338f694832"
                         ],
                         [
                             "bfce19b206660fbe"
                         ],
                         [
                             "a096a93bb82b7a93"
                         ]
                     ]
                 },
                 {
                     "id": "74c895ce724750de",
                     "type": "change",
                     "z": "6e802f1553b18149",
                     "name": "finalize msg.topic",
                     "rules": [
                         {
                             "t": "set",
                             "p": "top",
                             "pt": "msg",
                             "to": "top",
                             "tot": "env"
                         },
                         {
                             "t": "set",
                             "p": "top",
                             "pt": "msg",
                             "to": "'0_userdata.0.' & top",
                             "tot": "jsonata"
                         },
                         {
                             "t": "set",
                             "p": "topic",
                             "pt": "msg",
                             "to": "top & '.' & topic",
                             "tot": "jsonata"
                         }
                     ],
                     "action": "",
                     "property": "",
                     "from": "",
                     "to": "",
                     "reg": false,
                     "x": 2170,
                     "y": 320,
                     "wires": [
                         [
                             "0962842ebd23e0d7"
                         ]
                     ]
                 },
                 {
                     "id": "554b8c663bcb46c2",
                     "type": "switch",
                     "z": "6e802f1553b18149",
                     "name": "",
                     "property": "keepTopic",
                     "propertyType": "env",
                     "rules": [
                         {
                             "t": "true"
                         },
                         {
                             "t": "false"
                         }
                     ],
                     "checkall": "true",
                     "repair": false,
                     "outputs": 2,
                     "x": 170,
                     "y": 160,
                     "wires": [
                         [
                             "e30ba9f0483285e4"
                         ],
                         [
                             "e023fe88445ce43e"
                         ]
                     ]
                 },
                 {
                     "id": "e30ba9f0483285e4",
                     "type": "change",
                     "z": "6e802f1553b18149",
                     "name": "",
                     "rules": [
                         {
                             "t": "change",
                             "p": "topic",
                             "pt": "msg",
                             "from": "/",
                             "fromt": "str",
                             "to": ".",
                             "tot": "str"
                         }
                     ],
                     "action": "",
                     "property": "",
                     "from": "",
                     "to": "",
                     "reg": false,
                     "x": 350,
                     "y": 120,
                     "wires": [
                         [
                             "3649300b4c233b10"
                         ]
                     ]
                 },
                 {
                     "id": "0962842ebd23e0d7",
                     "type": "change",
                     "z": "6e802f1553b18149",
                     "name": "translate invalid chars in topic",
                     "rules": [
                         {
                             "t": "change",
                             "p": "topic",
                             "pt": "msg",
                             "from": "..",
                             "fromt": "str",
                             "to": ".",
                             "tot": "str"
                         },
                         {
                             "t": "change",
                             "p": "topic",
                             "pt": "msg",
                             "from": "€",
                             "fromt": "str",
                             "to": "EUR",
                             "tot": "str"
                         }
                     ],
                     "action": "",
                     "property": "",
                     "from": "",
                     "to": "",
                     "reg": false,
                     "x": 2430,
                     "y": 280,
                     "wires": [
                         []
                     ]
                 },
                 {
                     "id": "9ac3cc3681e8b6c6",
                     "type": "change",
                     "z": "6e802f1553b18149",
                     "name": "set topic, if empty",
                     "rules": [
                         {
                             "t": "set",
                             "p": "topic",
                             "pt": "msg",
                             "to": "topic ? topic : $type(payload)\t",
                             "tot": "jsonata"
                         }
                     ],
                     "action": "",
                     "property": "",
                     "from": "",
                     "to": "",
                     "reg": false,
                     "x": 950,
                     "y": 200,
                     "wires": [
                         [
                             "a096a93bb82b7a93"
                         ]
                     ]
                 },
                 {
                     "id": "fc7913a8524badb7",
                     "type": "json",
                     "z": "6e802f1553b18149",
                     "name": "",
                     "property": "payload",
                     "action": "obj",
                     "pretty": false,
                     "x": 750,
                     "y": 100,
                     "wires": [
                         [
                             "d9e7bdd4c48a8aa1"
                         ]
                     ]
                 },
                 {
                     "id": "d9e7bdd4c48a8aa1",
                     "type": "switch",
                     "z": "6e802f1553b18149",
                     "name": "is type?",
                     "property": "payload",
                     "propertyType": "msg",
                     "rules": [
                         {
                             "t": "istype",
                             "v": "array",
                             "vt": "array"
                         },
                         {
                             "t": "istype",
                             "v": "object",
                             "vt": "object"
                         },
                         {
                             "t": "else"
                         }
                     ],
                     "checkall": "true",
                     "repair": false,
                     "outputs": 3,
                     "x": 900,
                     "y": 100,
                     "wires": [
                         [
                             "1520be42bcc2145e"
                         ],
                         [
                             "1520be42bcc2145e"
                         ],
                         [
                             "9ac3cc3681e8b6c6"
                         ]
                     ]
                 },
                 {
                     "id": "a096a93bb82b7a93",
                     "type": "junction",
                     "z": "6e802f1553b18149",
                     "x": 1380,
                     "y": 280,
                     "wires": [
                         [
                             "1a8c03d866b85b12"
                         ]
                     ]
                 },
                 {
                     "id": "1520be42bcc2145e",
                     "type": "junction",
                     "z": "6e802f1553b18149",
                     "x": 480,
                     "y": 20,
                     "wires": [
                         [
                             "3649300b4c233b10"
                         ]
                     ]
                 },
                 {
                     "id": "cc71f2a3c31e469f",
                     "type": "subflow:6e802f1553b18149",
                     "z": "7e6af0015415146d",
                     "name": "",
                     "env": [
                         {
                             "name": "top",
                             "value": "CerboGX",
                             "type": "str"
                         }
                     ],
                     "x": 590,
                     "y": 240,
                     "wires": [
                         [
                             "39cec3f78c2741c5"
                         ]
                     ]
                 },
                 {
                     "id": "39cec3f78c2741c5",
                     "type": "ioBroker out",
                     "z": "7e6af0015415146d",
                     "d": true,
                     "name": "",
                     "topic": "",
                     "ack": "true",
                     "autoCreate": "true",
                     "stateName": "",
                     "role": "",
                     "payloadType": "",
                     "readonly": "",
                     "stateUnit": "",
                     "stateMin": "",
                     "stateMax": "",
                     "x": 820,
                     "y": 240,
                     "wires": []
                 }
              ]
              

              In der Subflow Node habe ich den Datenpunkt unter dem alles geschrieben wird:

              50957d97-bfc5-4b33-84f4-ffbe28738ef9-image.png

              CerboGX genannt - kannst das aber auch Victron nennen. Wenn Du den Subflow dann aktivierst - sollte alles was an Daten kommt in einzelne Datenpunkte geschrieben werden.

              D Offline
              D Offline
              Dirk 4
              wrote on last edited by
              #46

              @mickym ok erledigt

              mickymM 1 Reply Last reply
              0
              • D Dirk 4

                @mickym ok erledigt

                mickymM Online
                mickymM Online
                mickym
                Most Active
                wrote on last edited by mickym
                #47

                @dirk-4 Gut dann solltest Du wenn Du das Ziel in der Subflow Node richtig benannt hast nun alles in einzelne DAtenpunkte erstellt sein. Kannst ja mal einen Screenshot machen, dann haben wir auch was von dem Erfolg. 😉 Musst ja nur die iobroker Out Node aktivieren.

                52210c24-11a6-4ed3-a66b-0eaca91f1877-image.png

                Jeder Flow bzw. jedes Script, das ich hier poste implementiert jeder auf eigene Gefahr. Flows und Scripts können Fehler aufweisen und weder der Seitenbetreiber noch ich persönlich können hierfür haftbar gemacht werden. Das gleiche gilt für Empfehlungen aller Art.

                D 1 Reply Last reply
                0
                • mickymM mickym

                  @dirk-4 Gut dann solltest Du wenn Du das Ziel in der Subflow Node richtig benannt hast nun alles in einzelne DAtenpunkte erstellt sein. Kannst ja mal einen Screenshot machen, dann haben wir auch was von dem Erfolg. 😉 Musst ja nur die iobroker Out Node aktivieren.

                  52210c24-11a6-4ed3-a66b-0eaca91f1877-image.png

                  D Offline
                  D Offline
                  Dirk 4
                  wrote on last edited by
                  #48

                  @mickym d17c6427-4caf-4ed5-a162-4077a175342d-grafik.png

                  D mickymM 2 Replies Last reply
                  0
                  • D Dirk 4

                    @mickym d17c6427-4caf-4ed5-a162-4077a175342d-grafik.png

                    D Offline
                    D Offline
                    Dirk 4
                    wrote on last edited by
                    #49

                    @dirk-4 fe5b6760-bbd6-4cbc-b754-8ed496c0ab02-grafik.png

                    D 1 Reply Last reply
                    0
                    • D Dirk 4

                      @mickym d17c6427-4caf-4ed5-a162-4077a175342d-grafik.png

                      mickymM Online
                      mickymM Online
                      mickym
                      Most Active
                      wrote on last edited by mickym
                      #50

                      @dirk-4 Nein das topic oben leer lassen - da hab ich nicht gesagt, dass Du was reinschreiben solltest.

                      Die Datenpunkte werden automatisch da angelegt was Du als top spezifizierst:

                      de7b147d-c8a1-4fce-85a6-5ac9fb3d3b0b-image.png

                      Wenn Du lieber Victron hast, dann schreib als top Victron rein und das topic in der iobroker-Out Node bleibt leer.

                      Jeder Flow bzw. jedes Script, das ich hier poste implementiert jeder auf eigene Gefahr. Flows und Scripts können Fehler aufweisen und weder der Seitenbetreiber noch ich persönlich können hierfür haftbar gemacht werden. Das gleiche gilt für Empfehlungen aller Art.

                      1 Reply Last reply
                      0
                      • D Dirk 4

                        @dirk-4 fe5b6760-bbd6-4cbc-b754-8ed496c0ab02-grafik.png

                        D Offline
                        D Offline
                        Dirk 4
                        wrote on last edited by
                        #51

                        @dirk-4 Klasse Ich Danke Dir das du dir so viel Mühe gegeben hast mir zu Helfen.
                        Danke
                        Wenn man weiß was mann machen muss schaut das leicht aus.
                        Ich hätte das aber so nicht hin bekommen.
                        Danke nochmal für die Hilfe

                        mickymM D 2 Replies Last reply
                        0
                        • D Dirk 4

                          @dirk-4 Klasse Ich Danke Dir das du dir so viel Mühe gegeben hast mir zu Helfen.
                          Danke
                          Wenn man weiß was mann machen muss schaut das leicht aus.
                          Ich hätte das aber so nicht hin bekommen.
                          Danke nochmal für die Hilfe

                          mickymM Online
                          mickymM Online
                          mickym
                          Most Active
                          wrote on last edited by
                          #52

                          @dirk-4 Na komm zeig wie Dein Baum jetzt aussieht. Interessiert mich. 😉

                          Jeder Flow bzw. jedes Script, das ich hier poste implementiert jeder auf eigene Gefahr. Flows und Scripts können Fehler aufweisen und weder der Seitenbetreiber noch ich persönlich können hierfür haftbar gemacht werden. Das gleiche gilt für Empfehlungen aller Art.

                          HomoranH 1 Reply Last reply
                          0
                          • D Dirk 4

                            @dirk-4 Klasse Ich Danke Dir das du dir so viel Mühe gegeben hast mir zu Helfen.
                            Danke
                            Wenn man weiß was mann machen muss schaut das leicht aus.
                            Ich hätte das aber so nicht hin bekommen.
                            Danke nochmal für die Hilfe

                            D Offline
                            D Offline
                            Dirk 4
                            wrote on last edited by
                            #53

                            @dirk-4 Ach so dann muss ich das wieder raus nehmen. Wo schreibt der das dann hin?

                            mickymM 1 Reply Last reply
                            0
                            • D Dirk 4

                              @dirk-4 Ach so dann muss ich das wieder raus nehmen. Wo schreibt der das dann hin?

                              mickymM Online
                              mickymM Online
                              mickym
                              Most Active
                              wrote on last edited by mickym
                              #54

                              @dirk-4 Hab ich doch gesagt - unter das top in dem subflow - den Screenshot habe ich gepostet und unter 0_userdata.0

                              Ich hatte da CerboGX eingetragen - aber dann mach Victron rein, wenn Dir das lieber ist und dann wird für jeden Wert in Deinem Objekt ein Datenpunkt automatisch angelegt.

                              Also 0_userdata.0.Victron.temp usw.

                              ansonsten wenn Du nichts geändert hast stehen Deine Punkte unter 0_userdata.0.CerboGX

                              Jeder Flow bzw. jedes Script, das ich hier poste implementiert jeder auf eigene Gefahr. Flows und Scripts können Fehler aufweisen und weder der Seitenbetreiber noch ich persönlich können hierfür haftbar gemacht werden. Das gleiche gilt für Empfehlungen aller Art.

                              1 Reply Last reply
                              0
                              • mickymM mickym

                                @dirk-4 Na komm zeig wie Dein Baum jetzt aussieht. Interessiert mich. 😉

                                HomoranH Offline
                                HomoranH Offline
                                Homoran
                                Global Moderator Administrators
                                wrote on last edited by
                                #55

                                @mickym sagte in Victron:

                                @dirk-4 Na komm zeig wie Dein Baum jetzt aussieht. Interessiert mich. 😉

                                mich auch!

                                kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                D 1 Reply Last reply
                                0
                                • HomoranH Homoran

                                  @mickym sagte in Victron:

                                  @dirk-4 Na komm zeig wie Dein Baum jetzt aussieht. Interessiert mich. 😉

                                  mich auch!

                                  D Offline
                                  D Offline
                                  Dirk 4
                                  wrote on last edited by
                                  #56

                                  @homoran 31d313b6-0c14-4619-b911-eddef4ae207a-grafik.png

                                  das ist das was unter Victron steht

                                  mickymM 1 Reply Last reply
                                  0
                                  • D Dirk 4

                                    @homoran 31d313b6-0c14-4619-b911-eddef4ae207a-grafik.png

                                    das ist das was unter Victron steht

                                    mickymM Online
                                    mickymM Online
                                    mickym
                                    Most Active
                                    wrote on last edited by mickym
                                    #57

                                    @dirk-4 Lösch bitte diesen Baum nochmal. Und zeig was Du in der Subflow Node als top stehen hast? Und in der iobroker Out NOde darf nichts unter Topic stehen - das bleibt leer.

                                    Jeder Flow bzw. jedes Script, das ich hier poste implementiert jeder auf eigene Gefahr. Flows und Scripts können Fehler aufweisen und weder der Seitenbetreiber noch ich persönlich können hierfür haftbar gemacht werden. Das gleiche gilt für Empfehlungen aller Art.

                                    D 1 Reply Last reply
                                    0
                                    • mickymM mickym

                                      @dirk-4 Lösch bitte diesen Baum nochmal. Und zeig was Du in der Subflow Node als top stehen hast? Und in der iobroker Out NOde darf nichts unter Topic stehen - das bleibt leer.

                                      D Offline
                                      D Offline
                                      Dirk 4
                                      wrote on last edited by Dirk 4
                                      #58

                                      @mickym ab6320cf-93cf-4948-bdb6-e33fcf1cf85f-grafik.png

                                      19f8f7be-e658-464a-a0f3-5692151ef910-grafik.png

                                      Das ist das vom iobroker

                                      Den Bau habe ich gelöscht

                                      mickymM 1 Reply Last reply
                                      0
                                      • D Dirk 4

                                        @mickym ab6320cf-93cf-4948-bdb6-e33fcf1cf85f-grafik.png

                                        19f8f7be-e658-464a-a0f3-5692151ef910-grafik.png

                                        Das ist das vom iobroker

                                        Den Bau habe ich gelöscht

                                        mickymM Online
                                        mickymM Online
                                        mickym
                                        Most Active
                                        wrote on last edited by
                                        #59

                                        @dirk-4 OK - nun sollten also alle Daten, die Du an den iobroker schickst unter Victron automatisch erstellt werden.

                                        Jeder Flow bzw. jedes Script, das ich hier poste implementiert jeder auf eigene Gefahr. Flows und Scripts können Fehler aufweisen und weder der Seitenbetreiber noch ich persönlich können hierfür haftbar gemacht werden. Das gleiche gilt für Empfehlungen aller Art.

                                        D 1 Reply Last reply
                                        0
                                        • mickymM mickym

                                          @dirk-4 OK - nun sollten also alle Daten, die Du an den iobroker schickst unter Victron automatisch erstellt werden.

                                          D Offline
                                          D Offline
                                          Dirk 4
                                          wrote on last edited by
                                          #60

                                          @mickym ja genau
                                          vom Cerbo kommt aber doch nur ein Datenpunkt mehr hab ich da doch nicht ran gemacht.

                                          mickymM 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

                                          469

                                          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