8000 Free Chlorine Sensor · Issue #33 · segalion/raspipool · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Free Chlorine Sensor #33
Open
Open
@cloudbr34k84

Description

@cloudbr34k84

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0