#Place of storing config are made through the GUI

1 messages · Page 1 of 1 (latest)

scarlet canyon
#

In according to https://www.home-assistant.io/integrations/utility_meter/ i can make by two ways. Throught GUI or YAML.
There is no config of Utility Meter in configuration.yaml if I did it throught GUI.
Where are the settings stored if they are made through the GUI? What file?
Thanks in advance for your answer.

thorn idol
#

Hidden away where you shouldn't go editing things

#

Editing those files or changing anything in that folder can break your HA

scarlet canyon
thorn idol
#

/config/.storage/

#

Make sure you have tested backups 😉

scarlet canyon
thorn idol
#

Well, JSON and YAML are close friends

#

YAML is more human friendly, JSON is more computer friendly

scarlet canyon
#

I see

#

And one more little question....

thorn idol
scarlet canyon
#

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:

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

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

restive walrusBOT
#

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.

thorn idol
#

Well, that looks like ESPHome config, have you tried asking about that on the ESPHome Discord?

#

(to me that's pretty logical, but then I don't use ESPHome)

scarlet canyon
#

Config of sensor is config of ESPHome. Config of Utility Meter if config of HA. I have no question to ESPHome. It counts correctly. I have question to HA.

thorn idol
scarlet canyon
#

Thanks. I will go there.

#

Can I attach screenshot in the tread? I cann't find (: