custom-components / ble_monitor

BLE monitor for passive BLE sensors
https://community.home-assistant.io/t/passive-ble-monitor-integration/
MIT License
1.93k stars 248 forks source link

Inkbird IBT-6X six probes bbq thermometer #630

Closed marcomiani closed 2 years ago

marcomiani commented 2 years ago

Hi, I have a Inkbird IBT-6X compatible bbq thermometer. I modified the source code ( the logic and the data format is the same as the iBBQ-2 only with four more values) and I have it up and running in my home assistant installation.

This is a sample adv packet ( only one probe connected at position 1, my device mac is 18:93:d7:35:35:59 ) 0x0201060302F0FF17FF000000001893D7353559D200F6FFF6FFF6FFF6FFF6FF050969424251051218003801020A00 as you can see in the manufacturer specific data segment there are four bytes at zero, six bytes for the device mac address and six bytes couples for the probes temperature.

can it be integrated? do you prefer a pull request or more samples ?

thank you Marco

Ernst79 commented 2 years ago

This is all the info i need, thx. Will add it coming week.

Ernst79 commented 2 years ago

Added in 7.1.2, please close the issue if it all works

marcomiani commented 2 years ago

tested, works fine. thank you