Search found 1552 matches

by asker
Sat May 22, 2021 12:57 am
Forum: Mobile Apps and Event Server
Topic: Monitor won't snap to grid
Replies: 3
Views: 6157

Re: Monitor won't snap to grid

Was this monitor added after you configured your windows client? If so running wizard again will fix it. It’s a bug in 1.6.008. If not it’s something else.
by asker
Fri May 14, 2021 12:11 am
Forum: Mobile Apps and Event Server
Topic: I am lost in the configuration of zmeventnotification
Replies: 62
Views: 59421

Re: I am lost in the configuration of zmeventnotification

There is a gotcha here. There are times your device token will change. One example is if you delete and reinstall your app. The other is if the app unregisters a token - I’ll have to go see if I unregister for any case. Apple or Google may unregister a token and regenerate - this has happened to me ...
by asker
Tue May 04, 2021 11:21 am
Forum: Mobile Apps and Event Server
Topic: eventnotification: The password for admin has not been migrated in ZM
Replies: 4
Views: 3880

Re: eventnotification: The password for admin has not been migrated in ZM

That should mean that ZM is converting the password to bcrypt every time you log in, but is not able to write that value to the DB. Don't know why. You may want to check ZM logs during login to get clues. As far as ES goes, create another user anew. It should be created with a proper bcrypt encrypte...
by asker
Mon May 03, 2021 5:08 pm
Forum: Mobile Apps and Event Server
Topic: eventnotification: The password for admin has not been migrated in ZM
Replies: 4
Views: 3880

Re: eventnotification: The password for admin has not been migrated in ZM

ZM user. 1. Open up a mysql shell with the ZM db (usually mysql -u root zm or something similar) 2. Run the following command MariaDB [zm]> select * from Users where Username="admin"; I see: +----+----------+--------------------------------------------------------------+----------+--------...
by asker
Wed Apr 21, 2021 11:00 am
Forum: Mobile Apps and Event Server
Topic: Eventnotification Issue (timeout)
Replies: 16
Views: 8293

Re: Eventnotification Issue (timeout)

@Magic919 not sure who you are responding to. This post is in response to the OP who started the thread. Thanks. Still having issues but I changed the portal to my localhost and I got past this step but stopped again returning the image using the servername. I must have something configured wrong in...
by asker
Tue Apr 20, 2021 8:32 pm
Forum: Mobile Apps and Event Server
Topic: Eventnotification Issue (timeout)
Replies: 16
Views: 8293

Re: Eventnotification Issue (timeout)

I'd encourage you to read the documents properly... This is covered in both key principles and the FAQ Your images are controlled by the value in picture_url in zmeventnotification.ini which usually uses a value specified in secrets.ini (ZMES_PICTURE_URL) However, doing localhost for the picture won...
by asker
Tue Apr 20, 2021 6:33 pm
Forum: Mobile Apps and Event Server
Topic: Eventnotification Issue (timeout)
Replies: 16
Views: 8293

Re: Eventnotification Issue (timeout)

Bottom line, zm_detect cannot reach your ZM server. Things to look at: a) Check the value of ZM_PORTAL in /etc/zm/secrets.ini and make sure it is accurate b) Make sure the portal keyword in objectconfig.ini points to !ZM_PORTAL c) Make sure you are indeed using HTTPS as your logs show d) From a term...
by asker
Tue Apr 20, 2021 11:05 am
Forum: Mobile Apps and Event Server
Topic: Eventnotification Issue (timeout)
Replies: 16
Views: 8293

Re: Eventnotification Issue (timeout)

No idea. Post full debug logs of zm_detect from the start. You may want to read the documentation on how to manually run zm_detect with --debug
by asker
Sun Apr 18, 2021 9:27 pm
Forum: Mobile Apps and Event Server
Topic: Eventnotification Issue (timeout)
Replies: 16
Views: 8293

Re: Eventnotification Issue (timeout)

The detection scripts can't access ZM requests.exceptions.ConnectionError: HTTPSConnectionPool(host='myserver.com', port=443): Max retries exceeded with url: Check your secrets.ini and make sure the server names are correct (and unless you changed the hostname to myserver.com for the post, it is unl...
by asker
Thu Apr 08, 2021 12:03 am
Forum: ZoneMinder 1.34.x
Topic: Import PYZM.ml.face_train as train - module not found
Replies: 4
Views: 1236

Re: Import PYZM.ml.face_train as train - module not found

That's a bug. Please update to master of zmeventnotification
(commit fix: https://github.com/pliablepixels/zmeven ... 6d09d1d070)
by asker
Wed Mar 31, 2021 9:29 pm
Forum: Feature Requests
Topic: zmeventnotification coral tpu based facial detection matching
Replies: 2
Views: 18201

Re: zmeventnotification coral tpu based facial detection matching

Yup, I've been thinking of adding it.
Could you add a feature request to https://github.com/pliablepixels/pyzm so I can remember to get to it?
by asker
Tue Mar 16, 2021 6:31 pm
Forum: Mobile Apps and Event Server
Topic: match_past_detections granularity?
Replies: 14
Views: 5997

Re: match_past_detections granularity?

That did the trick, running them manually back to back removes the past matched car, ill play around with it and see how it goes. That may mean that you forgot to add _zm_detect to the list of LOG_DEBUG_TARGET entries in ZM log web option I have: _zmesdetect|_zmeventnotification|_zm_mlapi You can a...
by asker
Tue Mar 16, 2021 6:23 pm
Forum: Mobile Apps and Event Server
Topic: I am lost in the configuration of zmeventnotification
Replies: 62
Views: 59421

Re: I am lost in the configuration of zmeventnotification

Magic919, thanks for helping here - but this thread is a challenge. @titof2375: ES+hooks is well documented and updated. It is possible you are either facing issues due to translation to French, and/or, you may not be particularly hands on with the terminal and linux based configuration. The latter ...
by asker
Mon Mar 15, 2021 2:39 pm
Forum: Mobile Apps and Event Server
Topic: match_past_detections granularity?
Replies: 14
Views: 5997

Re: match_past_detections granularity?

What happens when you invoke zm_detect manually using --debug as described in https://zmeventnotification.readthedocs.io/en/latest/guides/hooks.html#debugging-and-reporting-problems ? sudo -u www-data /var/lib/zmeventnotification/bin/zm_detect.py --config /etc/zm/objectconfig.ini --debug --eventid <...