Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Siemens Geschirrspüler - Eigenen Datenpunkt wird nicht...

NEWS

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    9
    1
    95

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.4k

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

Siemens Geschirrspüler - Eigenen Datenpunkt wird nicht...

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
4 Beiträge 3 Kommentatoren 366 Aufrufe 1 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • S Offline
    S Offline
    Schweiz
    schrieb am zuletzt editiert von
    #1

    Hi Forum,

    ich habe eine Geschirrspüler, von diesem möchte ich einen eigenen Datenpunkt beschreiben, der Datenpunkt schaut folgend aus...

    {
      "type": "state",
      "common": {
        "name": "Betriebsstatus",
        "type": "mixed",
        "role": "indicator",
        "write": true,
        "read": true,
        "unit": "",
        "states": {
          "BSH.Common.EnumType.OperationState.Ready": "Ready",
          "BSH.Common.EnumType.OperationState.Run": "Run",
          "BSH.Common.EnumType.OperationState.Finished": "Finished"
        }
    

    mein Blockly dazu schaut so aus...

    <xml xmlns="https://developers.google.com/blockly/xml">
      <block type="create" id="0qiGN9NF-oRvp8*wFQM~" x="63" y="63">
        <field name="NAME">Eigene_Datenpunkte.Geschirrspüler.Status</field>
        <value name="VALUE">
          <block type="text" id="?Hv/Pwoj(:`z7TT7d?U#">
            <field name="TEXT">kein Wert</field>
          </block>
        </value>
        <value name="COMMON">
          <block type="text" id="!:l5@]a6d}y%WV+%8gS~">
            <field name="TEXT">{ "role" : "string" , "name" : "Geschirrspülerstatus", "read" : "true" , "write" : "false" }</field>
          </block>
        </value>
        <next>
          <block type="on_ext" id="4AgA5t{l5#]^z#MpD{(@">
            <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
            <field name="CONDITION">ne</field>
            <field name="ACK_CONDITION"></field>
            <value name="OID0">
              <shadow type="field_oid" id="{R*_`9:+4Cq$K0!).il5">
                <field name="oid">homeconnect.0.403090394960000159.status.BSH_Common_Status_OperationState</field>
              </shadow>
            </value>
            <statement name="STATEMENT">
              <block type="controls_if" id="Mh%o/$/sR^Bfkgia,ZD,">
                <mutation elseif="2"></mutation>
                <value name="IF0">
                  <block type="logic_compare" id="}18wN(*-DVJ(?7lbtH:G">
                    <field name="OP">EQ</field>
                    <value name="A">
                      <block type="get_value" id="tUf/^iSAfzLBCwO0=VHa">
                        <field name="ATTR">val</field>
                        <field name="OID">homeconnect.0.403090394960000159.status.BSH_Common_Status_OperationState</field>
                      </block>
                    </value>
                    <value name="B">
                      <block type="text" id="j+L:641g%^YP~KgM-ldn">
                        <field name="TEXT">Ready</field>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO0">
                  <block type="update" id="nY4u}}o,x?c]Yefzz1.i">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                    <field name="OID">javascript.0.Eigene_Datenpunkte.Geschirrspüler.Status</field>
                    <field name="WITH_DELAY">FALSE</field>
                    <value name="VALUE">
                      <block type="text" id="?J_GTPlWlVl^RYRF5mAI">
                        <field name="TEXT">Geschirrspüler Fertig</field>
                      </block>
                    </value>
                    <next>
                      <block type="debug" id="+N#B-#kWc6uV89llhXh~">
                        <field name="Severity">info</field>
                        <value name="TEXT">
                          <shadow type="text" id="?xF5(/qDbqa$BWgt2H$T">
                            <field name="TEXT">Geschirrspüler Fertig</field>
                          </shadow>
                        </value>
                      </block>
                    </next>
                  </block>
                </statement>
                <value name="IF1">
                  <block type="logic_compare" id="VG*IQMu!J031_{XW*$(j">
                    <field name="OP">EQ</field>
                    <value name="A">
                      <block type="get_value" id="(dL5%qxe]Eq]HPI-!xSA">
                        <field name="ATTR">val</field>
                        <field name="OID">homeconnect.0.403090394960000159.status.BSH_Common_Status_OperationState</field>
                      </block>
                    </value>
                    <value name="B">
                      <block type="text" id="/Wphu29yn;!e^Md70:mq">
                        <field name="TEXT">Run</field>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO1">
                  <block type="update" id="^!gB*B;nLkFCJ|_dY/)~">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                    <field name="OID">javascript.0.Eigene_Datenpunkte.Geschirrspüler.Status</field>
                    <field name="WITH_DELAY">FALSE</field>
                    <value name="VALUE">
                      <block type="text" id="pzy5r9|G/dlT[;uqrRkW">
                        <field name="TEXT">Geschirrspüler läuft</field>
                      </block>
                    </value>
                    <next>
                      <block type="debug" id="MzR%M)`P!54R#*/B%Naj">
                        <field name="Severity">info</field>
                        <value name="TEXT">
                          <shadow type="text" id="sqr.0:IUv0|NZSU(7Rn[">
                            <field name="TEXT">Geschirrspüler läuft</field>
                          </shadow>
                        </value>
                      </block>
                    </next>
                  </block>
                </statement>
                <value name="IF2">
                  <block type="logic_compare" id="Xx;N.kI=)1PGRrN(iaU:">
                    <field name="OP">EQ</field>
                    <value name="A">
                      <block type="get_value" id="~X4k;mS{VYJ*hb)N%_Js">
                        <field name="ATTR">val</field>
                        <field name="OID">homeconnect.0.403090394960000159.status.BSH_Common_Status_OperationState</field>
                      </block>
                    </value>
                    <value name="B">
                      <block type="text" id="3{92a|F^6i_Kstmq2qZ?">
                        <field name="TEXT">Finished</field>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO2">
                  <block type="update" id=")YU/6DWE$HF?V!D{P;xq">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                    <field name="OID">javascript.0.Eigene_Datenpunkte.Geschirrspüler.Status</field>
                    <field name="WITH_DELAY">FALSE</field>
                    <value name="VALUE">
                      <block type="text" id="$vcGxjr2zi:-5hsZLksZ">
                        <field name="TEXT">Geschirrspüler Fertig</field>
                      </block>
                    </value>
                    <next>
                      <block type="debug" id="I[|q0cq|-BU.=+4@Y04z">
                        <field name="Severity">info</field>
                        <value name="TEXT">
                          <shadow type="text" id="cG-,$L9^MnkBy~%FEkg`">
                            <field name="TEXT">Geschirrspüler Fertig</field>
                          </shadow>
                        </value>
                      </block>
                    </next>
                  </block>
                </statement>
              </block>
            </statement>
          </block>
        </next>
      </block>
    </xml>
    
    

    hat da jemand eventuell eine idee?

    MFG

    DJMarc75D paul53P 2 Antworten Letzte Antwort
    0
    • S Schweiz

      Hi Forum,

      ich habe eine Geschirrspüler, von diesem möchte ich einen eigenen Datenpunkt beschreiben, der Datenpunkt schaut folgend aus...

      {
        "type": "state",
        "common": {
          "name": "Betriebsstatus",
          "type": "mixed",
          "role": "indicator",
          "write": true,
          "read": true,
          "unit": "",
          "states": {
            "BSH.Common.EnumType.OperationState.Ready": "Ready",
            "BSH.Common.EnumType.OperationState.Run": "Run",
            "BSH.Common.EnumType.OperationState.Finished": "Finished"
          }
      

      mein Blockly dazu schaut so aus...

      <xml xmlns="https://developers.google.com/blockly/xml">
        <block type="create" id="0qiGN9NF-oRvp8*wFQM~" x="63" y="63">
          <field name="NAME">Eigene_Datenpunkte.Geschirrspüler.Status</field>
          <value name="VALUE">
            <block type="text" id="?Hv/Pwoj(:`z7TT7d?U#">
              <field name="TEXT">kein Wert</field>
            </block>
          </value>
          <value name="COMMON">
            <block type="text" id="!:l5@]a6d}y%WV+%8gS~">
              <field name="TEXT">{ "role" : "string" , "name" : "Geschirrspülerstatus", "read" : "true" , "write" : "false" }</field>
            </block>
          </value>
          <next>
            <block type="on_ext" id="4AgA5t{l5#]^z#MpD{(@">
              <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
              <field name="CONDITION">ne</field>
              <field name="ACK_CONDITION"></field>
              <value name="OID0">
                <shadow type="field_oid" id="{R*_`9:+4Cq$K0!).il5">
                  <field name="oid">homeconnect.0.403090394960000159.status.BSH_Common_Status_OperationState</field>
                </shadow>
              </value>
              <statement name="STATEMENT">
                <block type="controls_if" id="Mh%o/$/sR^Bfkgia,ZD,">
                  <mutation elseif="2"></mutation>
                  <value name="IF0">
                    <block type="logic_compare" id="}18wN(*-DVJ(?7lbtH:G">
                      <field name="OP">EQ</field>
                      <value name="A">
                        <block type="get_value" id="tUf/^iSAfzLBCwO0=VHa">
                          <field name="ATTR">val</field>
                          <field name="OID">homeconnect.0.403090394960000159.status.BSH_Common_Status_OperationState</field>
                        </block>
                      </value>
                      <value name="B">
                        <block type="text" id="j+L:641g%^YP~KgM-ldn">
                          <field name="TEXT">Ready</field>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO0">
                    <block type="update" id="nY4u}}o,x?c]Yefzz1.i">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">javascript.0.Eigene_Datenpunkte.Geschirrspüler.Status</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="text" id="?J_GTPlWlVl^RYRF5mAI">
                          <field name="TEXT">Geschirrspüler Fertig</field>
                        </block>
                      </value>
                      <next>
                        <block type="debug" id="+N#B-#kWc6uV89llhXh~">
                          <field name="Severity">info</field>
                          <value name="TEXT">
                            <shadow type="text" id="?xF5(/qDbqa$BWgt2H$T">
                              <field name="TEXT">Geschirrspüler Fertig</field>
                            </shadow>
                          </value>
                        </block>
                      </next>
                    </block>
                  </statement>
                  <value name="IF1">
                    <block type="logic_compare" id="VG*IQMu!J031_{XW*$(j">
                      <field name="OP">EQ</field>
                      <value name="A">
                        <block type="get_value" id="(dL5%qxe]Eq]HPI-!xSA">
                          <field name="ATTR">val</field>
                          <field name="OID">homeconnect.0.403090394960000159.status.BSH_Common_Status_OperationState</field>
                        </block>
                      </value>
                      <value name="B">
                        <block type="text" id="/Wphu29yn;!e^Md70:mq">
                          <field name="TEXT">Run</field>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO1">
                    <block type="update" id="^!gB*B;nLkFCJ|_dY/)~">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">javascript.0.Eigene_Datenpunkte.Geschirrspüler.Status</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="text" id="pzy5r9|G/dlT[;uqrRkW">
                          <field name="TEXT">Geschirrspüler läuft</field>
                        </block>
                      </value>
                      <next>
                        <block type="debug" id="MzR%M)`P!54R#*/B%Naj">
                          <field name="Severity">info</field>
                          <value name="TEXT">
                            <shadow type="text" id="sqr.0:IUv0|NZSU(7Rn[">
                              <field name="TEXT">Geschirrspüler läuft</field>
                            </shadow>
                          </value>
                        </block>
                      </next>
                    </block>
                  </statement>
                  <value name="IF2">
                    <block type="logic_compare" id="Xx;N.kI=)1PGRrN(iaU:">
                      <field name="OP">EQ</field>
                      <value name="A">
                        <block type="get_value" id="~X4k;mS{VYJ*hb)N%_Js">
                          <field name="ATTR">val</field>
                          <field name="OID">homeconnect.0.403090394960000159.status.BSH_Common_Status_OperationState</field>
                        </block>
                      </value>
                      <value name="B">
                        <block type="text" id="3{92a|F^6i_Kstmq2qZ?">
                          <field name="TEXT">Finished</field>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO2">
                    <block type="update" id=")YU/6DWE$HF?V!D{P;xq">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">javascript.0.Eigene_Datenpunkte.Geschirrspüler.Status</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="text" id="$vcGxjr2zi:-5hsZLksZ">
                          <field name="TEXT">Geschirrspüler Fertig</field>
                        </block>
                      </value>
                      <next>
                        <block type="debug" id="I[|q0cq|-BU.=+4@Y04z">
                          <field name="Severity">info</field>
                          <value name="TEXT">
                            <shadow type="text" id="cG-,$L9^MnkBy~%FEkg`">
                              <field name="TEXT">Geschirrspüler Fertig</field>
                            </shadow>
                          </value>
                        </block>
                      </next>
                    </block>
                  </statement>
                </block>
              </statement>
            </block>
          </next>
        </block>
      </xml>
      
      

      hat da jemand eventuell eine idee?

      MFG

      DJMarc75D Offline
      DJMarc75D Offline
      DJMarc75
      schrieb am zuletzt editiert von
      #2

      @schweiz sagte in Siemens Geschirrspüler - Eigenen Datenpunkt wird nicht...:

      mein Blockly dazu schaut so aus

      Ein Bild sagt mehr - nicht jeder kann/will xml importieren :)

      Lehrling seit 1975 !!!
      Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
      https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

      1 Antwort Letzte Antwort
      0
      • S Schweiz

        Hi Forum,

        ich habe eine Geschirrspüler, von diesem möchte ich einen eigenen Datenpunkt beschreiben, der Datenpunkt schaut folgend aus...

        {
          "type": "state",
          "common": {
            "name": "Betriebsstatus",
            "type": "mixed",
            "role": "indicator",
            "write": true,
            "read": true,
            "unit": "",
            "states": {
              "BSH.Common.EnumType.OperationState.Ready": "Ready",
              "BSH.Common.EnumType.OperationState.Run": "Run",
              "BSH.Common.EnumType.OperationState.Finished": "Finished"
            }
        

        mein Blockly dazu schaut so aus...

        <xml xmlns="https://developers.google.com/blockly/xml">
          <block type="create" id="0qiGN9NF-oRvp8*wFQM~" x="63" y="63">
            <field name="NAME">Eigene_Datenpunkte.Geschirrspüler.Status</field>
            <value name="VALUE">
              <block type="text" id="?Hv/Pwoj(:`z7TT7d?U#">
                <field name="TEXT">kein Wert</field>
              </block>
            </value>
            <value name="COMMON">
              <block type="text" id="!:l5@]a6d}y%WV+%8gS~">
                <field name="TEXT">{ "role" : "string" , "name" : "Geschirrspülerstatus", "read" : "true" , "write" : "false" }</field>
              </block>
            </value>
            <next>
              <block type="on_ext" id="4AgA5t{l5#]^z#MpD{(@">
                <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                <field name="CONDITION">ne</field>
                <field name="ACK_CONDITION"></field>
                <value name="OID0">
                  <shadow type="field_oid" id="{R*_`9:+4Cq$K0!).il5">
                    <field name="oid">homeconnect.0.403090394960000159.status.BSH_Common_Status_OperationState</field>
                  </shadow>
                </value>
                <statement name="STATEMENT">
                  <block type="controls_if" id="Mh%o/$/sR^Bfkgia,ZD,">
                    <mutation elseif="2"></mutation>
                    <value name="IF0">
                      <block type="logic_compare" id="}18wN(*-DVJ(?7lbtH:G">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="get_value" id="tUf/^iSAfzLBCwO0=VHa">
                            <field name="ATTR">val</field>
                            <field name="OID">homeconnect.0.403090394960000159.status.BSH_Common_Status_OperationState</field>
                          </block>
                        </value>
                        <value name="B">
                          <block type="text" id="j+L:641g%^YP~KgM-ldn">
                            <field name="TEXT">Ready</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <statement name="DO0">
                      <block type="update" id="nY4u}}o,x?c]Yefzz1.i">
                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                        <field name="OID">javascript.0.Eigene_Datenpunkte.Geschirrspüler.Status</field>
                        <field name="WITH_DELAY">FALSE</field>
                        <value name="VALUE">
                          <block type="text" id="?J_GTPlWlVl^RYRF5mAI">
                            <field name="TEXT">Geschirrspüler Fertig</field>
                          </block>
                        </value>
                        <next>
                          <block type="debug" id="+N#B-#kWc6uV89llhXh~">
                            <field name="Severity">info</field>
                            <value name="TEXT">
                              <shadow type="text" id="?xF5(/qDbqa$BWgt2H$T">
                                <field name="TEXT">Geschirrspüler Fertig</field>
                              </shadow>
                            </value>
                          </block>
                        </next>
                      </block>
                    </statement>
                    <value name="IF1">
                      <block type="logic_compare" id="VG*IQMu!J031_{XW*$(j">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="get_value" id="(dL5%qxe]Eq]HPI-!xSA">
                            <field name="ATTR">val</field>
                            <field name="OID">homeconnect.0.403090394960000159.status.BSH_Common_Status_OperationState</field>
                          </block>
                        </value>
                        <value name="B">
                          <block type="text" id="/Wphu29yn;!e^Md70:mq">
                            <field name="TEXT">Run</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <statement name="DO1">
                      <block type="update" id="^!gB*B;nLkFCJ|_dY/)~">
                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                        <field name="OID">javascript.0.Eigene_Datenpunkte.Geschirrspüler.Status</field>
                        <field name="WITH_DELAY">FALSE</field>
                        <value name="VALUE">
                          <block type="text" id="pzy5r9|G/dlT[;uqrRkW">
                            <field name="TEXT">Geschirrspüler läuft</field>
                          </block>
                        </value>
                        <next>
                          <block type="debug" id="MzR%M)`P!54R#*/B%Naj">
                            <field name="Severity">info</field>
                            <value name="TEXT">
                              <shadow type="text" id="sqr.0:IUv0|NZSU(7Rn[">
                                <field name="TEXT">Geschirrspüler läuft</field>
                              </shadow>
                            </value>
                          </block>
                        </next>
                      </block>
                    </statement>
                    <value name="IF2">
                      <block type="logic_compare" id="Xx;N.kI=)1PGRrN(iaU:">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="get_value" id="~X4k;mS{VYJ*hb)N%_Js">
                            <field name="ATTR">val</field>
                            <field name="OID">homeconnect.0.403090394960000159.status.BSH_Common_Status_OperationState</field>
                          </block>
                        </value>
                        <value name="B">
                          <block type="text" id="3{92a|F^6i_Kstmq2qZ?">
                            <field name="TEXT">Finished</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <statement name="DO2">
                      <block type="update" id=")YU/6DWE$HF?V!D{P;xq">
                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                        <field name="OID">javascript.0.Eigene_Datenpunkte.Geschirrspüler.Status</field>
                        <field name="WITH_DELAY">FALSE</field>
                        <value name="VALUE">
                          <block type="text" id="$vcGxjr2zi:-5hsZLksZ">
                            <field name="TEXT">Geschirrspüler Fertig</field>
                          </block>
                        </value>
                        <next>
                          <block type="debug" id="I[|q0cq|-BU.=+4@Y04z">
                            <field name="Severity">info</field>
                            <value name="TEXT">
                              <shadow type="text" id="cG-,$L9^MnkBy~%FEkg`">
                                <field name="TEXT">Geschirrspüler Fertig</field>
                              </shadow>
                            </value>
                          </block>
                        </next>
                      </block>
                    </statement>
                  </block>
                </statement>
              </block>
            </next>
          </block>
        </xml>
        
        

        hat da jemand eventuell eine idee?

        MFG

        paul53P Offline
        paul53P Offline
        paul53
        schrieb am zuletzt editiert von paul53
        #3

        @schweiz sagte: eine idee?

        Der lange Text unter "states" (vor dem Doppelpunkt) ist der zu vergleichende Wert.

        Blockly_temp.JPG

        Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
        Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

        S 1 Antwort Letzte Antwort
        0
        • paul53P paul53

          @schweiz sagte: eine idee?

          Der lange Text unter "states" (vor dem Doppelpunkt) ist der zu vergleichende Wert.

          Blockly_temp.JPG

          S Offline
          S Offline
          Schweiz
          schrieb am zuletzt editiert von
          #4

          @paul53
          danke,... Alexa sagt jetzt das die Maschine läuft, kann aber mit Geschirrspüler ist Fertig nix anfangen, irgendwie ist Sie dum wie ich...

          Das schaut schon besser aus, der Datenpunkt wird geändert, sobald ich ein oder ausschalte. Den rest bekomme ich schon hin, ggf. den Text ändern das die richtig blabert...

          MFG

          1 Antwort Letzte Antwort
          0
          Antworten
          • In einem neuen Thema antworten
          Anmelden zum Antworten
          • Älteste zuerst
          • Neuste zuerst
          • Meiste Stimmen


          Support us

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

          824

          Online

          32.5k

          Benutzer

          81.7k

          Themen

          1.3m

          Beiträge
          Community
          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
          ioBroker Community 2014-2025
          logo
          • Anmelden

          • Du hast noch kein Konto? Registrieren

          • Anmelden oder registrieren, um zu suchen
          • Erster Beitrag
            Letzter Beitrag
          0
          • Home
          • Aktuell
          • Tags
          • Ungelesen 0
          • Kategorien
          • Unreplied
          • Beliebt
          • GitHub
          • Docu
          • Hilfe