on-time in hours

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!

Ian Eagland's picture

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

unique24's picture

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!

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.