-
-
Notifications
You must be signed in to change notification settings - Fork 459
Description
This might be a severe issue in 5.1.0. All subbindings are not shown in the store. Screenshots from 5.1.0 stable on windows. They can be installed from a configuration file, so it seems pure UI related.
A added screenshots and would expect many more hits for these search terms. They are also not shown in the list itself without search. I assume it might be related to the . in the binding id or something similar, as only 1 is shown
For bluetooth
For MQTT
For Modbus:
After some more checks i doubt it is UI related.
The endpoint http://localhost:8080/rest/addons?serviceId=karaf
shows a large json, and checking the content it only shows 1 occurence of sunspec and that is here: So the endpoint does not seem to provide the proper json for the subbindings?!
{
"uid": "binding-modbus",
"id": "modbus",
"label": "Lambda Heat Pump Binding",
"version": "5.1.0",
"compatible": true,
"contentType": "application/vnd.openhab.feature;type\u003dkaraf",
"link": "https://www.openhab.org/addons/bindings/modbus/",
"author": "openHAB",
"verifiedAuthor": true,
"installed": false,
"type": "binding",
"description": "Lambda heat pump binding via Modbus TCP/IP.",
"configDescriptionURI": "",
"keywords": "",
"countries": [],
"connection": "local",
"properties": {},
"loggerPackages": [
"org.openhab.binding.modbus",
"org.openhab.binding.modbus.e3dc",
"org.openhab.binding.modbus.foxinverter",
"org.openhab.binding.modbus.helioseasycontrols",
"org.openhab.binding.modbus.kermi",
"org.openhab.binding.modbus.lambda",
"org.openhab.binding.modbus.sbc",
"org.openhab.binding.modbus.stiebeleltron",
"org.openhab.binding.modbus.studer",
"org.openhab.binding.modbus.sungrow",
"org.openhab.binding.modbus.sunspec"
]
}