Koenkk / zigbee2mqtt

Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨
https://www.zigbee2mqtt.io
GNU General Public License v3.0
11.83k stars 1.65k forks source link

Tuya SPI LED controller #23991

Open Ashwoodie opened 1 week ago

Ashwoodie commented 1 week ago

Link

https://www.iskydance.com/index.php?c=product_show&a=index&id=2433

Database entry

{"id":4,"type":"Router","ieeeAddr":"0xa4c138cf01f4c3b4","nwkAddr":21421,"manufId":4417,"manufName":"_TZE204_8fffc3kb>

Zigbee2MQTT version

1.40.1

Comments

Hi. I’ve used a few Tuya devices with zigbee2MQTT and I naively thought that this device would be compatible. As it turns out I seem to be struggling a little bit and hoped that someone would lend a hand. The device is the Tuya WZ-SPI LED controller. Anyone with any experience with this device? Many thanks in advance.

External definition

const definition = {
    zigbeeModel: ['TS0601'],
    model: 'TS0601',
    vendor: '_TZE204_8fffc3kb',
    description: 'Automatically generated definition',
    extend: [],
    meta: {},
};

module.exports = definition;

What does/doesn't work with the external definition?

The devices page still stated unsupported and its not showing on the nodered MQTT device list.

Ashwoodie commented 1 week ago

Hi all. Does anyone have any suggestions (ie. 'support new tuya devices') or is it just wise waiting for it to be integrated into an update.?