We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
This has been reported as follows:
https://community.openhab.org/t/oh4-2-0-notifications-with-android-app-actions/157204/24
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.
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()
The click on actions to produce the correct popup
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 version: 4.3.0 Build 4201 Reverse Proxy: openHAB Clound Connector
The text was updated successfully, but these errors were encountered:
Maybe a duplicate of #3762 ?
Sorry, something went wrong.
Indeed :)
No branches or pull requests
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:
Results in the APP opening and the old default site map being displayed.
Using:
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
The text was updated successfully, but these errors were encountered: