#Pulse Meter & Utility Meter

1 messages · Page 1 of 1 (latest)

vocal gazelle
#

I have such config for water counting

  - platform: pulse_meter
    id: ${devicename}_coldwaterflow
    pin: 
      number: GPIO23
      mode:
        input: true
        pullup: true
    name: "ColdWaterFlow"
    internal_filter: 1s
    device_class: water
    accuracy_decimals: 3
    unit_of_measurement: 'L/min'
    filters:
      - multiply: 10

Based on this I created in configuration.yaml:

utility_meter:
  coldwaterdaily:
    source: sensor.coldwaterflow
    name: Cold Water Daily
    cycle: daily

https://i.imgur.com/terjPCP.jpg

I can’t understand why the resource counter counts liters per minutes and not in liters. This is an integral indicator. Total water consumption must be in liters.
Can you explain it to me? Thank you in advance.

safe shardBOT
#

@vocal gazelle To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.