Skip to content

Instantly share code, notes, and snippets.

@leeuwte
Created August 2, 2017 06:00
Show Gist options
  • Save leeuwte/71f89fa9c8a31800e0b61862be0156d7 to your computer and use it in GitHub Desktop.
Save leeuwte/71f89fa9c8a31800e0b61862be0156d7 to your computer and use it in GitHub Desktop.
Query min/max temp
Graph type: 'Table'
A:
SELECT max("value") FROM "°C" WHERE "entity_id" = 'outside' AND $timeFilter GROUP BY time(24h) fill(null)
B:
SELECT min("value") FROM "°C" WHERE "entity_id" = 'outside' AND $timeFilter GROUP BY time(24h) fill(null)
In tab 'Time range'
change 'Override relative time' to Last 30d (or wathever suits you)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment