You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is moved over from the core repo. The complete issue can be read over there: smarthomeNG/smarthome#285
To reduce superfluous data it would be nice if logging of values to the database could be prevented if not a minimal difference to the last logged value is reached.
Use cases:
Values sent by physical sensors (like temperature, brightness, distance or flow sensor) often wobble in short intervals between two values (e.g. 24.1°C and 24.2°C and back again).
Unfortunately not every sending device allows to prevent this.
Sometimes an exact value is needed for live operations but for logging less precission would be sufficient.
The text was updated successfully, but these errors were encountered:
I do not think we should implement this. If one is needing a kind of wobbling prevention we can introduce a helper Item that saves values dewobbled to a database.
Have a main item that receives a measurement and the helper item that is triggered by the measurement item and that has an eval that calculates the difference between last set value and the new current value to be set in measurement item.
Maybe someone has a usecase and is able to produce an example to put it docu?
This issue is moved over from the core repo. The complete issue can be read over there: smarthomeNG/smarthome#285
The text was updated successfully, but these errors were encountered: