Skip to content
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

Error in Serial Monitor and no data from iBBQ Thermo #3

Open
jonnycastaway opened this issue Jul 28, 2020 · 0 comments
Open

Error in Serial Monitor and no data from iBBQ Thermo #3

jonnycastaway opened this issue Jul 28, 2020 · 0 comments

Comments

@jonnycastaway
Copy link

jonnycastaway commented Jul 28, 2020

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant