mirror of
https://github.com/arendst/Tasmota.git
synced 2026-02-20 00:32:32 +01:00
Add command SetOption162 1 to disable adding export energy to energy today (#22578)
This commit is contained in:
@@ -216,8 +216,9 @@ a_setoption = [[
|
||||
"(MQTT) Disable publish ModbusReceived MQTT messages (1), you must use event trigger rules instead",
|
||||
"(Counter) Enable counting on both rising and falling edge (1)",
|
||||
"(LD2410) Disable generate moving event by sensor report - use LD2410 out pin for events (1)",
|
||||
"",
|
||||
"","","","",
|
||||
"(GUI) Disable display of state text (1)",
|
||||
"(Energy) Do not add export energy to energy today (1)",
|
||||
"","","",
|
||||
"","","","",
|
||||
"","","","",
|
||||
"","","",""
|
||||
@@ -340,7 +341,7 @@ else:
|
||||
obj = json.load(fp)
|
||||
|
||||
def StartDecode():
|
||||
print ("\n*** decode-status.py v14.3.0.5 by Theo Arends and Jacek Ziolkowski ***")
|
||||
print ("\n*** decode-status.py v14.3.0.7 by Theo Arends and Jacek Ziolkowski ***")
|
||||
|
||||
# print("Decoding\n{}".format(obj))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user