[Solved] Wirepusher notifications

I'd like to have phone notifications give different sounds for different devices. I see that this can be done with pushover but they want money. wirepusher is free. To use it I need to send an https request to wirepusher.com. Can this be done in Hubitat? I've loaded the Notifier app but don't see where a URL could be added. A web search turned up nothing.

Use Rule Machine instead. It permits HTTP request as an action (HTTP get/post).

Alternatively, write a virtual device driver for Wirepusher, create a notifier device with it, and then use the Notifications app.

3 Likes

I tried option 1 since it seemed simpler. And it was. That worked perfectly. That's exactly what I was looking for. Thank you!

And for the benefit of anyone else coming down the pike later on, this is how you do it (as of 1/18/25, Hubitat 2.4.0.148)
Apps -> Rule Machine -> Create New Rule -> :(enter name) Continue -> Set Actions to run -> Create new action -> Send Message: Notify, Speak, Log: HTTP Request -> Send HTTP Get -> (Enter URL):

For example enter: https://wirepusher.com/send?id=myAPIkey&title=MotionDetector&message=Weve-got-company&type=Alert

That does it :slight_smile:

3 Likes