I'm using pushover now, works just fine!
Beside PUSHOVER_APP_TOKEN and PUSHOVER_USER_KEY in secrets.ini, I set the following in zmeventnotification.ini:
use_api_push = yes
event_start_notify_on_hook_success = api
Hope this helps...
Search found 8 matches
- Thu Jun 30, 2022 12:40 pm
- Forum: Mobile Apps and Event Server
- Topic: No longer FCM notification (working since months)
- Replies: 26
- Views: 62832
- Sat Jun 25, 2022 11:03 am
- Forum: Mobile Apps and Event Server
- Topic: No longer FCM notification (working since months)
- Replies: 26
- Views: 62832
Re: No longer FCM notification (working since months)
Same here, no more notifications on our two Android phones since (I don't know exactly) 24 hours or so... Is this a general issue?
- Wed Jan 12, 2022 8:39 am
- Forum: Mobile Apps and Event Server
- Topic: ZoneMinder Client App
- Replies: 24
- Views: 52285
Re: ZoneMinder Client App
That sounds likely to be the reason. The event playback screen requests the mp4 for the event. I didn't consider that events might be not saved as video. Do you just have it set to save the JPEG frames? I will add a check for this in the next version of the app. Yes, it works now after enabling the ...
- Tue Jan 11, 2022 3:46 pm
- Forum: Mobile Apps and Event Server
- Topic: ZoneMinder Client App
- Replies: 24
- Views: 52285
Re: ZoneMinder Client App
I'm using a Pixel 5 with Android 12.
I don't think my events are saved as video, could this cause this issue?
I don't think my events are saved as video, could this cause this issue?
- Mon Jan 10, 2022 7:56 am
- Forum: Mobile Apps and Event Server
- Topic: ZoneMinder Client App
- Replies: 24
- Views: 52285
Re: ZoneMinder Client App
Perfekt! Thank you very much!
I have a question regarding events:
When I go to the events view and then press the "Eye" button of an event, I just see something like "Event Page 12345". Pressing the "Play" button does not change anything, still an empty page... Any idea?
I have a question regarding events:
When I go to the events view and then press the "Eye" button of an event, I just see something like "Event Page 12345". Pressing the "Play" button does not change anything, still an empty page... Any idea?
- Wed Jan 05, 2022 11:10 am
- Forum: Mobile Apps and Event Server
- Topic: ZoneMinder Client App
- Replies: 24
- Views: 52285
Re: ZoneMinder Client App
Thanks for the update! What I really like is the navigation at the bottom, plus minus and event navigation and so on, well done! A little feature request: It would be nice if I could specify how many columns a view should have. Currently, I have 7 cameras and they are displayed in two columns, but ...
- Tue Jan 04, 2022 10:00 am
- Forum: Mobile Apps and Event Server
- Topic: ZoneMinder Client App
- Replies: 24
- Views: 52285
Re: ZoneMinder Client App
Nice Works very well so far!
I also thought about implementing an app, but didn't find the time until now. Important to me would be the notifications part (with pictures). Are you already working on notifications?
One question: How can I delete a view?
I also thought about implementing an app, but didn't find the time until now. Important to me would be the notifications part (with pictures). Are you already working on notifications?
One question: How can I delete a view?
- Fri Oct 22, 2021 3:52 pm
- Forum: ZoneMinder 1.36.x
- Topic: ZMEVENTNOTIFICATION: Error running model: invalid index to scalar variable
- Replies: 10
- Views: 12308
Re: ZMEVENTNOTIFICATION: Error running model: invalid index to scalar variable
I found the problem and I think there is a bug on lines 156 and 217of /usr/local/lib/python3.8/dist-packages/pyzm/ml/yolo.py file: ln = [ln[i[0] - 1] for i in self.net.getUnconnectedOutLayers()] here the variable i seems to be an index and not an array. I fixed this line by removing the [0]: ln ...