Hi All,
In a comment in a bug for an issue with the Roborock binding, it was commented that if an item is added manually, it is still discovered - which shouldn’t be happening.
I’ve looked at my code in openhab-addons/bundles/org.openhab.binding.roborock/src/main/java/org/openhab/binding/roborock/internal/discovery/RoborockVacuumDiscoveryService.java at login-fix · psmedley/openhab-addons · GitHub and it seems right.
I’ve also looked at Plex and Tesla - and similarly, they use the ‘representationproperty’ as part of the thinguid.
I can repeat the issue reported with roborock with Plex and Tesla. It ‘seems’ like if the ‘representation property’ is a config parameter, then it isn’t being respected.
Compared with a Tapo item, where the representation property is a thing property - and it works. With Tapo, if you manually create a thing with it’s IP address, when it goes online the mac address gets added to properties and it doesn’t get discovered.
Any thoughts?
Happy to create an issue if others agree this is a bug.
Thanks,
Paul