Search found 5 matches

by novusdash123
2026年 May 22日 20:34
Forum: Cloud/SaaS Development
Topic: Accessing rooms using the tuya-device-sharing-sdk
Replies: 7
Views: 71

Re: Accessing rooms using the tuya-device-sharing-sdk

Sure. Currently the default tuya integration does not group devices into hierarchies the same way they are grouped in the tuya app. For example if I have a 100 devices that are grouped into 2 homes and 5 rooms for each home, they will just be all mixed together in Home Assistant. An option to handle...
by novusdash123
2026年 May 22日 20:05
Forum: Cloud/SaaS Development
Topic: Accessing rooms using the tuya-device-sharing-sdk
Replies: 7
Views: 71

Re: Accessing rooms using the tuya-device-sharing-sdk

I also claim that adding this feature will be very useful for lots of integrations in home assistant as this will allow them to get access to this important data hierarchy, including the official tuya integration as well.

by novusdash123
2026年 May 22日 20:02
Forum: Cloud/SaaS Development
Topic: Accessing rooms using the tuya-device-sharing-sdk
Replies: 7
Views: 71

Re: Accessing rooms using the tuya-device-sharing-sdk

Thank you for your reply. The room/home data hierarchy does indeed belong to the tuya smart app. Since we are building an integration that would make use of this data and sync it to home assistant, we need access to them. The home data is already accessible by default using the previously mentioned ...
by novusdash123
2026年 May 22日 19:49
Forum: Cloud/SaaS Development
Topic: Accessing rooms using the tuya-device-sharing-sdk
Replies: 7
Views: 71

Accessing rooms using the tuya-device-sharing-sdk

Hello. We are working on an integration for Home Assistant that connects to tuya energy metering devices. We are using the official tuya-device-sharing-sdk for this: https://github.com/tuya/tuya-device-sharing-sdk. For now, this sdk offers everything we need except the ability to query rooms. It cur...