Help for monitoring my own weather station
Moderators: Developers, Moderators
Help for monitoring my own weather station
Hi
I have a personal weather station, Vantage Pro 2 from davis intruments, i want to monitoring the weather station with cacti, i have the davis software (weatherlink) who create graph and html page with the weather data:
http://www.websat-telecom.com/?page=releves
http://www.websat-telecom.com/?page=releves-1-jour
is there someone who can help me ?, thanks.
I have a personal weather station, Vantage Pro 2 from davis intruments, i want to monitoring the weather station with cacti, i have the davis software (weatherlink) who create graph and html page with the weather data:
http://www.websat-telecom.com/?page=releves
http://www.websat-telecom.com/?page=releves-1-jour
is there someone who can help me ?, thanks.
Visit my web site: http://www.websat-telecom.com
Does the program spit out the raw numbers anywhere? If so, then you can write a script to parse them and feed it to cacti.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
Look into a writing a Perl script. Paste a sample of the text file and I'll see what I can do.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
Ok, got the script done. Since the vantage software writes the log file every minute, I have the script read the last entry.
You're going to have to create the data input method, graph template and data template. You might want to use other weather templates on the forum for a guide.
Code: Select all
c:\perl vantagepro.pl downld02.txt
tempout:14.8 hitemp:14.8 lowtemp:14.8 outhum:81 dewpt:11.5 windspeed:0.0 winddir:--- windrun:0.00 windhigh:0.0 windhidir:--- windchill:14.8 heatindex:14.7 thwindex:14.7 bar:1026.2 rain:0.00 rainrate:0.0 heatdd:0.002 cooldd:0.000 intemp:23.3 inhum:46 windsamp:23 windtx:1 iisrecept:100.0 arcint:1
- Attachments
-
- VantagePro.rar
- VantagePro perl script.
- (2.48 KiB) Downloaded 158 times
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
i pick up cacti_host_template_accuweather and try to adapt it for the perl script VantagePro.pl, i have no data in the graph
- Attachments
-
- graph_83_1.png (24.3 KiB) Viewed 2822 times
-
- cacti_host_template_vantage_pro.xml
- modified template
- (60.88 KiB) Downloaded 324 times
Visit my web site: http://www.websat-telecom.com
1) make sure the data input method fields match the ones the script spits out.
2) you'll need to update the rest of the associated templates you used to match the fields my script spits out.
2) you'll need to update the rest of the associated templates you used to match the fields my script spits out.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
Turn the polling level in cacti to debug (Settings | Polling level) for one cycle and paste the output of the actual log file (./cacti/log/cacti.log). If it contains WEBLOG entries, then don't bother posting since they just clutter up the log. Turn off WEBEVENTS logging and try again.
Look for the data being returned by the script.
Look for the data being returned by the script.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
Who is online
Users browsing this forum: No registered users and 0 guests