Skip to content

Commit

Permalink
reflected change of p_tot behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
StefKode committed Nov 25, 2019
1 parent 91b84bf commit 1726b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1726b4a

Please sign in to comment.