Looking for advice of Camera and Software

agarwaldvk

Young grasshopper
Joined
Jul 8, 2023
Messages
76
Reaction score
15
Location
Melbourne Australia
Hi Everyone

Guys, I am looking for some help to set up the notifications on Pushover app.

Not trying to be after your blood but just that we have a long weekend here and I would be able to try out things that might be suggested over those periods relative to normal weeks.

So any quick help or pointer would be greatly appreciated.


Best regards


Deepak
 
Last edited:

Virga

Getting the hang of it
Joined
Feb 13, 2023
Messages
125
Reaction score
84
Location
USA
Recently I was where you are regarding Pushover.
Please see my post, #06 in this string:
 
Last edited:

agarwaldvk

Young grasshopper
Joined
Jul 8, 2023
Messages
76
Reaction score
15
Location
Melbourne Australia
Hi Everyone


Just trying out the curl command and I can't seem to get it working.

This is my command (the cmd is run as an administrator) :-

curl.exe -s --form-string "mytoken_redacted" --form-string "user=myuserdetails_redacted" --form-string "message=<b>&CAM</b> &MEMO" --form-string "html=1" --form-string "device=Deepak_A34" --form-string "sound=pushover" --form-string "url_title=Stream Alert via UI3" --form-string "url=&WAN/ui3.htm?rec=&ALERT_DB&maximize=1" -F "attachment=@C:\BlueIris\Alerts\&ALERT_PATH"

I even tried just this command and got the same error
curl.exe -s --form-string "mytoken_redacted"

The error I get is this :-
1710408623108.png

Can someone please advise if where am I going wrong?

The curl command seems to be working correctly
1710408707899.png

Don't know why it changes to hyperlink in the post!


Best regards


Deepak
 

agarwaldvk

Young grasshopper
Joined
Jul 8, 2023
Messages
76
Reaction score
15
Location
Melbourne Australia
Hi All


I have further updates with a little bit of success.

This is the command that I successfully ran in the Command Prompt :-

1710452574345.png

This is the pushover notification that I received almost instantaneously :-

1710452624646.png


A couple of points of note :-
1. I had pasted this screenshot from the camera into the Alerts folder manually and had also added the filename in the attachment part of the code.
2. The title still says '&CAM & &MEMO'

Obviously it means that its not able to find the Camera name and the MEMO text.

How do I get it to resolve those parameters? Maybe I need this in my command somewhere :-

<a href='&WAN/alerts/&ALERT_DB?fulljpeg'>Hi-Res</a> <a href='&WAN/ui3.htm?rec=&ALERT_DB'>UI3</a>"

after the &MEMO

Also, what settings do I need to save the image and the video, when triggered, in the required folder so that it can be automatically included it in the notification? I would prefer a video also to be included - a UI3 stream, I believe!

Can someone also help me to set up the Record/Trigger/Alerts setting for one of my cameras so that the pushover notification include at least an image and preferably a video. I believe it can be done

These are my current settings for Record/Alert/Trigger

Record
1710453440398.png

Trigger
1710453470685.png


Alerts
1710453500909.png


Best regards


Deepak
 

Attachments

agarwaldvk

Young grasshopper
Joined
Jul 8, 2023
Messages
76
Reaction score
15
Location
Melbourne Australia
Hi Everyone


In the Pushover screenshot that I received (shown below)

why do I get the "&CAM &MEMO" and how do I get it to resolve to the Camera short name and some text supposed to be in the field MEMO?

I tried to follow everything that was specified in the post from Jaydeel but can't seem to get it right. I have only so far tried to run the command from the command prompt, not from the Blue Iris interface


Best regards


Deepak
 

Attachments

Top