From 540fe186ffbf725003f4532d753ccf7bc30c1dde Mon Sep 17 00:00:00 2001 From: root Date: Wed, 27 Aug 2025 00:24:54 +1200 Subject: [PATCH] ESPHome new device, DIN power mon PMB --- esphome/esp-dinpowermonitor-pmb.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/esphome/esp-dinpowermonitor-pmb.yaml b/esphome/esp-dinpowermonitor-pmb.yaml index 44b76c7..7690442 100644 --- a/esphome/esp-dinpowermonitor-pmb.yaml +++ b/esphome/esp-dinpowermonitor-pmb.yaml @@ -18,10 +18,10 @@ # - Inrush debounce: current must remain above the trip threshold for ${overcurrent_debounce_ms} ms # before the trip occurs (helps ignore short inrush spikes). # - Energy totals calculated on-device: -# * Last Hour Energy (kWh) – snapshot of the previous completed hour -# * Today / Yesterday (kWh) – resets at local midnight, survives reboots -# * This Week / Last Week (kWh) – resets at Monday 00:00 local time, survives reboots -# * This Month / Last Month (kWh) – resets at 1st of month 00:00 local time, survives reboots +# * Last Hour Energy (kWh) - snapshot of the previous completed hour +# * Today / Yesterday (kWh) - resets at local midnight, survives reboots +# * This Week / Last Week (kWh) - resets at Monday 00:00 local time, survives reboots +# * This Month / Last Month (kWh) - resets at 1st of month 00:00 local time, survives reboots # - For rolling 24h Min/Max Power, use HA "Statistics" helper instead of on-device buffers. # ########################################################################################## @@ -230,7 +230,7 @@ globals: restore_value: yes initial_value: "0.0" - # Boundary trackers (don’t persist) + # Boundary trackers (don't persist) - id: g_last_hour_seen type: int restore_value: no