Skip to content

Commit

Permalink
Add Moes ZT-SY-EU-G-4S-WH-MS as whitelabel of TS0044 (#5433)
Browse files Browse the repository at this point in the history
Got this switch from Amazon.de in the 4-gang variant, it's white labeled by Moes with "powered by TuYa" in the corner of the box, interviewed as Tuya TS0044 and works perfectly. Didn't find it under Moes it in the device compatibility list initially, so I thought I'd add the whitelabel and autogenerated docs pick it up from here.

There seem to also exist 1-, 2- and 3-gang variants that share the same box and manual, and presumably internals. However I couldn't quickly find exact matches in the existing TuYa devices (or for sale, for that matter), so I only added the 4-gang that I can confirm matches and works.
  • Loading branch information
olexs authored Feb 4, 2023
1 parent afd9471 commit c409cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices/tuya.js
Original file line number Diff line number Diff line change
Expand Up @@ -1828,7 +1828,7 @@ module.exports = [
vendor: 'TuYa',
description: 'Wireless switch with 4 buttons',
whiteLabel: [{vendor: 'Lonsonho', model: 'TS0044'}, {vendor: 'Haozee', model: 'ESW-OZAA-EU'},
{vendor: 'LoraTap', model: 'SS6400ZB'}],
{vendor: 'LoraTap', model: 'SS6400ZB'}, {vendor: 'Moes', model: 'ZT-SY-EU-G-4S-WH-MS'}],
fromZigbee: [fz.tuya_on_off_action, fz.battery],
exposes: [e.battery(), e.action(['1_single', '1_double', '1_hold', '2_single', '2_double', '2_hold',
'3_single', '3_double', '3_hold', '4_single', '4_double', '4_hold'])],
Expand Down

0 comments on commit c409cfc

Please sign in to comment.