Page 1 of 1

How to change the refresh rate of domoticz?

Posted: Tuesday 27 September 2016 0:53
by vaibhav
Hello everyone,

I have connected temperature sensor DS18B20 to domoticz using MySensors library.
Temperature sensor is sending the temperature values once every 2 seconds but the value is being updated on domoticz once about 10 seconds.
How can I make it update the values faster?

Thank You,
Vaibhav

Re: How to change the refresh rate of domoticz?

Posted: Tuesday 27 September 2016 8:05
by cogliostrio
You should probably look into a custom frontpage. I have seen some around here that I think updates more often than the standard domo interface.

On the other hand, what is it that your monitoring that is so critical you need updates so often?

Re: How to change the refresh rate of domoticz?

Posted: Tuesday 27 September 2016 8:13
by vaibhav
cogliostrio wrote:You should probably look into a custom frontpage. I have seen some around here that I think updates more often than the standard domo interface.

On the other hand, what is it that your monitoring that is so critical you need updates so often?
I am working on a plant project that needs monitoring of few parameters like temp and humidity pretty fast. Which custom frontpage are you talking about? Can you direct me to it?
Also is there a way to force update by a click of a button or something?

Re: How to change the refresh rate of domoticz?

Posted: Tuesday 27 September 2016 8:31
by cogliostrio
Sorry, I cant remember any specifics, you'd have to look around the forum.

A script/blockly event runs every second, acting on whatever input domotcz has then, so you could stil automate water/air etc needed based on your input. Or are you manually going to monitor the web interface, then do something based on temp/hum? Seems like a weird thing to do on an automation forum :P

Re: How to change the refresh rate of domoticz?

Posted: Tuesday 27 September 2016 8:42
by vaibhav
:D
I know. Requirements state that the readings should be monitored quicker but 10sec is too much for the professors.

I'll look around for the custom front-page. There scripts your stew talking about, do we have to write them ourselves? Is there any tutorial or guide on how to do it?