Hi,
I have an RC8221 from Lowe's that I am able to get into after resetting. I want it to send me an http request when it detects motion. I see from the logs that the motion is detected, "Alert: Detected motion." but then "Alert: There is no action for this event."
I can't seem to get it to trigger anything. I have been using "adm/set_group.cgi?group=EVENT&event_mt=" but no matter what I try as a value string, I get "Error: Unable to set Motion Detect configuration"
My configs look like:
[EVENT]
event_trigger=1
event_schedule=1
event_define1=
event_define2=
event_define3=
event_define4=
event_define5=
event_define6=
event_define7=
event_define8=
event_define9=
event_define10=
event_interval=2
event_in1=
event_in2=
event_mt=
event_pir=
event_httpc=
event_attach=avi,1,5,5
event_mpeg4=3,0,1
event_jpeg=1,0,1
[HTTP_NOTIFY]
http_notify=1
http_url=http://...URL here
http_proxy=
http_proxy_no=80
http_method=1
http_user=
http_password=
proxy_user=
proxy_password=
event_data_flag=0
Can anyone show me what I'm doing wrong?