You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unexpected error updating TP972R data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/bluetooth/passive_update_processor.py", line 371, in _async_handle_bluetooth_event
update = self._update_method(service_info)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/bluetooth_sensor_state_data/init.py", line 70, in update
self._start_update(data)
File "/usr/local/lib/python3.12/site-packages/thermopro_ble/parser.py", line 88, in _start_update
) = UNPACK_SPIKE_TEMP(data)
^^^^^^^^^^^^^^^^^^^^^^^
struct.error: unpack requires a buffer of 7 bytes
What version of Home Assistant Core has the issue?
2024.11.3
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
thermopro
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
I dont see any trust for TP972, so May be its not support. If that is the case it would be good to have documention on how to add new devices or what info to provide
The text was updated successfully, but these errors were encountered:
The problem
Logger: homeassistant.components.thermopro
Source: components/bluetooth/passive_update_processor.py:371
integration: ThermoPro (documentation, issues)
Unexpected error updating TP972R data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/bluetooth/passive_update_processor.py", line 371, in _async_handle_bluetooth_event
update = self._update_method(service_info)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/bluetooth_sensor_state_data/init.py", line 70, in update
self._start_update(data)
File "/usr/local/lib/python3.12/site-packages/thermopro_ble/parser.py", line 88, in _start_update
) = UNPACK_SPIKE_TEMP(data)
^^^^^^^^^^^^^^^^^^^^^^^
struct.error: unpack requires a buffer of 7 bytes
What version of Home Assistant Core has the issue?
2024.11.3
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
thermopro
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
I dont see any trust for TP972, so May be its not support. If that is the case it would be good to have documention on how to add new devices or what info to provide
The text was updated successfully, but these errors were encountered: