From 1404d6b150aa47034806002d9806d5d23241c69b Mon Sep 17 00:00:00 2001 From: "13621160019@163.com" <13621160019@163.com> Date: Tue, 20 Jul 2021 09:52:42 +0800 Subject: [PATCH] changed modbus acquisition interval to 10 minutes --- myems-modbus-tcp/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myems-modbus-tcp/config.py b/myems-modbus-tcp/config.py index f7e26376..212aaf51 100644 --- a/myems-modbus-tcp/config.py +++ b/myems-modbus-tcp/config.py @@ -15,7 +15,7 @@ myems_historical_db = { } # Indicates how long the process waits between readings -interval_in_seconds = 180 +interval_in_seconds = 600 # Get the gateway ID and token from MyEMS Admin # This is used for getting data sources associated with the gateway