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

Decoder for BFOUR Bf-40 / Grill BT5.0 BBQ Thermometer #550

Open
hs75 opened this issue May 25, 2024 · 1 comment
Open

Decoder for BFOUR Bf-40 / Grill BT5.0 BBQ Thermometer #550

hs75 opened this issue May 25, 2024 · 1 comment

Comments

@hs75
Copy link

hs75 commented May 25, 2024

Is your feature request related to a problem? Please describe.
BBQ thermometer is used to measure food temperature during cooking. it would be helpful to have temperature also avaiolable in MQTT, e.g. to switch off heating when food is ready

Describe the solution you'd like
Decoder, thath helps gateway to extract temperature from BLE traffic and post it via MQTT

Describe alternatives you've considered
None

Additional context
sanitized log of BLE messages
xx:xx:xx.xxxx: connected in underlying BLE layer.
xx:xx:xx.xxxx: discovered services: (
FE59,
FFB0
)
xx:xx:xx.xxxx: discovered characteristics for service FFB0: (
FFB1,
FFB2
)
xx:xx:xx.xxxx: discovered characteristics for service FE59: (
“xxxxxxxx—xxxx-xxxx-xxxxxxxxxxxxxxxxx“,
“xxxxxxxx—xxxx-xxxx-xxxxxxxxxxxxxxxxx“,
0003
)
xx:xx:xx.xxxx: state changed to 'Connected'.
xx:xx:xx.xxxx: updated subscription state for characteristic FFB2___FFB0: subscribed
xx:xx:xx.xxxx: updated subscription state for characteristic FFB2___FFB0: subscribed
xx:xx:xx.xxxx: received update from characteristic FFB2___FFB0: <55000163 ffffffff ffffffff ffffff>
xx:xx:xx.xxxx: received update from characteristic FFB2___FFB0: <55000163 ffffffff ffffffff ffffff>
xx:xx:xx.xxxx: received update from characteristic FFB2___FFB0: <55000163 ffffffff ffffffff ffffff>
xx:xx:xx.xxxx: received update from characteristic FFB2___FFB0: <55000164 ffffffff ffffffff ffffff>

@DigiH
Copy link
Member

DigiH commented May 27, 2024

Hi @hs75

Does the BFOUR Bf-40 also send it's temperatures through its freely broadcast BLEW advertising data? As this is currently the only way Theengs Decoder can get encoded data from, but not from connections.

If you could set Advertisement and Advanced Data to true and monitoring the broadcasts through MQTT Explorer, to see if there is any decodable data in the broadcasts.

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

No branches or pull requests

2 participants