Hello!
I want to log the on-time of my heating pump in hours.
The process "on-time" calculate this in seconds ... how can I display the bar chart in hours?
Thank you!
Archived Forum |
|
on-time in hoursSubmitted by unique24 on Sun, 20/04/2014 - 08:26Hello! I want to log the on-time of my heating pump in hours. The process "on-time" calculate this in seconds ... how can I display the bar chart in hours? Thank you! » |
Re: on-time in hours
Hi
Are you running on your own server?
If so I asked Trystan this question back in January. His answer :- (for minutes not hours)
Thats a difficult one without a modification to the input on-time processing function itself. As your running it locally I guess this could be a good option?
If you multipled this line by 1/60 that should work: https://github.com/emoncms/emoncms/blob/master/Modules/input/process_model.php#L271
All the best
Trystan
Regards
Ian
Re: on-time in hours
Hi Ian!
Thank you! But I´m using right now the online service.
I already install emoncms on my server, but want to test first online!