I have managed to write code that updates ( although sometimes the Atmega crashes ) the Domoticz database.
I wanted to ask, how often can it be updated ( ignoring of course the faster growth of the database size ) ?
Currently I have
every 5 minutes for each sensor
every 20 seconds for each sensor
in addition, I check the hysteresis of the sensors and the states of the inputs and if the indications have not changed, I do not send.
I wanted to ask, how often can it be updated ( ignoring of course the faster growth of the database size ) ?
Currently I have
every 5 minutes for each sensor
every 20 seconds for each sensor
in addition, I check the hysteresis of the sensors and the states of the inputs and if the indications have not changed, I do not send.