I see sensors that updated 5 minutes ago but also some that updated 1 day ago, 27 minutes ago, 19, 15, or 9 minutes ago.
Is there a default value? If e.g. 30 minutes (a bit too sparse for my taste), what could be the reason that 2 of them show an update of more than 1 day ago? Bad connectivity? (which I doubt, as the network is well spread) All show battery values of 100% (I just installed them).
Can somebody please let me know if/where in deCONZ I can change the update frequency? I understand that a too high value will drain on the battery, but >1 h is just too much. I prefer to get a value every 15 minutes, if that is possible.
Ah, I see - thanks! So one of my 9 sensors is older/different, and I cannot do much about it. But do I get it right that I can influence the other 8 sensors? I see the same DDT that you posted, but I still do not understand where/what to change (maybe via the GUI cluster info/exec?).
What is the meaning of the min=60 and max=300 intervals and Reportable change=100?
You are on the “name”: “attr/swversion” attribute, this one is the version, it don’t need fast update (it never change), so there is a “poll” set every 24h.
If you search (it’s not visible where you are seing) there is one too for temperature and humidity, but they are here only for security, the normal way is using the reporting (where values are inferior at refresh.interval).
So yes you can use the GUI, but better to use text editor if you can, sometime the editor make “magic” and change other fields you don’t want.
Min : The minium delay without report
Max: the maximum delay beetween report
Change : the difference value need to trigger a report
With thoses settings , the device need to make a report at every 0.1°C change, at least every 300s and maximum every 60s.
If you change them, the device need to be reconfigured (the config is on the sensor), and as they are lazy device can take so long time, so you can re-include the device, it will be awake and ready to be re-configured.
some that updated 1 day ago
Here I think you have a problem, not possible, battery issue ?
Reporting are not exact, and device can make like they want, but not possible having 24h without report, can take a look on the API with Phoscon/help/API information/sensors.
You will see “lastupdated” and “lastseen” by clusters