From 1726b4a2c81102d3abc36c47f650b2f0cd9dcf70 Mon Sep 17 00:00:00 2001 From: Stefan Koch <11819754+StefKode@users.noreply.github.com> Date: Mon, 25 Nov 2019 13:13:46 +0100 Subject: [PATCH] reflected change of p_tot behaviour --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0c2ae4..4b3a7a5 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ This is a python script which subscribes to the mqtt messages from libsml. It do | ------------- | ------------- | ----- | | redis_server | 192.168.178.10 | redis server hostname or IP address | | power_current_key | PowerCurrent | redis key to store the current power (Watt) | -| power_day_key | PowerCurrentDay | redis key to store the daily power usage (kWh) | +| power_day_key | PowerCurrentDay | redis key to store the daily power usage (kWh). This value increments on the day and resets afer 0:00 | | mqtt_topic | powlog | this is the topic to which libsml logs the data, this should not be changed | -| update_period | 30 | time interval in seconds at which redis values are updated (must be > 4s and < 20min) | +| update_period | 30 | time interval in seconds at which redis values are updated (must be > 4s) | | avg_window_size | 5 | size of the sliding average window | ## Install using ansible deployment