You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2022. It is now read-only.
plot "< sqlite3 sensors.db \"SELECT date || ' ' || time, value from sensors where date > date('now','-1 months', 'localtime') and name = 'outdoor';\"" using 1:2 title "outdoor", "< sqlite3 sensors.db \"SELECT date || ' ' || time, value from sensors where date > date('now','-1 months', 'localtime') and name = 'indoor';\"" using 1:2 title "indoor