Sorry for the immense delay! I just released new instant and delayed app versions that have BETA Pushover support. It’s using this Pushover Device:
It’s a very old thread and code, but I’ve duplicated the DTH code in my own github repository if you want to install it from there. The idea is you install a “Pushover Device” into SmartThings so you only have to enter your Pushover credentials once, and then each smartapp can access that device to send Pushover notifications. Each Pushover device can send to a specific phone/computer/etc that you have in your Pushover account, or to all of them. So if you want to tailor your notifications, just create a Pushover device in SmartThings for each phone/computer you want to individually send notifications to. Then in each smartapp you just pick the devices you want them sent to.
Once you add the code to your IDE, install the device from the SmartThings app on your phone, then go into your Super Notifier settings and add the device to get notifications via Pushover.
I’m anticipating some bugs with this, so please let me know how it works (with logs please). Looking at the device code, I think every message will be delivered with ‘normal’ priority, despite what you select…
Looking forward to feedback!