1

Autonotification categories being ignored with Samsung One UI 7.0

I have a task set up to look for alarm when specific notification categories are received. After updating to the Samsung One UI 7.0, it appears to no longer check for this and instead alarms on any notification matching the criteria, regardless of the specified Notification Category Name.

2 replies

WC

Profile: Work: Pushover Emergency Alerts
Event: AutoNotification Intercept [ Configuration:Event Behaviour: true
Notification Type: Only Created Notifications
Persistency Type: Non-Persistent Only
Notification Apps: Pushover
Notification Category Name: Emergency-priority (+2) (None) (Light) (exact) ]

Enter Task: EmergencyAlert

Variables: [ %categoryid:has value %categoryimportance:has value %categoryname:has value %button:has value ]

A1: Flash [
Text: Event recieved
Long: On
Continue Task Immediately: On
Dismiss On Click: On ]

A2: [X] Variable Set [
Name: %categoryid
To: %ancategoryid
Structure Output (JSON, etc): On ]

A3: [X] Variable Set [
Name: %categoryimportance
To: %ancategoryimportance
Structure Output (JSON, etc): On ]

A4: [X] Variable Set [
Name: %categoryname
To: %ancategoryname
Structure Output (JSON, etc): On ]

A5: [X] AutoTools Vibration [
Configuration: Vibration Pattern: 0,1000,100,1000,100,1000,100,1000,100
Repeat: true
Vibrate Now: true
Variable Name: atvibrationpattern
Stop Vibration: true
Timeout (Seconds): 90
Structure Output (JSON, etc): On ]

A6: AutoTools Vibration [
Configuration: Vibration Pattern: 0,1000,100,1000,100,1000,100,1000,100
Repeat: true
Vibrate Now: true
Variable Name: atvibrationpattern
Timeout (Seconds): 300
Structure Output (JSON, etc): On ]

A7: AutoTools Dialog [
Configuration: Dialog Type: Ok
Title: Emergency Alert
Title Alignment: Left
Text: Click OK to Acknowledge
Text Size: 20
Dim Background: true
Top Margin: 16
Bottom Margin: 16
Bottom Buttons Top Margin: 16
Bottom Buttons Bottom Margin: 16
Cancelable: true
Turn Screen On: true
Timeout (Seconds): 60
Structure Output (JSON, etc): On ]

A8: Variable Set [
Name: %button
To: %atbutton
Structure Output (JSON, etc): On ]

A9: Wait Until [
MS: 0
Seconds: 1
Minutes: 0
Hours: 0
Days: 0 ]
If [ %atbutton eq 2 ]

A10: Perform Task [
Name: Stop vibration
Priority: %priority
Local Variable Passthrough: On ]

I have another profile doing the same thing that is referencing a Home Assistant notification category as well doing the same. They both worked flawless prior to the UI 7.0 upgrade.

IS it possible that the category name has changed with the update?

Can you please export your profile's description (not xml) so I can take a look? Long-click the profile in Tasker->export description Thanks in advance