I'm also interest in the ESP32 framework. Has this been released yet?
Search found 4 matches
- 2024年 Oct 4日 05:19
- Forum: General Discussion
- Topic: Tuya MQTT standard protocol on an esp32
- Replies: 3
- Views: 4150
- 2024年 Aug 14日 11:32
- Forum: Developer Platform
- Topic: Differentiate devices with same name
- Replies: 1
- Views: 1217
Differentiate devices with same name
I'm developing a product that will be in a warehouse during the setup so I can pair tablets with my custom device. While initializing all devices, multiple devices with the same name will be in range. Let's say I have a device called "AC Unit" and I have 5 units being setup at the same tim...
- 2024年 Aug 14日 11:27
- Forum: Developer Platform
- Topic: Wrong ENUM values in Panel
- Replies: 1
- Views: 1090
Wrong ENUM values in Panel
I have an enum called "Mode" with values ECO, STD, EXT. When I look at them in the function they look good but when I actually put them in a panel it only fills in ECO. The other two say "dp_mode_std" and "dp_mode_ext". I attached a screenshot.
- 2024年 Jul 28日 04:29
- Forum: MCU SDK Development
- Topic: ZSU module + Arduino - how to get I/O statuses after restart
- Replies: 1
- Views: 1461
Re: ZSU module + Arduino - how to get I/O statuses after restart
I also have a similar issue on different hardware. I can connect to TUYA device from ESP32 UART and send/receive from app but when I upload a new sketch I want to ask the cloud for the current values. Right now, I only get values when dp_process function is fired off after I change something in the ...