Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. Node-Red
    5. Sonoff Steckdosen schalten

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Sonoff Steckdosen schalten

    This topic has been deleted. Only users with topic management privileges can see it.
    • Z
      Zerpmaster last edited by

      Hi,

      ich habe vom MQTT Adapter umgestellt auf den Sonoff Adapter aber nun kann ich meine Steckdosen nicht mehr schalten.

      kann mir vielleicht jemand weiterhelfen und sagen wo mein fehler besteht?

      Sonoff Steckdosen Verbinden sich zum Iobroker Sonoff Adapter per Port 1883 MQTT Adapter ist deaktiviert.

      [
          {
              "id": "b79115d.e7a89e8",
              "type": "change",
              "z": "63e0e477.2b8f9c",
              "name": "Geraet an",
              "rules": [
                  {
                      "t": "set",
                      "p": "payload",
                      "pt": "msg",
                      "to": "true",
                      "tot": "bool"
                  }
              ],
              "action": "",
              "property": "",
              "from": "",
              "to": "",
              "reg": false,
              "x": 500,
              "y": 280,
              "wires": [
                  [
                      "9ede7d17.58391",
                      "2dc29852.09e408"
                  ]
              ]
          },
          {
              "id": "c7167023.db59a",
              "type": "change",
              "z": "63e0e477.2b8f9c",
              "name": "Geraet an",
              "rules": [
                  {
                      "to": "true",
                      "pt": "msg",
                      "tot": "bool",
                      "p": "payload",
                      "t": "set"
                  }
              ],
              "action": "",
              "property": "",
              "from": "",
              "to": "",
              "reg": false,
              "x": 670,
              "y": 160,
              "wires": [
                  [
                      "38676452.08146c"
                  ]
              ]
          },
          {
              "id": "392e7feb.49c2a",
              "type": "mqtt in",
              "z": "63e0e477.2b8f9c",
              "name": "",
              "topic": "stat/sonoff.0.DeckenfluterStube.POWER",
              "qos": "2",
              "broker": "ca82f012.f428d",
              "x": 180,
              "y": 120,
              "wires": [
                  [
                      "3d3e2df6.c1c932"
                  ]
              ]
          },
          {
              "id": "49bf896f.c633d8",
              "type": "change",
              "z": "63e0e477.2b8f9c",
              "name": "Geraet aus",
              "rules": [
                  {
                      "t": "set",
                      "p": "payload",
                      "pt": "msg",
                      "to": "false",
                      "tot": "bool"
                  }
              ],
              "action": "",
              "property": "",
              "from": "",
              "to": "",
              "reg": false,
              "x": 510,
              "y": 340,
              "wires": [
                  [
                      "9ede7d17.58391",
                      "2dc29852.09e408"
                  ]
              ]
          },
          {
              "id": "fab68914.53d908",
              "type": "switch",
              "z": "63e0e477.2b8f9c",
              "name": "",
              "property": "payload",
              "propertyType": "msg",
              "rules": [
                  {
                      "t": "eq",
                      "v": "true",
                      "vt": "str"
                  },
                  {
                      "t": "eq",
                      "v": "false",
                      "vt": "str"
                  }
              ],
              "checkall": "true",
              "repair": false,
              "outputs": 2,
              "x": 510,
              "y": 180,
              "wires": [
                  [
                      "c7167023.db59a"
                  ],
                  [
                      "ea38b18b.f51a6"
                  ]
              ]
          },
          {
              "id": "d56186cc.fc5c88",
              "type": "switch",
              "z": "63e0e477.2b8f9c",
              "name": "",
              "property": "payload",
              "propertyType": "msg",
              "rules": [
                  {
                      "t": "eq",
                      "v": "true",
                      "vt": "str"
                  },
                  {
                      "t": "eq",
                      "v": "false",
                      "vt": "str"
                  }
              ],
              "checkall": "true",
              "repair": false,
              "outputs": 2,
              "x": 350,
              "y": 300,
              "wires": [
                  [
                      "b79115d.e7a89e8"
                  ],
                  [
                      "49bf896f.c633d8"
                  ]
              ]
          },
          {
              "id": "ea38b18b.f51a6",
              "type": "change",
              "z": "63e0e477.2b8f9c",
              "name": "Geraet aus",
              "rules": [
                  {
                      "to": "false",
                      "pt": "msg",
                      "tot": "bool",
                      "p": "payload",
                      "t": "set"
                  }
              ],
              "action": "",
              "property": "",
              "from": "",
              "to": "",
              "reg": false,
              "x": 670,
              "y": 200,
              "wires": [
                  [
                      "38676452.08146c"
                  ]
              ]
          },
          {
              "id": "2df97c26.12b064",
              "type": "ioBroker in",
              "z": "63e0e477.2b8f9c",
              "name": "Wohnzimmer DeckenfluterStube Status",
              "topic": "node-red.0.Wohnzimmer.Deckenfluter.Status",
              "payloadType": "value",
              "onlyack": "",
              "func": "all",
              "gap": "",
              "x": 170,
              "y": 240,
              "wires": [
                  [
                      "d56186cc.fc5c88"
                  ]
              ]
          },
          {
              "id": "3d3e2df6.c1c932",
              "type": "rbe",
              "z": "63e0e477.2b8f9c",
              "name": "",
              "func": "rbe",
              "gap": "",
              "start": "",
              "inout": "out",
              "property": "payload",
              "x": 350,
              "y": 180,
              "wires": [
                  [
                      "fab68914.53d908"
                  ]
              ]
          },
          {
              "id": "38676452.08146c",
              "type": "ioBroker out",
              "z": "63e0e477.2b8f9c",
              "name": "Wohnzimmer DeckenfluterStube Status",
              "topic": "node-red.0.Wohnzimmer.Deckenfluter.Status",
              "ack": "true",
              "autoCreate": "true",
              "x": 980,
              "y": 120,
              "wires": []
          },
          {
              "id": "2dc29852.09e408",
              "type": "mqtt out",
              "z": "63e0e477.2b8f9c",
              "name": "",
              "topic": "cmd/sonoff.0.DeckenfluterStube.POWER",
              "qos": "",
              "retain": "",
              "broker": "ca82f012.f428d",
              "x": 1040,
              "y": 300,
              "wires": []
          },
          {
              "id": "9ede7d17.58391",
              "type": "ui_switch",
              "z": "63e0e477.2b8f9c",
              "name": "DeckenfluterStube",
              "label": "DeckenfluterStube",
              "tooltip": "",
              "group": "ad37f86d.c06528",
              "order": 0,
              "width": 0,
              "height": 0,
              "passthru": false,
              "decouple": "false",
              "topic": "",
              "style": "",
              "onvalue": "true",
              "onvalueType": "str",
              "onicon": "",
              "oncolor": "",
              "offvalue": "false",
              "offvalueType": "str",
              "officon": "",
              "offcolor": "",
              "x": 710,
              "y": 260,
              "wires": [
                  [
                      "fab68914.53d908",
                      "2dc29852.09e408"
                  ]
              ]
          },
          {
              "id": "ca82f012.f428d",
              "type": "mqtt-broker",
              "z": "",
              "name": "",
              "broker": "192.168.178.42",
              "port": "1883",
              "clientid": "",
              "usetls": false,
              "compatmode": true,
              "keepalive": "60",
              "cleansession": true,
              "birthTopic": "",
              "birthQos": "0",
              "birthPayload": "",
              "closeTopic": "",
              "closePayload": "",
              "willTopic": "",
              "willQos": "0",
              "willPayload": ""
          },
          {
              "id": "ad37f86d.c06528",
              "type": "ui_group",
              "z": "",
              "name": "Wohnzimmer",
              "tab": "78bee128.522f9",
              "disp": true,
              "width": "6",
              "collapse": false
          },
          {
              "id": "78bee128.522f9",
              "type": "ui_tab",
              "z": "",
              "name": "Steckdosen Haus",
              "icon": "dashboard",
              "order": 3
          }
      ]
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post

      Support us

      ioBroker
      Community Adapters
      Donate

      959
      Online

      31.7k
      Users

      79.7k
      Topics

      1.3m
      Posts

      1
      1
      423
      Loading More Posts
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes
      Reply
      • Reply as topic
      Log in to reply
      Community
      Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
      The ioBroker Community 2014-2023
      logo