Allow user to filter by high/low limit #7

Closed
opened 2017-11-14 22:05:34 -06:00 by mattbk · 2 comments
mattbk commented 2017-11-14 22:05:34 -06:00 (Migrated from github.com)

In interface, e.g., period of time where T is above 75 degF, or below 59 degF during the selected period.

In interface, e.g., period of time where T is above 75 degF, or below 59 degF during the selected period.
mattbk commented 2017-11-21 10:42:54 -06:00 (Migrated from github.com)

So this is going to be more complicated due to the non-instantaneous nature of cooling:

image

Should look for the monotonically increasing segments all above a certain threshold.

Some ideas: https://stackoverflow.com/questions/33402355/finding-groups-of-increasing-numbers-in-a-list

So this is going to be more complicated due to the non-instantaneous nature of cooling: ![image](https://user-images.githubusercontent.com/3729038/33084880-aaacecc4-cea8-11e7-9219-030ec350069b.png) Should look for the monotonically increasing segments all above a certain threshold. Some ideas: https://stackoverflow.com/questions/33402355/finding-groups-of-increasing-numbers-in-a-list
mattbk commented 2017-11-24 21:38:58 -06:00 (Migrated from github.com)
Went with https://stackoverflow.com/a/20614650/2152245.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: matt/pi-temp#7
No description provided.