Compare commits
No commits in common. "eb7a50f18b9c13c454cef4f367161a12d3880de7" and "28956ad9e052837b206fa60c84956f902a330c21" have entirely different histories.
eb7a50f18b
...
28956ad9e0
|
|
@ -26,6 +26,8 @@ devices:
|
||||||
friendly_name: Fernbedienung
|
friendly_name: Fernbedienung
|
||||||
'0x00212effff0cb8b6':
|
'0x00212effff0cb8b6':
|
||||||
friendly_name: Lichtschlauch
|
friendly_name: Lichtschlauch
|
||||||
|
color_sync: true
|
||||||
|
state_action: false
|
||||||
homeassistant:
|
homeassistant:
|
||||||
legacy_entity_attributes: false
|
legacy_entity_attributes: false
|
||||||
legacy_triggers: false
|
legacy_triggers: false
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,12 @@
|
||||||
const {deviceEndpoints, identify, light} = require('zigbee-herdsman-converters/lib/modernExtend');
|
const {deviceEndpoints, identify, light} = require('zigbee-herdsman-converters/lib/modernExtend');
|
||||||
|
|
||||||
const definition = {
|
const definition = {
|
||||||
zigbeeModel: ['FLS-PP3 White\u0000'],
|
zigbeeModel: ['FLS-PP3 White'],
|
||||||
model: 'FLS-PP3 White\u0000',
|
model: 'FLS-PP3 White',
|
||||||
vendor: 'dresden elektronik\u0000',
|
vendor: 'dresden elektronik',
|
||||||
description: 'Automatically generated definition',
|
description: 'Automatically generated definition',
|
||||||
extend: [
|
extend: [deviceEndpoints({"endpoints":{"10":10,"11":11}}), identify(), light({"colorTemp":{"range":[153,500]},"color":{"modes":["xy","hs"],"enhancedHue":true}}), light()],
|
||||||
deviceEndpoints({endpoints: {rgb: 10, white: 11}}),
|
meta: {"multiEndpoint":true},
|
||||||
light({"colorTemp":{"range":[153,500]},"color":{"modes":["xy","hs"],"enhancedHue":true},endpointNames: ['rgb', 'white']})
|
|
||||||
],
|
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = definition;
|
module.exports = definition;
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
"y": 0.4005
|
"y": 0.4005
|
||||||
},
|
},
|
||||||
"color_temp": 318,
|
"color_temp": 318,
|
||||||
"linkquality": 159
|
"linkquality": 199
|
||||||
},
|
},
|
||||||
"0xa4c138570b1956d9": {
|
"0xa4c138570b1956d9": {
|
||||||
"temperature": 25.87,
|
"temperature": 25.87,
|
||||||
|
|
@ -22,30 +22,35 @@
|
||||||
"linkquality": 223
|
"linkquality": 223
|
||||||
},
|
},
|
||||||
"0xa4c1383ec7aa7d95": {
|
"0xa4c1383ec7aa7d95": {
|
||||||
"temperature": 25.86,
|
"temperature": 27.2,
|
||||||
"humidity": 55.51,
|
"humidity": 53.85,
|
||||||
"battery": 73,
|
"battery": 73,
|
||||||
"linkquality": 255
|
"linkquality": 215
|
||||||
},
|
},
|
||||||
"0xa4c1383db5531833": {
|
"0xa4c1383db5531833": {
|
||||||
"temperature": 24.5,
|
"temperature": 24.4,
|
||||||
"humidity": 59.9,
|
"humidity": 59.7,
|
||||||
"battery": 24,
|
"battery": 24,
|
||||||
"linkquality": 239
|
"linkquality": 223
|
||||||
},
|
},
|
||||||
"0x000d6f00109eb214": {
|
"0x000d6f00109eb214": {
|
||||||
"linkquality": 151
|
"linkquality": 151
|
||||||
},
|
},
|
||||||
"0x00212effff0cb8b6": {
|
"0x00212effff0cb8b6": {
|
||||||
"color_mode": "xy",
|
"color_mode": "color_temp",
|
||||||
"state": "OFF",
|
"linkquality": 255,
|
||||||
"state_rgb": "OFF",
|
"state": "ON",
|
||||||
"brightness_white": 254,
|
"color_temp": 250,
|
||||||
"state_white": "ON",
|
"color": {
|
||||||
"brightness_rgb": 132,
|
"x": 0.3804,
|
||||||
"color_mode_rgb": "color_temp",
|
"y": 0.3767,
|
||||||
"color_temp_rgb": 340,
|
"hue": 40,
|
||||||
"color_mode_white": "color_temp",
|
"saturation": 49,
|
||||||
"color_temp_white": 500
|
"h": 40,
|
||||||
|
"s": 49
|
||||||
|
},
|
||||||
|
"brightness": 185,
|
||||||
|
"brightness_10": 1,
|
||||||
|
"state_10": "OFF"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue