Webcam no insert data
Posted: Tue Nov 13, 2018 3:28 pm
updateWebcam.php well runs. Pictures and Thumbnails are stored. However, the data are not written in the table "webcam" at database.
with manual update I receive this message
Save interval elapsed.
Webcam image being saved.
INSERT INTO webcam (DateTime, T, H, P, R, RR, S, W, G, img) VALUES ('2018-11-13 16:13:34',10.9, 96.6, 1024.800, , , 0, 1.7, 2.9, '201811131613')
No images older than 2018-10-15 00:00:00 Loaded CRON: /var/www/html/template/load/crons/updateWebcam.php
Does somebody has any idea?
Problem solved. I use no rain sensor. -> no data in $R and $RR.
with manual update I receive this message
Save interval elapsed.
Webcam image being saved.
INSERT INTO webcam (DateTime, T, H, P, R, RR, S, W, G, img) VALUES ('2018-11-13 16:13:34',10.9, 96.6, 1024.800, , , 0, 1.7, 2.9, '201811131613')
No images older than 2018-10-15 00:00:00 Loaded CRON: /var/www/html/template/load/crons/updateWebcam.php
Does somebody has any idea?
Problem solved. I use no rain sensor. -> no data in $R and $RR.