Currently, the x-axis time span for the plotted data is based on the available data in the sensor. However, the expected behavior should follow the user’s specified time span. For example, if a user requests a time span of 2022-01-01 -> 2025-01-01, the x-axis should reflect that, even if the available sensor data is different.
Example
For this example Senors 1 only has data from 2024-09-10 -> 2024-09-11 when we call show beliefs from 2024-01-01 -> 2025-01-01 we get only 2024-09-10 -> 2024-09-11 on x axis.
Command:
flexmeasures show beliefs --sensor 1 --start 2024-01-01T00:00:00+01:00 --duration P1Y
Description:
Currently, the x-axis time span for the plotted data is based on the available data in the sensor. However, the expected behavior should follow the user’s specified time span. For example, if a user requests a time span of
2022-01-01 -> 2025-01-01
, the x-axis should reflect that, even if the available sensor data is different.Example
For this example Senors 1 only has data from 2024-09-10 -> 2024-09-11 when we call show beliefs from 2024-01-01 -> 2025-01-01 we get only 2024-09-10 -> 2024-09-11 on x axis.
Command:
Output
The x-axis should reflect the time span from 2024-01-01 -> 2025-01-01, even if the available sensor data only spans part of that time range.