home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
69.72k stars 28.87k forks source link

Tuya binary wifi smoke sensor no more available since latest core update #114284

Open ArnolddeBolster opened 3 months ago

ArnolddeBolster commented 3 months ago

The problem

Since the latest core update I only see the battery state of my Tuya Wifi smoke dectors. The binary smoke alarm sensor entities are gone. When taking a look at the IOT API I can see that the dp's still exist but they are not retrieved by the integration

What version of Home Assistant Core has the issue?

2024.3.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

Tuya

Link to integration documentation on our website

https://www.home-assistant.io/integrations/tuya

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 3 months ago

Hey there @tuya, @zlinoliver, @frenck, mind taking a look at this issue as it has been labeled with an integration (tuya) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `tuya` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign tuya` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


tuya documentation tuya source (message by IssueLinks)

ArnolddeBolster commented 3 months ago

what is possibly missing is to load DP instruction of devices. Most Tuya devices can handle Standard Instruction but WIFI smoke detectors need the DP Instruction for their DP1 smoke_sensor_state

image

arnoslag commented 2 months ago

Same problem here, only battery state is showing

si458 commented 2 months ago

duplicate of https://github.com/home-assistant/core/issues/109923 the issue is because the new https://github.com/tuya/tuya-device-sharing-sdk/ is only using the 'standard instruction' so they need to change it to use the tuya 'dp instruction' OR ask the manufacturer of the device to fix the DPs (no chance)