-
Notifications
You must be signed in to change notification settings - Fork 964
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: WiFi permanently disconnects after some time when using MQTT, reboot required to fix #5559
Comments
I thought that version 2.5.15 had fixed the problem but after about a week of stability the G2 disconnected from WiFi and required a restart. |
Can you confirm that you are not using JSON mode for MQTT and have downlink enabled? If that's correct, I suspect this due to the memory leaks from #5549. |
In my case i am not using JSON mode. |
My mistake. I hadn't realized that MQTT::sendSubscriptions() subscribes to both JSON and protobuf topics. It's probably the same memory leaks from the previously mentioned issue. |
JSON functionality in the firmware is in the process of being retired #5507 |
I'm seeing similar/same symptoms of losing phone-node wifi connection with TLORA_V2_1_1P6 device fw 2.5.11. I'm sometimes able to reboot the node from another using RF remote administration. I have 4 identical HW nodes all on fw 2.5.11, but it is affecting 2 nodes more than the others and one node especially. These symptoms started after fw update from 2.3.10 to 2.5.11. |
Category
WiFi
Hardware
Station G2
Firmware Version
2.5.14
Description
I have a station G2 acting as an MQTT gateway via wifi. After about a day or two i can no longer use the app to connect via wifi address. My router shows that the device is connected and still has an IP address but it no longer responds to ping. The behavior is identical to a closed bug found here: #4725
Relevant log output
No response
The text was updated successfully, but these errors were encountered: