Hi
Is it possible to create an automation which sends a notification every time I consumed 3000 liters of water?
I already have a sensor (via mqtt) “sensor.connectix_watermeter_totaal” which shows the total liters consumed water (this is the actual value of our watermeter)
The sensor “sensor.connectix_watermeter_totaal” increases when water is consumed but I would like to get notified every time we consumed 3000 liters.
This is the sensor I have now:
sensor:
- name: "connectix_watermeter_totaal"
unique_id: watermeter_smart_gateways_current_value
state_topic: "watermeter/reading/current_value"
unit_of_measurement: "L"
icon: mdi:water
force_update: true
state_class: total_increasing
device_class: water
Thanks for the help.