Replies: 1 comment 2 replies
-
https://github.com/Koenkk/zigbee-herdsman-converters/pull/2953/files should do it.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's possible to customize the behavior of the built-in siren and LED on the Linkind water leak sensor (Koenkk/zigbee-herdsman-converters@e671c0a) with the official hub. I sniffed the traffic between the Linkind hub and the sensor when selecting the four possible settings in the Linkind app, but I'm not sure how to write a converter in
toZigbee.js
for it. The hub writes an int to endpoint 1, basic cluster, attr 0x400a on the sensor. Here are more details:I took a look at
toZigbee.js
and I don't even know where to start with adding a converter. Thankfully the default behavior is siren and LED enabled, and I don't wish to change this behavior; I just thought it would be fun to sniff the Zigbee messages and add support for these options to z2m. Would somebody be able to help me do this?Beta Was this translation helpful? Give feedback.
All reactions