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

iBBQ-6 - Sensor values above 100C show as unknown in HASS #779

Closed
wildekek opened this issue Mar 17, 2022 · 3 comments
Closed

iBBQ-6 - Sensor values above 100C show as unknown in HASS #779

wildekek opened this issue Mar 17, 2022 · 3 comments

Comments

@wildekek
Copy link

I have an issue where sensors that read values > 100 degrees C on my Inkbird iBBQ-6 show up as "unknown" in HASS. I did some testing with with different sensor ports, but I am pretty sure it is the value causing the issue.

Debug log:
DEBUG (MainThread) [custom_components.ble_monitor.sensor] Data measuring sensor received: {'firmware': 'Inkbird', 'temperature probe 1': 107.0, 'temperature probe 2': 84.0, 'temperature probe 3': 0, 'temperature probe 4': 0, 'temperature probe 5': 0, 'temperature probe 6': 0, 'rssi': -70, 'mac': '0035FFDAC988', 'type': 'iBBQ-6', 'packet': 'no packet id', 'data': True} 2022-03-17 17:22:50 DEBUG (Thread-100) [custom_components.ble_monitor.ble_parser.inkbird] Inkbird Data: 2e044803f6fff6fff6fff6ff 2022-03-17 17:22:50 DEBUG (MainThread) [custom_components.ble_monitor.sensor]

In the case mentioned above, the values of 'temperature probe 1' shows as "unknown" in HASS, all other show just fine.

My install:
BLE_monitor version: 8.0.5-beta
HASS OS: 7.5
HASS core: core-2022.3.5

@wildekek wildekek changed the title iBBQ-6 - Sensor values above 100C show as unknow in HASS iBBQ-6 - Sensor values above 100C show as unknown in HASS Mar 17, 2022
@Ernst79
Copy link
Collaborator

Ernst79 commented Mar 17, 2022

Ah, I see the issue. Add iBBQ-6 in this list, will fix it next release

PROBES = ('iBBQ-2', 'iBBQ-4', 'H5183')

@wildekek
Copy link
Author

It works, you rock!

@Ernst79
Copy link
Collaborator

Ernst79 commented Mar 18, 2022

Fixed in 8.1.0. Thanks for your sponsoring!

@Ernst79 Ernst79 closed this as completed Mar 18, 2022
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

2 participants