<!-- Thanks for reporting a problem for this project. READ THIS FIRST:
This i…ssue template is meant to REPORT Tasmota software PROBLEMS ONLY
Please DO NOT OPEN AN ISSUE:
- If your Tasmota version is not the latest from the development branch, please update your device before submitting your issue. Your problem might already be solved. The latest precompiled binaries of Tasmota can be downloaded from http://ota.tasmota.com/tasmota/
- If you have an issue when flashing was done via Tuya Convert, please address it to Tuya Convert Team
- If your issue is a flashing issue, please address it to the [Tasmota Support Chat](https://discord.gg/Ks2Kzd4)
- If your issue is compilation problem, please address it to the [Tasmota Support Chat](https://discord.gg/Ks2Kzd4)
- If your issue has been addressed before (i.e., duplicated issue), please ask in the original issue
- If your issue is a Wi-Fi problem or MQTT problem, please try the steps provided in the [FAQ](https://tasmota.github.io/docs/FAQ) and [Troubleshooting](https://tasmota.github.io/docs/Troubleshooting)
Please take a few minutes to complete the requested information below. Our ability to provide assistance is greatly hampered without it. The details requested potentially affect which options to pursue. The small amount of time you spend completing the template will also help the volunteers providing the assistance to you to reduce the time required to help you.
DO NOT DELETE ANY TEXT from this template! Otherwise the issue will be auto-closed.
-->
### PROBLEM DESCRIPTION
Versions of tasmota32-bluetooth, past release 9.4 (and possibly 9.5) do not publish autodiscover MQTT sensor messages for Home Assistant.
I'm using tasmota32-bluetooth pre-compiled release 9.4 on a ESP32-Devkit as a BLE to MQTT bridge. I have a number of Xiaomi BLE sensors (mostly LYWSD03MMC and MHO_C401, flashed with custom firmware - ATC). This setup was working for me for more than a year. Several months ago I decided to upgrade the Tasmota version and as result I "lost" all BLE sensors in Home Assistant (HA). I noticed then, that option `SetOption19 1` did nothing, but thought that it was a bug and reflashed the working version (9.4 at the time). All the BLE sensors appeared again in HA so I was again a happy camper. Yesterday I decided to give a go of the new release - 11.0 and problems started again. All BLE sensors disappeared again from HA and `SetOption19 1` still appears to be doing nothing... So just to be able to test simultaneously, I left the "working" version 9.4 on my "main" ESP32 devkit and flashed the most recent one - 11.0 onto a second ESP32 devkit. The behaviour of the new version is persistent - it doens't send autoconfiguration MQTT message for every BLE sensor found, no matter the state of `SetOption19` option.
What I noticed on the "working" version 9.4 is, that on each `mi32period`, autoconfiguration messages are published to `homeassistant/sensor/<sensorId>/<sensorEntity>/config` topics:
```
15:06:34.818 MQT: homeassistant/sensor/ATC5056c0/Temperature/config = {"availability":[],"device":{"identifiers":["BLEATC5056c0"],"name":"ATC5056c0","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"temperature","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC5056c0","name":"ATC5056c0_Temperature","state_topic":"tele/tasmota_ble/ATC5056c0","uniq_id":"ATC5056c0_Temperature","unit_of_meas":"°C","val_tpl":"{{ value_json.Temperature }}"}
15:06:34.858 MQT: homeassistant/sensor/ATC5056c0/Humidity/config = {"availability":[],"device":{"identifiers":["BLEATC5056c0"],"name":"ATC5056c0","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"humidity","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC5056c0","name":"ATC5056c0_Humidity","state_topic":"tele/tasmota_ble/ATC5056c0","uniq_id":"ATC5056c0_Humidity","unit_of_meas":"%","val_tpl":"{{ value_json.Humidity }}"}
15:06:34.900 MQT: homeassistant/sensor/ATC5056c0/DewPoint/config = {"availability":[],"device":{"identifiers":["BLEATC5056c0"],"name":"ATC5056c0","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"temperature","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC5056c0","name":"ATC5056c0_DewPoint","state_topic":"tele/tasmota_ble/ATC5056c0","uniq_id":"ATC5056c0_DewPoint","unit_of_meas":"°C","val_tpl":"{{ value_json.DewPoint }}"}
15:06:34.940 MQT: homeassistant/sensor/ATC5056c0/Battery/config = {"availability":[],"device":{"identifiers":["BLEATC5056c0"],"name":"ATC5056c0","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"battery","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC5056c0","name":"ATC5056c0_Battery","state_topic":"tele/tasmota_ble/ATC5056c0","uniq_id":"ATC5056c0_Battery","unit_of_meas":"%","val_tpl":"{{ value_json.Battery }}"}
15:06:34.976 MQT: homeassistant/sensor/ATC5056c0/RSSI/config = {"availability":[],"device":{"identifiers":["BLEATC5056c0"],"name":"ATC5056c0","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"signal_strength","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC5056c0","name":"ATC5056c0_RSSI","state_topic":"tele/tasmota_ble/ATC5056c0","uniq_id":"ATC5056c0_RSSI","unit_of_meas":"dB","val_tpl":"{{ value_json.RSSI }}"}
```
On newer versions (10.1 and 11.0), these messages are no longer sent and as a result Home Assistant is "losing" all previously discovered "tas" devices.
I'd be grateful if someone can look into this, I'm more than happy to provide more information. Thanks.
### REQUESTED INFORMATION
_Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!_
- [x] Read the [Contributing Guide and Policy](https://github.com/arendst/Tasmota/blob/development/CONTRIBUTING.md) and [the Code of Conduct](https://github.com/arendst/Tasmota/blob/development/CODE_OF_CONDUCT.md)
- [x] Searched the problem in [issues](https://github.com/arendst/Tasmota/issues)
- [x] Searched the problem in [discussions](https://github.com/arendst/Tasmota/discussions)
- [x] Searched the problem in the [docs](https://tasmota.github.io/docs/FAQ)
- [x] Searched the problem in the [chat](https://discord.gg/Ks2Kzd4)
- [x] Device used (e.g., Sonoff Basic): ESP32-Devkit
- [x] Tasmota binary firmware version number used: 11.0
- [x] Pre-compiled
- [x] Flashing tools used: ESP-Flasher-Windows-x64.exe
- [x] Provide the output of command: `Backlog Template; Module; GPIO 255`:
```lua
15:27:03.364 CMD: Backlog Template; Module; GPIO 255
15:27:03.426 MQT: stat/tasmota_D4AD7C/RESULT = {"NAME":"ESP32-DevKit","GPIO":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,1,1,1,0,0,0,0,1,1,1,1,1,0,0,1],"FLAG":0,"BASE":1}
15:27:03.662 MQT: stat/tasmota_D4AD7C/RESULT = {"Module":{"1":"ESP32-DevKit"}}
15:27:03.925 MQT: stat/tasmota_D4AD7C/RESULT = {"GPIO0":{"0":"None"},"GPIO1":{"0":"None"},"GPIO2":{"0":"None"},"GPIO3":{"0":"None"},"GPIO4":{"0":"None"},"GPIO5":{"0":"None"},"GPIO6":{"0":"None"},"GPIO7":{"0":"None"},"GPIO8":{"0":"None"},"GPIO9":{"0":"None"},"GPIO10":{"0":"None"},"GPIO11":{"0":"None"},"GPIO12":{"0":"None"},"GPIO13":{"0":"None"},"GPIO14":{"0":"None"},"GPIO15":{"0":"None"},"GPIO16":{"0":"None"},"GPIO17":{"0":"None"},"GPIO18":{"0":"None"},"GPIO19":{"0":"None"},"GPIO20":{"0":"None"},"GPIO21":{"0":"None"},"GPIO22":{"0":"None"},"GPIO23":{"0":"None"},"GPIO24":{"0":"None"},"GPIO25":{"0":"None"},"GPIO26":{"0":"None"},"GPIO27":{"0":"None"},"GPIO32":{"0":"None"},"GPIO33":{"0":"None"},"GPIO34":{"0":"None"},"GPIO35":{"0":"None"},"GPIO36":{"0":"None"},"GPIO37":{"0":"None"},"GPIO38":{"0":"None"},"GPIO39":{"0":"None"}}
```
- [x] If using rules, provide the output of this command: `Backlog Rule1; Rule2; Rule3`:
```lua
15:29:56.376 CMD: Backlog Rule1; Rule2; Rule3
15:29:56.430 MQT: stat/tasmota_D4AD7C/RESULT = {"Rule1":{"State":"ON","Once":"OFF","StopOnError":"OFF","Length":46,"Free":465,"Rules":"on System#Boot do backlog mi32option2 1; mi32option6 1; endon"}}
15:29:56.669 MQT: stat/tasmota_D4AD7C/RESULT = {"Rule2":{"State":"OFF","Once":"OFF","StopOnError":"OFF","Length":0,"Free":511,"Rules":""}}
15:29:56.867 MQT: stat/tasmota_D4AD7C/RESULT = {"Rule3":{"State":"OFF","Once":"OFF","StopOnError":"OFF","Length":0,"Free":511,"Rules":""}}
```
- [x] Provide the output of this command: `Status 0`:
```lua
15:31:59.808 CMD: status 0
15:31:59.821 MQT: stat/tasmota_D4AD7C/STATUS = {"Status":{"Module":1,"DeviceName":"Tasmota","FriendlyName":["Tasmota"],"Topic":"tasmota_D4AD7C","ButtonTopic":"0","Power":0,"PowerOnState":3,"LedState":1,"LedMask":"FFFF","SaveData":0,"SaveState":1,"SwitchTopic":"0","SwitchMode":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"ButtonRetain":0,"SwitchRetain":0,"SensorRetain":0,"PowerRetain":0,"InfoRetain":0,"StateRetain":0}}
15:31:59.872 MQT: stat/tasmota_D4AD7C/STATUS1 = {"StatusPRM":{"Baudrate":115200,"SerialConfig":"8N1","GroupTopic":"tasmotas","OtaUrl":"http://ota.tasmota.com/tasmota32/release/tasmota32-bluetooth.bin","RestartReason":"Vbat power on reset","Uptime":"0T00:37:31","StartupUTC":"2022-02-15T13:54:28","Sleep":50,"CfgHolder":4617,"BootCount":5,"BCResetTime":"2022-02-14T15:11:34","SaveCount":10}}
15:31:59.920 MQT: stat/tasmota_D4AD7C/STATUS2 = {"StatusFWR":{"Version":"11.0.0(bluetooth)","BuildDateTime":"2022-02-12T14:14:01","Core":"2_0_2_2","SDK":"v4.4-3-g6afb23d90a","CpuFrequency":80,"Hardware":"ESP32-D0WDQ6","CR":"431/699"}}
15:31:59.944 MQT: stat/tasmota_D4AD7C/STATUS3 = {"StatusLOG":{"SerialLog":2,"WebLog":2,"MqttLog":0,"SysLog":0,"LogHost":"","LogPort":514,"SSId":["<MySSID>",""],"TelePeriod":300,"Resolution":"558180C0","SetOption":["00008009","2805C80001000600003C5A0A000000000000","00000080","00006000","00004002"]}}
15:31:59.991 MQT: stat/tasmota_D4AD7C/STATUS4 = {"StatusMEM":{"ProgramSize":1492,"Free":1856,"Heap":91,"StackLowMark":3,"PsrMax":4093,"PsrFree":4083,"ProgramFlashSize":4096,"FlashSize":4096,"FlashFrequency":40,"FlashMode":2,"Features":["00000809","8F9AC7C7","00148001","000000CF","010013C0","C0000981","00004080","00200000","0000082C"],"Drivers":"1,2,3,4,5,7,8,9,10,12,16,20,21,24,26,27,29,35,38,50,52,59,79,85","Sensors":"1,2,3,5,6,52,62,127"}}
15:32:00.041 MQT: stat/tasmota_D4AD7C/STATUS5 = {"StatusNET":{"Hostname":"tasmota-D4AD7C-3452","IPAddress":"192.168.x.y","Gateway":"192.168.x.z","Subnetmask":"255.255.255.0","DNSServer1":"192.168.x.z","DNSServer2":"0.0.0.0","Mac":"XX:XX:XX:XX:XX:XX","Webserver":2,"HTTP_API":1,"WifiConfig":0,"WifiPower":17.0}}
15:32:00.079 MQT: stat/tasmota_D4AD7C/STATUS6 = {"StatusMQT":{"MqttHost":"192.168.x.y","MqttPort":1883,"MqttClientMask":"DVES_%06X","MqttClient":"DVES_D4AD7C","MqttUser":"DVES_USER","MqttCount":1,"MAX_PACKET_SIZE":1200,"KEEPALIVE":30,"SOCKET_TIMEOUT":4}}
15:32:00.114 MQT: stat/tasmota_D4AD7C/STATUS7 = {"StatusTIM":{"UTC":"2022-02-15T14:32:00","Local":"2022-02-15T15:32:00","StartDST":"2022-03-27T02:00:00","EndDST":"2022-10-30T03:00:00","Timezone":"+01:00","Sunrise":"07:58","Sunset":"18:10"}}
15:32:00.144 MQT: stat/tasmota_D4AD7C/STATUS10 = {"StatusSNS":{"Time":"2022-02-15T15:32:00","ESP32":{"Temperature":78.9},"TempUnit":"C"}}
15:32:00.174 MQT: stat/tasmota_D4AD7C/STATUS11 = {"StatusSTS":{"Time":"2022-02-15T15:32:00","Uptime":"0T00:37:32","UptimeSec":2252,"Heap":89,"SleepMode":"Dynamic","Sleep":50,"LoadAvg":22,"MqttCount":1,"Berry":{"HeapUsed":3,"Objects":39},"Wifi":{"AP":1,"SSId":"<MySSID>","BSSId":"YY:YY:YY:YY:YY:YY","Channel":6,"Mode":"11n","RSSI":92,"Signal":-54,"LinkCount":1,"Downtime":"0T00:00:04"}}}
```
- [x] Set `weblog` to 4 and then, when you experience your issue, provide the output of the Console log:
Note: this is the output from command `backlog mi32period 0; delay 10; mi32period 300`, which is forcing Tasmota to publish autoconfiguration messages. The output below is from `v11.0` and autoconfiguration messages are missing. Please see `EXPECTED BEHAVIOUR` section for output from "working" v9.4, where autoconfiguration messages can still be seen.
```lua
15:56:01.409 CMD: backlog mi32period 0; delay 10; mi32period 300
15:56:01.414 SRC: WebConsole from 192.168.x.z
15:56:01.417 CMD: Grp 0, Cmnd 'BACKLOG', Idx 1, Len 38, Data 'mi32period 0; delay 10; mi32period 300'
15:56:01.530 SRC: Backlog
15:56:01.533 CMD: Grp 0, Cmnd 'MI32PERIOD', Idx 1, Len 1, Data '0'
15:56:01.544 MQT: stat/tasmota_D4AD7C/RESULT = {"MI32Period":0}
15:56:01.763 SRC: Backlog
15:56:01.767 CMD: Grp 0, Cmnd 'DELAY', Idx 1, Len 2, Data '10'
15:56:01.778 MQT: stat/tasmota_D4AD7C/RESULT = {"Delay":10}
15:56:02.797 M32: Kick off readOneSensor
15:56:02.799 M32: Hit tele time, restarted but not finished last - lost from slot 1073562912
15:56:02.814 SRC: Backlog
15:56:02.816 CMD: Grp 0, Cmnd 'MI32PERIOD', Idx 1, Len 3, Data '300'
15:56:02.830 MQT: stat/tasmota_D4AD7C/RESULT = {"MI32Period":300}
15:56:03.781 MQT: tele/tasmota_ble/MHOC303427cf8 = {"Time":"2022-02-15T15:56:03","mac":"<redacted>","Temperature":21.7,"Humidity":57.0,"DewPoint":12.8,"Battery":24,"RSSI":-68,"TempUnit":"C"}
15:56:04.768 MQT: tele/tasmota_ble/LYWSD02f35c70 = {"Time":"2022-02-15T15:56:04","mac":"<redacted>","Temperature":22.1,"Humidity":55.0,"DewPoint":12.6,"Battery":28,"RSSI":-87,"TempUnit":"C"}
15:56:05.768 MQT: tele/tasmota_ble/ATC50c365 = {"Time":"2022-02-15T15:56:05","mac":"<redacted>","Temperature":21.4,"Humidity":53.8,"DewPoint":11.6,"Btn":0,"Battery":83,"RSSI":-77,"TempUnit":"C"}
15:56:06.413 MQT: tele/tasmota_ble/LYWSD02f35c70 = {"Time":"2022-02-15T15:56:06","mac":"<redacted>","Temperature":22.1,"Humidity":55.0,"DewPoint":12.6,"Battery":28,"RSSI":-75,"TempUnit":"C"}
15:56:06.427 M32: triggered 2 {"Time":"2022-02-15T15:56:06","mac":"<redacted>","Temperature":22.1,"Humidity":55.0,"DewPoint":12.6,"Battery":28,"RSSI":-75,"TempUnit":"C"}
15:56:06.782 MQT: tele/tasmota_ble/ATC3f5836 = {"Time":"2022-02-15T15:56:06","mac":"<redacted>","Temperature":10.0,"Humidity":85.0,"DewPoint":7.6,"Btn":1,"Battery":44,"RSSI":-72,"TempUnit":"C"}
15:56:07.776 MQT: tele/tasmota_ble/ATC0043ac = {"Time":"2022-02-15T15:56:07","mac":"<redacted>","Temperature":30.7,"Humidity":34.0,"DewPoint":13.0,"Btn":1,"Battery":85,"RSSI":-78,"TempUnit":"C"}
15:56:08.774 MQT: tele/tasmota_ble/ATC0a5537 = {"Time":"2022-02-15T15:56:08","mac":"<redacted>","Temperature":15.4,"Humidity":54.8,"DewPoint":6.3,"Btn":1,"Battery":71,"RSSI":-80,"TempUnit":"C"}
15:56:09.743 MQT: tele/tasmota_ble/ATC54f3ad = {"Time":"2022-02-15T15:56:09","mac":"<redacted>","Temperature":21.7,"Humidity":51.2,"DewPoint":11.2,"Btn":0,"Battery":79,"RSSI":-62,"TempUnit":"C"}
15:56:09.788 MQT: tele/tasmota_ble/ATC54f3ad = {"Time":"2022-02-15T15:56:09","mac":"<redacted>","Temperature":21.7,"Humidity":51.2,"DewPoint":11.2,"Btn":0,"Battery":79,"RSSI":-63,"TempUnit":"C"}
15:56:09.803 M32: triggered 7 {"Time":"2022-02-15T15:56:09","mac":"<redacted>","Temperature":21.7,"Humidity":51.2,"DewPoint":11.2,"Btn":0,"Battery":79,"RSSI":-63,"TempUnit":"C"}
15:56:09.835 MQT: tele/tasmota_ble/MHOC303427cf8 = {"Time":"2022-02-15T15:56:09","mac":"<redacted>","Temperature":21.7,"Humidity":57.0,"DewPoint":12.8,"Battery":24,"RSSI":-59,"TempUnit":"C"}
15:56:09.850 M32: triggered 1 {"Time":"2022-02-15T15:56:09","mac":"<redacted>","Temperature":21.7,"Humidity":57.0,"DewPoint":12.8,"Battery":24,"RSSI":-59,"TempUnit":"C"}
...
```
### TO REPRODUCE
Flash a version, newer than 9.4 (or possibly 9.5) - e.g. 10.1, 11.0 etc.
### EXPECTED BEHAVIOUR
Note: this is the output from command `backlog mi32period 0; delay 10; mi32period 300`, which is forcing Tasmota to publish autoconfiguration messages. The output below is from `v9.4` and autoconfiguration messages can be seen below.
```lua
15:06:32.410 CMD: backlog mi32period 0; delay 10; mi32period 300
15:06:32.413 SRC: WebConsole from 192.168.x.z
15:06:32.415 CMD: Group 0, Index 1, Command "BACKLOG", Data "mi32period 0; delay 10; mi32period 300"
15:06:33.969 MQT: homeassistant/sensor/ATC0043ac/Battery/config = {"availability":[],"device":{"identifiers":["BLEATC0043ac"],"name":"ATC0043ac","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"battery","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC0043ac","name":"ATC0043ac_Battery","state_topic":"tele/tasmota_ble/ATC0043ac","uniq_id":"ATC0043ac_Battery","unit_of_meas":"%","val_tpl":"{{ value_json.Battery }}"}
15:06:34.008 MQT: homeassistant/sensor/ATC0043ac/RSSI/config = {"availability":[],"device":{"identifiers":["BLEATC0043ac"],"name":"ATC0043ac","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"signal_strength","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC0043ac","name":"ATC0043ac_RSSI","state_topic":"tele/tasmota_ble/ATC0043ac","uniq_id":"ATC0043ac_RSSI","unit_of_meas":"dB","val_tpl":"{{ value_json.RSSI }}"}
15:06:34.052 MQT: tele/tasmota_ble/ATC0043ac = {"Time":"2022-02-15T15:06:34","mac":"<redacted>","Temperature":30.7,"Humidity":33.9,"DewPoint":13.0,"Battery":85,"RSSI":-89}
15:06:34.818 MQT: homeassistant/sensor/ATC5056c0/Temperature/config = {"availability":[],"device":{"identifiers":["BLEATC5056c0"],"name":"ATC5056c0","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"temperature","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC5056c0","name":"ATC5056c0_Temperature","state_topic":"tele/tasmota_ble/ATC5056c0","uniq_id":"ATC5056c0_Temperature","unit_of_meas":"°C","val_tpl":"{{ value_json.Temperature }}"}
15:06:34.858 MQT: homeassistant/sensor/ATC5056c0/Humidity/config = {"availability":[],"device":{"identifiers":["BLEATC5056c0"],"name":"ATC5056c0","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"humidity","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC5056c0","name":"ATC5056c0_Humidity","state_topic":"tele/tasmota_ble/ATC5056c0","uniq_id":"ATC5056c0_Humidity","unit_of_meas":"%","val_tpl":"{{ value_json.Humidity }}"}
15:06:34.900 MQT: homeassistant/sensor/ATC5056c0/DewPoint/config = {"availability":[],"device":{"identifiers":["BLEATC5056c0"],"name":"ATC5056c0","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"temperature","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC5056c0","name":"ATC5056c0_DewPoint","state_topic":"tele/tasmota_ble/ATC5056c0","uniq_id":"ATC5056c0_DewPoint","unit_of_meas":"°C","val_tpl":"{{ value_json.DewPoint }}"}
15:06:34.940 MQT: homeassistant/sensor/ATC5056c0/Battery/config = {"availability":[],"device":{"identifiers":["BLEATC5056c0"],"name":"ATC5056c0","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"battery","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC5056c0","name":"ATC5056c0_Battery","state_topic":"tele/tasmota_ble/ATC5056c0","uniq_id":"ATC5056c0_Battery","unit_of_meas":"%","val_tpl":"{{ value_json.Battery }}"}
15:06:34.976 MQT: homeassistant/sensor/ATC5056c0/RSSI/config = {"availability":[],"device":{"identifiers":["BLEATC5056c0"],"name":"ATC5056c0","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"signal_strength","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC5056c0","name":"ATC5056c0_RSSI","state_topic":"tele/tasmota_ble/ATC5056c0","uniq_id":"ATC5056c0_RSSI","unit_of_meas":"dB","val_tpl":"{{ value_json.RSSI }}"}
15:06:35.018 MQT: tele/tasmota_ble/ATC5056c0 = {"Time":"2022-02-15T15:06:35","mac":"<redacted>","Temperature":8.8,"Humidity":86.9,"DewPoint":6.7,"Battery":44,"RSSI":-80}
15:06:36.959 MQT: homeassistant/sensor/LYWSD02392e54/Battery/config = {"availability":[],"device":{"identifiers":["BLELYWSD02392e54"],"name":"LYWSD02392e54","manufacturer":"tas","model":"LYWSD02","via_device":"tasmota_265B84-7044"},"dev_cla":"battery","expire_after":600,"json_attr_t":"tele/tasmota_ble/LYWSD02392e54","name":"LYWSD02392e54_Battery","state_topic":"tele/tasmota_ble/LYWSD02392e54","uniq_id":"LYWSD02392e54_Battery","unit_of_meas":"%","val_tpl":"{{ value_json.Battery }}"}
15:06:36.998 MQT: homeassistant/sensor/LYWSD02392e54/RSSI/config = {"availability":[],"device":{"identifiers":["BLELYWSD02392e54"],"name":"LYWSD02392e54","manufacturer":"tas","model":"LYWSD02","via_device":"tasmota_265B84-7044"},"dev_cla":"signal_strength","expire_after":600,"json_attr_t":"tele/tasmota_ble/LYWSD02392e54","name":"LYWSD02392e54_RSSI","state_topic":"tele/tasmota_ble/LYWSD02392e54","uniq_id":"LYWSD02392e54_RSSI","unit_of_meas":"dB","val_tpl":"{{ value_json.RSSI }}"}
15:06:37.063 MQT: tele/tasmota_ble/ATC253a1d = {"Time":"2022-02-15T15:06:37","mac":"<redacted>","Temperature":7.2,"Humidity":85.7,"DewPoint":5.0,"Battery":54,"RSSI":-86}
15:06:37.069 M32: MI32: triggered 9 {"Time":"2022-02-15T15:06:37","mac":"<redacted>","Temperature":7.2,"Humidity":85.7,"DewPoint":5.0,"Batt...
15:06:37.858 MQT: homeassistant/sensor/ATC54f3ad/Temperature/config = {"availability":[],"device":{"identifiers":["BLEATC54f3ad"],"name":"ATC54f3ad","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"temperature","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC54f3ad","name":"ATC54f3ad_Temperature","state_topic":"tele/tasmota_ble/ATC54f3ad","uniq_id":"ATC54f3ad_Temperature","unit_of_meas":"°C","val_tpl":"{{ value_json.Temperature }}"}
15:06:37.896 MQT: homeassistant/sensor/ATC54f3ad/Humidity/config = {"availability":[],"device":{"identifiers":["BLEATC54f3ad"],"name":"ATC54f3ad","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"humidity","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC54f3ad","name":"ATC54f3ad_Humidity","state_topic":"tele/tasmota_ble/ATC54f3ad","uniq_id":"ATC54f3ad_Humidity","unit_of_meas":"%","val_tpl":"{{ value_json.Humidity }}"}
15:06:37.936 MQT: homeassistant/sensor/ATC54f3ad/DewPoint/config = {"availability":[],"device":{"identifiers":["BLEATC54f3ad"],"name":"ATC54f3ad","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"temperature","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC54f3ad","name":"ATC54f3ad_DewPoint","state_topic":"tele/tasmota_ble/ATC54f3ad","uniq_id":"ATC54f3ad_DewPoint","unit_of_meas":"°C","val_tpl":"{{ value_json.DewPoint }}"}
15:06:37.974 MQT: homeassistant/sensor/ATC54f3ad/Battery/config = {"availability":[],"device":{"identifiers":["BLEATC54f3ad"],"name":"ATC54f3ad","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"battery","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC54f3ad","name":"ATC54f3ad_Battery","state_topic":"tele/tasmota_ble/ATC54f3ad","uniq_id":"ATC54f3ad_Battery","unit_of_meas":"%","val_tpl":"{{ value_json.Battery }}"}
15:06:38.020 MQT: homeassistant/sensor/ATC54f3ad/RSSI/config = {"availability":[],"device":{"identifiers":["BLEATC54f3ad"],"name":"ATC54f3ad","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"signal_strength","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC54f3ad","name":"ATC54f3ad_RSSI","state_topic":"tele/tasmota_ble/ATC54f3ad","uniq_id":"ATC54f3ad_RSSI","unit_of_meas":"dB","val_tpl":"{{ value_json.RSSI }}"}
15:06:38.058 MQT: tele/tasmota_ble/ATC54f3ad = {"Time":"2022-02-15T15:06:38","mac":"<redacted>","Temperature":21.7,"Humidity":51.5,"DewPoint":11.2,"Battery":79,"RSSI":-74}
15:06:39.981 MQT: homeassistant/sensor/ATC0a5537/Battery/config = {"availability":[],"device":{"identifiers":["BLEATC0a5537"],"name":"ATC0a5537","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"battery","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC0a5537","name":"ATC0a5537_Battery","state_topic":"tele/tasmota_ble/ATC0a5537","uniq_id":"ATC0a5537_Battery","unit_of_meas":"%","val_tpl":"{{ value_json.Battery }}"}
15:06:40.024 MQT: homeassistant/sensor/ATC0a5537/RSSI/config = {"availability":[],"device":{"identifiers":["BLEATC0a5537"],"name":"ATC0a5537","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"signal_strength","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC0a5537","name":"ATC0a5537_RSSI","state_topic":"tele/tasmota_ble/ATC0a5537","uniq_id":"ATC0a5537_RSSI","unit_of_meas":"dB","val_tpl":"{{ value_json.RSSI }}"}
15:06:40.065 MQT: tele/tasmota_ble/ATC0a5537 = {"Time":"2022-02-15T15:06:40","mac":"<redacted>","Temperature":15.4,"Humidity":54.8,"DewPoint":6.3,"Battery":72,"RSSI":-84}
15:06:40.831 MQT: homeassistant/sensor/ATC50c365/Temperature/config = {"availability":[],"device":{"identifiers":["BLEATC50c365"],"name":"ATC50c365","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"temperature","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC50c365","name":"ATC50c365_Temperature","state_topic":"tele/tasmota_ble/ATC50c365","uniq_id":"ATC50c365_Temperature","unit_of_meas":"°C","val_tpl":"{{ value_json.Temperature }}"}
15:06:40.869 MQT: homeassistant/sensor/ATC50c365/Humidity/config = {"availability":[],"device":{"identifiers":["BLEATC50c365"],"name":"ATC50c365","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"humidity","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC50c365","name":"ATC50c365_Humidity","state_topic":"tele/tasmota_ble/ATC50c365","uniq_id":"ATC50c365_Humidity","unit_of_meas":"%","val_tpl":"{{ value_json.Humidity }}"}
15:06:40.911 MQT: homeassistant/sensor/ATC50c365/DewPoint/config = {"availability":[],"device":{"identifiers":["BLEATC50c365"],"name":"ATC50c365","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"temperature","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC50c365","name":"ATC50c365_DewPoint","state_topic":"tele/tasmota_ble/ATC50c365","uniq_id":"ATC50c365_DewPoint","unit_of_meas":"°C","val_tpl":"{{ value_json.DewPoint }}"}
15:06:40.956 MQT: homeassistant/sensor/ATC50c365/Battery/config = {"availability":[],"device":{"identifiers":["BLEATC50c365"],"name":"ATC50c365","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"battery","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC50c365","name":"ATC50c365_Battery","state_topic":"tele/tasmota_ble/ATC50c365","uniq_id":"ATC50c365_Battery","unit_of_meas":"%","val_tpl":"{{ value_json.Battery }}"}
15:06:40.992 MQT: homeassistant/sensor/ATC50c365/RSSI/config = {"availability":[],"device":{"identifiers":["BLEATC50c365"],"name":"ATC50c365","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"signal_strength","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC50c365","name":"ATC50c365_RSSI","state_topic":"tele/tasmota_ble/ATC50c365","uniq_id":"ATC50c365_RSSI","unit_of_meas":"dB","val_tpl":"{{ value_json.RSSI }}"}
15:06:41.033 MQT: tele/tasmota_ble/ATC50c365 = {"Time":"2022-02-15T15:06:41","mac":"<redacted>","Temperature":21.4,"Humidity":53.8,"DewPoint":11.6,"Battery":83,"RSSI":-92}
15:06:41.945 MQT: homeassistant/sensor/ATC253a1d/Battery/config = {"availability":[],"device":{"identifiers":["BLEATC253a1d"],"name":"ATC253a1d","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"battery","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC253a1d","name":"ATC253a1d_Battery","state_topic":"tele/tasmota_ble/ATC253a1d","uniq_id":"ATC253a1d_Battery","unit_of_meas":"%","val_tpl":"{{ value_json.Battery }}"}
15:06:41.983 MQT: homeassistant/sensor/ATC253a1d/RSSI/config = {"availability":[],"device":{"identifiers":["BLEATC253a1d"],"name":"ATC253a1d","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"signal_strength","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC253a1d","name":"ATC253a1d_RSSI","state_topic":"tele/tasmota_ble/ATC253a1d","uniq_id":"ATC253a1d_RSSI","unit_of_meas":"dB","val_tpl":"{{ value_json.RSSI }}"}
15:06:42.025 MQT: tele/tasmota_ble/ATC253a1d = {"Time":"2022-02-15T15:06:42","mac":"<redacted>","Temperature":7.2,"Humidity":85.7,"DewPoint":5.0,"Battery":54,"RSSI":-86}
15:06:42.844 MQT: homeassistant/sensor/ATC3f5836/Temperature/config = {"availability":[],"device":{"identifiers":["BLEATC3f5836"],"name":"ATC3f5836","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"temperature","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC3f5836","name":"ATC3f5836_Temperature","state_topic":"tele/tasmota_ble/ATC3f5836","uniq_id":"ATC3f5836_Temperature","unit_of_meas":"°C","val_tpl":"{{ value_json.Temperature }}"}
15:06:42.881 MQT: homeassistant/sensor/ATC3f5836/Humidity/config = {"availability":[],"device":{"identifiers":["BLEATC3f5836"],"name":"ATC3f5836","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"humidity","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC3f5836","name":"ATC3f5836_Humidity","state_topic":"tele/tasmota_ble/ATC3f5836","uniq_id":"ATC3f5836_Humidity","unit_of_meas":"%","val_tpl":"{{ value_json.Humidity }}"}
15:06:42.925 MQT: homeassistant/sensor/ATC3f5836/DewPoint/config = {"availability":[],"device":{"identifiers":["BLEATC3f5836"],"name":"ATC3f5836","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"temperature","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC3f5836","name":"ATC3f5836_DewPoint","state_topic":"tele/tasmota_ble/ATC3f5836","uniq_id":"ATC3f5836_DewPoint","unit_of_meas":"°C","val_tpl":"{{ value_json.DewPoint }}"}
15:06:42.968 MQT: homeassistant/sensor/ATC3f5836/Battery/config = {"availability":[],"device":{"identifiers":["BLEATC3f5836"],"name":"ATC3f5836","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"battery","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC3f5836","name":"ATC3f5836_Battery","state_topic":"tele/tasmota_ble/ATC3f5836","uniq_id":"ATC3f5836_Battery","unit_of_meas":"%","val_tpl":"{{ value_json.Battery }}"}
15:06:43.002 MQT: homeassistant/sensor/ATC3f5836/RSSI/config = {"availability":[],"device":{"identifiers":["BLEATC3f5836"],"name":"ATC3f5836","manufacturer":"tas","model":"ATC","via_device":"tasmota_265B84-7044"},"dev_cla":"signal_strength","expire_after":600,"json_attr_t":"tele/tasmota_ble/ATC3f5836","name":"ATC3f5836_RSSI","state_topic":"tele/tasmota_ble/ATC3f5836","uniq_id":"ATC3f5836_RSSI","unit_of_meas":"dB","val_tpl":"{{ value_json.RSSI }}"}
```
### SCREENSHOTS
Not applicable
### ADDITIONAL CONTEXT
_Add any other context about the problem here._
**(Please, remember to close the issue when the problem has been addressed)**