Search found 1173 matches

by rockedge
Tue Jan 17, 2017 7:59 pm
Forum: ZoneMinder 1.30.x
Topic: [Solved] Add temperature to image
Replies: 29
Views: 12082

Re: Add temperature to image

your code looks okay.
Is zmTrigger.pl running?
Can you test the string by a telnet connection to port 6802 and sending your command string manually like

Code: Select all

telnet localhost 6802
2|show|255|||22.8 °C 73.0 °F
by rockedge
Tue Jan 17, 2017 6:33 pm
Forum: ZoneMinder 1.30.x
Topic: High CPU when camera is disconnected
Replies: 14
Views: 5915

Re: High CPU when camera is disconnected

I am running into a problem I first noticed working with the master development version 1.30.1 where the /dev/shm creeps upwards until it hits 100% and cameras begin to shut down and the log indicates disk_free_space returned false for /dev/shm I wonder if these are related. the first camera to shut...
by rockedge
Mon Jan 16, 2017 11:09 pm
Forum: ZoneMinder 1.30.x
Topic: [Solved] Add temperature to image
Replies: 29
Views: 12082

Re: Add temperature to image

click on the monitor to open a view window, and look in the URL of the monitor as in the example: http://somedomain.us.to/zm/index.php?view=watch&mid=2 mid=2 is the monitor number in this example. So this would be monitor 2 check yours and replace the 2 with your monitor number in the PERL scrip...
by rockedge
Sun Jan 15, 2017 9:41 pm
Forum: ZoneMinder 1.30.x
Topic: [SOLVED]Stream, Video, Thumbnails work. Frames/Stills dont
Replies: 15
Views: 8519

Re: Stream, Video, Thumbnails work. Frames/Stills dont

Try this.....
stop zoneminder
killall mysqld
restart mysqld
restart zoneminder
force an event to test stills and video.
by rockedge
Sat Jan 14, 2017 2:44 pm
Forum: ZoneMinder 1.30.x
Topic: Frustration finding a straightforward install
Replies: 31
Views: 13215

Re: Frustration finding a straightforward install

here is an easy way to make a USB drive install of the above ISO after booting into the above ISO as a CD 1. format the USB drive using GParted and format to ext4 or ext2 2. create a folder/directory called tahr605 (for example) 3. open up the ISO by clicking on it. copy the entire contents of the I...
by rockedge
Sat Jan 14, 2017 1:40 pm
Forum: ZoneMinder 1.30.x
Topic: Frustration finding a straightforward install
Replies: 31
Views: 13215

Re: Frustration finding a straightforward install

Download and burn to CD or install to HDD. Zoneminder will run on boot...WAIT 2-3 minutes for the servers to start. IMPORTANT --- ON FIRST RUN. Let ZoneMinder start up. Then open a terminal and enter-> #zoneminder stop #killall mysqld #mysqld close the terminal. Open a new terminal and #zoneminder s...
by rockedge
Fri Jan 13, 2017 2:23 pm
Forum: ZoneMinder 1.30.x
Topic: Frustration finding a straightforward install
Replies: 31
Views: 13215

Re: Frustration finding a straightforward install

I am halfway finished with a complete, working out of the box version of Puppy Linux Tahr 6.0.5 with ZM 1.30.1. This one you will be able to burn a CD or install directly to USB or a frugal or a full install as well. The system will start on bootup with Apache,mysql and ZoneMinder running. Opening t...
by rockedge
Thu Jan 12, 2017 1:53 pm
Forum: ZoneMinder 1.30.x
Topic: Frustration finding a straightforward install
Replies: 31
Views: 13215

Re: Frustration finding a straightforward install

I am constructing a new ISO of Puppy Linux tahr 6.0.5 and ZM 1.30.1 that is trouble free. Seems the version your struggling with has too much to repair to make it any fun to work with. I will try to make it a turn the key and go set up. I think there are database files missing and possibly missing t...
by rockedge
Wed Jan 11, 2017 4:12 pm
Forum: Non-ZoneMinder Chat
Topic: iSmartAlarm Spot, Netatmo Welcome, Kuna, Homeboy in ZoneMinder?
Replies: 1
Views: 5248

Re: iSmartAlarm Spot, Netatmo Welcome, Kuna, Homeboy in ZoneMinder?

Can you connect to these cameras with VLC? IF so you should be able to have ZM connect to these cameras.
by rockedge
Tue Jan 10, 2017 10:06 pm
Forum: ZoneMinder 1.30.x
Topic: [Solved] Add temperature to image
Replies: 29
Views: 12082

Re: Add temperature to image

the php script communicates with the socket zmTrigger.pl creates. Also do not forget to check the options in ZoneMinder that in Options->Systems->OPT_TRIGGERS is checked and turned on. The PERL part was for the CRON job set up. There are several different ways to do it. The PERL script could be modi...
by rockedge
Tue Jan 10, 2017 2:28 pm
Forum: ZoneMinder 1.30.x
Topic: [Solved] Add temperature to image
Replies: 29
Views: 12082

Re: Add temperature to image

here is an example of 2 scripts that work together but of course they could be done completely in PERL or PHP and stand alone. <?php // monck-usb-temp3.php // $monitor = $_REQUEST['mon']; $extTrigger = $_REQUEST['ext']; $json_string = file_get_contents_curl("http://api.wunderground.com/api/xxxx...
by rockedge
Tue Jan 10, 2017 2:13 pm
Forum: ZoneMinder 1.30.x
Topic: [Solved] Add temperature to image
Replies: 29
Views: 12082

Re: Add temperature to image

I use a script that polls a weather service server for my local temperatures. Then using zmTrigger.pl as described above using the %Q place holder in the Timestamp and using "show" in the command string for zmTrigger.pl to display it. I also use this method to indicate when an external rem...
by rockedge
Tue Jan 10, 2017 1:11 pm
Forum: ZoneMinder 1.30.x
Topic: Frustration finding a straightforward install
Replies: 31
Views: 13215

Re: Frustration finding a straightforward install

sorry! to fix this go to /var/run and create a directory called "mysqld" open a terminal in the directory and type: #chown -R mysql mysqld goto /var/log and create a directory called "mysql" open a terminal and type: #mysqld close the terminal and try to run zoneminder by opening...
by rockedge
Fri Jan 06, 2017 7:06 pm
Forum: ZoneMinder 1.30.x
Topic: Motion filter Email setup
Replies: 5
Views: 27740

Re: Motion filter Email setup

this filter works for me and sends 1 email per event -> Frames -> Greater than or equal to -> 1 and Cause -> not equal to -> Signal #this prevents false alarm email because of a camera signal interruption. remove or create another filter to send email, if camera drops out and you want be notified wi...
by rockedge
Fri Jan 06, 2017 3:23 pm
Forum: ZoneMinder 1.30.x
Topic: Frustration finding a straightforward install
Replies: 31
Views: 13215

Re: Frustration finding a straightforward install

I have a friend who is a tech document writer for a company that constructs high end electronic control systems and harnesses for companies like OTIS Elevator....you know the guy who has to write all the docs about how the item is made, tested and used.....so later if they need to make more they'll ...