Darren Rathbone

Results 15 comments of Darren Rathbone

I have a few TZE204_nbkshs6k units as well, and same issue as above. I've tried a couple of convertor definitions with no joy, and tried the above (changing db to...

> @drathbone try to change `TZE204_nbkshs6k` to `TZE200_nbkshs6k` Thanks, tried that just now but no good.

Many thanks @Koenkk - I've just tried all of those, and none of them seem to give returns for any of the exposed entities. I don't have a Tuya ZB...

So I decided to grab a cheap used Tuya gateway and go down the dev route to find the datapoints. 1 = presence state (presence/No one) 9 = sensitivity (Low/Middle/High)...

So far the following has got illuminance and presence working, just need to sort it so you can set the keep time and sensitivity: ```const fz = require('zigbee-herdsman-converters/converters/fromZigbee'); const tz...

The code below has this device fully working now: ```const fz = require('zigbee-herdsman-converters/converters/fromZigbee'); const tz = require('zigbee-herdsman-converters/converters/toZigbee'); const exposes = require('zigbee-herdsman-converters/lib/exposes'); const reporting = require('zigbee-herdsman-converters/lib/reporting'); const modernExtend = require('zigbee-herdsman-converters/lib/modernExtend'); const...

Hmm, maybe not working - seems to be fine now in z2m but in hass the sensors aren't returning values: I'm obviously missing something silly.

Hopefully someone can suggest what I've done wrong