diff options
author | Kaufman Home Automation <[email protected]> | 2022-03-25 20:42:52 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2022-03-25 20:42:52 -0700 |
commit | 09f810577746ddae01d919f3b70d2a1ffa431ebd (patch) | |
tree | d3d229b321fad6ebcf03e0857c43c5d796eb669f | |
parent | 2b615013112841a1d9e30c3e69ab4e47084f5238 (diff) | |
download | PLF10-09f810577746ddae01d919f3b70d2a1ffa431ebd.tar.gz PLF10-09f810577746ddae01d919f3b70d2a1ffa431ebd.zip |
add min save interval for total daily energy
Just realized total daily energy was writing to flash every 10 seconds. With a 5-minute min_save_interval, you could lose up to 5 minutes of data.
-rw-r--r-- | kauf-plug.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kauf-plug.yaml b/kauf-plug.yaml index 048d827..f488c97 100644 --- a/kauf-plug.yaml +++ b/kauf-plug.yaml @@ -340,6 +340,7 @@ sensor: # Power monitoring sensors output to Home Assistant filters: - multiply: 0.001 ## convert Wh to kWh unit_of_measurement: kWh + min_save_interval: 5min forced_hash: 1903527169 forced_addr: 6 global_addr: global_forced_addr |