-
Notifications
You must be signed in to change notification settings - Fork 22
graphlist
With only the daily average shown;
For location based sunset/sunrise times this uses the python module suntime which can be installed using;
pip3 install suntime
or using the gui install dialogue.
Each day is given it's own colour to help see daily patterns.
calculates the time difference between log entries, useful for check for intermittent sensors.
the difference in values between each log entry
This is not a very good graph, it needs reworking but it can be useful in select situations.
It attempts to detect the positive and negative movements in the value and mark the change of the value per hour, the value change per period of change, and the duration of the period of change.
Changed the log_window_size option will help tune results depending on the log size and granularity required.
A bar graph using pictures, this takes an image (pic_to_use=flower.png) and divides it into three sections repeating or stretching the middle section to fill the bar. These are set with top_cut_location and bottom_cut_location which are the amount of pixels down from the top.
use_val_set= day average, middle_method = repeat,