Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. English
    3. ioBroker general
    4. node red communication alexa with loxone

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    node red communication alexa with loxone

    This topic has been deleted. Only users with topic management privileges can see it.
    • W
      Wing.Stefan last edited by

      Hello,

      i use: Paletten:
      node-red-contrib-loxone
      0.10.11
      node-red-contrib-alexa-home-skill
      0.1.17
      3 Nodes
      alexa-home-conf
      alexa-home
      alexa-home-resp

      and i like that when i say alexa turn on "Keller" that it put on. but it doesnt. i hope here in english forum someone can help.

      my last test:

      [
      {
      "id": "68054883.84aae8",
      "type": "tab",
      "label": "Steckdosen",
      "disabled": false,
      "info": ""
      },
      {
      "id": "540ee16e.451ed",
      "type": "loxone-control-out",
      "z": "68054883.84aae8",
      "name": "Keller Steckdose",
      "miniserver": "be7740ad.839ca",
      "control": "150e731f-01fb-ffaa-ffffc191a7c869eb",
      "x": 1130,
      "y": 280,
      "wires": []
      },
      {
      "id": "ef150f5a.3671e",
      "type": "alexa-home",
      "z": "68054883.84aae8",
      "conf": "566b9679.824918",
      "device": "122607",
      "acknoledge": true,
      "name": "Keller Steckdose",
      "topic": "",
      "x": 200,
      "y": 260,
      "wires": [
      [
      "a3b62b95.583448"
      ]
      ]
      },
      {
      "id": "a3b62b95.583448",
      "type": "switch",
      "z": "68054883.84aae8",
      "name": "Keller Steckdose Switch",
      "property": "payload",
      "propertyType": "msg",
      "rules": [
      {
      "t": "true"
      },
      {
      "t": "false"
      }
      ],
      "checkall": "true",
      "repair": false,
      "outputs": 2,
      "x": 510,
      "y": 260,
      "wires": [
      [
      "3f198479.19a24c"
      ],
      [
      "63bae901.22d078"
      ]
      ]
      },
      {
      "id": "3f198479.19a24c",
      "type": "change",
      "z": "68054883.84aae8",
      "name": "setze auf 1",
      "rules": [
      {
      "t": "set",
      "p": "payload",
      "pt": "msg",
      "to": "1",
      "tot": "num"
      }
      ],
      "action": "",
      "property": "",
      "from": "",
      "to": "",
      "reg": false,
      "x": 720,
      "y": 260,
      "wires": [
      [
      "540ee16e.451ed",
      "eb05f536.b65d38"
      ]
      ]
      },
      {
      "id": "63bae901.22d078",
      "type": "change",
      "z": "68054883.84aae8",
      "name": "setzte auf 0",
      "rules": [
      {
      "t": "set",
      "p": "payload",
      "pt": "msg",
      "to": "0",
      "tot": "num"
      }
      ],
      "action": "",
      "property": "",
      "from": "",
      "to": "",
      "reg": false,
      "x": 720,
      "y": 340,
      "wires": [
      [
      "540ee16e.451ed"
      ]
      ]
      },
      {
      "id": "eb05f536.b65d38",
      "type": "debug",
      "z": "68054883.84aae8",
      "name": "",
      "active": true,
      "tosidebar": true,
      "console": false,
      "tostatus": false,
      "complete": "false",
      "statusVal": "",
      "statusType": "auto",
      "x": 1010,
      "y": 180,
      "wires": []
      },
      {
      "id": "be7740ad.839ca",
      "type": "loxone-miniserver",
      "host": "192.168.1.220",
      "port": "5080",
      "enctype": "0",
      "active": true,
      "keepalive": "30000"
      },
      {
      "id": "566b9679.824918",
      "type": "alexa-home-conf",
      "username": "maestroat"
      }
      ]
      

      on Debug i can see it sends 1

      27.11.2020, 11:55:09node: eb05f536.b65d38msg.payload : number
      1
      27.11.2020, 11:55:18node: eb05f536.b65d38msg.payload : number
      1
      27.11.2020, 12:14:22node: eb05f536.b65d38msg.payload : number
      1
      
      W 1 Reply Last reply Reply Quote 0
      • W
        Wing.Stefan @Wing.Stefan last edited by

        Wurde gelöst, sollte mal jemand das selbe Problem haben:
        Für Infos:
        https://www.loxone.com/dede/kb/webservices/

        Account hier anlegen und das Loxonedevice anlegen.
        https://alexa-node-red.bm.hardill.me.uk/
        rednodedevice.JPG

        Anschließend
        https://alexa.amazon.de
        Anmelden und Gerätesuche starten.

        Folgende Paletten gehören installiert:
        node-red-contrib-alexa-home-skill
        node-red-contrib-loxone
        installierte nodes.JPG installierte nodes2.JPG

        Aufbau im Node Red:
        nrlox1.JPG
        Account der vorhin angelegt wurde hier eingeben. Wenn das Gerät in bei der Alexa suche gefunden wurde kann man es hier auswählen.

        nrlox2.JPG
        nrlox3.JPG
        nrlox4.JPG
        nrlox5.JPG
        nrlox6.JPG
        Verbindung zu Loxone Miniserver herstellen, dann findet man sämtliche Geräte.

        Viel Erfolg!

        1 Reply Last reply Reply Quote 0
        • First post
          Last post

        Support us

        ioBroker
        Community Adapters
        Donate

        547
        Online

        31.7k
        Users

        79.8k
        Topics

        1.3m
        Posts

        alexa loxone node node red red
        1
        2
        697
        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