@willieee802/zigbee-herdsman-converters 15.0.8-4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +7 -0
- package/converters/fromZigbee.js +8439 -0
- package/converters/toZigbee.js +7162 -0
- package/devices/ITCommander.js +37 -0
- package/devices/RMC002.js +20 -0
- package/devices/acova.js +101 -0
- package/devices/acuity_brands_lighting.js +11 -0
- package/devices/adeo.js +256 -0
- package/devices/adurosmart.js +130 -0
- package/devices/aeotec.js +13 -0
- package/devices/airam.js +59 -0
- package/devices/ajax_online.js +49 -0
- package/devices/akuvox.js +28 -0
- package/devices/alchemy.js +18 -0
- package/devices/aldi.js +53 -0
- package/devices/alecto.js +98 -0
- package/devices/anchor.js +17 -0
- package/devices/atlantic.js +110 -0
- package/devices/atsmart.js +28 -0
- package/devices/aubess.js +21 -0
- package/devices/aurora_lighting.js +292 -0
- package/devices/automaton.js +44 -0
- package/devices/awox.js +184 -0
- package/devices/axis.js +22 -0
- package/devices/bankamp.js +11 -0
- package/devices/bega.js +22 -0
- package/devices/belkin.js +11 -0
- package/devices/bitron.js +334 -0
- package/devices/blaupunkt.js +27 -0
- package/devices/blitzwolf.js +47 -0
- package/devices/bosch.js +702 -0
- package/devices/brimate.js +15 -0
- package/devices/bseed.js +17 -0
- package/devices/bticino.js +118 -0
- package/devices/busch-jaeger.js +140 -0
- package/devices/byun.js +24 -0
- package/devices/calex.js +37 -0
- package/devices/candeo.js +49 -0
- package/devices/casaia.js +52 -0
- package/devices/centralite.js +359 -0
- package/devices/cleode.js +20 -0
- package/devices/cleverio.js +36 -0
- package/devices/climax.js +138 -0
- package/devices/commercial_electric.js +16 -0
- package/devices/connecte.js +46 -0
- package/devices/cree.js +11 -0
- package/devices/ctm.js +999 -0
- package/devices/current_products_corp.js +24 -0
- package/devices/custom_devices_diy.js +850 -0
- package/devices/cy-lighting.js +11 -0
- package/devices/danalock.js +26 -0
- package/devices/danfoss.js +340 -0
- package/devices/databyte.ch.js +55 -0
- package/devices/datek.js +246 -0
- package/devices/dawon_dns.js +338 -0
- package/devices/develco.js +868 -0
- package/devices/digi.js +14 -0
- package/devices/diyruz.js +305 -0
- package/devices/dlink.js +37 -0
- package/devices/dnake.js +11 -0
- package/devices/dresden_elektronik.js +47 -0
- package/devices/easyaccess.js +27 -0
- package/devices/eatonhalo_led.js +11 -0
- package/devices/echostar.js +25 -0
- package/devices/ecodim.js +145 -0
- package/devices/ecolink.js +21 -0
- package/devices/ecosmart.js +64 -0
- package/devices/ecozy.js +31 -0
- package/devices/edp.js +39 -0
- package/devices/eglo.js +25 -0
- package/devices/elko.js +176 -0
- package/devices/enbrighten.js +163 -0
- package/devices/enocean.js +52 -0
- package/devices/envilar.js +73 -0
- package/devices/essentialb.js +87 -0
- package/devices/eurotronic.js +48 -0
- package/devices/evanell.js +29 -0
- package/devices/evn.js +31 -0
- package/devices/evology.js +24 -0
- package/devices/evvr.js +17 -0
- package/devices/ewelink.js +184 -0
- package/devices/ezex.js +24 -0
- package/devices/fantem.js +77 -0
- package/devices/feibit.js +172 -0
- package/devices/fireangel.js +15 -0
- package/devices/frankever.js +23 -0
- package/devices/garza.js +11 -0
- package/devices/ge.js +111 -0
- package/devices/gewiss.js +48 -0
- package/devices/gidealed.js +11 -0
- package/devices/giderwel.js +11 -0
- package/devices/giex.js +222 -0
- package/devices/girier.js +19 -0
- package/devices/gledopto.js +756 -0
- package/devices/gmy.js +11 -0
- package/devices/gs.js +29 -0
- package/devices/halemeier.js +18 -0
- package/devices/hampton_bay.js +37 -0
- package/devices/heiman.js +805 -0
- package/devices/hej.js +107 -0
- package/devices/hfh.js +11 -0
- package/devices/hgkg.js +54 -0
- package/devices/hilux.js +11 -0
- package/devices/hive.js +524 -0
- package/devices/home_control_as.js +27 -0
- package/devices/hommyn.js +24 -0
- package/devices/honyar.js +29 -0
- package/devices/hornbach.js +53 -0
- package/devices/hzc.js +21 -0
- package/devices/hzc_electric.js +42 -0
- package/devices/icasa.js +121 -0
- package/devices/idinio.js +19 -0
- package/devices/ihorn.js +61 -0
- package/devices/ikea.js +1168 -0
- package/devices/ilightsin.js +11 -0
- package/devices/iluminize.js +262 -0
- package/devices/ilux.js +11 -0
- package/devices/immax.js +203 -0
- package/devices/innr.js +705 -0
- package/devices/inovelli.js +1315 -0
- package/devices/insta.js +110 -0
- package/devices/iolloi.js +20 -0
- package/devices/iotperfect.js +20 -0
- package/devices/iris.js +180 -0
- package/devices/istar.js +20 -0
- package/devices/jasco.js +55 -0
- package/devices/javis.js +37 -0
- package/devices/jethome.js +48 -0
- package/devices/jiawen.js +18 -0
- package/devices/jumitech.js +18 -0
- package/devices/jxuan.js +49 -0
- package/devices/kami.js +15 -0
- package/devices/keen_home.js +80 -0
- package/devices/klikaanklikuit.js +17 -0
- package/devices/kmpcil.js +148 -0
- package/devices/konke.js +141 -0
- package/devices/ksentry.js +17 -0
- package/devices/kurvia.js +17 -0
- package/devices/kwikset.js +120 -0
- package/devices/lanesto.js +11 -0
- package/devices/lds.js +11 -0
- package/devices/led_trading.js +69 -0
- package/devices/ledvance.js +353 -0
- package/devices/leedarson.js +130 -0
- package/devices/legrand.js +554 -0
- package/devices/lellki.js +146 -0
- package/devices/letsled.js +11 -0
- package/devices/letv.js +18 -0
- package/devices/leviton.js +142 -0
- package/devices/lg.js +18 -0
- package/devices/lidl.js +1000 -0
- package/devices/lifecontrol.js +92 -0
- package/devices/lightsolutions.js +37 -0
- package/devices/linkind.js +205 -0
- package/devices/livingwise.js +59 -0
- package/devices/livolo.js +286 -0
- package/devices/lixee.js +779 -0
- package/devices/lonsonho.js +218 -0
- package/devices/lubeez.js +18 -0
- package/devices/lupus.js +74 -0
- package/devices/lutron.js +32 -0
- package/devices/lux.js +40 -0
- package/devices/m-elec.js +18 -0
- package/devices/makegood.js +51 -0
- package/devices/matcall_bv.js +18 -0
- package/devices/meazon.js +47 -0
- package/devices/mercator.js +225 -0
- package/devices/miboxer.js +72 -0
- package/devices/micromatic.js +29 -0
- package/devices/moes.js +400 -0
- package/devices/mycket.js +11 -0
- package/devices/m/303/274ller_licht.js +220 -0
- package/devices/namron.js +774 -0
- package/devices/nanoleaf.js +11 -0
- package/devices/neo.js +86 -0
- package/devices/net2grid.js +29 -0
- package/devices/netvox.js +35 -0
- package/devices/niko.js +314 -0
- package/devices/ninja_blocks.js +24 -0
- package/devices/niviss.js +11 -0
- package/devices/nodon.js +109 -0
- package/devices/nordtronic.js +30 -0
- package/devices/nous.js +88 -0
- package/devices/novo.js +17 -0
- package/devices/nue_3a.js +417 -0
- package/devices/nyce.js +67 -0
- package/devices/onesti.js +59 -0
- package/devices/openlumi.js +22 -0
- package/devices/orvibo.js +515 -0
- package/devices/osram.js +519 -0
- package/devices/oujiabao.js +15 -0
- package/devices/owon.js +352 -0
- package/devices/ozsmartthings.js +11 -0
- package/devices/paul_neuhaus.js +96 -0
- package/devices/paulmann.js +158 -0
- package/devices/peq.js +24 -0
- package/devices/perenio.js +413 -0
- package/devices/philips.js +3118 -0
- package/devices/plaid.js +25 -0
- package/devices/plugwise.js +173 -0
- package/devices/popp.js +10 -0
- package/devices/profalux.js +47 -0
- package/devices/prolight.js +54 -0
- package/devices/qmotion.js +33 -0
- package/devices/qoto.js +113 -0
- package/devices/quotra.js +18 -0
- package/devices/rademacher.js +18 -0
- package/devices/rgb_genie.js +119 -0
- package/devices/robb.js +335 -0
- package/devices/roome.js +15 -0
- package/devices/rtx.js +90 -0
- package/devices/salus_controls.js +137 -0
- package/devices/samotech.js +93 -0
- package/devices/saswell.js +58 -0
- package/devices/scanproducts.js +32 -0
- package/devices/schlage.js +24 -0
- package/devices/schneider_electric.js +1039 -0
- package/devices/schwaiger.js +62 -0
- package/devices/seastar_intelligence.js +16 -0
- package/devices/securifi.js +39 -0
- package/devices/sengled.js +332 -0
- package/devices/sercomm.js +140 -0
- package/devices/shenzhen_homa.js +53 -0
- package/devices/shinasystem.js +686 -0
- package/devices/siglis.js +440 -0
- package/devices/sinope.js +1257 -0
- package/devices/siterwell.js +46 -0
- package/devices/skydance.js +112 -0
- package/devices/slv.js +27 -0
- package/devices/smart9.js +27 -0
- package/devices/smart_home_pty.js +18 -0
- package/devices/smartenit.js +42 -0
- package/devices/smartthings.js +495 -0
- package/devices/smartwings.js +24 -0
- package/devices/sohan_electric.js +13 -0
- package/devices/solaredge.js +11 -0
- package/devices/somgoms.js +47 -0
- package/devices/sonoff.js +262 -0
- package/devices/spotmau.js +36 -0
- package/devices/sprut.js +317 -0
- package/devices/stelpro.js +216 -0
- package/devices/sunricher.js +625 -0
- package/devices/swann.js +33 -0
- package/devices/sylvania.js +200 -0
- package/devices/tci.js +25 -0
- package/devices/technicolor.js +47 -0
- package/devices/terncy.js +64 -0
- package/devices/the_light_group.js +70 -0
- package/devices/third_reality.js +195 -0
- package/devices/titan_products.js +22 -0
- package/devices/tplink.js +42 -0
- package/devices/trust.js +114 -0
- package/devices/tubeszb.js +20 -0
- package/devices/tuya.js +4215 -0
- package/devices/ubisys.js +938 -0
- package/devices/uhome.js +25 -0
- package/devices/universal_electronics_inc.js +119 -0
- package/devices/urlighting.js +12 -0
- package/devices/useelink.js +52 -0
- package/devices/vbled.js +18 -0
- package/devices/vesternet.js +188 -0
- package/devices/viessmann.js +51 -0
- package/devices/villeroy_boch.js +18 -0
- package/devices/vimar.js +78 -0
- package/devices/visonic.js +80 -0
- package/devices/vrey.js +18 -0
- package/devices/wally.js +25 -0
- package/devices/waxman.js +45 -0
- package/devices/weiser.js +67 -0
- package/devices/weten.js +13 -0
- package/devices/wisdom.js +11 -0
- package/devices/woox.js +177 -0
- package/devices/wyze.js +23 -0
- package/devices/xiaomi.js +3223 -0
- package/devices/xinghuoyuan.js +11 -0
- package/devices/yale.js +227 -0
- package/devices/ynoa.js +68 -0
- package/devices/yookee.js +23 -0
- package/devices/ysrsai.js +26 -0
- package/devices/zemismart.js +254 -0
- package/devices/zen.js +34 -0
- package/devices/zipato.js +11 -0
- package/index.js +242 -0
- package/lib/color.js +784 -0
- package/lib/configureKey.js +944 -0
- package/lib/constants.js +316 -0
- package/lib/exposes.js +677 -0
- package/lib/extend.js +180 -0
- package/lib/kelvinToXy.js +1912 -0
- package/lib/legacy.js +2223 -0
- package/lib/light.js +111 -0
- package/lib/ota/OTA_URLs.md +119 -0
- package/lib/ota/common.js +476 -0
- package/lib/ota/index.js +10 -0
- package/lib/ota/inovelli.js +72 -0
- package/lib/ota/ledvance.js +52 -0
- package/lib/ota/lixee.js +57 -0
- package/lib/ota/salus.js +82 -0
- package/lib/ota/securifi.js +25 -0
- package/lib/ota/tradfri.js +45 -0
- package/lib/ota/ubisys.js +61 -0
- package/lib/ota/zigbeeOTA.js +161 -0
- package/lib/philips.js +667 -0
- package/lib/reporting.js +234 -0
- package/lib/store.js +57 -0
- package/lib/tuya.js +2027 -0
- package/lib/utils.js +527 -0
- package/lib/xiaomi.d.ts +11 -0
- package/lib/xiaomi.js +1288 -0
- package/lib/zosung.js +243 -0
- package/package.json +39 -0
|
@@ -0,0 +1,353 @@
|
|
|
1
|
+
const ota = require('../lib/ota');
|
|
2
|
+
const extend = require('../lib/extend');
|
|
3
|
+
const reporting = require('../lib/reporting');
|
|
4
|
+
|
|
5
|
+
module.exports = [
|
|
6
|
+
{
|
|
7
|
+
zigbeeModel: ['A60S TW'],
|
|
8
|
+
model: '4058075208384',
|
|
9
|
+
vendor: 'LEDVANCE',
|
|
10
|
+
description: 'SMART+ Classic A60 E27 Tunable white',
|
|
11
|
+
extend: extend.light_onoff_brightness_colortemp({colorTempRange: [153, 370]}),
|
|
12
|
+
ota: ota.ledvance,
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
zigbeeModel: ['Outdoor Plug', 'Plug Value'],
|
|
16
|
+
model: 'AC26940/AC31266',
|
|
17
|
+
vendor: 'LEDVANCE',
|
|
18
|
+
description: 'Smart Zigbee outdoor plug',
|
|
19
|
+
extend: extend.switch(),
|
|
20
|
+
ota: ota.ledvance,
|
|
21
|
+
configure: async (device, coordinatorEndpoint, logger) => {
|
|
22
|
+
const endpoint = device.getEndpoint(1);
|
|
23
|
+
await reporting.bind(endpoint, coordinatorEndpoint, ['genOnOff']);
|
|
24
|
+
await reporting.onOff(endpoint);
|
|
25
|
+
// Has Unknown power source, force it here.
|
|
26
|
+
device.powerSource = 'Mains (single phase)';
|
|
27
|
+
device.save();
|
|
28
|
+
},
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
zigbeeModel: ['Panel TW Z3'],
|
|
32
|
+
model: '4058075181472',
|
|
33
|
+
vendor: 'LEDVANCE',
|
|
34
|
+
description: 'SMART+ panel 60 x 60cm tunable white',
|
|
35
|
+
extend: extend.ledvance.light_onoff_brightness_colortemp(),
|
|
36
|
+
ota: ota.ledvance,
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
zigbeeModel: ['Panel Light 2x2 TW'],
|
|
40
|
+
model: '74746',
|
|
41
|
+
vendor: 'LEDVANCE',
|
|
42
|
+
description: 'LEDVANCE 74746 Sylvania smart+ Zigbee dimmable edge-lit panel',
|
|
43
|
+
extend: extend.ledvance.light_onoff_brightness_colortemp_color({colorTempRange: [200, 370]}),
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
zigbeeModel: ['Panel TW 620 UGR19'],
|
|
47
|
+
model: 'GPDRPLOP401100CE',
|
|
48
|
+
vendor: 'LEDVANCE',
|
|
49
|
+
description: 'Panel TW LED 625 UGR19',
|
|
50
|
+
extend: extend.ledvance.light_onoff_brightness_colortemp_color({colorTempRange: [153, 370]}),
|
|
51
|
+
ota: ota.ledvance,
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
zigbeeModel: ['A60 RGBW Value II'],
|
|
55
|
+
model: 'AC25697',
|
|
56
|
+
vendor: 'LEDVANCE',
|
|
57
|
+
description: 'SMART+ CLASSIC MULTICOLOUR 60 10W E27',
|
|
58
|
+
extend: extend.ledvance.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500]}),
|
|
59
|
+
ota: ota.ledvance,
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
zigbeeModel: ['PAR16 RGBW Value'],
|
|
63
|
+
model: 'AC08560',
|
|
64
|
+
vendor: 'LEDVANCE',
|
|
65
|
+
description: 'SMART+ spot GU10 multicolor RGBW',
|
|
66
|
+
extend: extend.ledvance.light_onoff_brightness_colortemp_color(),
|
|
67
|
+
ota: ota.ledvance,
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
zigbeeModel: ['PAR16S RGBW'],
|
|
71
|
+
model: 'AC33906',
|
|
72
|
+
vendor: 'LEDVANCE',
|
|
73
|
+
description: 'SMART+ spot GU10 multicolor RGBW',
|
|
74
|
+
extend: extend.ledvance.light_onoff_brightness_colortemp_color({colorTempRange: [153, 370]}),
|
|
75
|
+
ota: ota.ledvance,
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
zigbeeModel: ['PAR16 RGBW T'],
|
|
79
|
+
model: '4058075729186',
|
|
80
|
+
vendor: 'LEDVANCE',
|
|
81
|
+
description: 'SMART+ Spot PAR16 28 GU10 Multicolor',
|
|
82
|
+
extend: extend.ledvance.light_onoff_brightness_colortemp_color({colorTempRange: [153, 370]}),
|
|
83
|
+
ota: ota.ledvance,
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
zigbeeModel: ['PAR16S TW'],
|
|
87
|
+
model: 'AC33905',
|
|
88
|
+
vendor: 'LEDVANCE',
|
|
89
|
+
description: 'SMART+ spot GU10 tunable white',
|
|
90
|
+
extend: extend.ledvance.light_onoff_brightness_colortemp({colorTempRange: [153, 370]}),
|
|
91
|
+
ota: ota.ledvance,
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
zigbeeModel: ['B40 TW Z3'],
|
|
95
|
+
model: '4058075208414',
|
|
96
|
+
vendor: 'LEDVANCE',
|
|
97
|
+
description: 'SMART+ candle E14 tunable white',
|
|
98
|
+
extend: extend.ledvance.light_onoff_brightness_colortemp({colorTempRange: [153, 370]}),
|
|
99
|
+
ota: ota.ledvance,
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
zigbeeModel: ['P40S TW'],
|
|
103
|
+
model: 'AC33903',
|
|
104
|
+
vendor: 'LEDVANCE',
|
|
105
|
+
description: 'SMART+ classic P 40 E14 tunable white',
|
|
106
|
+
extend: extend.ledvance.light_onoff_brightness_colortemp({colorTempRange: [153, 370]}),
|
|
107
|
+
ota: ota.ledvance,
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
zigbeeModel: ['B40S TW'],
|
|
111
|
+
model: 'AC33901',
|
|
112
|
+
vendor: 'LEDVANCE',
|
|
113
|
+
description: 'SMART+ Classic B40 E14 Tunable white',
|
|
114
|
+
extend: extend.ledvance.light_onoff_brightness_colortemp({colorTempRange: [153, 370]}),
|
|
115
|
+
ota: ota.ledvance,
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
zigbeeModel: ['FLEX RGBW Z3'],
|
|
119
|
+
model: '4058075208339',
|
|
120
|
+
vendor: 'LEDVANCE',
|
|
121
|
+
description: 'Flex 3P multicolor',
|
|
122
|
+
extend: extend.ledvance.light_onoff_brightness_colortemp_color(),
|
|
123
|
+
ota: ota.ledvance,
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
zigbeeModel: ['Outdoor FLEX RGBW Z3'],
|
|
127
|
+
model: '4058075208360',
|
|
128
|
+
vendor: 'LEDVANCE',
|
|
129
|
+
description: 'SMART+ outdoor flex multicolor',
|
|
130
|
+
extend: extend.ledvance.light_onoff_brightness_colortemp_color({colorTempRange: [153, 526]}),
|
|
131
|
+
ota: ota.ledvance,
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
zigbeeModel: ['P40 TW Value'],
|
|
135
|
+
model: '4058075485174',
|
|
136
|
+
vendor: 'LEDVANCE',
|
|
137
|
+
description: 'SMART+ Lighting - Classic E14 tunable white',
|
|
138
|
+
extend: extend.ledvance.light_onoff_brightness_colortemp({colorTempRange: [153, 370]}),
|
|
139
|
+
ota: ota.ledvance,
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
zigbeeModel: ['LEDVANCE DIM'],
|
|
143
|
+
model: '4058075208421',
|
|
144
|
+
vendor: 'LEDVANCE',
|
|
145
|
+
description: 'SMART+ candle E14 dimmable white',
|
|
146
|
+
extend: extend.ledvance.light_onoff_brightness(),
|
|
147
|
+
ota: ota.ledvance,
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
zigbeeModel: ['Undercabinet TW Z3'],
|
|
151
|
+
model: '4058075173989',
|
|
152
|
+
vendor: 'LEDVANCE',
|
|
153
|
+
description: 'SMART+ indoor undercabinet light',
|
|
154
|
+
extend: extend.ledvance.light_onoff_brightness_colortemp(),
|
|
155
|
+
ota: ota.ledvance,
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
zigbeeModel: ['Gardenpole Mini RGBW Z3'],
|
|
159
|
+
model: '4058075208353',
|
|
160
|
+
vendor: 'LEDVANCE',
|
|
161
|
+
description: 'SMART+ gardenpole multicolour',
|
|
162
|
+
extend: extend.ledvance.light_onoff_brightness_colortemp_color({colorTempRange: [153, 526]}),
|
|
163
|
+
ota: ota.ledvance,
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
zigbeeModel: ['Tibea TW Z3'],
|
|
167
|
+
model: '4058075168572',
|
|
168
|
+
vendor: 'LEDVANCE',
|
|
169
|
+
description: 'SMART+ lamp E27 tuneable white',
|
|
170
|
+
extend: extend.ledvance.light_onoff_brightness_colortemp({colorTempRange: [153, 370]}),
|
|
171
|
+
ota: ota.ledvance,
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
zigbeeModel: ['CLA60 TW Value'],
|
|
175
|
+
model: 'AC23684',
|
|
176
|
+
vendor: 'LEDVANCE',
|
|
177
|
+
description: 'Classic E26 tunable white 9w 800 lumen',
|
|
178
|
+
extend: extend.ledvance.light_onoff_brightness_colortemp({colorTempRange: [153, 370]}),
|
|
179
|
+
ota: ota.ledvance,
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
zigbeeModel: ['A60 TW T'],
|
|
183
|
+
model: '4058075729001',
|
|
184
|
+
vendor: 'LEDVANCE',
|
|
185
|
+
description: 'SMART+ CL A60 E27 Tunable white',
|
|
186
|
+
extend: extend.ledvance.light_onoff_brightness_colortemp({colorTempRange: [153, 370]}),
|
|
187
|
+
ota: ota.ledvance,
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
zigbeeModel: ['P40 TW T'],
|
|
191
|
+
model: '4058075729124',
|
|
192
|
+
vendor: 'LEDVANCE',
|
|
193
|
+
description: 'SMART+ CL P40 E14 Tunable white',
|
|
194
|
+
extend: extend.ledvance.light_onoff_brightness_colortemp({colorTempRange: [153, 370]}),
|
|
195
|
+
ota: ota.ledvance,
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
zigbeeModel: ['CLA60 RGBW JP'],
|
|
199
|
+
model: 'SMARTZBA60RGBW',
|
|
200
|
+
vendor: 'LEDVANCE',
|
|
201
|
+
description: 'SMART+ lamp B22D RGBTW',
|
|
202
|
+
extend: extend.ledvance.light_onoff_brightness_colortemp_color({colorTempRange: [153, 526]}),
|
|
203
|
+
ota: ota.ledvance,
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
zigbeeModel: ['A60S RGBW'],
|
|
207
|
+
model: '4058075208391',
|
|
208
|
+
vendor: 'LEDVANCE',
|
|
209
|
+
description: 'SMART+ lamp E27 RGBW',
|
|
210
|
+
extend: extend.ledvance.light_onoff_brightness_colortemp_color({colorTempRange: [153, 370]}),
|
|
211
|
+
ota: ota.ledvance,
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
zigbeeModel: ['A60 RGBW T'],
|
|
215
|
+
model: '4058075729025',
|
|
216
|
+
vendor: 'LEDVANCE',
|
|
217
|
+
description: 'SMART+ lamp E27 RGBTW',
|
|
218
|
+
extend: extend.ledvance.light_onoff_brightness_colortemp_color({colorTempRange: [153, 370]}),
|
|
219
|
+
ota: ota.ledvance,
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
zigbeeModel: ['A60 RGBW B22D T'],
|
|
223
|
+
model: '4058075729049',
|
|
224
|
+
vendor: 'LEDVANCE',
|
|
225
|
+
description: 'SMART+ lamp B22D RGBTW',
|
|
226
|
+
extend: extend.ledvance.light_onoff_brightness_colortemp_color({colorTempRange: [153, 370]}),
|
|
227
|
+
ota: ota.ledvance,
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
zigbeeModel: ['A60 DIM T'],
|
|
231
|
+
model: '4058075728981',
|
|
232
|
+
vendor: 'LEDVANCE',
|
|
233
|
+
description: 'SMART+ Classic A E27 dimmable white',
|
|
234
|
+
extend: extend.ledvance.light_onoff_brightness(),
|
|
235
|
+
ota: ota.ledvance,
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
zigbeeModel: ['B40 DIM T'],
|
|
239
|
+
model: '4058075729063',
|
|
240
|
+
vendor: 'LEDVANCE',
|
|
241
|
+
description: 'SMART+ Classic B40 E14 dimmable white',
|
|
242
|
+
extend: extend.ledvance.light_onoff_brightness(),
|
|
243
|
+
ota: ota.ledvance,
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
zigbeeModel: ['PAR16 DIM T'],
|
|
247
|
+
model: '4058075729148',
|
|
248
|
+
vendor: 'LEDVANCE',
|
|
249
|
+
description: 'SMART+ Spot PAR16 50 GU10 dimmable white',
|
|
250
|
+
extend: extend.ledvance.light_onoff_brightness(),
|
|
251
|
+
ota: ota.ledvance,
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
zigbeeModel: ['P40 DIM T'],
|
|
255
|
+
model: '4058075729100',
|
|
256
|
+
vendor: 'LEDVANCE',
|
|
257
|
+
description: 'SMART+ Classic P40 E14 dimmable white',
|
|
258
|
+
extend: extend.ledvance.light_onoff_brightness(),
|
|
259
|
+
ota: ota.ledvance,
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
zigbeeModel: ['A60 FIL DIM T'],
|
|
263
|
+
model: '4058075729209',
|
|
264
|
+
vendor: 'LEDVANCE',
|
|
265
|
+
description: 'SMART+ Filament Classic A 52 E27 Amber dimmable',
|
|
266
|
+
extend: extend.ledvance.light_onoff_brightness(),
|
|
267
|
+
ota: ota.ledvance,
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
zigbeeModel: ['EDISON60 FIL DIM T'],
|
|
271
|
+
model: '4058075729223',
|
|
272
|
+
vendor: 'LEDVANCE',
|
|
273
|
+
description: 'SMART+ Filament Edison 52 E27 Amber dimmable',
|
|
274
|
+
extend: extend.ledvance.light_onoff_brightness(),
|
|
275
|
+
ota: ota.ledvance,
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
zigbeeModel: ['FLEX RGBW T'],
|
|
279
|
+
model: '4058075729384',
|
|
280
|
+
vendor: 'LEDVANCE',
|
|
281
|
+
description: 'SMART+ Indoor Flex multicolor RGBW',
|
|
282
|
+
extend: extend.ledvance.light_onoff_brightness_colortemp_color({colorTempRange: [153, 526]}),
|
|
283
|
+
ota: ota.ledvance,
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
zigbeeModel: ['OUTDOOR FLEX RGBW T'],
|
|
287
|
+
model: '4058075729360',
|
|
288
|
+
vendor: 'LEDVANCE',
|
|
289
|
+
description: 'SMART+ Outdoor Flex multicolor RGBW',
|
|
290
|
+
extend: extend.ledvance.light_onoff_brightness_colortemp_color({colorTempRange: [153, 526]}),
|
|
291
|
+
ota: ota.ledvance,
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
zigbeeModel: ['GLOBE60 FIL DIM T'],
|
|
295
|
+
model: '4058075729247',
|
|
296
|
+
vendor: 'LEDVANCE',
|
|
297
|
+
description: 'SMART+ Filament Globe125 52 E27 Amber dimmable',
|
|
298
|
+
extend: extend.ledvance.light_onoff_brightness(),
|
|
299
|
+
ota: ota.ledvance,
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
zigbeeModel: ['PLUG COMPACT EU T'],
|
|
303
|
+
model: '4058075729322',
|
|
304
|
+
vendor: 'LEDVANCE',
|
|
305
|
+
description: 'SMART+ Compact Outdoor Plug EU',
|
|
306
|
+
extend: extend.switch(),
|
|
307
|
+
ota: ota.ledvance,
|
|
308
|
+
configure: async (device, coordinatorEndpoint, logger) => {
|
|
309
|
+
const endpoint = device.getEndpoint(1);
|
|
310
|
+
await reporting.bind(endpoint, coordinatorEndpoint, ['genOnOff']);
|
|
311
|
+
await reporting.onOff(endpoint);
|
|
312
|
+
},
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
zigbeeModel: ['PLUG UK T'],
|
|
316
|
+
model: '4058075729285',
|
|
317
|
+
vendor: 'LEDVANCE',
|
|
318
|
+
description: 'SMART+ Plug UK',
|
|
319
|
+
extend: extend.switch(),
|
|
320
|
+
ota: ota.ledvance,
|
|
321
|
+
configure: async (device, coordinatorEndpoint, logger) => {
|
|
322
|
+
const endpoint = device.getEndpoint(1);
|
|
323
|
+
await reporting.bind(endpoint, coordinatorEndpoint, ['genOnOff']);
|
|
324
|
+
await reporting.onOff(endpoint);
|
|
325
|
+
},
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
zigbeeModel: ['PLUG EU T'],
|
|
329
|
+
model: '4058075729261',
|
|
330
|
+
vendor: 'LEDVANCE',
|
|
331
|
+
description: 'SMART+ Plug EU',
|
|
332
|
+
extend: extend.switch(),
|
|
333
|
+
ota: ota.ledvance,
|
|
334
|
+
configure: async (device, coordinatorEndpoint, logger) => {
|
|
335
|
+
const endpoint = device.getEndpoint(1);
|
|
336
|
+
await reporting.bind(endpoint, coordinatorEndpoint, ['genOnOff']);
|
|
337
|
+
await reporting.onOff(endpoint);
|
|
338
|
+
},
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
zigbeeModel: ['PLUG OUTDOOR EU T'],
|
|
342
|
+
model: '4058075729308',
|
|
343
|
+
vendor: 'LEDVANCE',
|
|
344
|
+
description: 'SMART+ Outdoor Plug EU',
|
|
345
|
+
extend: extend.switch(),
|
|
346
|
+
ota: ota.ledvance,
|
|
347
|
+
configure: async (device, coordinatorEndpoint, logger) => {
|
|
348
|
+
const endpoint = device.getEndpoint(1);
|
|
349
|
+
await reporting.bind(endpoint, coordinatorEndpoint, ['genOnOff']);
|
|
350
|
+
await reporting.onOff(endpoint);
|
|
351
|
+
},
|
|
352
|
+
},
|
|
353
|
+
];
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
const exposes = require('../lib/exposes');
|
|
2
|
+
const fz = {...require('../converters/fromZigbee'), legacy: require('../lib/legacy').fromZigbee};
|
|
3
|
+
const reporting = require('../lib/reporting');
|
|
4
|
+
const extend = require('../lib/extend');
|
|
5
|
+
const e = exposes.presets;
|
|
6
|
+
|
|
7
|
+
module.exports = [
|
|
8
|
+
{
|
|
9
|
+
zigbeeModel: ['ZBT-DIMLight-GLS0800'],
|
|
10
|
+
model: 'ZBT-DIMLight-GLS0800',
|
|
11
|
+
vendor: 'Leedarson',
|
|
12
|
+
description: 'LED E27 warm white',
|
|
13
|
+
extend: extend.light_onoff_brightness(),
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
zigbeeModel: ['ZBT-CCTLight-GLS0904'],
|
|
17
|
+
model: 'ZBT-CCTLight-GLS0904',
|
|
18
|
+
vendor: 'Leedarson',
|
|
19
|
+
description: 'LED E27 tunable white',
|
|
20
|
+
extend: extend.light_onoff_brightness_colortemp({colorTempRange: [153, 370]}),
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
zigbeeModel: ['ZBT-CCTLight-Candle0904'],
|
|
24
|
+
model: 'ZBT-CCTLight-Candle0904',
|
|
25
|
+
vendor: 'Leedarson',
|
|
26
|
+
description: 'LED E14 tunable white',
|
|
27
|
+
extend: extend.light_onoff_brightness_colortemp({colorTempRange: [153, 370]}),
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
zigbeeModel: ['LED_GU10_OWDT'],
|
|
31
|
+
model: 'ZM350STW1TCF',
|
|
32
|
+
vendor: 'Leedarson',
|
|
33
|
+
description: 'LED PAR16 50 GU10 tunable white',
|
|
34
|
+
extend: extend.light_onoff_brightness_colortemp({disableColorTempStartup: true}),
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
zigbeeModel: ['M350ST-W1R-01', 'A470S-A7R-04'],
|
|
38
|
+
model: 'M350STW1',
|
|
39
|
+
vendor: 'Leedarson',
|
|
40
|
+
description: 'LED PAR16 50 GU10',
|
|
41
|
+
extend: extend.light_onoff_brightness(),
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
zigbeeModel: ['LED_E27_ORD'],
|
|
45
|
+
model: 'A806S-Q1G',
|
|
46
|
+
vendor: 'Leedarson',
|
|
47
|
+
description: 'LED E27 color',
|
|
48
|
+
extend: extend.light_onoff_brightness_colortemp_color(),
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
zigbeeModel: ['ZHA-DimmableLight'],
|
|
52
|
+
model: 'A806S-Q1R',
|
|
53
|
+
vendor: 'Leedarson',
|
|
54
|
+
description: 'LED E27 tunable white',
|
|
55
|
+
extend: extend.light_onoff_brightness(),
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
zigbeeModel: ['LED_E27_OWDT'],
|
|
59
|
+
model: 'ZA806SQ1TCF',
|
|
60
|
+
vendor: 'Leedarson',
|
|
61
|
+
description: 'LED E27 tunable white',
|
|
62
|
+
extend: extend.light_onoff_brightness_colortemp(),
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
zigbeeModel: ['ZBT-CCTSwitch-D0001'],
|
|
66
|
+
model: '6ARCZABZH',
|
|
67
|
+
vendor: 'Leedarson',
|
|
68
|
+
description: '4-Key Remote Controller',
|
|
69
|
+
fromZigbee: [fz.command_on, fz.command_off, fz.legacy.CCTSwitch_D0001_on_off, fz.CCTSwitch_D0001_levelctrl,
|
|
70
|
+
fz.CCTSwitch_D0001_lighting, fz.battery],
|
|
71
|
+
exposes: [e.battery(), e.action(['colortemp_up_release', 'colortemp_down_release', 'on', 'off', 'brightness_up', 'brightness_down',
|
|
72
|
+
'colortemp_up', 'colortemp_down', 'colortemp_up_hold', 'colortemp_down_hold'])],
|
|
73
|
+
toZigbee: [],
|
|
74
|
+
configure: async (device, coordinatorEndpoint, logger) => {
|
|
75
|
+
const endpoint = device.getEndpoint(1);
|
|
76
|
+
await reporting.bind(endpoint, coordinatorEndpoint, ['genPowerCfg']);
|
|
77
|
+
await reporting.batteryPercentageRemaining(endpoint);
|
|
78
|
+
},
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
zigbeeModel: ['TWGU10Bulb02UK'],
|
|
82
|
+
model: '6xy-M350ST-W1Z',
|
|
83
|
+
vendor: 'Leedarson',
|
|
84
|
+
description: 'PAR16 tunable white',
|
|
85
|
+
extend: extend.light_onoff_brightness_colortemp(),
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
fingerprint: [{modelID: 'ZHA-PIRSensor', manufacturerName: 'Leedarson'}],
|
|
89
|
+
model: '5AA-SS-ZA-H0',
|
|
90
|
+
vendor: 'Leedarson',
|
|
91
|
+
description: 'Motion sensor',
|
|
92
|
+
fromZigbee: [fz.occupancy, fz.illuminance, fz.ignore_occupancy_report],
|
|
93
|
+
toZigbee: [],
|
|
94
|
+
exposes: [e.occupancy(), e.illuminance(), e.illuminance_lux()],
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
zigbeeModel: ['ZB-SMART-PIRTH-V1'],
|
|
98
|
+
model: '7A-SS-ZABC-H0',
|
|
99
|
+
vendor: 'Leedarson',
|
|
100
|
+
description: '4-in-1-Sensor',
|
|
101
|
+
fromZigbee: [fz.battery, fz.ias_occupancy_alarm_1, fz.illuminance, fz.temperature, fz.humidity, fz.ignore_occupancy_report],
|
|
102
|
+
toZigbee: [],
|
|
103
|
+
exposes: [e.battery(), e.occupancy(), e.temperature(), e.illuminance(), e.illuminance_lux(), e.humidity()],
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
zigbeeModel: ['ZB-MotionSensor-S0000'],
|
|
107
|
+
model: '8A-SS-BA-H0',
|
|
108
|
+
vendor: 'Leedarson',
|
|
109
|
+
description: 'Motion Sensor',
|
|
110
|
+
fromZigbee: [fz.battery, fz.ias_occupancy_alarm_1, fz.ignore_occupancy_report],
|
|
111
|
+
toZigbee: [],
|
|
112
|
+
exposes: [e.battery(), e.occupancy()],
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
zigbeeModel: ['LDHD2AZW'],
|
|
116
|
+
model: 'LDHD2AZW',
|
|
117
|
+
vendor: 'Leedarson',
|
|
118
|
+
description: 'Magnetic door & window contact sensor',
|
|
119
|
+
fromZigbee: [fz.ias_contact_alarm_1, fz.temperature, fz.battery],
|
|
120
|
+
toZigbee: [],
|
|
121
|
+
meta: {battery: {voltageToPercentage: '3V_2100'}},
|
|
122
|
+
configure: async (device, coordinatorEndpoint, logger) => {
|
|
123
|
+
const endpoint = device.getEndpoint(1);
|
|
124
|
+
await reporting.bind(endpoint, coordinatorEndpoint, ['msTemperatureMeasurement', 'genPowerCfg']);
|
|
125
|
+
await reporting.temperature(endpoint);
|
|
126
|
+
await reporting.batteryVoltage(endpoint);
|
|
127
|
+
},
|
|
128
|
+
exposes: [e.contact(), e.battery_low(), e.tamper(), e.temperature(), e.battery()],
|
|
129
|
+
},
|
|
130
|
+
];
|