treban / pimatic-tradfri

This plugin provides a tradfri interface for pimatic.
https://pimatic.org/plugins/pimatic-tradfri/
GNU General Public License v2.0
11 stars 3 forks source link

Device names in Rule editor #1

Closed matthijsf closed 7 years ago

matthijsf commented 7 years ago

The device names in the rules editor show the original Tradfri ID rather than a readable name when creating a rule based on the dim level of a lamp. A state based rule however does show the correct ID. I'm not sure if this is a pimatic or tradfri plugin limitation.

Dimlevel based rule screen shot 2017-06-08 at 09 31 03

State based rule screen shot 2017-06-08 at 09 32 54

treban commented 7 years ago

The inheritance class for the devices is the pimatic default dimmer, and so also the action and predicate providers.

In text mode the list shows in both cases names and IDs. In GUI Mode there is a difference.

treban commented 7 years ago

This is a pimatic core limitation.