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