Added a on_time_multiplier to be 0.8
This should help to a better scaling of certain numbers
This commit is contained in:
parent
30db0802a0
commit
f3d7f4183a
@ -191,6 +191,7 @@ chlorine_pump:
|
|||||||
cycle_modifiers:
|
cycle_modifiers:
|
||||||
min_on_time: 30
|
min_on_time: 30
|
||||||
max_on_time: 240
|
max_on_time: 240
|
||||||
|
on_time_multiplier: 0.8
|
||||||
on_pump_value:
|
on_pump_value:
|
||||||
- lambda: |-
|
- lambda: |-
|
||||||
if(pState != id(last_pump_state)){
|
if(pState != id(last_pump_state)){
|
||||||
|
@ -26,7 +26,7 @@ CONF_PUMP_TIME_DIVIDER = "pump_time_divider"
|
|||||||
CONF_CYCLE_MODIFIERS = "cycle_modifiers"
|
CONF_CYCLE_MODIFIERS = "cycle_modifiers"
|
||||||
CONF_MIN_ON_TIME = "min_on_time"
|
CONF_MIN_ON_TIME = "min_on_time"
|
||||||
CONF_MAX_ON_TIME = "max_on_time"
|
CONF_MAX_ON_TIME = "max_on_time"
|
||||||
CONF_CYCLE_TIME_MULTIPLIER = "on_time_modifier"
|
CONF_CYCLE_TIME_MULTIPLIER = "on_time_multiplier"
|
||||||
CONF_CYCLE_TIME_OFFSET = "on_time_offset"
|
CONF_CYCLE_TIME_OFFSET = "on_time_offset"
|
||||||
CONF_CYCLE_TIME_IGNORE_MAX_X_BELOW_TARGET = "ignore_max_x_below_target"
|
CONF_CYCLE_TIME_IGNORE_MAX_X_BELOW_TARGET = "ignore_max_x_below_target"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user