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. Skripten / Logik
  4. Blockly
  5. Neue Miele Waschmaschine OHNE cloud service

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    2.0k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    925

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.2k

Neue Miele Waschmaschine OHNE cloud service

Geplant Angeheftet Gesperrt Verschoben Blockly
66 Beiträge 9 Kommentatoren 9.3k Aufrufe 6 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.
  • Marko1974M Marko1974

    @dr-bakterius Du sagst sogar einfach größer als 3 Watt....und die Null am ende.....

    So hab ich es jetzt im device Manager konfiguriert. Eigenes Blockly wäre vielleicht besser.
    Muss aber nur bei dem von Kusi die Zeit anpassen. Ausgelöst hatte es.
    Hatte aber auch ne ganz andere Ausgangssituation.

    F Offline
    F Offline
    frankyboy73
    schrieb am zuletzt editiert von
    #61

    @marko1974 Hi, hier mal als Node Red Version.
    Allerdings ohne Knitterschutz. Input ist ne Tasmota Steckdose und Output auf Alexa Nachricht. Ich verwende hier 100 Watt als Einschalterkennung und 5 Watt zur Fertigüberwachung mit 10 Minuten Verzögerung. Passt bei unserer Waschmaschine super.
    Waschma1.jpg

    [
       {
           "id": "6a61e634.0606c8",
           "type": "ioBroker in",
           "z": "9e1c0edb.e6d2d",
           "name": "Wachmaschine Power",
           "topic": "sonoff.0.Waschmaschine.ENERGY_Power",
           "payloadType": "value",
           "onlyack": "",
           "func": "rbe",
           "gap": "",
           "fireOnStart": "false",
           "x": 180,
           "y": 2420,
           "wires": [
               [
                   "5d24e6bc.7d6a08"
               ]
           ]
       },
       {
           "id": "5d24e6bc.7d6a08",
           "type": "switch",
           "z": "9e1c0edb.e6d2d",
           "name": "Leistung?",
           "property": "payload",
           "propertyType": "msg",
           "rules": [
               {
                   "t": "gte",
                   "v": "100",
                   "vt": "num"
               },
               {
                   "t": "gt",
                   "v": "5",
                   "vt": "num"
               },
               {
                   "t": "lte",
                   "v": "5",
                   "vt": "num"
               }
           ],
           "checkall": "true",
           "repair": false,
           "outputs": 3,
           "x": 380,
           "y": 2420,
           "wires": [
               [
                   "fe6f99.b8e16068"
               ],
               [
                   "dcc0ec4e.d508b"
               ],
               [
                   "6e36434a.84c6ec"
               ]
           ]
       },
       {
           "id": "6e36434a.84c6ec",
           "type": "switch",
           "z": "9e1c0edb.e6d2d",
           "name": "Waschma Ein?",
           "property": "waschma",
           "propertyType": "flow",
           "rules": [
               {
                   "t": "true"
               }
           ],
           "checkall": "true",
           "repair": false,
           "outputs": 1,
           "x": 600,
           "y": 2440,
           "wires": [
               [
                   "45a6123f.97182c"
               ]
           ]
       },
       {
           "id": "45a6123f.97182c",
           "type": "trigger",
           "z": "9e1c0edb.e6d2d",
           "name": "",
           "op1": "",
           "op2": "Die Waschmaschine ist fertig",
           "op1type": "nul",
           "op2type": "str",
           "duration": "10",
           "extend": false,
           "overrideDelay": false,
           "units": "min",
           "reset": "",
           "bytopic": "all",
           "topic": "topic",
           "outputs": 1,
           "x": 580,
           "y": 2520,
           "wires": [
               [
                   "29f4c89f.debfd8",
                   "dbcf2dd0.b3e92",
                   "dcc0ec4e.d508b"
               ]
           ]
       },
       {
           "id": "dbcf2dd0.b3e92",
           "type": "ioBroker out",
           "z": "9e1c0edb.e6d2d",
           "name": "Fertig an Alexa",
           "topic": "alexa2.0.Contacts.AHWRCWOYIAHZ25ZTRCBFL6LJJDGQ.textMessage",
           "ack": "false",
           "autoCreate": "false",
           "x": 800,
           "y": 2560,
           "wires": []
       },
       {
           "id": "fe6f99.b8e16068",
           "type": "change",
           "z": "9e1c0edb.e6d2d",
           "name": "Washma Ein",
           "rules": [
               {
                   "t": "set",
                   "p": "washma",
                   "pt": "flow",
                   "to": "true",
                   "tot": "bool"
               }
           ],
           "action": "",
           "property": "",
           "from": "",
           "to": "",
           "reg": false,
           "x": 580,
           "y": 2400,
           "wires": [
               []
           ]
       },
       {
           "id": "29f4c89f.debfd8",
           "type": "change",
           "z": "9e1c0edb.e6d2d",
           "name": "Waschma Aus",
           "rules": [
               {
                   "t": "set",
                   "p": "washma",
                   "pt": "flow",
                   "to": "false",
                   "tot": "bool"
               }
           ],
           "action": "",
           "property": "",
           "from": "",
           "to": "",
           "reg": false,
           "x": 800,
           "y": 2500,
           "wires": [
               []
           ]
       },
       {
           "id": "dcc0ec4e.d508b",
           "type": "change",
           "z": "9e1c0edb.e6d2d",
           "name": "",
           "rules": [
               {
                   "t": "set",
                   "p": "reset",
                   "pt": "msg",
                   "to": "true",
                   "tot": "bool"
               }
           ],
           "action": "",
           "property": "",
           "from": "",
           "to": "",
           "reg": false,
           "x": 360,
           "y": 2520,
           "wires": [
               [
                   "45a6123f.97182c"
               ]
           ]
       }
    ]
    

    Schöne Grüße Frank

    Marko1974M 1 Antwort Letzte Antwort
    0
    • F frankyboy73

      @marko1974 Hi, hier mal als Node Red Version.
      Allerdings ohne Knitterschutz. Input ist ne Tasmota Steckdose und Output auf Alexa Nachricht. Ich verwende hier 100 Watt als Einschalterkennung und 5 Watt zur Fertigüberwachung mit 10 Minuten Verzögerung. Passt bei unserer Waschmaschine super.
      Waschma1.jpg

      [
         {
             "id": "6a61e634.0606c8",
             "type": "ioBroker in",
             "z": "9e1c0edb.e6d2d",
             "name": "Wachmaschine Power",
             "topic": "sonoff.0.Waschmaschine.ENERGY_Power",
             "payloadType": "value",
             "onlyack": "",
             "func": "rbe",
             "gap": "",
             "fireOnStart": "false",
             "x": 180,
             "y": 2420,
             "wires": [
                 [
                     "5d24e6bc.7d6a08"
                 ]
             ]
         },
         {
             "id": "5d24e6bc.7d6a08",
             "type": "switch",
             "z": "9e1c0edb.e6d2d",
             "name": "Leistung?",
             "property": "payload",
             "propertyType": "msg",
             "rules": [
                 {
                     "t": "gte",
                     "v": "100",
                     "vt": "num"
                 },
                 {
                     "t": "gt",
                     "v": "5",
                     "vt": "num"
                 },
                 {
                     "t": "lte",
                     "v": "5",
                     "vt": "num"
                 }
             ],
             "checkall": "true",
             "repair": false,
             "outputs": 3,
             "x": 380,
             "y": 2420,
             "wires": [
                 [
                     "fe6f99.b8e16068"
                 ],
                 [
                     "dcc0ec4e.d508b"
                 ],
                 [
                     "6e36434a.84c6ec"
                 ]
             ]
         },
         {
             "id": "6e36434a.84c6ec",
             "type": "switch",
             "z": "9e1c0edb.e6d2d",
             "name": "Waschma Ein?",
             "property": "waschma",
             "propertyType": "flow",
             "rules": [
                 {
                     "t": "true"
                 }
             ],
             "checkall": "true",
             "repair": false,
             "outputs": 1,
             "x": 600,
             "y": 2440,
             "wires": [
                 [
                     "45a6123f.97182c"
                 ]
             ]
         },
         {
             "id": "45a6123f.97182c",
             "type": "trigger",
             "z": "9e1c0edb.e6d2d",
             "name": "",
             "op1": "",
             "op2": "Die Waschmaschine ist fertig",
             "op1type": "nul",
             "op2type": "str",
             "duration": "10",
             "extend": false,
             "overrideDelay": false,
             "units": "min",
             "reset": "",
             "bytopic": "all",
             "topic": "topic",
             "outputs": 1,
             "x": 580,
             "y": 2520,
             "wires": [
                 [
                     "29f4c89f.debfd8",
                     "dbcf2dd0.b3e92",
                     "dcc0ec4e.d508b"
                 ]
             ]
         },
         {
             "id": "dbcf2dd0.b3e92",
             "type": "ioBroker out",
             "z": "9e1c0edb.e6d2d",
             "name": "Fertig an Alexa",
             "topic": "alexa2.0.Contacts.AHWRCWOYIAHZ25ZTRCBFL6LJJDGQ.textMessage",
             "ack": "false",
             "autoCreate": "false",
             "x": 800,
             "y": 2560,
             "wires": []
         },
         {
             "id": "fe6f99.b8e16068",
             "type": "change",
             "z": "9e1c0edb.e6d2d",
             "name": "Washma Ein",
             "rules": [
                 {
                     "t": "set",
                     "p": "washma",
                     "pt": "flow",
                     "to": "true",
                     "tot": "bool"
                 }
             ],
             "action": "",
             "property": "",
             "from": "",
             "to": "",
             "reg": false,
             "x": 580,
             "y": 2400,
             "wires": [
                 []
             ]
         },
         {
             "id": "29f4c89f.debfd8",
             "type": "change",
             "z": "9e1c0edb.e6d2d",
             "name": "Waschma Aus",
             "rules": [
                 {
                     "t": "set",
                     "p": "washma",
                     "pt": "flow",
                     "to": "false",
                     "tot": "bool"
                 }
             ],
             "action": "",
             "property": "",
             "from": "",
             "to": "",
             "reg": false,
             "x": 800,
             "y": 2500,
             "wires": [
                 []
             ]
         },
         {
             "id": "dcc0ec4e.d508b",
             "type": "change",
             "z": "9e1c0edb.e6d2d",
             "name": "",
             "rules": [
                 {
                     "t": "set",
                     "p": "reset",
                     "pt": "msg",
                     "to": "true",
                     "tot": "bool"
                 }
             ],
             "action": "",
             "property": "",
             "from": "",
             "to": "",
             "reg": false,
             "x": 360,
             "y": 2520,
             "wires": [
                 [
                     "45a6123f.97182c"
                 ]
             ]
         }
      ]
      

      Marko1974M Offline
      Marko1974M Offline
      Marko1974
      schrieb am zuletzt editiert von
      #62

      @frankyboy73 said in Neue Miele Waschmaschine OHNE cloud service:

      @marko1974 Hi, hier mal als Node Red Version.
      Allerdings ohne Knitterschutz. Input ist ne Tasmota Steckdose und Output auf Alexa Nachricht. Ich verwende hier 100 Watt als Einschalterkennung und 5 Watt zur Fertigüberwachung mit 10 Minuten Verzögerung. Passt bei unserer Waschmaschine super.
      Waschma1.jpg

      [
         {
             "id": "6a61e634.0606c8",
             "type": "ioBroker in",
             "z": "9e1c0edb.e6d2d",
             "name": "Wachmaschine Power",
             "topic": "sonoff.0.Waschmaschine.ENERGY_Power",
             "payloadType": "value",
             "onlyack": "",
             "func": "rbe",
             "gap": "",
             "fireOnStart": "false",
             "x": 180,
             "y": 2420,
             "wires": [
                 [
                     "5d24e6bc.7d6a08"
                 ]
             ]
         },
         {
             "id": "5d24e6bc.7d6a08",
             "type": "switch",
             "z": "9e1c0edb.e6d2d",
             "name": "Leistung?",
             "property": "payload",
             "propertyType": "msg",
             "rules": [
                 {
                     "t": "gte",
                     "v": "100",
                     "vt": "num"
                 },
                 {
                     "t": "gt",
                     "v": "5",
                     "vt": "num"
                 },
                 {
                     "t": "lte",
                     "v": "5",
                     "vt": "num"
                 }
             ],
             "checkall": "true",
             "repair": false,
             "outputs": 3,
             "x": 380,
             "y": 2420,
             "wires": [
                 [
                     "fe6f99.b8e16068"
                 ],
                 [
                     "dcc0ec4e.d508b"
                 ],
                 [
                     "6e36434a.84c6ec"
                 ]
             ]
         },
         {
             "id": "6e36434a.84c6ec",
             "type": "switch",
             "z": "9e1c0edb.e6d2d",
             "name": "Waschma Ein?",
             "property": "waschma",
             "propertyType": "flow",
             "rules": [
                 {
                     "t": "true"
                 }
             ],
             "checkall": "true",
             "repair": false,
             "outputs": 1,
             "x": 600,
             "y": 2440,
             "wires": [
                 [
                     "45a6123f.97182c"
                 ]
             ]
         },
         {
             "id": "45a6123f.97182c",
             "type": "trigger",
             "z": "9e1c0edb.e6d2d",
             "name": "",
             "op1": "",
             "op2": "Die Waschmaschine ist fertig",
             "op1type": "nul",
             "op2type": "str",
             "duration": "10",
             "extend": false,
             "overrideDelay": false,
             "units": "min",
             "reset": "",
             "bytopic": "all",
             "topic": "topic",
             "outputs": 1,
             "x": 580,
             "y": 2520,
             "wires": [
                 [
                     "29f4c89f.debfd8",
                     "dbcf2dd0.b3e92",
                     "dcc0ec4e.d508b"
                 ]
             ]
         },
         {
             "id": "dbcf2dd0.b3e92",
             "type": "ioBroker out",
             "z": "9e1c0edb.e6d2d",
             "name": "Fertig an Alexa",
             "topic": "alexa2.0.Contacts.AHWRCWOYIAHZ25ZTRCBFL6LJJDGQ.textMessage",
             "ack": "false",
             "autoCreate": "false",
             "x": 800,
             "y": 2560,
             "wires": []
         },
         {
             "id": "fe6f99.b8e16068",
             "type": "change",
             "z": "9e1c0edb.e6d2d",
             "name": "Washma Ein",
             "rules": [
                 {
                     "t": "set",
                     "p": "washma",
                     "pt": "flow",
                     "to": "true",
                     "tot": "bool"
                 }
             ],
             "action": "",
             "property": "",
             "from": "",
             "to": "",
             "reg": false,
             "x": 580,
             "y": 2400,
             "wires": [
                 []
             ]
         },
         {
             "id": "29f4c89f.debfd8",
             "type": "change",
             "z": "9e1c0edb.e6d2d",
             "name": "Waschma Aus",
             "rules": [
                 {
                     "t": "set",
                     "p": "washma",
                     "pt": "flow",
                     "to": "false",
                     "tot": "bool"
                 }
             ],
             "action": "",
             "property": "",
             "from": "",
             "to": "",
             "reg": false,
             "x": 800,
             "y": 2500,
             "wires": [
                 []
             ]
         },
         {
             "id": "dcc0ec4e.d508b",
             "type": "change",
             "z": "9e1c0edb.e6d2d",
             "name": "",
             "rules": [
                 {
                     "t": "set",
                     "p": "reset",
                     "pt": "msg",
                     "to": "true",
                     "tot": "bool"
                 }
             ],
             "action": "",
             "property": "",
             "from": "",
             "to": "",
             "reg": false,
             "x": 360,
             "y": 2520,
             "wires": [
                 [
                     "45a6123f.97182c"
                 ]
             ]
         }
      ]
      

      wenn das der @mickym sieht :blush: :grin: :grin:

      F 1 Antwort Letzte Antwort
      0
      • Marko1974M Marko1974

        @frankyboy73 said in Neue Miele Waschmaschine OHNE cloud service:

        @marko1974 Hi, hier mal als Node Red Version.
        Allerdings ohne Knitterschutz. Input ist ne Tasmota Steckdose und Output auf Alexa Nachricht. Ich verwende hier 100 Watt als Einschalterkennung und 5 Watt zur Fertigüberwachung mit 10 Minuten Verzögerung. Passt bei unserer Waschmaschine super.
        Waschma1.jpg

        [
           {
               "id": "6a61e634.0606c8",
               "type": "ioBroker in",
               "z": "9e1c0edb.e6d2d",
               "name": "Wachmaschine Power",
               "topic": "sonoff.0.Waschmaschine.ENERGY_Power",
               "payloadType": "value",
               "onlyack": "",
               "func": "rbe",
               "gap": "",
               "fireOnStart": "false",
               "x": 180,
               "y": 2420,
               "wires": [
                   [
                       "5d24e6bc.7d6a08"
                   ]
               ]
           },
           {
               "id": "5d24e6bc.7d6a08",
               "type": "switch",
               "z": "9e1c0edb.e6d2d",
               "name": "Leistung?",
               "property": "payload",
               "propertyType": "msg",
               "rules": [
                   {
                       "t": "gte",
                       "v": "100",
                       "vt": "num"
                   },
                   {
                       "t": "gt",
                       "v": "5",
                       "vt": "num"
                   },
                   {
                       "t": "lte",
                       "v": "5",
                       "vt": "num"
                   }
               ],
               "checkall": "true",
               "repair": false,
               "outputs": 3,
               "x": 380,
               "y": 2420,
               "wires": [
                   [
                       "fe6f99.b8e16068"
                   ],
                   [
                       "dcc0ec4e.d508b"
                   ],
                   [
                       "6e36434a.84c6ec"
                   ]
               ]
           },
           {
               "id": "6e36434a.84c6ec",
               "type": "switch",
               "z": "9e1c0edb.e6d2d",
               "name": "Waschma Ein?",
               "property": "waschma",
               "propertyType": "flow",
               "rules": [
                   {
                       "t": "true"
                   }
               ],
               "checkall": "true",
               "repair": false,
               "outputs": 1,
               "x": 600,
               "y": 2440,
               "wires": [
                   [
                       "45a6123f.97182c"
                   ]
               ]
           },
           {
               "id": "45a6123f.97182c",
               "type": "trigger",
               "z": "9e1c0edb.e6d2d",
               "name": "",
               "op1": "",
               "op2": "Die Waschmaschine ist fertig",
               "op1type": "nul",
               "op2type": "str",
               "duration": "10",
               "extend": false,
               "overrideDelay": false,
               "units": "min",
               "reset": "",
               "bytopic": "all",
               "topic": "topic",
               "outputs": 1,
               "x": 580,
               "y": 2520,
               "wires": [
                   [
                       "29f4c89f.debfd8",
                       "dbcf2dd0.b3e92",
                       "dcc0ec4e.d508b"
                   ]
               ]
           },
           {
               "id": "dbcf2dd0.b3e92",
               "type": "ioBroker out",
               "z": "9e1c0edb.e6d2d",
               "name": "Fertig an Alexa",
               "topic": "alexa2.0.Contacts.AHWRCWOYIAHZ25ZTRCBFL6LJJDGQ.textMessage",
               "ack": "false",
               "autoCreate": "false",
               "x": 800,
               "y": 2560,
               "wires": []
           },
           {
               "id": "fe6f99.b8e16068",
               "type": "change",
               "z": "9e1c0edb.e6d2d",
               "name": "Washma Ein",
               "rules": [
                   {
                       "t": "set",
                       "p": "washma",
                       "pt": "flow",
                       "to": "true",
                       "tot": "bool"
                   }
               ],
               "action": "",
               "property": "",
               "from": "",
               "to": "",
               "reg": false,
               "x": 580,
               "y": 2400,
               "wires": [
                   []
               ]
           },
           {
               "id": "29f4c89f.debfd8",
               "type": "change",
               "z": "9e1c0edb.e6d2d",
               "name": "Waschma Aus",
               "rules": [
                   {
                       "t": "set",
                       "p": "washma",
                       "pt": "flow",
                       "to": "false",
                       "tot": "bool"
                   }
               ],
               "action": "",
               "property": "",
               "from": "",
               "to": "",
               "reg": false,
               "x": 800,
               "y": 2500,
               "wires": [
                   []
               ]
           },
           {
               "id": "dcc0ec4e.d508b",
               "type": "change",
               "z": "9e1c0edb.e6d2d",
               "name": "",
               "rules": [
                   {
                       "t": "set",
                       "p": "reset",
                       "pt": "msg",
                       "to": "true",
                       "tot": "bool"
                   }
               ],
               "action": "",
               "property": "",
               "from": "",
               "to": "",
               "reg": false,
               "x": 360,
               "y": 2520,
               "wires": [
                   [
                       "45a6123f.97182c"
                   ]
               ]
           }
        ]
        

        wenn das der @mickym sieht :blush: :grin: :grin:

        F Offline
        F Offline
        frankyboy73
        schrieb am zuletzt editiert von
        #63

        @marko1974 Ups, nach dem du ihn jetzt getaggt hast, sieht der das bestimmt:face_with_rolling_eyes:
        Hauptsache ich hab da jetzt keinen Fehler drin.:joy:

        Schöne Grüße Frank

        Marko1974M 1 Antwort Letzte Antwort
        0
        • F frankyboy73

          @marko1974 Ups, nach dem du ihn jetzt getaggt hast, sieht der das bestimmt:face_with_rolling_eyes:
          Hauptsache ich hab da jetzt keinen Fehler drin.:joy:

          Marko1974M Offline
          Marko1974M Offline
          Marko1974
          schrieb am zuletzt editiert von
          #64

          @frankyboy73 said in Neue Miele Waschmaschine OHNE cloud service:

          @marko1974 Ups, nach dem du ihn jetzt getaggt hast, sieht der das bestimmt:face_with_rolling_eyes:
          Hauptsache ich hab da jetzt keinen Fehler drin.:joy:

          Ich habs noch nicht überprüft.....aber wenn, dann kannst du dich gleich dazu gesellen

          1 Antwort Letzte Antwort
          0
          • F Offline
            F Offline
            Flowski
            schrieb am zuletzt editiert von
            #65

            Hallo, haben auch eine W1 von Miele. Den Knitterschutz habe ich mal deaktiviert. Könnt ihr mir ein Blockly empfehlen welches ich verwenden könnte? Mir genüg die Fertigmeldung. Vielen Dank

            Marko1974M 1 Antwort Letzte Antwort
            0
            • F Flowski

              Hallo, haben auch eine W1 von Miele. Den Knitterschutz habe ich mal deaktiviert. Könnt ihr mir ein Blockly empfehlen welches ich verwenden könnte? Mir genüg die Fertigmeldung. Vielen Dank

              Marko1974M Offline
              Marko1974M Offline
              Marko1974
              schrieb am zuletzt editiert von
              #66

              @flowski Kein Blockly....sondern Adapter Device-reminder nutzen

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


              Support us

              ioBroker
              Community Adapters
              Donate

              762

              Online

              32.6k

              Benutzer

              82.2k

              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