NEWS
*gelöst*Hilfe beim anlegen Alias für den Matter Adapter
-
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.0steh ich grad auf dem Schlauch... der Alias ist doch aber da?
-
@docsnyder7 ich habs selber hinbekommen... hab den Alias statt direkt unter alias.0 in einen Ordner gepackt
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login