Skip to content
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

Enhanced Actions onClickAction ui :Main UI Popup" not working #3793

Closed
Mark-VG opened this issue Aug 1, 2024 · 2 comments
Closed

Enhanced Actions onClickAction ui :Main UI Popup" not working #3793

Mark-VG opened this issue Aug 1, 2024 · 2 comments
Labels
bug Indicates an unexpected problem or unintended behavior

Comments

@Mark-VG
Copy link

Mark-VG commented Aug 1, 2024

Hi

This has been reported as follows:

https://community.openhab.org/t/oh4-2-0-notifications-with-android-app-actions/157204/24

Actual behavior

I have been using the new Blockly Blocks to setup notifications.

I have however not been able to get the Main UI Popup option to work. When trying the Popup option the App opens the default Sitemap and not a popup.

Using Main UI Path doe however work

Using:

actions.notificationBuilder('Gate has Closed! ').withTitle('Gate Closed').withIcon('presence').withTag('warn').withOnClickAction('ui:popup:' + '/page/OverviewOLD').addActionButton('Toggle Garage Door', 'command:ShellyGarageDoorshelly1a4cf12f486ac10163199232_Power:' + 'ON').send()

Results in the APP opening and the old default site map being displayed.

Using:

actions.notificationBuilder('Gate has Closed! ').withTitle('Gate Closed').withIcon('presence').withTag('warn').withOnClickAction('ui:popup:' + 'widget:Harmony_V1').addActionButton('Toggle Garage Door', 'command:ShellyGarageDoorshelly1a4cf12f486ac10163199232_Power:' + 'ON').send()

Results in the APP opening and the old default site map being displayed.

Expected behavior

The click on actions to produce the correct popup

Environment data

Client

Android version: 14 UI Version 6.1
Device model: Galaxy S21 5G
App version: 3.15.5
Build flavor: Play Store
Device language: English

Server

Server version: 4.3.0 Build 4201
Reverse Proxy: openHAB Clound Connector

@Mark-VG Mark-VG added the bug Indicates an unexpected problem or unintended behavior label Aug 1, 2024
@Mark-VG
Copy link
Author

Mark-VG commented Aug 1, 2024

Maybe a duplicate of #3762 ?

@mueller-ma
Copy link
Member

Indeed :)

@mueller-ma mueller-ma closed this as not planned Won't fix, can't repro, duplicate, stale Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants