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

IoT adapter doesn't understand LinkedDevices datapoints #5

Closed Xyolyp closed 5 years ago

Xyolyp commented 5 years ago

I'm using the LinkedDevices Adapter version 0.3.0 and IoT Adapter version 0.4.3 (stable) to trigger Logitech Harmony Scenes. The Harmony Adapter offers datapoints as numerics (0 for off, 1 for starting 2 for running) and I used the LinkedDevices adapter to convert that to a boolean. This boolean works as intended but when I try to add the LinkedDevices boolean datapoint in the IoT Adapter I get the message: "linkeddevices.0.Harmony.Fernseher" not exists or no native part. The datapoint does exist and work as intended if the value is changed manually. Please add the "native part" whatever that means.

Scrounger commented 5 years ago

https://forum.iobroker.net/topic/24088/linked-devices-datenpunkt-mit-iot-adapter

Hab deinen Post schon gesehen, deshalb antworte ich auf Deutsch. Schau ich mir an, hab selbst ne harmony und kann es entsprechend testen

Scrounger commented 5 years ago

Bug Fix ist in e669b98 enthalten. Bitte testen und Rückmeldung geben, damit wir das Ticket schließen können.

Xyolyp commented 5 years ago

Vielen Dank für die schnelle Umsetzung! Die ersten Tests sind erfolgreich und es funktioniert bisher.