segalion / raspipool

Swimming Pool Automation Systen with Raspberry Pi + Home Assistant
MIT License
393 stars 73 forks source link

Mean #8

Closed rzulian closed 3 years ago

rzulian commented 4 years ago

Ph and ORP are defined as

    name: ph
    entity_id: sensor.ezo_ph
    max_age:
      minutes: 10
    # precision: 3

But the there is a sensor.ph_mean : Shouldn't be name: ph_mean?

segalion commented 4 years ago

ph_mean is an intermediate home assistant statistic sensor, that provides lots of main statiscits (mean, median, deviation, max, min, etc, Its defined here:

I use ph_mean (a sensor created in this statistics module) intead of real ezo_ph to minimice noise from the real sensor...