# Tasmota (Gosund SP111)

### Web-UI

Nach dem Flashvorgang mit dem Tasmota WLAN verbinden, SSID-Name zb tasmota-1021. Danach die url

```
http://192.168.4.1
```

aufrufen und mit vorhandenem WLAN verbinden

### Statische IP

In Tasmota Console statische IP-Adresse eingeben:

```
savedata 1
ipaddress1 192.168.1.50
savedata 0
```

Quelle: [https://www.smarthome-tricks.de/esp8266/tasmota-feste-ip-adresse-zuweisen/](https://www.smarthome-tricks.de/esp8266/tasmota-feste-ip-adresse-zuweisen/)

### Gosund SP111 v1.1 Tasmota Template

unter Configuration &gt; Configure Other bei Template eingeben:

```
{"NAME":"SP111 v1.1","GPIO":[56,0,158,0,132,134,0,0,131,17,0,21,0],"FLAG":0,"BASE":45}
```

unter Configuration &gt; Configure Module das SP111 v1.1 auswählen.

Quelle: [https://templates.blakadder.com/gosund\_SP111\_v1\_1](https://templates.blakadder.com/gosund_SP111_v1_1)

### MQTT senden bei Änderung der Leistungsmessung um 10%

Console &gt; `PowerDelta 10`  
Quelle: [https://tasmota.github.io/docs/Commands/#powerdelta](https://tasmota.github.io/docs/Commands/#powerdelta) und [https://github.com/arendst/Tasmota/discussions/14933](https://github.com/arendst/Tasmota/discussions/14933)

### Energiemessung kalibrieren

[https://tasmota.github.io/docs/Power-Monitoring-Calibration/#setup](https://tasmota.github.io/docs/Power-Monitoring-Calibration/#setup)

[![image.png](https://wiki.folkerts.it/uploads/images/gallery/2023-11/scaled-1680-/image.png)](https://wiki.folkerts.it/uploads/images/gallery/2023-11/image.png)

### Tasmota Updaten

Beim Updaten folgende Reihenfolge der Versionen einhalten:

[![image.png](https://wiki.folkerts.it/uploads/images/gallery/2023-11/scaled-1680-/euBimage.png)](https://wiki.folkerts.it/uploads/images/gallery/2023-11/euBimage.png)

Links zum kopieren:

```
http://ota.tasmota.com/tasmota/release-7.2.0/tasmota-lite.bin
http://ota.tasmota.com/tasmota/release-8.5.1/tasmota-lite.bin
http://ota.tasmota.com/tasmota/release-9.1.0/tasmota-lite.bin.gz
http://ota.tasmota.com/tasmota/release/tasmota.bin.gz
```

Quelle: [https://tasmota.github.io/docs/Upgrading/#upgrade-flow](https://tasmota.github.io/docs/Upgrading/#upgrade-flow)

Link der tasmota.bin kopieren und in die Web-UI unter Firmware Upgrade &gt; OTA Url eintragen

zb:

[![image.png](https://wiki.folkerts.it/uploads/images/gallery/2023-11/scaled-1680-/wOqimage.png)](https://wiki.folkerts.it/uploads/images/gallery/2023-11/wOqimage.png)

start upgrade.

<p class="callout warning">BACKUP VON GOSUND\_02 IM ANHANG DIESES EINTRAGS</p>