Originally posted by ZoRaC
View Post
Announcement
Collapse
No announcement yet.
HS3 Pushover Plugin
Collapse
X
-
Originally posted by sparkman View PostAs an FYI in case anyone else is wondering, Adam is ok, but recently started a new job that has kept him extremely busy.
Leave a comment:
-
Can anybody post documentation for the script? Would really be helpful.
Also how can I send a message to two groups?
Code:Dim pushoverParams(8) As Object pushoverParams(0) = "Group 1, Group 2" 'Device/Group - must matched with a device name already in the plugin or 'All Clients' CASE SENSITIVE pushoverParams(1) = "Message..." 'Message Body pushoverParams(2) = "Title..." 'Message Title pushoverParams(3) = "normal" 'low/normal/high/emergency pushoverParams(4) = Nothing 'Message Sound - must match from list already in HomeSeer pushoverParams(5) = Nothing 'Message URL pushoverParams(6) = Nothing 'Message URL Title pushoverParams(7) = Nothing 'API String pushoverParams(8) = Nothing 'Attachment hs.PluginFunction("Pushover 3P", "", "Pushscript", pushoverParams)
Leave a comment:
-
Originally posted by teladog01 View Post
I am specifically wondering if the PushScript can send a message that has an attachment? Is one of the parameters for specifying the filename of the attachment?
Still would like to see the official documentation though...
Leave a comment:
-
I am specifically wondering if the PushScript can send a message that has an attachment? Is one of the parameters for specifying the filename of the attachment?
Leave a comment:
-
According to the documentation for the Pushover Glances API:
To clear a previously-updated field, send the field with a blank (empty string) value.
When I try to enter an empty string in either the Count or the Percentage field, I get an error after clicking the Update button. Am I doing it wrong or is this a bug?
Leave a comment:
-
Just checked and see that I’m still on V.45.....with the domain down, is it possible to get the update somewhere else here? Are there release notes on what’s changed since .45?
Sent from my iPad using Tapatalk
Leave a comment:
-
As an FYI in case anyone else is wondering, Adam is ok, but recently started a new job that has kept him extremely busy.
Thanks for the head's up.
Leave a comment:
-
Hey guys...glad to hear Adam is ok. Any chance anyone has a copy of the setup document? Or any chance someone could see if Adam could post it as a sticky thread? Thanks
Leave a comment:
-
Thanxs Joe, I did the PI disable/re-enable and the browser cache clear Ctl-F5 with no success so.. I will do a HS3 restart in the hopes that solves my issue. Mike
Update: Well did an HS3 restart and again no success, I then decided to create another send Pushover message within the same event and it allowed my to update but it then exploded (my event screen) displayed what looked like a html like code (was able to duplicate) when I closed the browser tab and reinitialized a event screen everything look fine, so I deleted the old PushOver Message and was able to finish the replacement PushOver Message with no problem. Soo.. somehow I had a corrupt event trigger but I'm glad I'm operation once again. Mike
Leave a comment:
Leave a comment: