Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. *gelöst*Hilfe beim anlegen Alias für den Matter Adapter

    NEWS

    • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?

    • Monatsrückblick – September 2025

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    *gelöst*Hilfe beim anlegen Alias für den Matter Adapter

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

      Guten Abend..
      ich bin dabei einen Eltako Enocean Stromstossschalter ins Matter zu bekommen, um diesen dann in Alexa steuern zu können.
      Der DP des Eltako kommt vom homee via Adapter und schaut so aus

      {
        "type": "state",
        "common": {
          "type": "number",
          "read": true,
          "write": true,
          "name": "Funkrelais Garagentor.OnOff",
          "min": 0,
          "max": 1,
          "role": "switch",
          "custom": {
            "homee.0": {
              "enabled": true
            }
          },
          "smartName": false
        },
        "native": {
          "id": 134,
          "node_id": 33,
          "type": 1
        },
        "_id": "homee.0.OnOffSwitch-33.OnOff-134",
        "acl": {
          "object": 1636,
          "state": 1636,
          "file": 1632,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        },
        "from": "system.adapter.cloud.0",
        "user": "system.user.admin",
        "ts": 1761049702635
      }
      

      den Alias hab ich so angelegt

      {
        "common": {
          "name": "Garagentorantrieb",
          "desc": "Manuell erzeugt",
          "role": "state",
          "type": "boolean",
          "read": true,
          "write": true,
          "def": false,
          "alias": {
            "id": "homee.0.OnOffSwitch-33.OnOff-134",
            "read": "val == 1",
            "write": "val ? 1 : 0"
          }
        },
        "type": "state",
        "native": {},
        "_id": "alias.0.Garagentorantrieb",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        },
        "from": "system.adapter.admin.0",
        "user": "system.user.admin",
        "ts": 1761320011164
      }
      

      wenn ich dann im Matter Adapter ein Gerät anlege aus einem state, den Alias auswähle , zb als Steckdose oder Taster markiere... kommt

      matter.0
      	2025-10-24 19:16:26.441	info	Apply configuration update for bridge "matter.0.bridges.e6be19b8-64a3-4b0d-b343-31dbaf40c496".
      matter.0
      	2025-10-24 19:16:26.371	error	Cannot initialize device 1a95f291-c7d7-4b48-8f73-716974612432 "Garagentorantrieb" because alias.0.Garagentorantrieb does not exist! Check configuration.
      matter.0
      	2025-10-24 19:16:26.370	info	No IoBroker device type found for alias.0
      

      steh ich grad auf dem Schlauch... der Alias ist doch aber da?

      1 Reply Last reply Reply Quote 0
      • D
        docsnyder7 last edited by

        @docsnyder7 ich habs selber hinbekommen... hab den Alias statt direkt unter alias.0 in einen Ordner gepackt

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

        Support us

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

        503
        Online

        32.4k
        Users

        81.2k
        Topics

        1.3m
        Posts

        1
        2
        96
        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