Skip to content

Commit

Permalink
snt957w_tde_temp: high temp. limit should be optional
Browse files Browse the repository at this point in the history
This device was working fine with tuya-local as long as it was added to Tuya app. But once I used cloudcut it, suddenly tuya-local could not recognize it anymore (saying that device is unsupported).
Inspection of the yaml revealed that the device broadcasts matching dpids except for dpid 10. This could be because I removed the device from Tuya app and it reset to factory defaults.

TLDR: making this optional makes the device detectable again.
  • Loading branch information
szupi-ipuzs authored Nov 24, 2024
1 parent 71aebc1 commit 690ef3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/tuya_local/devices/snt957w_tde_temp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ secondary_entities:
max: 1200
mapping:
- scale: 10
optional: true
- entity: number
name: Low temperature limit
category: config
Expand Down

0 comments on commit 690ef3d

Please sign in to comment.