Page 1 of 1
Option to change logging frequency of temperature devices
Posted: Saturday 14 November 2020 20:57
by foxite
I built a system which publishes the temperature of a pump to MQTT every minute. Domoticz lets me see the current and historical temperature.
The only downside to this setup is that the graph is updated every 5 minutes, while the source updates every minute. I wasn't able to find a way to change the logging frequency of this graph. Assuming there is no way to do it, I'd like to propose this feature.
Re: Option to change logging frequency of temperature devices
Posted: Saturday 14 November 2020 21:10
by waaren
foxite wrote: ↑Saturday 14 November 2020 20:57
I built a system which publishes the temperature of a pump to MQTT every minute. Domoticz lets me see the current and historical temperature.
The only downside to this setup is that the graph is updated every 5 minutes, while the source updates every minute. I wasn't able to find a way to change the logging frequency of this graph. Assuming there is no way to do it, I'd like to propose this feature.
You can use the push functionality to influxDB if the 5 minute interval does not suite your needs. The required code modifications and the performance and database size implications of changing the 5 minutes interval for sensors would be quite significant and therefore not likely to be implemented.
Re: Option to change logging frequency of temperature devices
Posted: Saturday 14 November 2020 21:14
by EddyG
Subscribe to domoticz/out and process in node-red the data every minute.