Johan Bendz
Johan Bendz
Hi @noclue2u, next update have a new driver for this device. Remove and pair again. I don't see any ph value in the reporting and I see other platform don't...
Hi @zroth88, is this a Tuya device? Can't tell from naming and interview.
https://community.homey.app/t/app-pro-tuya-zigbee-app/26439/2730
Can I make a request regarding the 4 Gang Wall Remote (TZ3000_wkai4ga5 - TS004) Currently the buttons are mapped wrong: Actual Button / Current Mapping Upper Left / Lower Left...
Still a problem?
@Boechie, not the first device with same Manufacturername and conflicting interviews.. Sadly the brands does not understand the implications. :/ We can solve this in two ways: 1. Two drivers...
Something like this? async onNodeInit() { try { const node = await this.homey.zigbee.getNode(this); const hasTuyaCluster = this.checkForTuyaCluster(node); if (hasTuyaCluster) { this.log('Tuya Cluster found.'); // Implement logic here for when the...
@Boechie, did you guys ever find out if this works?
https://github.com/JohanBendz/com.tuya.zigbee/pull/740
Waiting for @Boechie to create a new PR. While doing so I made some changes to the current driver hoping the devices that use it will work better.