Left Top
About
Code
Contact
Digitemp
Jabber
Write-Ups
Blank
w3c_v
Illx Logo
 
Code | Requirements | Changes | Documentation
version 2.6.1
 

With my additions to digitemp, another configuration file is now needed.
The name of the configuration file is .digitemprc_mysql
It takes the following paramaters:

paramvalue
DBNAMEDATABASE_NAME
DBUSERDATABASE_USERNAME
DBPASSDATABASE_PASSWORD
DBHOSTHOSTNAME_WHERE_MYSQL_DB_LIVES

Please note that there is only one space between the param and value

Currently, I have digitemp run on a cron to take temps on my sensors
every 5 minutes. Below is the cron entry:
0-55/5 * * * *  cd /home/user/digitemp-2.6.1;./digitemp -q -e

Also, more documentation on Home