ESPHome new device, DIN power mon PMB

This commit is contained in:
root
2025-08-27 00:24:54 +12:00
parent c547bd8cb9
commit 540fe186ff

View File

@@ -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 (dont persist)
# Boundary trackers (don't persist)
- id: g_last_hour_seen
type: int
restore_value: no