-
-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bindings do not show up in dialogue for addings Things #926
Comments
Please make sure it appears in the response of |
@ghys It was not my point that the sideloaded binding is missing from the Settings>Bindings. My point was that it is missing from the bindings list in Things>New. My other two sideloaded bindings are shown there. |
Then yes.
It's been discussed before, and it's a technical limitation in the API - only the bindings have their dedicated endpoint, the other types of add-ons don't, so there's no way to see them if they don't come from the distribution. Ideally shouldn't be any special treatment for one category of add-ons, so all screens work the same. With some proposed additions to the API I suggested in |
Thank you for this interesting information. I assume there is also a reason that Settings>Bindings doesn't show ALL bindings (from the distribution AND the sideloaded bindings). If the API doesn't deliver the source of the binding, having both together, without distinction, is still better than listing just those from the distribution, ignoring the sideloaded ones. |
The problem
When doing Things -> New the Main UI does not show the binding, although it has been properly loaded and is active, according to the OpenHAB console.
Expected behavior
This happened both in the Eclipse environment and in an operational environment by adding the binding to the addons folder.
Steps to reproduce
Your environment
Browser console
Browser network traffic
Additional information
It is not allowed to upload the .jar, but I can send it upon request.
The problem does not appear only with my Siro binding (in the works), but also with others, see https://community.openhab.org/t/binding-in-development-not-appearing-in-main-ui/117779
The text was updated successfully, but these errors were encountered: