new images

blakadder 2019-11-15 18:28:21 +01:00
parent 0794006dfe
commit 02015c8873
3 changed files with 15 additions and 13 deletions

@ -14,7 +14,7 @@ Connect your device to a power source and grab your smartphone (or tablet or lap
After you have connected to the Tasmota Wi-Fi AP, open http://192.168.4.1 in a web browser on the smartphone (or whatever device you used).
Some devices might prompt you to *sign in to Wi-Fi network* which should also open the above address.
<img alt="Tasmota AP" src="https://i.postimg.cc/zDdGkXR7/initial-configuration1.png" align="right" height="350"></img>
<img alt="Tasmota AP" src="https://user-images.githubusercontent.com/5904370/68961890-a242c480-07d3-11ea-912f-b45464104f2c.png" align="right" height="350"></img>
At this page you can have Tasmota scan for available Wi-Fi networks. Select the right network from the list or enter the following:
**AP1 SSid** - your Wi-Fi network name

@ -42,6 +42,7 @@ Download a Tasmota binary (.bin) file. If you're not sure which binary is the ri
The latest _**development**_ binary files are available on the [OTA server](http://thehackbox.org/tasmota). The latest merged development code is compiled hourly. The latest _**master**_ release binary files can be downloaded from [GitHub](https://github.com/arendst/Tasmota/releases) or from the [OTA server](http://thehackbox.org/tasmota/release/).
### Flashing tool
- [**Tasmota PyFlasher**](https://github.com/tasmota/tasmota-pyflasher) - official flashing tool intended for Tasmota. (Windows or Mac)
- [**NodeMCU PyFlasher**](https://github.com/marcelstoer/nodemcu-pyflasher) - easy to use GUI flasher based on esptool.py. (Windows or Mac)
- [**Esptool.py**](https://github.com/espressif/esptool) - the official flashing tool from Espressif. (Requires Python)
- [**Esptool executable**](https://github.com/igrr/esptool-ck) - Esptool in executable form, no Python required. (Windows, Linux or Mac)

@ -7,21 +7,22 @@ In other words, ensure that there is a good reason to mess with a working instal
# OTA upgrade
Upgrading the device firmware [over-the-air](https://en.wikipedia.org/wiki/Over-the-air_programming) is the convenient way to upgrade. Open a web browser to you device's Web UI and select Firmware Upgrade.
Upgrading the device firmware [over-the-air](https://en.wikipedia.org/wiki/Over-the-air_programming) is the convenient way to upgrade. Open a web browser to you device's web UI and select Firmware Upgrade.
![Firmware Upgrade screen](https://user-images.githubusercontent.com/5904370/55826325-144d7f80-5b08-11e9-93dd-5e2160eaa5a4.png)
![Upgrading_1](https://user-images.githubusercontent.com/5904370/68962045-fbaaf380-07d3-11ea-9736-a44c13ef7653.png)
You are presented with two choices. Using an OTA server or by uploading a downloaded or self-compiled binary file.
![Upgrade choices](https://user-images.githubusercontent.com/5904370/55826754-f92f3f80-5b08-11e9-8329-7c37d43e18cd.png)
![Upgrading_2](https://user-images.githubusercontent.com/5904370/68962130-301eaf80-07d4-11ea-87bb-54c018fe7794.png)
## Upgrade by web server
If you want to upgrade to the latest release version click the first **Start Upgrade** button. This screen should appear
![image](https://user-images.githubusercontent.com/5904370/55827075-ac983400-5b09-11e9-83d7-e6d576676db6.png)
![Upgrading_3](https://user-images.githubusercontent.com/5904370/68962209-52b0c880-07d4-11ea-8ea8-193e945dab9b.png)
During this process Tasmota will download the new firmware from the url and install it. It might need to download **`tasmota-minimal.bin`** first but all that happens automatically. All you have to do is **wait 2 to 5 minutes**.
After the upgrade is completed you can reconnect back to the Web UI and check the firmware version on the bottom of the page.
After the upgrade is completed you can reconnect back to the web UI and check the firmware version on the bottom of the page.
### Changing Ota Url
If you wish to switch to a different [build](Builds) you have to change OtaUrl to the desired binary from our [OTA Server](http://thehackbox.org/tasmota/).
@ -38,23 +39,23 @@ This process requires you to have a minimal build ([`tasmota-minimal.bin`](http:
When you try to immediately upgrade to a new binary without using minimal firmware you will be greeted with this error.
![Upload error](https://user-images.githubusercontent.com/5904370/55827974-b327ab00-5b0b-11e9-968b-a654c4241ee9.png)
![Upgrading_4](https://user-images.githubusercontent.com/5904370/68962296-85f35780-07d4-11ea-90ae-86fcd7d14681.png)
Browse to the minimal binary with **Choose File**. The chosen filename should be visible. *In our example we use **`tasmota-minimal.bin`***
![minimal upgrade](https://user-images.githubusercontent.com/5904370/55828203-29c4a880-5b0c-11e9-8315-dff8a3aa9134.png)
![minimal upgrade](https://user-images.githubusercontent.com/5904370/68962383-baffaa00-07d4-11ea-8122-fcf971ca96f5.png)
Wait until the device restarts. Web UI will display this warning message on top.
Wait until the device restarts. In the Main Menu web UI will display this warning message on top.
![minimal message](https://user-images.githubusercontent.com/5904370/55828993-e834fd00-5b0d-11e9-9221-b106f622c9fb.png)
![minimal message](https://user-images.githubusercontent.com/5904370/68962530-1a5dba00-07d5-11ea-83aa-f6f640d9a38f.png)
Go to **Firmware Upgrade** again. This time browse to the binary you want to upgrade to with **Choose File** and click **Start upgrade**. *In our example we use **`tasmota-sensors.bin`***
![image](https://user-images.githubusercontent.com/5904370/55827836-68a62e80-5b0b-11e9-830b-9240d83ba11e.png)
![image](https://user-images.githubusercontent.com/5904370/68962783-a7087800-07d5-11ea-9f8c-bd90fdb3e9ca.png)
You will see an **Upload starting...** and then **Upload successful** message. Wait until the device restarts, reconnect back to the Web UI and check the firmware version on the bottom of the page.
You will see an **Upload starting...** and then **Upload successful** message. Wait until the device restarts, reconnect back to the web UI and check the firmware version on the bottom of the page.
## OTA upgrade using commands
Your device can be upgraded using [commands](Commands) via MQTT, web requests or Console in the Web UI.
Your device can be upgraded using [commands](Commands) via MQTT, web requests or Console in the web UI.
[OtaUrl](Commands#OtaUrl) is used to set your OTA address.
```lua