catcamstar
Known around here
- Jan 28, 2018
- 1,656
- 1,196
Hi Catcamstar, thanks so much for your support, and yes, I stop whining and get down to it.
Ok, so the Cam itselft seems to see the events. Not only does my light come on on the cam, also I see that event in the log of the cam, for instance this:
14
Username: System
Time: 2020-06-07 11:22:33
Type: Event End
Content: {Channel NO.:1 Event Type:Motion Detection Region Name:Region1 }
So now, I giess I can assume that this was forwarded to the router, right?
Now on the router, I deactivated any kind of Firewall (Asus AC88U) - but still, nothing is triggered on my gdmss App.
How does the gdmss exactly work? Where should it get the data from and how?
To me it looks like its something within or around that App, dont you think?
Thanks again,
Sammy
Thanks for taking the time to debug!
Indeed, by having this in the logs, you have verified step 1: camera did see something! That's good! Thanks!
Assuming this "event" got pushed outside your network is a huge leap. So let's debug that next step:
- do you happen to have Rmerlin ASUS firmware? That would certainly help - it's free and secures your router to the latest & greatest.
- if so, you can "verify" and tweak the iptables inside it: default iptables settings (merlin 380.59 on rt-ac68u)
- more importantly, you can access the firewall logs (or enable those): Firewall logging --> it has been a long time ago I did this (I'm now on Ubiquity gear), but even stating you "deactivated" any kind of firewall (did you verify parental controls too?), with the iptables stuff, you 'll see the big picture.
Regarding your question how gdmss works: you have 3 involved parties: A - your camera (or an NVR if the nvr handles the IVS/MD triggers), B - push notification service and C - your mobile device.
So for the push notifications to work, A needs to be able to talk to B. That's why I suggested you to investigate if that path is "open" and "working". This is typically done through this TCP2195 path. This covers both your internal LAN and your ISP.
The next step is path B to C. This is more complicated, because your C can be at home (LAN) or WAN (eg 5g). Debugging that part is harder.
When you "subscribe" to the camera's service, you are not actually browsing on (B), you are actually looking at the services on your (A) devices. How to be sure? Put your (C) mobile on 4G without home LAN access. Open that menu and try to subscribe. Last time I did this, it didn't work (because it couldn't find (A) device(s)). Once you are subscribed, you should receive push notifications when they occur.
Hope this helps!
CC