Hello, I want to calculate/display the differences between two values. Meaning: 1. I check a sensor and get value 5000 2. the next check returns 5010 -> I want the sensor to show +10. 3. The next check returns 5100 -> I want the sensor to show +90
Is that possible?
Add comment