Skip to content
  • Home
  • 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
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

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    484

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

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

Neue Miele Waschmaschine OHNE cloud service

Scheduled Pinned Locked Moved Blockly
66 Posts 9 Posters 9.5k Views 6 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.
  • 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
    wrote on last edited by
    #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 Reply Last reply
    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
      wrote on last edited by
      #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 Reply Last reply
      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
        wrote on last edited by
        #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 Reply Last reply
        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
          wrote on last edited by
          #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 Reply Last reply
          0
          • F Offline
            F Offline
            Flowski
            wrote on last edited by
            #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 Reply Last reply
            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
              wrote on last edited by
              #66

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

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


              Support us

              ioBroker
              Community Adapters
              Donate

              520

              Online

              32.7k

              Users

              82.5k

              Topics

              1.3m

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

              • Don't have an account? Register

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