From 22cd563d42e5d0c92b9c04d7421f7939c17b7cf4 Mon Sep 17 00:00:00 2001 From: Thomas Klaehn Date: Fri, 23 Dec 2016 13:28:24 +0100 Subject: [PATCH] threshold adapted --- src/gate/gate_state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gate/gate_state.py b/src/gate/gate_state.py index 9c54634..660bf35 100644 --- a/src/gate/gate_state.py +++ b/src/gate/gate_state.py @@ -31,7 +31,7 @@ POWER_SENSOR_I2C_BUS = 1 POWER_SENSOR_I2C_ADDRESS = 0x40 CONSECUTIVE_CURRENT_READS = 1000 -MAX_ENGINE_POWER = {"up":330, "down":290} +MAX_ENGINE_POWER = {"up":330, "down":300} MAX_GATE_RUNTIME = {"open":250, "close":250}