Search found 69 matches

by iot_man
2024年 Dec 9日 18:18
Forum: TuyaOS-Zigbee设备开发
Topic: zt3l 使用 ds18b20 温度采集,采集驱动代码
Replies: 3
Views: 3773

Re: zt3l 使用 ds18b20 温度采集,采集驱动代码

ds18b20 的驱动你可以直接copy到ZT3L,io操作替换成ZT3L 就可以了。

by iot_man
2024年 Dec 9日 18:13
Forum: TuyaOS-Zigbee设备开发
Topic: ZT3L模组开发,使用单总线协议延时不准问题
Replies: 1
Views: 2950

Re: ZT3L模组开发,使用单总线协议延时不准问题

什么样的延时不准? 可以提供一下具体代码看看。

by iot_man
2024年 Dec 9日 18:09
Forum: TuyaOS-Zigbee设备开发
Topic: 关于模组pin脚的gpio初始化问题
Replies: 2
Views: 4600

Re: 关于模组pin脚的gpio初始化问题

用了tuyaOS的驱动函数,可以不用原厂函数。

by iot_man
2024年 Aug 6日 17:01
Forum: TuyaOS-Zigbee Device Development
Topic: Zigbee Presence sensors - Distance reporting, Network Flooding
Replies: 31
Views: 25116

Re: Zigbee Presence sensors - Distance reporting, Network Flooding

bandito_nl 2024年 Aug 6日 15:06

Dear @iot_man, any news on the updates? I haven't seen anything on my end.

Also a question: do my presence sensors need to be online when the update is pushed, or will the update be made available to me, and I can install it at my convenience?

We're still trying to contact the developer

by iot_man
2024年 Aug 1日 19:18
Forum: TuyaOS-Zigbee Device Development
Topic: Zigbee Presence sensors - Distance reporting, Network Flooding
Replies: 31
Views: 25116

Re: Zigbee Presence sensors - Distance reporting, Network Flooding

tandarra 2024年 Aug 1日 18:54

Have also sent through copy of virtual ID from smartlife app, via PM and Email.
Thanks again

I received the message you sent me and we are trying to contact the developer.

by iot_man
2024年 Jul 31日 18:02
Forum: TuyaOS-Zigbee Device Development
Topic: Zigbee Presence sensors - Distance reporting, Network Flooding
Replies: 31
Views: 25116

Re: Zigbee Presence sensors - Distance reporting, Network Flooding

bandito_nl 2024年 Jul 31日 17:39

Just sent iot_man the device ID's (virtual ID's in the Smartlife app?), hopefully the issue will be fixed soon!

I got it. We will contact the developer ASAP.

by iot_man
2024年 Jul 26日 13:57
Forum: TuyaOS-Zigbee Device Development
Topic: Zigbee Presence sensors - Distance reporting, Network Flooding
Replies: 31
Views: 25116

Re: Zigbee Presence sensors - Distance reporting, Network Flooding

You can add these devices to the tuya gateway, and then send me the device id. Then I will try to contact the developer of this firmware and expect the developer to provide OTA to solve the problem

by iot_man
2024年 Jul 24日 14:18
Forum: TuyaOS-Zigbee Device Development
Topic: Zigbee Presence sensors - Distance reporting, Network Flooding
Replies: 31
Views: 25116

Re: Zigbee Presence sensors - Distance reporting, Network Flooding

These different vendors may all use the same developer firmware, and our platform only provides basic data sending and receiving capabilities. The frequency at which data is sent is entirely up to the developer.

by iot_man
2024年 Jul 24日 09:52
Forum: TuyaOS-Zigbee Device Development
Topic: Zigbee Presence sensors - Distance reporting, Network Flooding
Replies: 31
Views: 25116

Re: Zigbee Presence sensors - Distance reporting, Network Flooding

The software behavior of this sensor is designed by the developer, and tuya only provides a hardware module and the basic API of the zigbee protocol stack. This data reporting strategy is designed by the developer. You can contact the vendor to solve such problems. Reference: @ fillwe https://github...
by iot_man
2024年 Apr 12日 17:00
Forum: TuyaOS-Zigbee设备开发
Topic: 控制异常
Replies: 12
Views: 6394

Re: 控制异常

丢包属于正常现象,设备部署过于密集导致数据竞争过大。对于应用层可以通过减少报文数量来降低竞争