Search found 8 matches
- Thu Jun 01, 2017 8:31 pm
- Forum: User Contributions
- Topic: [Guide] How to toggle ZoneMinder's Run State (home/away) based on your location using IFTTT on Android/iPhone
- Replies: 15
- Views: 43147
Re: [Guide] How to toggle ZoneMinder's Run State (home/away) based on your location using IFTTT on Android/iPhone
Old topic but I just wanted to say thanks for your work and also report on a few things I found when trying this. 1. The script works well for me but takes about 20 seconds to complete so as a result I found the IFTTT maker would always end up skipped due to timeout. 2. IFTTT is also a little ...
- Sun Jan 15, 2017 3:20 pm
- Forum: User Contributions
- Topic: [Guide] How to toggle ZoneMinder's Run State (home/away) based on your location using IFTTT on Android/iPhone
- Replies: 15
- Views: 43147
Re: [Guide] How to toggle ZoneMinder's Run State (home/away) based on your location using IFTTT on Android/iPhone
I finally got this working. Curl was installed incorrectly was what was causing me problems. There were 2 issues with the PHP script, as written: 1 - Curl will not allow SSL cert mismatches in name, so care must be taken in aligning the call to the webservers domain name to align with the name used ...
- Mon Jan 02, 2017 1:17 pm
- Forum: User Contributions
- Topic: [Guide] How to toggle ZoneMinder's Run State (home/away) based on your location using IFTTT on Android/iPhone
- Replies: 15
- Views: 43147
Re: [Guide] How to toggle ZoneMinder's Run State (home/away) based on your location using IFTTT on Android/iPhone
This suggests that you need to run the following: sudo apt-get install php5-curl Yep, I had done that already. I used "php-curl" instead of "php5-curl" which is supposed to install the correct version, since Im already running V7. Still no workie. Something is whacked between php and curl, and I ...
- Sat Dec 31, 2016 6:32 pm
- Forum: User Contributions
- Topic: [Guide] How to toggle ZoneMinder's Run State (home/away) based on your location using IFTTT on Android/iPhone
- Replies: 15
- Views: 43147
Re: [Guide] How to toggle ZoneMinder's Run State (home/away) based on your location using IFTTT on Android/iPhone
Experimenting with this (thanks much for the post!) I am getting following error: PHP Fatal error: Uncaught Error: Call to undefined function curl_init() but if I do a curl -V from console, I get: curl 7.47.0 (x86_64-pc-linux-gnu) libcurl/7.47.0 GnuTLS/3.4.10 zlib/1.2.8 libidn/1.32 librtmp/2.3 ...
- Sun Nov 20, 2016 5:13 pm
- Forum: ZoneMinder 1.30.x
- Topic: Modect stays active
- Replies: 14
- Views: 7347
Re: Modect stays active
I'm also having this issue after using this method to change Run State via the API (thereby changing some cameras from "Modect" to "Monitor"). Cameras in "Monitor" mode are still alarming and recording events.
The change to MonitorsController.php hasn't fixed it.
The change to MonitorsController.php hasn't fixed it.
- Sun Nov 20, 2016 3:58 pm
- Forum: User Contributions
- Topic: HOWTO:Zoneminder recording if your 'iPhone' is out of home
- Replies: 18
- Views: 28978
Re: HOWTO:Zoneminder recording if your 'iPhone' is out of home
In case anyone's interested, here's an alternative method that I came up with that uses IFTTT: viewtopic.php?f=9&t=25499
- Sun Nov 20, 2016 3:51 pm
- Forum: User Contributions
- Topic: [CentOS] Work-around proposal for disabling Selinux partially
- Replies: 1
- Views: 3870
Re: [CentOS] Work-around proposal for disabling Selinux partially
Thanks for this, I'm giving it a shot on Fedora 23. Also keen to avoid disabling SELinux altogether.
- Sun Nov 20, 2016 2:59 pm
- Forum: User Contributions
- Topic: [Guide] How to toggle ZoneMinder's Run State (home/away) based on your location using IFTTT on Android/iPhone
- Replies: 15
- Views: 43147
[Guide] How to toggle ZoneMinder's Run State (home/away) based on your location using IFTTT on Android/iPhone
Hi everyone, First post! I've managed to get geofencing working with my Android phone using IFTTT's Maker Channel to toggle my ZoneMinder Run State depending on whether I'm home or away. The same should work for iPhones. Here's how: Note: You'll need to make sure that your ZoneMinder server is ...