Skip to content

Commit 8490973

Browse files
authored
Update const.py
1 parent 49951de commit 8490973

File tree

1 file changed

+2
-2
lines changed
  • custom_components/apsystems_ecu_proxy

1 file changed

+2
-2
lines changed

custom_components/apsystems_ecu_proxy/const.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
DOMAIN = "apsystems_ecu_proxy"
66

77
# Max age of message (in seconds) to process
8-
MESSAGE_IGNORE_AGE = 600
8+
MESSAGE_IGNORE_AGE = 300
99

1010
# Max summation stub time to add for new period - see code in summation_calculation method in
1111
# sensor.py. Added if no messages recieved for sometime due to inverter shutdown.
1212
MAX_STUB_INTERVAL = 300
1313

1414
# Timeout to set value of no_update_value to sensors if no update received
15-
NO_UPDATE_TIMEOUT = 120
15+
NO_UPDATE_TIMEOUT = 600
1616

1717
# Used to prevent sending data to EMA for testing purposes. Set to false during testing.
1818
SEND_TO_EMA = True

0 commit comments

Comments
 (0)