Sitemaps Buttongrid on iOS app

  • Platform information:
    • Hardware: Docker container
    • openHAB version: 4.3.5
    • openHAB iOS app Version: 3.0.1

Hello openHAB community,

I recently updated my openHAB container to the latest version (4.3.5) and discovered some interesting changes. One feature that caught my attention is the buttongrid. It might be old news to some of you, but I just discovered this amazing feature.

I attempted a first implementation, but unfortunately, the buttons do not appear in the iOS app. Only the header label and the state are visible—not the buttons themselves.

My current configuration looks like this:

sitemap page_8aff503411 label="Test" {
    Buttongrid buttons=[1:1:UP="up"="f7:arrowtriangle_up", 2:2:DOWN="down"="f7:arrowtriangle_up"] staticIcon=receiver item=EG_IR_Remote_ChannelState label="Test"
}

In the iOS app, I see the following:

Did I make a mistake, or is the current iOS app version not yet able to display buttongrids?

Thank you in advance,
Best regards,

Philipp

It seems that buttongrid hasn’t been implemented on the ios app. It is supported on Android and basicui (web). So perhaps you could access it using Safari on ios?

I can access via web browser and BasicUi(Tiles) using the iOS app. Unfortunate sitemaps wont show correctly. Hopefully in the future …