15 sec between two slope calculation
This commit is contained in:
@@ -13,7 +13,7 @@ from datetime import datetime
|
|||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
# To filter bad values
|
# To filter bad values
|
||||||
MIN_DELTA_T_SEC = 30 # two temp mesure should be > 10 sec
|
MIN_DELTA_T_SEC = 15 # two temp mesure should be > 10 sec
|
||||||
MAX_SLOPE_VALUE = 2 # slope cannot be > 2 or < -2 -> else this is an aberrant point
|
MAX_SLOPE_VALUE = 2 # slope cannot be > 2 or < -2 -> else this is an aberrant point
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user