Open
Description
I already have sensor that that are calculating the Temp, pH and ORP.
I'm trying to understand your FC sensor and struggling to understand how the template. What does the ('input_number.e_fc_adjust')
I dont know what the FC is, hence i was hoping this template would give me that? What am i missing?
value_template: "{{ ( 0.23 * (1 + states('input_number.e_fc_adjust')|float / 100 ) * ( 14 - states('sensor.ph_mean')|float) ** ( 1 / (400 - states('sensor.orp_mean')|float) ) * ( states('sensor.ph_mean')|float -4.1) ** ( ( states('sensor.orp_mean')|float - 516)/145) + 10.0 ** ( (states('sensor.orp_mean')|float + states('sensor.ph_mean')|float * 70 -1282) / 40 ) ) |round(1) }}"
Metadata
Metadata
Assignees
Labels
No labels