When running oh3 in Eclipse the add-ons section is missing in the UI
when running regular build I can see the addons section and can edit the binding config.
Note, also tried to directly edit the userdata/config/bindingname.config file, but that did not work
any suggestions?
ysc
(Yannick Schaus)
October 2, 2020, 11:15pm
2
I think you can with this direct URL: http://:8080/#!/settings/addons/binding/kodi/config
(replace kodi with your binding name)
However it’s true that it’s not accessible for “sideloaded” bindings or those outside the distribution, this should be addressed
markus7017
(Markus Michels)
October 3, 2020, 8:59am
3
I could confirmed this when starting from the Eclipse IDE. Could it be that the setup wizard creates a standard user and not an admin?
markus7017
(Markus Michels)
October 3, 2020, 12:28pm
4
I used a fresh install of both
a) Eclipse IDE creating a user admin, the additional settings are not available
b) OH3 Runtime running on macOS → shows the additional settings
I check that the created user has admin rights
users.json is looking the same: user admin, scope admin, role administraror
{
"admin": {
"class": "org.openhab.core.auth.ManagedUser",
"value": {
"name": "admin",
"passwordHash": "TWKgSSMqbQ4x6VH8/OLQnWCrmAoNsUK4fm6SfdyJ8+kZsPkwNK4H7Y0VGkJNzN8ytC3nOyfxe9asqJv+XD7eIA\u003d\u003d",
"passwordSalt": "aPEFVdi0pP9Oi8U/TQ5FWnmYXBaTMB4COOB6nA5ki7ek9nlEhDiC3q1rQnaGmT6FrqgTfceK3j9EU/LSFavN3w\u003d\u003d",
"roles": [
"administrator"
],
"sessions": [
{
"sessionId": "xxx",
"refreshToken": "xxx",
"createdTime": "Oct 3, 2020, 2:13:03 PM",
"lastRefreshTime": "Oct 3, 2020, 2:13:03 PM",
"clientId": "http://127.0.0.1:8080",
"redirectUri": "http://127.0.0.1:8080",
"scope": "admin",
"sessionCookie": true
}
],
"apiTokens": []
}
}
}
Both installations show the same except the tokens
Is there another file to check?
ysc:
I think you can with this direct URL: http://:8080/#!/settings/addons/binding/kodi/config
(replace kodi with your binding name)
Thanks, that seems to work indeed