Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 435 display sensor charts on asset page #449

Merged
merged 96 commits into from Jul 12, 2022

Commits on Jun 23, 2022

  1. Show updated sensor data and annotations together

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    76499dc View commit details
    Browse the repository at this point in the history
  2. Show spinner while fetching new data

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    51aff4e View commit details
    Browse the repository at this point in the history
  3. Switch from id-based styling to class-based styling

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    bf6c5c7 View commit details
    Browse the repository at this point in the history
  4. Move styling to css, and lower spinner

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    9fd91f1 View commit details
    Browse the repository at this point in the history
  5. Simplify and streamline datepicker fontsize

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    546cb65 View commit details
    Browse the repository at this point in the history
  6. Streamline datepicker margins

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    39e3cef View commit details
    Browse the repository at this point in the history
  7. Add margins and side panel activated on hover

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    4dae1a0 View commit details
    Browse the repository at this point in the history
  8. Correct margins and padding of side panel to allow for custom ranges …

    …at the bottom of the calendar
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    f64b6e5 View commit details
    Browse the repository at this point in the history
  9. Show single month

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    cf13a78 View commit details
    Browse the repository at this point in the history
  10. Fewer custom ranges

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    6939384 View commit details
    Browse the repository at this point in the history
  11. Side panel rounded similar to buttons rather than similar to cards

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    8fb6406 View commit details
    Browse the repository at this point in the history
  12. Align box shadows of cards and calendar

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    1ccfcc9 View commit details
    Browse the repository at this point in the history
  13. Non-transparent cards

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    37521cc View commit details
    Browse the repository at this point in the history
  14. Simplified padding notation

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    48e36e9 View commit details
    Browse the repository at this point in the history
  15. Move chart actions buttons away from the card's corner (negative margin)

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    5d3db6e View commit details
    Browse the repository at this point in the history
  16. Rotate y-axis labels to improve legibility

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    6384e24 View commit details
    Browse the repository at this point in the history
  17. Remove sensor chart title if the same information is already containe…

    …d in the y-axis label
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    c6478e1 View commit details
    Browse the repository at this point in the history
  18. Move unit to right side of tooltip

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    97b2bc9 View commit details
    Browse the repository at this point in the history
  19. Style predefined datetime ranges

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    c8e5dd5 View commit details
    Browse the repository at this point in the history
  20. Raise column to top without requiring flex display

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    a12acf6 View commit details
    Browse the repository at this point in the history
  21. Rename sidepanel class and separate styling specific to the sidepanel…

    … being on the left
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    2208986 View commit details
    Browse the repository at this point in the history
  22. Show spinner only while the promise is being fulfilled

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    50fb0d5 View commit details
    Browse the repository at this point in the history
  23. Cancel previous request when the user makes a new request

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    ff62e43 View commit details
    Browse the repository at this point in the history
  24. Do not let spinner block the full page height, so the sensor table na…

    …vigation can still be used
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    2c9c0ad View commit details
    Browse the repository at this point in the history
  25. Change header and label colors inside the sidepanel to contrast again…

    …st the sidepanel background
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    e266ba9 View commit details
    Browse the repository at this point in the history
  26. Style navbar logo to have a consistent height and adjust the width of…

    … the navbar-header accordingly
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    fb3d9e0 View commit details
    Browse the repository at this point in the history
  27. Actually load intended font

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    20726b2 View commit details
    Browse the repository at this point in the history
  28. Enforce separation of time axis labels

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    e650208 View commit details
    Browse the repository at this point in the history
  29. Add return type annotation and docs: applying chart defaults returns …

    …a dictionary with vega-lite specs
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    0fe334e View commit details
    Browse the repository at this point in the history
  30. Resolve hover glitch when exiting either the list of months or the li…

    …st of years with the pointer. This stops the side panel from collapsing and reopening.
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    b25d23d View commit details
    Browse the repository at this point in the history
  31. Enable swiping for left sidepanel

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    1370f86 View commit details
    Browse the repository at this point in the history
  32. Stop using redundant litepicker plugin, which was messing with calend…

    …ar styling
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    9d8d627 View commit details
    Browse the repository at this point in the history
  33. Fix test

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    d21cf3f View commit details
    Browse the repository at this point in the history
  34. Changelog entry

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    a6c1c9b View commit details
    Browse the repository at this point in the history
  35. Synchronize styling of user pages

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    241ef02 View commit details
    Browse the repository at this point in the history
  36. Style header action buttons

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    7aaef2b View commit details
    Browse the repository at this point in the history
  37. Fix test

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    be45711 View commit details
    Browse the repository at this point in the history
  38. Allow passing a default to get_attribute

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    b4b8bd7 View commit details
    Browse the repository at this point in the history
  39. Add timezone and timerange properties to asset

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    ec351f8 View commit details
    Browse the repository at this point in the history
  40. Expose asset properties pertaining to its sensor data as a new dev AP…

    …I endpoint
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    2cbbea7 View commit details
    Browse the repository at this point in the history
  41. Speed up one case of belief searches

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    979f637 View commit details
    Browse the repository at this point in the history
  42. Move loading of js scripts to base.html

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    2c59f48 View commit details
    Browse the repository at this point in the history
  43. Add chart specs for showing multiple sensors

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    046574a View commit details
    Browse the repository at this point in the history
  44. Add methods to search beliefs for an asset's sensors and for creating…

    … a chart of an asset's sensors
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    145e4f3 View commit details
    Browse the repository at this point in the history
  45. Add endpoints to retrieve an asset chart and chart data

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    ae61779 View commit details
    Browse the repository at this point in the history
  46. Make sensor data a first class citizen of the asset page

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    56ceab6 View commit details
    Browse the repository at this point in the history
  47. Less margin around sensor listing on asset page

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    e873d60 View commit details
    Browse the repository at this point in the history
  48. black and flake8

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    aa4211e View commit details
    Browse the repository at this point in the history
  49. Fix test

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 23, 2022
    Copy the full SHA
    33b36c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Use join instead of concat in order to handle non-unique join keys; t…

    …hat is, when sensor A has data for an event that sensor B does not have data for, the resulting DataFrame should get a row for that event, with a NaN value in the column of sensor B.
    
    Also, return an empty frame with the expected columns and indices in case no sensor was passed.
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 24, 2022
    Copy the full SHA
    3b9eca9 View commit details
    Browse the repository at this point in the history
  2. Refactor: avoid redundant join and filter in case account_name is None

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 24, 2022
    Copy the full SHA
    4e18332 View commit details
    Browse the repository at this point in the history
  3. Future annotations

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 24, 2022
    Copy the full SHA
    e6fd7f5 View commit details
    Browse the repository at this point in the history
  4. Allow showing public sensors, too

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 24, 2022
    Copy the full SHA
    e87e5c9 View commit details
    Browse the repository at this point in the history
  5. Fix sidepanel text color for small screens

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 24, 2022
    Copy the full SHA
    bcdf944 View commit details
    Browse the repository at this point in the history
  6. Add clickable sidepanel labels

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 24, 2022
    Copy the full SHA
    48d4e96 View commit details
    Browse the repository at this point in the history
  7. Refactor sidepanel script to base

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 24, 2022
    Copy the full SHA
    7354559 View commit details
    Browse the repository at this point in the history
  8. Keep all indices, instead of just those of the first sensor

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 24, 2022
    Copy the full SHA
    59fd47f View commit details
    Browse the repository at this point in the history
  9. Resample to the smallest resolution

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 24, 2022
    Copy the full SHA
    e8a60ff View commit details
    Browse the repository at this point in the history
  10. Expand chart descriptions

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 24, 2022
    Copy the full SHA
    e4f27d5 View commit details
    Browse the repository at this point in the history
  11. Rename default asset chart

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 24, 2022
    Copy the full SHA
    f64b87f View commit details
    Browse the repository at this point in the history
  12. Increase default height of vertically concatenated charts

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 24, 2022
    Copy the full SHA
    1019905 View commit details
    Browse the repository at this point in the history
  13. Show tooltip of the nearest data point when hovering over the chart

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 24, 2022
    Copy the full SHA
    3f2f5cb View commit details
    Browse the repository at this point in the history
  14. Remove unused transform

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 24, 2022
    Copy the full SHA
    cb521e0 View commit details
    Browse the repository at this point in the history
  15. Add line layer

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 24, 2022
    Copy the full SHA
    5c2f89d View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Sort sensors by the order given in sensor_ids, and avoid double senso…

    …r listings for public assets
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 5, 2022
    Copy the full SHA
    439f0f1 View commit details
    Browse the repository at this point in the history
  2. Make sensors_to_show an asset property, and avoid getting redundant c…

    …hart data
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 5, 2022
    Copy the full SHA
    83d1a22 View commit details
    Browse the repository at this point in the history
  3. Refactor

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 5, 2022
    Copy the full SHA
    d9d5f06 View commit details
    Browse the repository at this point in the history
  4. Pass sensors to show if requesting a chart including data

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 5, 2022
    Copy the full SHA
    9f6c860 View commit details
    Browse the repository at this point in the history
  5. Add timezone warning

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 5, 2022
    Copy the full SHA
    ba1d982 View commit details
    Browse the repository at this point in the history
  6. Cannot compute minimum event resolution without data

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 5, 2022
    Copy the full SHA
    c1e9423 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Fix the with_appcontext_if_needed decorator in case `flexmeasures run…

    …` is used to set up a local development server
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 6, 2022
    Copy the full SHA
    72fd34d View commit details
    Browse the repository at this point in the history
  2. Only start spinner upon loading data, not upon loading the page or th…

    …e chart.
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 6, 2022
    Copy the full SHA
    040ff2e View commit details
    Browse the repository at this point in the history
  3. Don't bother initializing the picker to specific dates in case of non…

    …-existent sensor data
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 6, 2022
    Copy the full SHA
    6dd849b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Make timescale axis match the requested date range, by updating the c…

    …hart specs upon picking a date
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 8, 2022
    Copy the full SHA
    6ce3346 View commit details
    Browse the repository at this point in the history
  2. Use separate traces for each source, color by source name, and add so…

    …urce info to tooltip
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 8, 2022
    Copy the full SHA
    8cb8474 View commit details
    Browse the repository at this point in the history
  3. Avoid requiring new dependency

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 8, 2022
    Copy the full SHA
    fbd79e8 View commit details
    Browse the repository at this point in the history
  4. Show previous results while waiting for new results

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 8, 2022
    Copy the full SHA
    f7e00b4 View commit details
    Browse the repository at this point in the history
  5. Fix calendar tooltip visibility

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 8, 2022
    Copy the full SHA
    bd4aa4a View commit details
    Browse the repository at this point in the history
  6. Custom date range styling in line with other button groups

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 8, 2022
    Copy the full SHA
    7192ced View commit details
    Browse the repository at this point in the history
  7. Apply default legend font size also to layered views like vertically …

    …concatenated charts
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 8, 2022
    Copy the full SHA
    78b432c View commit details
    Browse the repository at this point in the history
  8. Sync legend position on sensor and asset page, and allow longer labels

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 8, 2022
    Copy the full SHA
    ce3f5fb View commit details
    Browse the repository at this point in the history
  9. Fix merge_vega_lite_specs

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 8, 2022
    Copy the full SHA
    94d4999 View commit details
    Browse the repository at this point in the history
  10. Rename asset attribute

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 8, 2022
    Copy the full SHA
    b8a6767 View commit details
    Browse the repository at this point in the history
  11. Changelog entries

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 8, 2022
    Copy the full SHA
    d5ac7ae View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Merge remote-tracking branch 'origin/main' into Issue-435_Display_sen…

    …sor_charts_on_asset_page
    
    # Conflicts:
    #	documentation/changelog.rst
    #	flexmeasures/data/models/charts/belief_charts.py
    #	flexmeasures/data/models/charts/defaults.py
    #	flexmeasures/data/models/time_series.py
    #	flexmeasures/ui/static/css/flexmeasures.css
    #	flexmeasures/ui/templates/views/sensors.html
    Flix6x committed Jul 11, 2022
    Copy the full SHA
    7fdab41 View commit details
    Browse the repository at this point in the history
  2. Show tooltips using custom layer instead of voronoi

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 11, 2022
    Copy the full SHA
    6faf77d View commit details
    Browse the repository at this point in the history
  3. Use shared smallest resolution rather than original sensor resolution

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 11, 2022
    Copy the full SHA
    a4cb5b3 View commit details
    Browse the repository at this point in the history
  4. Fix search_beliefs with significant speed-up

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 11, 2022
    Copy the full SHA
    02fd979 View commit details
    Browse the repository at this point in the history
  5. Fix missing variable

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 11, 2022
    Copy the full SHA
    69e9514 View commit details
    Browse the repository at this point in the history
  6. Workaround for timely-beliefs issue #104

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 11, 2022
    Copy the full SHA
    d25b27e View commit details
    Browse the repository at this point in the history
  7. Slice previous results to avoid a poorly scaled x-axis when going fro…

    …m some time interval to a sub-interval.
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 11, 2022
    Copy the full SHA
    9b89134 View commit details
    Browse the repository at this point in the history
  8. Do not show custom layer for NaN data

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 11, 2022
    Copy the full SHA
    623ac97 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Merge remote-tracking branch 'origin/main' into Issue-435_Display_sen…

    …sor_charts_on_asset_page
    
    # Conflicts:
    #	flexmeasures/api/dev/sensors.py
    #	flexmeasures/data/models/time_series.py
    Flix6x committed Jul 12, 2022
    Copy the full SHA
    2f787a6 View commit details
    Browse the repository at this point in the history
  2. black

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 12, 2022
    Copy the full SHA
    4132ed0 View commit details
    Browse the repository at this point in the history
  3. Base timerange on sensors to show only

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 12, 2022
    Copy the full SHA
    fa377b6 View commit details
    Browse the repository at this point in the history
  4. mypy

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 12, 2022
    Copy the full SHA
    dd7439b View commit details
    Browse the repository at this point in the history