maxHours and maxMinutes don't work correctly (for me)
Posted: Friday 28 December 2018 9:22
hello
i want to log 36 hours of data temperature in history.
i try
and
but only 100 items are in the data file
i try also
for test, same result.
maybe i don't use this function correctly?
domoticz v4.10267
edit : sorry i don't use the bugs subforum. you can move this post.
i want to log 36 hours of data temperature in history.
i try
Code: Select all
data = {
temperatures = { history = true, maxHours = 36 },
},Code: Select all
data = {
temperatures = { history = true, maxMinutes = 2160 },
},i try also
Code: Select all
data = {
temperatures = { history = true, maxHours = 36, maxMinutes = 2 },
},maybe i don't use this function correctly?
domoticz v4.10267
edit : sorry i don't use the bugs subforum. you can move this post.