For me it is maybe 30 seconds and the complete discovery is done.
-
New plugin pimatic-mesh
-
The api is working. But still no mesh devices can be found in the discovery.
-
Found it! I have a special role named “helper”. The permissions are limited there and I used this for mesh.
{ "name": "helper", "permissions": { "pages": "none", "rules": "none", "variables": "write", "messages": "none", "events": "none", "devices": "none", "groups": "none", "plugins": "none", "updates": "none", "database": "none", "config": "none", "controlDevices": true, "restart": false }
I had this not in mind. With rights to “read” devices it works…
It’s starting to become embarrassing for me
…
EDIT (some more, maybe helpful clarifying infos)
So this are the minimum rights the user needs to run mesh on the remote side:"permissions": { "pages": "none", "rules": "none", "variables": "read", "messages": "none", "events": "none", "devices": "read", "groups": "none", "plugins": "none", "updates": "none", "database": "none", "config": "none", "controlDevices": true, "restart": false
The position of the plugin is not relevant for its function btw!