Sensor stopped working (unknown) after update

I updated to the latest version of esphomr and now my total sensor calculation is not working. My " Pool Filling" sensor is working but the “Total Pool Filling” is reading unknown?

Not sure what has changed?


sensor:
  - platform: pulse_meter
    pin:
      number: 12
      mode: INPUT_PULLUP
    unit_of_measurement: 'gallons'
    name: 'Pool Filling'
#    internal_filter: 10us
#    filters:
#      - throttle: 1s
#      - debounce: 0.1s
    total:
      name: "Total Pool Filling"
      unit_of_measurement: "gal"
      accuracy_decimals: 1

After last update here posting the code became a mess.
Anyway, if your decimals: have those ``` , just remove them.

that is the code marker from the post…see new edit

Does this have a display attached? There are memory issues with some configs after 2025.2, specifically for ILI9xxx displays.

There is no display

Have you looked for a sensor with _2 suffixed?

1 Like