forked from Koenkk/zigbee-herdsman-converters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaulmann.ts
314 lines (312 loc) · 10.1 KB
/
paulmann.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
import * as fz from "../converters/fromZigbee";
import * as exposes from "../lib/exposes";
import * as m from "../lib/modernExtend";
import * as tuya from "../lib/tuya";
import type {DefinitionWithExtend} from "../lib/types";
const e = exposes.presets;
export const definitions: DefinitionWithExtend[] = [
{
zigbeeModel: ["501.37"],
model: "501.37",
vendor: "Paulmann",
description: "Smart switch 4 buttons white",
fromZigbee: [fz.command_on, fz.command_off, fz.battery, fz.command_move, fz.command_stop],
toZigbee: [],
exposes: [
e.battery(),
e.action([
"on_1",
"off_1",
"on_2",
"off_2",
"brightness_move_up_1",
"brightness_move_down_1",
"brightness_move_stop_1",
"brightness_move_up_2",
"brightness_move_down_2",
"brightness_move_stop_2",
]),
],
meta: {multiEndpoint: true},
},
{
zigbeeModel: ["501.34"],
model: "501.34",
vendor: "Paulmann",
description: "Smart switch 4 buttons white",
fromZigbee: [fz.command_on, fz.command_off, fz.battery, fz.command_move, fz.command_stop],
toZigbee: [],
exposes: [
e.battery(),
e.action([
"on_1",
"off_1",
"on_2",
"off_2",
"brightness_move_up_1",
"brightness_move_down_1",
"brightness_stop_1",
"brightness_move_up_2",
"brightness_move_down_2",
"brightness_stop_2",
]),
],
meta: {multiEndpoint: true},
},
{
zigbeeModel: ["H036-0500"],
model: "968.93",
vendor: "Paulmann",
description: "URail rail adapter smart home Zigbee on/off/dimm",
extend: [m.light()],
},
{
fingerprint: [{modelID: "RGBW", manufacturerName: "Paulmann Licht GmbH"}],
model: "948.47/29165",
vendor: "Paulmann",
description: "RGBW light",
extend: [m.light({colorTemp: {range: [153, 454]}, color: {modes: ["xy", "hs"]}})],
},
{
zigbeeModel: ["H036-0007"],
model: "929.66",
vendor: "Paulmann",
description: "Smart home Zigbee LED module coin 1x2.5W RGBW",
extend: [m.light({colorTemp: {range: undefined}, color: {modes: ["xy", "hs"]}})],
},
{
zigbeeModel: ["Switch Controller"],
model: "50043",
vendor: "Paulmann",
description: "SmartHome Zigbee Cephei Switch Controller",
extend: [m.onOff()],
},
{
zigbeeModel: ["50131"],
model: "501.31",
vendor: "Paulmann",
description: "Smart plug for Euro- and Schuko-sockets",
extend: [m.onOff()],
},
{
zigbeeModel: ["Dimmablelight"],
model: "50044/50045",
vendor: "Paulmann",
description: "SmartHome Zigbee Dimmer or LED-stripe",
extend: [m.light()],
},
{
zigbeeModel: ["500.47"],
model: "500.47",
vendor: "Paulmann",
description: "SmartHome Zigbee MaxLED RGBW controller max. 72W 24V DC",
extend: [m.light({colorTemp: {range: undefined}, color: {modes: ["xy", "hs"], applyRedFix: true}})],
},
{
zigbeeModel: ["RGBW light", "500.49", "RGBW_light"],
model: "50049/500.63",
vendor: "Paulmann",
description: "Smart Home Zigbee YourLED RGB Controller max. 60W / Smart Home Zigbee LED Reflektor 3,5W GU10 RGBW dimmbar",
extend: [m.light({colorTemp: {range: undefined}, color: {modes: ["xy", "hs"], applyRedFix: true}})],
},
{
zigbeeModel: ["RGBCW_LIGHT"],
model: "4137",
vendor: "Paulmann",
description: "Smart Home Zigbee LED bulb 9,3W Matt E27 RGBW",
extend: [m.light({colorTemp: {range: [153, 370]}, color: {modes: ["xy", "hs"]}})],
},
{
fingerprint: [{modelID: "RGBW Controller", manufacturerName: "Paulmann Licht"}],
model: "94191",
vendor: "Paulmann",
description: "Plug & shine LED strip",
extend: [m.light({colorTemp: {range: [153, 370]}, color: {modes: ["xy", "hs"]}})],
},
{
fingerprint: [
{modelID: "CCT Light", manufacturerName: "Paulmann lamp"},
{modelID: "CCT", manufacturerName: "Paulmann Licht GmbH"},
],
zigbeeModel: ["CCT light", "CCT_light", "CCT light "],
model: "50064",
vendor: "Paulmann",
description: "SmartHome led spot",
extend: [m.light({colorTemp: {range: undefined}})],
},
{
zigbeeModel: ["H036-0006"],
model: "929.63",
vendor: "Paulmann",
description: "SmartHome Zigbee LED-Modul Coin 1x6W Tunable White",
extend: [m.light({colorTemp: {range: undefined}})],
},
{
zigbeeModel: ["500.46"],
model: "500.46",
vendor: "Paulmann",
description: "SmartHome Zigbee MaxLED tunable white controller max. 144W / 24V DC",
extend: [m.light({colorTemp: {range: [153, 370]}})],
},
{
zigbeeModel: ["H036-0005"],
model: "929.60",
vendor: "Paulmann",
description: "SmartHome Zigbee LED-Modul Coin 1x6W White",
extend: [m.light()],
},
{
zigbeeModel: ["371000001"],
model: "371000001",
vendor: "Paulmann",
description: "SmartHome led spot tuneable white",
extend: [m.light({colorTemp: {range: undefined}})],
},
{
fingerprint: [{modelID: "RGBW", manufacturerName: "Paulmann Licht"}],
zigbeeModel: ["371000002"],
model: "371000002",
vendor: "Paulmann",
description: "Amaris LED panels",
extend: [m.light({colorTemp: {range: undefined}, color: {modes: ["xy", "hs"]}})],
},
{
zigbeeModel: ["371050043"],
model: "371050043",
vendor: "Paulmann",
description: "Solar LED house number light",
extend: [m.onOff({powerOnBehavior: false})],
},
{
zigbeeModel: ["371232040"],
model: "371232040",
vendor: "Paulmann",
description: "LED panels",
extend: [m.light({colorTemp: {range: [153, 350]}, color: {modes: ["xy", "hs"]}})],
},
{
zigbeeModel: ["500.43"],
model: "500.43",
vendor: "Paulmann",
description: "SmartHome contoller (Relay)",
extend: [m.onOff({powerOnBehavior: false})],
},
{
zigbeeModel: ["500.44"],
model: "500.44",
vendor: "Paulmann",
description: "URail power supply",
extend: [m.light({color: {applyRedFix: true}})],
},
{
zigbeeModel: ["500.45"],
model: "500.45",
vendor: "Paulmann",
description: "SmartHome Zigbee Pendulum Light Aptare",
extend: [m.light({color: {applyRedFix: true}})],
},
{
zigbeeModel: ["500.48"],
model: "500.48",
vendor: "Paulmann",
description: "SmartHome Zigbee YourLED dim/switch controller max. 60 W",
extend: [m.light({color: {applyRedFix: true}})],
},
{
fingerprint: [{manufacturerName: "Paulmann Licht GmbH", modelID: "Dimmable"}],
zigbeeModel: ["H036-0001"],
model: "93999",
vendor: "Paulmann",
description: "Plug Shine Zigbee controller",
extend: [m.light()],
},
{
zigbeeModel: ["RemoteControl", "50067"],
model: "500.67",
vendor: "Paulmann",
description: "RGB remote control",
fromZigbee: [
fz.command_on,
fz.command_off,
fz.command_toggle,
fz.command_step,
fz.command_move_to_color_temp,
fz.command_move_to_color,
fz.command_stop,
fz.command_move,
fz.command_color_loop_set,
fz.command_ehanced_move_to_hue_and_saturation,
fz.tint_scene,
],
toZigbee: [],
exposes: [
e.action([
"on",
"off",
"toggle",
"brightness_step_up",
"brightness_step_down",
"color_temperature_move",
"color_move",
"brightness_stop",
"brightness_move_down",
"brightness_move_up",
"color_loop_set",
"enhanced_move_to_hue_and_saturation",
"scene_*",
]),
],
},
{
zigbeeModel: ["501.40"],
model: "501.40",
vendor: "Paulmann",
description: "RGB remote control",
extend: [
m.deviceEndpoints({endpoints: {"1": 1, "2": 2, "3": 3, "4": 4}}),
m.battery(),
m.commandsOnOff(),
m.commandsLevelCtrl(),
m.commandsColorCtrl(),
m.commandsScenes(),
],
},
{
fingerprint: [{modelID: "RGB", manufacturerName: "Paulmann Licht GmbH"}],
model: "150257",
vendor: "Paulmann",
description: "SimpLED SmartHome dimmable RGB LED-stripe",
extend: [m.light({color: true})],
},
{
fingerprint: [
{modelID: "Dimmable Light", manufacturerName: "Paulmann lamp"},
{modelID: "Dimmable Light ", manufacturerName: "Paulmann lamp "},
],
model: "501.22",
vendor: "Paulmann",
description: "White E27 LED bulb, dimmable",
extend: [m.light()],
},
{
zigbeeModel: ["RGBWW"],
model: "291.52",
vendor: "Paulmann",
description: "Smart Home Zigbee LED bulb 4,9W Matt E14 RGBW",
extend: [m.light({colorTemp: {range: [153, 454]}, color: {modes: ["xy", "hs"]}})],
},
{
fingerprint: tuya.fingerprint("TS000F", ["_TZ3210_hjxqqofs\u0000"]),
model: "501.39",
vendor: "Paulmann",
description: "Universal-switch white",
extend: [m.onOff({powerOnBehavior: false})],
},
{
zigbeeModel: ["371222402"],
model: "371222402",
vendor: "Paulmann",
description: "Puric pane pendant light 6x6W dimmable",
extend: [m.light()],
},
];