ZHA Tuya attribute missing in TS130F curtain module
See original GitHub issueThe problem
Not able to calibrate TS130F based Zigbee curtain module (e.g. https://zigbee.blakadder.com/Lonsonho_TS130F.html) in ZHA because the ZHA cluster and its attributes are missing. This attribute contains the calibration. This is Calibration (0xF001)
What is version of Home Assistant Core has the issue?
core-2021.2.0
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
ZHA
Link to integration documentation on our website
https://www.home-assistant.io/integrations/zha/
Example YAML snippet
# Put your YAML below this line
Anything in the logs that might be useful for us?
# Put your logs below this line
Issue Analytics
- State:
- Created 3 years ago
- Reactions:12
- Comments:82 (27 by maintainers)
Top Results From Across the Web
(affordable) Zigbee in-wall switches specifically for shutters
Yes the attribute and the whole Tuya cluster is missing from ZHA. I opened an issue. As I seen Domoticz already covered the...
Read more >Where to start writing Custom driver for TS130F smart ...
Is there a “Edge for dummies” guide for how to do simple/sample drivers ? Where would you start to get all device specific...
Read more >TuYa TS130F control via MQTT
Integrate your TuYa TS130F via Zigbee2MQTT with whatever smart home ... Press the open button on the switch, wait until the curtains are...
Read more >changelog.en
This is a workaround which will later on be fixed in firmware of ConBee II. Support Legrand DIN power consumption module 25604e 0d630f;...
Read more >Untitled
Reluce by partex star group, Death note episode 40 english sub, Missing persons ... Musica beethoven 9a sinfonia, Zha wang, Under the bed...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
FOUND IT!!!
I was almost there by trying and error, but with this post I solved the problem! #https://github.com/Koenkk/zigbee2mqtt/issues/7128#issuecomment-895928027
The solution is to use the attribut 0xF003 but set it to t.uint16_t I had with enum8 and that doesn’t work.
So, here is a snippetf of my quirk for attribut customization:
`class TuyaCoveringCluster(CustomCluster, WindowCovering): “”“TuyaSmartCurtainWindowCoveringCluster: Allow to setup Window covering tuya devices.”“”
`
and i attach is HA cluster interface.
As you can see I have set a 20 second time, and it just works. The percentage adjusts to that time interval.
The good news is that all the action can be done from the same screen. The bad news ? No bad news.
So :
It’s done.