Koenkk / zigbee-herdsman-converters

Collection of device converters to be used with zigbee-herdsman
MIT License
937 stars 3.09k forks source link

Using groups for Tuya devices? #7284

Open mnaser opened 8 months ago

mnaser commented 8 months ago

https://github.com/Koenkk/zigbee-herdsman-converters/blob/b405404c2d8db02d94feb3a114c9baf2bd2fcf4e/src/lib/tuya.ts#L1140

I'm running into this exception when using a Zigbee group that's based on Tuya, but I don't really find any reference as to why this is not working.

Is there a reason why it can't be done? I'm happy to help with fixing the code for this.

Thanks!

sjorge commented 6 months ago

TuYa implements their data layer and are essentially using zigbee as a transport layer.

That's why it's not supported.

avbdr commented 6 months ago

@sjorge is there is a way to implement the 'tuya way' grouping?

sjorge commented 6 months ago

Their IoT Core docs do mention device groups, but I have no access to their wire level docs/sdk nor do I have any devices to look into this.

I assume it would technically be possible, although it also seems to be able to group device across different media together, so it may just be a API abstraction on their cloud servers that do the grouping. I am not sure they would allow device <-> device communication like zigbee does.

github-actions[bot] commented 3 weeks ago

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days