mirror of https://github.com/arendst/Tasmota.git
SetOption76
parent
b527804d56
commit
68cbb4e8d1
|
@ -56,10 +56,12 @@ _(logging level `4`)_
|
|||
When MQTT connects at 13:08:38, this sets the system to READY.
|
||||
```
|
||||
13:08:43 MQT: tele/tasmota/INFO3 = {"RestartReason":"Deep-Sleep Wake"}
|
||||
13:08:44 APP: Boot Count 84
|
||||
13:08:44 APP: Boot Count 3
|
||||
13:08:44 CFG: Saved to flash at F4, Count 96, Bytes 3824
|
||||
```
|
||||
|
||||
In the context of DeepSleep, maintaining a device boot count is not relevant. When deep sleep is enabled, boot count will not be incremented. This avoids excessive flash writes which will deteriorate the flash memory chip and eventually cause the device to fail. Boot count incrementing can be enabled using [`SetOption76`](Commands#setoption76).
|
||||
|
||||
In this example, TELEPERIOD is 10. Therefore when TELEPERIOD is reached, telemetry reporting occurs.
|
||||
```
|
||||
13:08:48 MQT: tele/tasmota/STATE = {"Time":"2019-09-04T13:08:48","Epoch":1567595328,"Uptime":"0T00:00:14","UptimeSec":14,"Heap":24,"SleepMode":"Dynamic","Sleep":50,"LoadAvg":20,"MqttCount":1,"Wifi":{"AP":1,"SSId":"MyWLAN","BSSId":"AA:FF:AA:AA:AA:AA","Channel":11,"RSSI":100,"LinkCount":1,"Downtime":"0T00:00:08","DeepSleep":300,"Heap":25160}}
|
||||
|
|
Loading…
Reference in New Issue