Announcement
Collapse
No announcement yet.
HS3 Pushover Plugin
Collapse
X
-
In the Pushover app is a "Pushover for Teams" link. However it's a premium service ($5/user/month).
-
Originally posted by teladog01 View Post
Right. But that's for different devices/groups on the same Pushover account, no? I need to be able to send pushes to devices on different Pushover accounts (different user keys), but I do not see a way to add more user keys to the plugin.
Leave a comment:
-
Originally posted by DLONG2 View Post
As I recall, the only need is to purchase the PushOver app for any and each device which will be receiving pushes. Then within the Pushover.net account settings on the internet you can specify a group name to receive pushes, or just individual devices. Part of the API call (within HomeSeer) is to specify which device or group name would be recipients. Hope this is correctly stated and helps. Hence, no need for additional accounts or key codes, etc.
Leave a comment:
-
Originally posted by teladog01 View PostFor as long as I have used Pushover, it has only ever been for a single device (mine). Now I need to add my fiance's and her kids' devices to the plugin, but am struggling to find a way to do so.
I see where I can add additional devices to my own Pushover account and use the different device or group names in events. But what I need to do is add additional user keys to the plugin that correspond to the additional users' devices on their own Pushover accounts. How do I do that?
Surely I am not limited to a single Pushover account? As an IT security professional, I don't see any scenario where I enter my own Pushover account credentials on a bunch of other devices that are not in my control
Leave a comment:
-
For as long as I have used Pushover, it has only ever been for a single device (mine). Now I need to add my fiance's and her kids' devices to the plugin, but am struggling to find a way to do so.
I see where I can add additional devices to my own Pushover account and use the different device or group names in events. But what I need to do is add additional user keys to the plugin that correspond to the additional users' devices on their own Pushover accounts. How do I do that?
Surely I am not limited to a single Pushover account? As an IT security professional, I don't see any scenario where I enter my own Pushover account credentials on a bunch of other devices that are not in my control
Leave a comment:
-
Originally posted by prk View Post
You are correct, that was the case. However now that I was going to have another look at the drop-down, it seems to be blank both for existing and new actions. Not sure what happened there, but as I recall the list did contain the standard sounds only. Do you know if the drop-down is populated based on a fixed set of sounds, or does it pull the values from the Pushover API?
Leave a comment:
-
Originally posted by DLONG2 View Post
I haven't looked into custom sounds yet, but I am guessing that although you've uploaded a sound file into the Pushover dashboard, then when building an HS script the sound's file name is not showing as a drop-down option?
I wonder if it might be possible to overwrite sound files on the local storage, using the default file names?
Leave a comment:
-
Originally posted by SteveMSJ View PostI could be wrong but I suspect it isn’t anything to do with Pushover but more likely the replacement variable status lagging slightly behind in HS. Try putting a 1sec wait before the notification action in the event and see if you then get the correct status.
Leave a comment:
-
Originally posted by mcisar View PostAm having a little bit of an oddity with a couple of pushover notifications (I'm running HS4 fwiw), hoping someone might have a clue what is happening. Pretty simple stuff, send a notification when (zwave) lock unlocks, send a notification when lock locks. The notifications are working fine, message title is good but the variable substitution in the message body seems to come out reversed from what I'd be expecting.
So in the message body I have this for the "unlocked" event...
HTML Code:<B><font color=red>Unlocked</font> </B><BR> $$DSR:969:<BR> at $TIME on $DATE
HTML Code:<B><font color=green>Locked</font> </B><BR> $$DSR:969:<BR> at $TIME on $DATE
Code:[FONT=Calibri][FONT=Courier New][COLOR=black]2021-06-12 8:55:49 PM[/COLOR][/FONT][/FONT] [FONT=Calibri][FONT=Courier New][COLOR=black]Legacy-Plugin[/COLOR][/FONT][/FONT] [FONT=Calibri][FONT=Courier New][COLOR=black]Z-Wave[/COLOR][/FONT][/FONT] [FONT=Calibri][FONT=Courier New][COLOR=black]Device: Lock Front Door Access Control Notification Set to NOTIFICATION for type Access Control Notification, Event: RF Lock Operation[/COLOR][/FONT][/FONT]
*BUT* the Pushover notification comes in reversed ("RF Unlock Operation" for when locked and "RF Lock Operation" when unlocked).
Just to make sure I wasn't seeing things I tried swapping the status codes within the lock device itself... when I did that the notifications were right in Pushover, but wrong everywhere else.
I should also mention that the various other status messages (Manual Lock/Unlock, Keypad Lock/Unlock) are working properly... it's just the "RF Lock/Unlock" that show up reversed in the pushover notifications. Seems very strange to me as I would have thought a substitution was exactly just that, a substitution. Any thoughts?
Steve
Leave a comment:
-
Originally posted by DLONG2 View PostHey mcisar, not sure about the locking device, or how its status is configured, but could you experiment with a different kind of notification, such as an email, or speaking through the PC? As long as a locking event ends up sending out a locked notification, and an unlock event send out an unlock notification then all would be well.
Leave a comment:
-
Hey mcisar, not sure about the locking device, or how its status is configured, but could you experiment with a different kind of notification, such as an email, or speaking through the PC? As long as a locking event ends up sending out a locked notification, and an unlock event send out an unlock notification then all would be well.
Leave a comment:
-
Am having a little bit of an oddity with a couple of pushover notifications (I'm running HS4 fwiw), hoping someone might have a clue what is happening. Pretty simple stuff, send a notification when (zwave) lock unlocks, send a notification when lock locks. The notifications are working fine, message title is good but the variable substitution in the message body seems to come out reversed from what I'd be expecting.
So in the message body I have this for the "unlocked" event...
HTML Code:<B><font color=red>Unlocked</font> </B><BR> $$DSR:969:<BR> at $TIME on $DATE
HTML Code:<B><font color=green>Locked</font> </B><BR> $$DSR:969:<BR> at $TIME on $DATE
Code:[FONT=Calibri][FONT=Courier New][COLOR=black]2021-06-12 8:55:49 PM[/COLOR][/FONT][/FONT] [FONT=Calibri][FONT=Courier New][COLOR=black]Legacy-Plugin[/COLOR][/FONT][/FONT] [FONT=Calibri][FONT=Courier New][COLOR=black]Z-Wave[/COLOR][/FONT][/FONT] [FONT=Calibri][FONT=Courier New][COLOR=black]Device: Lock Front Door Access Control Notification Set to NOTIFICATION for type Access Control Notification, Event: RF Lock Operation[/COLOR][/FONT][/FONT]
*BUT* the Pushover notification comes in reversed ("RF Unlock Operation" for when locked and "RF Lock Operation" when unlocked).
Just to make sure I wasn't seeing things I tried swapping the status codes within the lock device itself... when I did that the notifications were right in Pushover, but wrong everywhere else.
I should also mention that the various other status messages (Manual Lock/Unlock, Keypad Lock/Unlock) are working properly... it's just the "RF Lock/Unlock" that show up reversed in the pushover notifications. Seems very strange to me as I would have thought a substitution was exactly just that, a substitution. Any thoughts?
Leave a comment:
-
Originally posted by prk View PostLove the plugin, not sure how I would manage without it.
As of April 8, Pushover supports custom sounds. Are there any plans of adding this as an option in the plugin?
I wonder if it might be possible to overwrite sound files on the local storage, using the default file names?
Leave a comment:
-
Love the plugin, not sure how I would manage without it.
As of April 8, Pushover supports custom sounds. Are there any plans of adding this as an option in the plugin?
- Likes 2
Leave a comment:
-
Does anyone have an example of sending multiple lines of text from a file as a pushover message in a script?
Leave a comment:
Leave a comment: