Search found 22 matches

by firmware@nuos.in
2025年 Jun 6日 20:26
Forum: TuyaOS-Zigbee Device Development
Topic: Zigbee Fan Switch issue on adding to scene
Replies: 3
Views: 156

Re: Zigbee Fan Switch issue on adding to scene

1 . Is the firmware currently developed using tuyaOS zigbee sdk? NO
3 . Can you provide the virtual id added to the smart life app? d763e9d3412c5a2dd6zfcw

by firmware@nuos.in
2025年 Jun 6日 17:17
Forum: TuyaOS-Zigbee Device Development
Topic: Zigbee Fan Switch issue on adding to scene
Replies: 3
Views: 156

Zigbee Fan Switch issue on adding to scene

Detailed Description: On adding this zigbee device of pid "1dacqtcg" to zigbee scene switch, i didn't receive the scene store callback on my zigbee light fan(pid "1dacqtcg") code but i get verification device success message in smart life app. what will be the issue. Product ID: ...
by firmware@nuos.in
2025年 Mar 25日 15:11
Forum: TuyaOS-Zigbee Device Development
Topic: Tuya Zigbee Thermostat
Replies: 7
Views: 3425

Re: Tuya Zigbee Thermostat

Ok, Now i used your suggestion, and its still not working in my case. There is send_data->frame_type = ZG_ZCL_FRAME_TYPE_SPEC_TO_CLUSTER; as per your suggestion. But in my zigbee library, there is no frame_type, i have data.type means zigbee type_id. zb_zcl_custom_cluster_cmd_req_t cmd_req = { .addr...
by firmware@nuos.in
2025年 Mar 25日 14:26
Forum: TuyaOS-Zigbee Device Development
Topic: Tuya Zigbee Thermostat
Replies: 7
Views: 3425

Re: Tuya Zigbee Thermostat

Ok sure I have to send 10 bytes frame to set set zigbee thermostat temperature. zb_zcl_custom_cluster_cmd_req_t cmd_req = { .address_mode = ZB_APS_ADDR_MODE_16_ENDP_PRESENT, .cluster_id = 0xEF00, .custom_cmd_id = 1, //Is this correct .data.value = message->data, //10 bytes data .data.size = message-...
by firmware@nuos.in
2025年 Mar 25日 13:40
Forum: TuyaOS-Zigbee Device Development
Topic: Tuya Zigbee Thermostat
Replies: 7
Views: 3425

Re: Tuya Zigbee Thermostat

Thanks for the link, but this is tuya serial communciation protocol.
But I am asking for Zigbee standard custom 10 bytes frame send directly to tuya gateway.

by firmware@nuos.in
2025年 Mar 25日 13:09
Forum: TuyaOS-Zigbee Device Development
Topic: Tuya Zigbee Thermostat
Replies: 7
Views: 3425

Tuya Zigbee Thermostat

Hi,

Can you please tell me what Tuya is using value of zigbee type_id for 10 bytes of frame of cluster 0xEF00.

by firmware@nuos.in
2025年 Mar 21日 20:12
Forum: TuyaOS-Zigbee Device Development
Topic: Standard Zigbee Thermostat Clusters for Tuya
Replies: 0
Views: 2306

Standard Zigbee Thermostat Clusters for Tuya

I there any Tuya UI Studio Interface in smartlife app that opeartes with Standard Zigbee Thermostat Clusters for Tuya and not 0xEF00. I am facing issue with 0xEF00 and standard clusters are not working for thermostat only.

by firmware@nuos.in
2025年 Mar 21日 18:45
Forum: TuyaOS-Zigbee Device Development
Topic: Zigbee Thermostat Cluster
Replies: 8
Views: 2685

Re: Zigbee Thermostat Cluster

Now i only successfully able to send the command of type_id(data frame size) <= 8, above 8, my no other enum defined type_id is working. In your code, you passed ZG_ZCL_FRAME_TYPE_SPEC_TO_CLUSTER to type_id. So what is the value of "ZG_ZCL_FRAME_TYPE_SPEC_TO_CLUSTER". Is this the type_id? ...
by firmware@nuos.in
2025年 Mar 21日 14:56
Forum: TuyaOS-Zigbee Device Development
Topic: Zigbee Thermostat Cluster
Replies: 8
Views: 2685

Re: Zigbee Thermostat Cluster

Thanks for the code, but i am unable to found usage of EF00 cluster in all files