Incorrect lastUpdate.minutesAgo value in DzVents – 2025.2 (build 17252)
Posted: Tuesday 24 February 2026 23:19
Domoticz version: 2025.2 (build 17252)
Platform: (Raspbian 13.2)
After upgrading to the latest beta version 2025.2 (build 17252), I noticed an issue with the lastUpdate.minutesAgo parameter in DzVents.
I am using OWFS 1-Wire temperature sensors.
The sensors update correctly — at least once per minute (confirmed in the device log and hardware level).
In my DzVents scripts, I check:
device.lastUpdate.minutesAgo
Since the last update, even though the sensor was updated less than a minute ago, Domoticz shows an increasing minutesAgo value indefinitely for randomly selected sensors.
The value keeps increasing as if the device had not been updated at all, while in reality:
The device value is changing correctly.
The device “Last Update” timestamp in the UI appears correct.
Only lastUpdate.minutesAgo in DzVents is incorrect.
The issue does not affect all sensors at once — it appears randomly on different OWFS devices.
The same scripts worked correctly in previous versions.
Platform: (Raspbian 13.2)
After upgrading to the latest beta version 2025.2 (build 17252), I noticed an issue with the lastUpdate.minutesAgo parameter in DzVents.
I am using OWFS 1-Wire temperature sensors.
The sensors update correctly — at least once per minute (confirmed in the device log and hardware level).
In my DzVents scripts, I check:
device.lastUpdate.minutesAgo
Since the last update, even though the sensor was updated less than a minute ago, Domoticz shows an increasing minutesAgo value indefinitely for randomly selected sensors.
The value keeps increasing as if the device had not been updated at all, while in reality:
The device value is changing correctly.
The device “Last Update” timestamp in the UI appears correct.
Only lastUpdate.minutesAgo in DzVents is incorrect.
The issue does not affect all sensors at once — it appears randomly on different OWFS devices.
The same scripts worked correctly in previous versions.