Scrounger / ioBroker.linkeddevices

Create linked objects (datapoints) of your devices with a self-defined structure. This makes it possible to create a structure in ioBroker, where all objects are centralized, e.g. to be used in the vis or scripts.
https://forum.iobroker.net/topic/22301/neuer-adapter-linkeddevices
MIT License
17 stars 11 forks source link

Objekte (Shutter) funktionieren nicht im iot Adapter #48

Closed LJSven closed 3 years ago

LJSven commented 4 years ago

Ich versuche über "intelligente Aufzählungen" Shutter vom Shelly in den iot Adapter zu bekommen. Allerdings werden keine Geräte gefunden. Was mache ich falsch?

{ "from": "system.adapter.linkeddevices.0", "user": "system.user.admin", "ts": 1600426986556, "common": { "name": "EG_HWR_Rollade_Fenster", "type": "number", "role": "level.blind", "unit": "%", "desc": "Created by linkeddevices", "min": 0, "max": 100, "read": true, "write": true, "smartName": false, "custom": { "linkeddevices.0": { "enabled": true, "parentId": "shelly.0.SHSW-21#32BE5B#1.Shutter.Position", "parentType": "number", "isLinked": true } }, "icon": "linkeddevices_small.png" }, "native": {}, "acl": { "object": 1636, "owner": "system.user.admin", "ownerGroup": "system.group.administrator", "state": 1636 }, "_id": "linkeddevices.0.Shutter.EG.EG_HWR_Rollade_Fenster.Position", "type": "state" }

Bildschirmfoto 2020-09-21 um 12 39 35

Scrounger commented 3 years ago

siehe #53