only save value historical on change and not on interval #1586
killerbeat12
started this conversation in
General
Replies: 2 comments 3 replies
-
That is what thr "Saved if change" does in the Tag options. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi, I imagine that you save data to see it on a chart. if your value does not change for days, your chart is empty (because you need two points to draw a line). it is therefore a good practice to put a minimum interval so that you have values. but if it bothers you, set the interval to 99999! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
is it possible to save a value only on change in the database? if i "enable registration" it will also save a value every "x" sec
![afbeelding](https://private-user-images.githubusercontent.com/60966783/406509478-bbd45842-f7ce-40cb-9845-d1120c20d69c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNDEwNDIsIm5iZiI6MTczOTI0MDc0MiwicGF0aCI6Ii82MDk2Njc4My80MDY1MDk0NzgtYmJkNDU4NDItZjdjZS00MGNiLTk4NDUtZDExMjBjMjBkNjljLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDAyMjU0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ1YjI3MDAxMmQzNDBkOWJiMDliMjk5NDNmMzQ4YjUzNzc0NzRjOGRmODMzNTlkOGZjMWFkNWYwN2JlMjM3MzUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.D3SBRdLfj9YykDhk5EktE-YDfU7xEgqRIv0w_Uht42Y)
![2025-01-24_17h19_24](https://private-user-images.githubusercontent.com/60966783/406509558-5b78d8a2-0c29-4ced-ad79-a88ec8f711d1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNDEwNDIsIm5iZiI6MTczOTI0MDc0MiwicGF0aCI6Ii82MDk2Njc4My80MDY1MDk1NTgtNWI3OGQ4YTItMGMyOS00Y2VkLWFkNzktYTg4ZWM4ZjcxMWQxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDAyMjU0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdiMWFjYzRhMmU1MDY1MTQ5ZWVhYTRkYTU3ODc0NzA3MWJhZmQ1OTY1MzA1ZTg5YTViZWQxY2E1NmNmNzA4ZWImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.j4I-8aniuMehWTqzPtyUM13iQoG0gzshNbERRmbg76E)
i only would like to save the value that is received on change, so no samples saved every "x"sec
Beta Was this translation helpful? Give feedback.
All reactions