Difference between revisions of "Template:PVLngScript"
From PhotoVoltaic Logger new generation
m  | 
				m  | 
				||
| (2 intermediate revisions by the same user not shown) | |||
| Line 48: | Line 48: | ||
Run the script with your config in test & debug mode (-tv)  | Run the script with your config in test & debug mode (-tv)  | ||
| − |   $ ./{{{script}}} -tv your_config.conf {{{testoutput}}}  | + |   $ ./{{{script}}} -tv your_config.conf  | 
| + |  {{{testoutput}}}  | ||
If you get no error messages here, run live in verbose mode (-v). The output should look like this with HTTP code 201 meaning data added.  | If you get no error messages here, run live in verbose mode (-v). The output should look like this with HTTP code 201 meaning data added.  | ||
| − |   $ ./{{{script}}} -v your_config.conf {{{liveoutput}}}  | + |   $ ./{{{script}}} -v your_config.conf  | 
| + |  {{{liveoutput}}}  | ||
== Cron ==  | == Cron ==  | ||
You can run the script around the clock with a cron tab entry like this:  | You can run the script around the clock with a cron tab entry like this:  | ||
  * * * * * /path/to/PVLng-scripts/{{{script}}} your_config.conf  |   * * * * * /path/to/PVLng-scripts/{{{script}}} your_config.conf  | ||
Latest revision as of 12:32, 9 September 2014
Contents
{{{description}}}
Location
{{{script}}}
Configuration example
{{{config_dist}}}
Copy this file and edit for your needs.
Test
Run the script with your config in test & debug mode (-tv)
$ ./{{{script}}} -tv your_config.conf
{{{testoutput}}}
If you get no error messages here, run live in verbose mode (-v). The output should look like this with HTTP code 201 meaning data added.
$ ./{{{script}}} -v your_config.conf
{{{liveoutput}}}
Cron
You can run the script around the clock with a cron tab entry like this:
* * * * * /path/to/PVLng-scripts/{{{script}}} your_config.conf