Skip to content

Add-on store not showing subbindings #5227

@lsiepel

Description

@lsiepel

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

Image

For MQTT

Image

For Modbus:

Image

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"
        ]
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugAn unexpected problem or unintended behavior of the Core

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions