UniversalDevicesInc-PG3 / udi-poly-ELK

MIT License
2 stars 1 forks source link

Issue with light_method=ELKNAME and old light_n nodes #104

Closed jimboca closed 7 months ago

jimboca commented 7 months ago

If user sets light_method=ELKALL which created nodes like n001_light_1 matching the names of lights defined in the ELK. So now they set light_method=ELKNAME and it is matching the names with those nodes instead of their real IoX nodes.

The plugin should delete those light_n nodes when light_method != ELKALL

You can manually fix with:

There is another issue that I thought I mentioned in the instructions but I guess I never did, I've added this for future reference: The Elk limits the light name to 15 characters and currently the plugin doesn't check properly if your node name on the IoX only matches the first 15 characters. So the IoX device name must be changed to <= 15 characters.

jimboca commented 7 months ago

Fixed in 3.10.13