InkBird_BLE2MQTT icon indicating copy to clipboard operation
InkBird_BLE2MQTT copied to clipboard

Can't find Thermometer?

Open ajobbins opened this issue 3 years ago • 5 comments

I have an Inkbird IBT-6XS and an ESP32 DEVKITV1.

Flashed this software fine and the device boots and connects to WiFi/MQTT but doesn't seem to be picking up a thermometer? I am not seeing any topics being published to the MQTT server and the logs don't seem to indicate any issue that is obvious to me. Any clues as to what is going wrong?

Full log below. It stops at the last line (MQTT Connected) and doesn't do anything further.

[17:54:47]ets Jun  8 2016 00:22:57
[17:54:47]
[17:54:47]rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
[17:54:47]configsip: 0, SPIWP:0xee
[17:54:47]clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
[17:54:47]mode:DIO, clock div:2
[17:54:47]load:0x3fff0018,len:4
[17:54:47]load:0x3fff001c,len:1044
[17:54:47]load:0x40078000,len:8896
[17:54:47]load:0x40080400,len:5828
[17:54:47]entry 0x400806ac
[17:54:47]E (10) BBQ: WiFi not connected. Try to reconnect
[17:54:48]E (1793) BBQ: WiFi not connected. Try to reconnect
[17:54:49]E (1998) BBQ: SYSTEM_EVENT_STA_STOP
[17:54:49]E (2811) BBQ: WiFi not connected. Try to reconnect
[17:54:50]E (3015) BBQ: SYSTEM_EVENT_STA_STOP
[17:54:50]E (3827) BBQ: WiFi not connected. Try to reconnect
[17:54:51]E (4031) BBQ: SYSTEM_EVENT_STA_STOP
[17:54:51]E (4843) BBQ: WiFi not connected. Try to reconnect
[17:54:52]E (5047) BBQ: SYSTEM_EVENT_STA_STOP
[17:54:52]D (5859) BBQ: Scanning
[17:54:55]E (8894) BBQ: WiFI Connected
[17:54:57]D (10458) BBQ: -------------
[17:54:57]D (10458) BBQ: IPv4: 192.168.2.84
[17:54:57]D (10459) BBQ: Subnet: 255.255.248.0
[17:54:57]D (10459) BBQ: Gateway: 192.168.1.1
[17:54:57]D (10459) BBQ: DNS1: 192.168.1.1
[17:54:57]D (10462) BBQ: DNS2: 0.0.0.0
[17:54:57]D (10465) BBQ: -------------
[17:54:57]I (10556) BBQ: MQTT Connected
[17:54:57]D (10556) BBQ: mqttReconnect()
[17:55:23]I (36552) BBQ: MQTT Connected

ajobbins avatar May 31 '21 00:05 ajobbins