Search found 24 matches

by firmware@nuos.in
2025年 Jul 31日 17:01
Forum: TuyaOS-Zigbee Device Development
Topic: Zigbee IR Blaster TS1201
Replies: 2
Views: 518

Re: Zigbee IR Blaster TS1201

Ok, that's fine. I can understand.
I am working on developing Zigbee IR blaster, and want to sell in market.
But, how to get access for these decoding protocols? Can you please guide me how i can start?

by firmware@nuos.in
2025年 Jul 30日 13:17
Forum: TuyaOS-Zigbee Device Development
Topic: Zigbee IR Blaster TS1201
Replies: 2
Views: 518

Zigbee IR Blaster TS1201

I am receiving this from app Quick learn option. {"key_num":1,"delay":300,"header":"010ed800000000000700100032004100860536002603c9","key1":{"type":0,"key_code":"01000500@ %$0040885BE400A30000EB@^%$0040885BE4004200002A@^%$0098...
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: 601

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: 601

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: 3973

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: 3973

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: 3973

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: 3973

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: 2632

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.