We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49951de commit 8490973Copy full SHA for 8490973
custom_components/apsystems_ecu_proxy/const.py
@@ -5,14 +5,14 @@
5
DOMAIN = "apsystems_ecu_proxy"
6
7
# Max age of message (in seconds) to process
8
-MESSAGE_IGNORE_AGE = 600
+MESSAGE_IGNORE_AGE = 300
9
10
# Max summation stub time to add for new period - see code in summation_calculation method in
11
# sensor.py. Added if no messages recieved for sometime due to inverter shutdown.
12
MAX_STUB_INTERVAL = 300
13
14
# Timeout to set value of no_update_value to sensors if no update received
15
-NO_UPDATE_TIMEOUT = 120
+NO_UPDATE_TIMEOUT = 600
16
17
# Used to prevent sending data to EMA for testing purposes. Set to false during testing.
18
SEND_TO_EMA = True
0 commit comments