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.