I developed a python script to send JSON messages to an IoT infrastructure. The message incl. a lot of simulated sensor values that are based on a "master" device. There is one valuepair to measure the filling degree of a container [0 - 100 %].
The valuepair should increment starting with 0 to 100 over a few days. The script runs every 20 secs.
Currently I pass a "static" value but I would like to simulate an increase of the value with the result that every simulated device has a different filllevel over 24 hours. I would like to use something as a "trend" to define how much time the device should take to reach 100%.