We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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')
('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) }}"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: