You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: help/Device-Recovery.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,15 @@ Listed below are a few ways to reset the device to what is set in the firmware b
13
13
- Issue `Reset 1` command via the console, MQTT or HTTP. After the device reboots fully cycle power.
14
14
- Fast Power Cycle Device Recovery procedure:
15
15
16
-
Fast power cycle device recovery is implemented for situations where a device cannot be reset to firmware defaults by other means (no serial access, no button). It resets all Tasmota settings (equal to [`Reset 1`](Commands#reset)) after 4 power cycles.
16
+
### Fast Power Cycle Device Recovery
17
+
18
+
Implemented for situations where a device cannot be reset to firmware defaults by other means (no serial access, no button). It resets ***ALL*** Tasmota settings (equal to [`Reset 1`](Commands#reset)) after 4 power cycles.
17
19
18
20
[`SetOption65`](Commands#setoption65) must be set to `0`*(default)* in order for this feature to be enabled.
19
21
22
+
> [!TIP]
23
+
> If you have a weak power grid or frequent power brownouts its best to disable this feature with `SetOption65 1` immediately or you'll end up with firmware default devices after a brownout event.
24
+
20
25
#### Procedure:
21
26
1. Cut power from the device completely for 30 seconds
22
27
2. Power the device on and off three times with intervals lower than 10 seconds and leave it on after fourth time
0 commit comments