You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i downloaded and flashed the Project successfully to my ESP32 (Wemos Lolin32).
Wifi works stable.
BLE scans, found the iBBQ and tells me he subscribed etc.
All seems ok.
But theres an Error in the Serial Output: [E][WiFiClient.cpp:258] connect(): socket error on fd 54, errno: 113, "Software caused connection abort"
Also there is not data in Serial Monitor. No Battery and no Temperature.
Here is the Output (after Wifi connection): D (1774) BBQ: Scanning I (2747) BBQ: Found our device! address: I (2748) BBQ: Forming a connection to 04:79:b7:fc:e1:4f I (2751) BBQ: - Created client I (4105) BBQ: - Connected to server I (4859) BBQ: - Found our service [E][BLERemoteCharacteristic.cpp:315] retrieveDescriptors(): [E][BLERemoteCharacteristic.cpp:315] retrieveDescriptors(): [E][BLERemoteCharacteristic.cpp:315] retrieveDescriptors(): [E][BLERemoteCharacteristic.cpp:315] retrieveDescriptors(): [E][BLERemoteCharacteristic.cpp:315] retrieveDescriptors(): [E][BLERemoteCharacteristic.cpp:315] retrieveDescriptors(): [E][BLERemoteCharacteristic.cpp:315] retrieveDescriptors(): [E][BLERemoteCharacteristic.cpp:315] retrieveDescriptors(): I (4895) BBQ: - Found our AccountAndVerify characteristic I (4900) BBQ: - AccountAndVerify I (4932) BBQ: - Found our RealtimeData characteristic I (4932) BBQ: - Found our SettingsData characteristic I (4932) BBQ: - enableRealTimeData I (4958) BBQ: - unitCelsius I (4989) BBQ: - ADD notifyCallback I (4990) BBQ: - Found our SettingsResults characteristic I (4990) BBQ: - ADD notifyResultsCallback I (4991) BBQ: Request BatteryStatus I (5018) BBQ: We are now connected to the BLE Server. I (5018) BBQ: Request BatteryStatus I (15085) BBQ: MQTT Connected [E][WiFiClient.cpp:258] connect(): socket error on fd 54, errno: 113, "Software caused connection abort" E (20386) BBQ: MQTT not Connected D (20386) BBQ: mqttReconnect() E (40092) BBQ: MQTT not Connected I (50123) BBQ: MQTT Connected I (120136) BBQ: Request BatteryStatus I (133874) BBQ: MQTT Connected I (223888) BBQ: Request BatteryStatus I (326038) BBQ: Request BatteryStatus I (428219) BBQ: Request BatteryStatus I (530396) BBQ: Request BatteryStatus
`
Also there are no Telegrams over MQTT.
Any hint where to search?
The text was updated successfully, but these errors were encountered:
Hi,
i downloaded and flashed the Project successfully to my ESP32 (Wemos Lolin32).
Wifi works stable.
BLE scans, found the iBBQ and tells me he subscribed etc.
All seems ok.
But theres an Error in the Serial Output:
[E][WiFiClient.cpp:258] connect(): socket error on fd 54, errno: 113, "Software caused connection abort"
Also there is not data in Serial Monitor. No Battery and no Temperature.
Here is the Output (after Wifi connection):
D (1774) BBQ: Scanning
I (2747) BBQ: Found our device! address:
I (2748) BBQ: Forming a connection to 04:79:b7:fc:e1:4f
I (2751) BBQ: - Created client
I (4105) BBQ: - Connected to server
I (4859) BBQ: - Found our service
[E][BLERemoteCharacteristic.cpp:315] retrieveDescriptors():
[E][BLERemoteCharacteristic.cpp:315] retrieveDescriptors():
[E][BLERemoteCharacteristic.cpp:315] retrieveDescriptors():
[E][BLERemoteCharacteristic.cpp:315] retrieveDescriptors():
[E][BLERemoteCharacteristic.cpp:315] retrieveDescriptors():
[E][BLERemoteCharacteristic.cpp:315] retrieveDescriptors():
[E][BLERemoteCharacteristic.cpp:315] retrieveDescriptors():
[E][BLERemoteCharacteristic.cpp:315] retrieveDescriptors():
I (4895) BBQ: - Found our AccountAndVerify characteristic
I (4900) BBQ: - AccountAndVerify
I (4932) BBQ: - Found our RealtimeData characteristic
I (4932) BBQ: - Found our SettingsData characteristic
I (4932) BBQ: - enableRealTimeData
I (4958) BBQ: - unitCelsius
I (4989) BBQ: - ADD notifyCallback
I (4990) BBQ: - Found our SettingsResults characteristic
I (4990) BBQ: - ADD notifyResultsCallback
I (4991) BBQ: Request BatteryStatus
I (5018) BBQ: We are now connected to the BLE Server.
I (5018) BBQ: Request BatteryStatus
I (15085) BBQ: MQTT Connected
[E][WiFiClient.cpp:258] connect(): socket error on fd 54, errno: 113, "Software caused connection abort"
E (20386) BBQ: MQTT not Connected
D (20386) BBQ: mqttReconnect()
E (40092) BBQ: MQTT not Connected
I (50123) BBQ: MQTT Connected
I (120136) BBQ: Request BatteryStatus
I (133874) BBQ: MQTT Connected
I (223888) BBQ: Request BatteryStatus
I (326038) BBQ: Request BatteryStatus
I (428219) BBQ: Request BatteryStatus
I (530396) BBQ: Request BatteryStatus
`
Also there are no Telegrams over MQTT.
Any hint where to search?
The text was updated successfully, but these errors were encountered: