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. ioBroker Allgemein
  4. Alexa schaltet nicht mehr meine Node red flows.

NEWS

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    18
    1
    727

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

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.3k

Alexa schaltet nicht mehr meine Node red flows.

Scheduled Pinned Locked Moved ioBroker Allgemein
node redalexa
22 Posts 8 Posters 4.7k Views 10 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.
  • V vepman

    @TraceFinder

    hier mal ein funktionierender flow, der bei mir garantiert läuft.
    Natürlich muss der iobroker-out node angepasst werden.
    Also:
    Flow erstellen, Import über die Zwischenablage, iobroker-out anpasssen, Name von Küche Lampe ändern, Alexa App oder Dot sagen, dass neue Geräte gesucht werden sollen. Fertig!

    [
        {
            "id": "fde342e9.40c8d",
            "type": "ioBroker out",
            "z": "c3be1355.09012",
            "name": "Klemmlampe Kueche:1.STATE",
            "topic": "hm-rpc.0.KEQ4445555.1.STATE",
            "ack": "false",
            "autoCreate": "false",
            "x": 710,
            "y": 140,
            "wires": []
        },
        {
            "id": "a51022fb.348818",
            "type": "alexa-home",
            "z": "c3be1355.09012",
            "devicename": "Küche Lampe",
            "devicetype": "Extended color light",
            "x": 100,
            "y": 140,
            "wires": [
                [
                    "2993e794.5cb66"
                ]
            ]
        },
        {
            "id": "2993e794.5cb66",
            "type": "function",
            "z": "c3be1355.09012",
            "name": "on off",
            "func": "let state = msg.payload.on;\nlet out = \"\";\n\nif(state == false){\noutput = \"0\";\n}else{\nstate = true;\noutput = \"1\"\n}\nreturn { \"payload\":output };",
            "outputs": 1,
            "noerr": 0,
            "x": 390,
            "y": 140,
            "wires": [
                [
                    "fde342e9.40c8d"
                ]
            ]
        },
        {
            "id": "f549e69e.ccbe28",
            "type": "alexa-home-controller",
            "z": "c3be1355.09012",
            "controllername": "Alexa Controller",
            "port": 60000,
            "x": 120,
            "y": 220,
            "wires": []
        }
    ]
    
    ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #21

    @vepman sagte in Alexa schaltet nicht mehr meine Node red flows.:

    @TraceFinder

    hier mal ein funktionierender flow, der bei mir garantiert läuft.
    Natürlich muss der iobroker-out node angepasst werden.
    Also:
    Flow erstellen, Import über die Zwischenablage, iobroker-out anpasssen, Name von Küche Lampe ändern, Alexa App oder Dot sagen, dass neue Geräte gesucht werden sollen. Fertig!

    [
        {
            "id": "fde342e9.40c8d",
            "type": "ioBroker out",
            "z": "c3be1355.09012",
            "name": "Klemmlampe Kueche:1.STATE",
            "topic": "hm-rpc.0.KEQ4445555.1.STATE",
            "ack": "false",
            "autoCreate": "false",
            "x": 710,
            "y": 140,
            "wires": []
        },
        {
            "id": "a51022fb.348818",
            "type": "alexa-home",
            "z": "c3be1355.09012",
            "devicename": "Küche Lampe",
            "devicetype": "Extended color light",
            "x": 100,
            "y": 140,
            "wires": [
                [
                    "2993e794.5cb66"
                ]
            ]
        },
        {
            "id": "2993e794.5cb66",
            "type": "function",
            "z": "c3be1355.09012",
            "name": "on off",
            "func": "let state = msg.payload.on;\nlet out = \"\";\n\nif(state == false){\noutput = \"0\";\n}else{\nstate = true;\noutput = \"1\"\n}\nreturn { \"payload\":output };",
            "outputs": 1,
            "noerr": 0,
            "x": 390,
            "y": 140,
            "wires": [
                [
                    "fde342e9.40c8d"
                ]
            ]
        },
        {
            "id": "f549e69e.ccbe28",
            "type": "alexa-home-controller",
            "z": "c3be1355.09012",
            "controllername": "Alexa Controller",
            "port": 60000,
            "x": 120,
            "y": 220,
            "wires": []
        }
    ]
    

    Hallo @vepman ,
    ich habe deinen Flow importiert, aber leider nach wie vor ein Problem.
    Der Sonoff schaltet ein, aber nicht aus.
    Was kann ich tun?

    V 1 Reply Last reply
    0
    • ? A Former User

      @vepman sagte in Alexa schaltet nicht mehr meine Node red flows.:

      @TraceFinder

      hier mal ein funktionierender flow, der bei mir garantiert läuft.
      Natürlich muss der iobroker-out node angepasst werden.
      Also:
      Flow erstellen, Import über die Zwischenablage, iobroker-out anpasssen, Name von Küche Lampe ändern, Alexa App oder Dot sagen, dass neue Geräte gesucht werden sollen. Fertig!

      [
          {
              "id": "fde342e9.40c8d",
              "type": "ioBroker out",
              "z": "c3be1355.09012",
              "name": "Klemmlampe Kueche:1.STATE",
              "topic": "hm-rpc.0.KEQ4445555.1.STATE",
              "ack": "false",
              "autoCreate": "false",
              "x": 710,
              "y": 140,
              "wires": []
          },
          {
              "id": "a51022fb.348818",
              "type": "alexa-home",
              "z": "c3be1355.09012",
              "devicename": "Küche Lampe",
              "devicetype": "Extended color light",
              "x": 100,
              "y": 140,
              "wires": [
                  [
                      "2993e794.5cb66"
                  ]
              ]
          },
          {
              "id": "2993e794.5cb66",
              "type": "function",
              "z": "c3be1355.09012",
              "name": "on off",
              "func": "let state = msg.payload.on;\nlet out = \"\";\n\nif(state == false){\noutput = \"0\";\n}else{\nstate = true;\noutput = \"1\"\n}\nreturn { \"payload\":output };",
              "outputs": 1,
              "noerr": 0,
              "x": 390,
              "y": 140,
              "wires": [
                  [
                      "fde342e9.40c8d"
                  ]
              ]
          },
          {
              "id": "f549e69e.ccbe28",
              "type": "alexa-home-controller",
              "z": "c3be1355.09012",
              "controllername": "Alexa Controller",
              "port": 60000,
              "x": 120,
              "y": 220,
              "wires": []
          }
      ]
      

      Hallo @vepman ,
      ich habe deinen Flow importiert, aber leider nach wie vor ein Problem.
      Der Sonoff schaltet ein, aber nicht aus.
      Was kann ich tun?

      V Offline
      V Offline
      vepman
      wrote on last edited by
      #22

      @Nuggelbeb sagte in Alexa schaltet nicht mehr meine Node red flows.:

      Was kann ich tun?

      Versuche mal false und true mit 0 und 1 zu ersetzen.
      Dann natürlich String oder Number dazu nehmen.

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


      Support us

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

      812

      Online

      32.5k

      Users

      81.6k

      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