Search found 3 matches

by pederU
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: fuTelldus - PHP application for sensor-logging
Replies: 184
Views: 462258

Re: fuTelldus - PHP application for sensor-logging

fatuus wrote:
pain123 wrote:Have finally managed to get a working Events page, where I to begin with can enable and disable my events! If you are interested then send a PM to know how to do!
:clap:
/A
I´m interested in your settings page and enable and disable events!

I second that.
by pederU
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: fuTelldus - PHP application for sensor-logging
Replies: 184
Views: 462258

Re: fuTelldus - PHP application for sensor-logging

Hi there. I have made a combined chart for all the sensors. <script src="lib/packages/Highstock-1.3.1/js/highstock.js"></script> <script src="lib/packages/Highstock-1.3.1/js/modules/exporting.js"></script> <?php // Set how long back you want to pull data $showFromDate = time() - ...
by pederU
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: fuTelldus - PHP application for sensor-logging
Replies: 184
Views: 462258

Re: fuTelldus - PHP application for sensor-logging

After I updated to DSM 6 the cronjob stopped working, but a lot of googling finally gave results. If you change the command-line in the chrontab from: /usr/bin/php /volume1/web/futelldus/cron_temp_log.php /usr/bin/php /volume1/web/futelldus/cron_schedule.php to: php56 /volume1/web/futelldus/cron_tem...