Search found 3 matches

by andrewj
2026年 Mar 18日 21:48
Forum: Cloud/SaaS Development
Topic: Low-Cost Option Above "Free Trial"?
Replies: 0
Views: 5358

Low-Cost Option Above "Free Trial"?

Hi, I'm developing a project to monitor and manage about 50 Tuya and SmartLife devices in my home. I'm using a combination of scheduled API calls and the Messaging Service to keep my view up to date. My solution is working well so far. The problem is that the monthly messaging volumes will exceed th...
by andrewj
2026年 Mar 10日 00:15
Forum: Cloud/SaaS Development
Topic: Query Device Properties in Bulk
Replies: 3
Views: 2040

Re: Query Device Properties in Bulk

Hi, The message queue looks like a good solution for me, and is similar in concept to solutions I've developed in other environments. However I'm falling at the first fence, because I can't find out how to enable the Message Service. I've tried following the instructions in https://developer.tuya.co...
by andrewj
2026年 Mar 7日 18:41
Forum: Cloud/SaaS Development
Topic: Query Device Properties in Bulk
Replies: 3
Views: 2040

Query Device Properties in Bulk

Hi, I'm developing an application to provide an overview of domestic IoT devices. It's based on the IoT Core APIs, in particular "Query Properties": /v2.0/cloud/thing/{device_id}/shadow/properties. My code works fine, but every time I refresh the display (once or twice a minute) I have to ...