-
Notifications
You must be signed in to change notification settings - Fork 3
Water consumed
peno64 edited this page Nov 21, 2023
·
10 revisions
Before ESPHome version 2023.7.0, slimmelezer did not show the water consumed send by the water meter. A hack was needed before that version to be able to show the water consumed. Following description will only work with ESPHome version 2023.7.0 or higher.
In the yaml configuration file the following must be put:
water_delivered:
name: "Water Consumed"
unit_of_measurement: "m³"
state_class: total_increasing
See for the complete yaml configuration file I use.
Generate the firmware and upload it (See).