summaryrefslogtreecommitdiff
path: root/make_photo
diff options
context:
space:
mode:
authorRobert Scheibe <rob.scheibe@gmail.com>2024-12-23 00:33:15 +0100
committerRobert Scheibe <rob.scheibe@gmail.com>2024-12-23 00:33:15 +0100
commit8bab6a72c76fd6ace5d784b1b09745c518cbe6bf (patch)
treec4f4b8df3ffbfbc060d7057bd593e6ede63d7f66 /make_photo
parentab7db5a0767e24adfc13ce82ddabb452b3bfa687 (diff)
added dht11 reading for room temperature and moisture
Diffstat (limited to 'make_photo')
-rwxr-xr-xmake_photo4
1 files changed, 2 insertions, 2 deletions
diff --git a/make_photo b/make_photo
index 3123525..76c9918 100755
--- a/make_photo
+++ b/make_photo
@@ -8,6 +8,6 @@ rpicam-still -o $image
#add date string
convert $image -resize 1024x768 -gravity SouthEast -font DejaVu-Sans -pointsize 50 -stroke black -undercolor black -fill "rgba(255,255,255,0.5)" -annotate +30+30 "$(date +\\'%Y-%m-%d %H:%M\')" $image
#read cpu temp
-read_temperature.py
+read_dht11.py
#plot cpu temp
-plot.py $image $image
+plot_new.py $image $image