Page 1 of 1

[solved] frequency of power graph

Posted: Saturday 03 September 2016 11:41
by usky73
Hi all
I have connected a MODBUS power meter to domoticz using a bash script that push the power value to domoticz device electric device & counter type.
I am pushing values every minute and it is visible in domoticz.
Up to there everything is fine.
What is not so nice is when I am looking for the graph in the log I am seeing only a value every 5 minutes...

Is it possible to display all the values reported (every minute in my case) ?

Thanks for your help

Re: frequency of power graph

Posted: Saturday 03 September 2016 11:44
by Egregius
You need to change the ShortLogInterval value in the Preferences table of the database.
Also keep in mind that you'll need to change it again after each save in the settings page.
And that it's a general setting for all devices like thermometers, barometers, power meter,... You're database will grow quit fast.

Re: [solved] frequency of power graph

Posted: Sunday 04 September 2016 9:53
by usky73
perfect !
Thanks