Slow Power Meter Update speed
-
Is there a way to make the power meters update more quickly in domoticz? Sensors are sending data normally, but it seems Domoticz is designed to wait minutes between updates. I need a quicker solution so I am open to any suggestion. I also thought to use RPI GPIO to read pulses but I haven't found much on how to implement it in domoticz
-
Is there a way to make the power meters update more quickly in domoticz? Sensors are sending data normally, but it seems Domoticz is designed to wait minutes between updates. I need a quicker solution so I am open to any suggestion. I also thought to use RPI GPIO to read pulses but I haven't found much on how to implement it in domoticz
@gohan from what I have understood, the Domoticz developer(s) believe that storing data is dangerous and should be done only when absolutely necessary, and then only as minimal as possible. Therefore, Domoticz throws away all data that is received more often than 5 minutes.
See discussion from last week: https://forum.mysensors.org/topic/7347/how-to-graph-datapoints-more-often-than-once-every-5-minutes
-
It is showing temperatures changes very quickly as it is showing switches changing status (1 or 2 seconds delay, but it is still quick enough). I have both pulse meter and a sonoff pow that are sending data (sonoff is using mqtt so data is sent quickly), but the domoticz dashboard isn't updating even if you actually see the timestamp being updated.
-
It is showing temperatures changes very quickly as it is showing switches changing status (1 or 2 seconds delay, but it is still quick enough). I have both pulse meter and a sonoff pow that are sending data (sonoff is using mqtt so data is sent quickly), but the domoticz dashboard isn't updating even if you actually see the timestamp being updated.
@gohan said in Slow Power Meter Update speed:
It is showing temperatures changes very quickly as it is showing switches changing status (1 or 2 seconds delay, but it is still quick enough). I have both pulse meter and a sonoff pow that are sending data (sonoff is using mqtt so data is sent quickly), but the domoticz dashboard isn't updating even if you actually see the timestamp being updated.
Hi!
Did you manages to solve this?
Using version: 4.9700 and have the same slow updates...