Add support for Linkoze/Adaprox LKWSZ211 scene button #6944
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR contents
Add support for TuYa-complaint
Linkoze LKWSZ211
Zigbee scene switcher with 2 buttons. This seems to be the OEM name. Official manual is available in english at https://www.meshhub.com/manuals/lkwsz211-enOther names
The same device is also white-labeled under
Adaprox
brand asWireless Switch (2-Key)
(especially in Europe, e.g. in Poland sold by a large e-retailer Kamami).My unit was originally sourced from the listing
Tuya Smart WiFi/Zigbee Switch Push Button Switch 2Gang 6 Scene Wireless Smart Home Remote Controller Automation Scenario Switch
.Other versions
The device is also sometimes advertised under
LKWSW201
, but the...201
model is actually the WiFi version of the same switch (adding here for searchability).Battery status
There's no battery status support, or it's broken on both of my units. Even with low battery, as tested with a variable power supply, the device sends datapoint at 10, but with data always being 0s. Once the batteries are too low the device simply doesn't send anything/dies.
Related PRs
As per Zigbee2MQTT instruction I also added PR with image. See Koenkk/zigbee2mqtt.io#2515