update crontab
This commit is contained in:
parent
e154723fbe
commit
277e5c0ba3
@ -4,7 +4,7 @@ to execute the scripts to read the data from the temp sensors add the following
|
|||||||
|
|
||||||
crontab -e
|
crontab -e
|
||||||
|
|
||||||
*/1 * * * * /usr/bin/python /home/pi/raspberrypi-temp-sensors/mqtt_publish_temp.py familyroom >> ~/tempFamilyroom.log 2>&1
|
*/1 * * * * /usr/bin/python2 /home/pi/raspberrypi-temp-sensors/mqtt_publish_temp.py familyroom >> ~/tempFamilyroom.log 2>&1
|
||||||
*/1 * * * * sudo /usr/bin/python2 /home/pi/raspberrypi-temp-sensors/readBresserTempSensor.py >> ~/readBresserTempSensor.log 2>&1
|
*/1 * * * * sudo /usr/bin/python2 /home/pi/raspberrypi-temp-sensors/readBresserTempSensor.py >> ~/readBresserTempSensor.log 2>&1
|
||||||
*/2 * * * * /usr/bin/python3 /home/pi/raspberrypi-temp-sensors/readHomematicIP.py >> ~/readHomematicIP.log 2>&1
|
*/2 * * * * /usr/bin/python3 /home/pi/raspberrypi-temp-sensors/readHomematicIP.py >> ~/readHomematicIP.log 2>&1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user