mirror of https://github.com/arendst/Tasmota.git
added RSSI drops tip
parent
270df0c1a2
commit
98902672ee
4
FAQ.md
4
FAQ.md
|
@ -13,6 +13,7 @@
|
|||
- [Device disconnects from Wi-Fi often](#Device-disconnects-from-Wi-Fi-often)
|
||||
- [Wi-Fi stops working](#Wi-Fi-stops-working)
|
||||
- [Control device from outside my network](../issues/5352)
|
||||
- [Weaker Wi-Fi signal after upgrade](#Weaker-Wi-Fi-signal-after-upgrade)
|
||||
### MQTT
|
||||
- [Cannot connect to my MQTT broker](#Cannot-connect-to-my-MQTT-broker)
|
||||
- [Frequent MQTT reconnects](#Frequent-MQTT-reconnects)
|
||||
|
@ -159,6 +160,9 @@ We've also seen reports then when a specific LED light bulb was hooked up near o
|
|||
|
||||
All you can really do is check the solder joints, move the device closer to your Access Point. If all else fails, replace the device.
|
||||
|
||||
### Weaker Wi-Fi signal after upgrade
|
||||
In some cases the Wi-Fi signal strength (RSSI) drops significantly after upgrading to a newer version, specially when upgrading the Arduino core version. In such a case it is good to save the devicee configuration and run `reset 5` command which erases all flash and resets parameters to firmware defaults but keeps Wi-Fi settings. This also deletes Wi-Fi calibration data and after a restart Wi-Fi will recalibrate. After this is done you will need to configure your device back to its previous settings.
|
||||
|
||||
## MQTT
|
||||
### Cannot connect to my MQTT broker
|
||||
Make sure you've [configured MQTT](MQTT) correctly. If that didn't solve the issue check your MQTT broker logs.
|
||||
|
|
Loading…
Reference in New Issue