Skip to content

Commit d540466

Browse files
authored
Update advanced.md
1 parent 2509299 commit d540466

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

Diff for: docs/advanced/advanced.md

+3-11
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ The BLE parameters can be changed with the commands detailed into [BLE gateway u
102102
## Updating Theengs Plug
103103
Theengs plug can benefit from Over The Air updates following these different methods:
104104
* From Home Assistant directly if you have version 1.8.0 or more, Settings->Devices & Services->Devices, click on the plug, click on the firmware version, click Update
105-
* From the WifiManager portal, by uploading a binary directly to the plug
106-
* Download the last version binary named "Theengs-Plug-firmware" from the Github [release page of OpenMQTTGateway](https://github.com/1technophile/OpenMQTTGateway/releases)
105+
* From the WifiManager portal, by uploading a binary directly to the plug for all versions
106+
* Download the last version binary named "theengs-plug-firmware.bin" from the Github [release page of OpenMQTTGateway](https://github.com/1technophile/OpenMQTTGateway/releases)
107107
* Reset the plug with a long button press
108108
* Connect to the Wifi access point with your smartphone
109109
* Click Update
@@ -112,15 +112,7 @@ Theengs plug can benefit from Over The Air updates following these different met
112112
* Reconfigure the plug into the Wifi portal
113113
* From an MQTT command to trigger the download of the firmware from a webserver
114114
* Connect to your MQTT broker with a client like MQTT Explorer
115-
* Publish the update command like below (OTAPASSWORD being your Over The Air password if you changed it during the configuration):
116-
```
117-
{
118-
"version": "v1.6.0",
119-
"password": "OTAPASSWORD",
120-
"url": "https://github.com/1technophile/OpenMQTTGateway/releases/download/v1.6.0/theengs-plug-firmware.bin"
121-
}
122-
```
123-
or if you have version >= 1.5.0
115+
* Publish the update command like below if you have version >= 1.8.0
124116
```
125117
{
126118
"version": "latest"

0 commit comments

Comments
 (0)