ESPHome new device, DIN power mon PMB
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user