Skip to content

Commit

Permalink
DDF for IKEA bulb E27 WS clear 806lm (#8124)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattreim authored Feb 17, 2025
1 parent 22d3acc commit c616939
Showing 1 changed file with 171 additions and 0 deletions.
171 changes: 171 additions & 0 deletions devices/ikea/tradfri_bulb_e27_ws_clear_806lm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,171 @@
{
"schema": "devcap1.schema.json",
"manufacturername": "$MF_IKEA",
"modelid": "TRADFRI bulb E27 WS clear 806lm",
"vendor": "IKEA",
"product": "Tradfri LED bulb E27 806 lumen, dimmable, white spectrum, clear (LED1736G9)",
"sleeper": false,
"status": "Gold",
"subdevices": [
{
"type": "$TYPE_COLOR_TEMPERATURE_LIGHT",
"restapi": "/lights",
"uuid": [
"$address.ext",
"0x01"
],
"items": [
{
"name": "attr/id"
},
{
"name": "attr/lastannounced"
},
{
"name": "attr/lastseen"
},
{
"name": "attr/manufacturername"
},
{
"name": "attr/modelid"
},
{
"name": "attr/name"
},
{
"name": "attr/swversion"
},
{
"name": "attr/type"
},
{
"name": "attr/uniqueid"
},
{
"name": "cap/bri/move_with_onoff",
"static": true
},
{
"name": "cap/color/capabilities",
"refresh.interval": 86400
},
{
"name": "cap/color/ct/max",
"default": "0xfeff"
},
{
"name": "cap/color/ct/min",
"default": 0
},
{
"name": "cap/on/off_with_effect",
"static": true
},
{
"name": "state/alert",
"default": "none"
},
{
"name": "state/bri",
"refresh.interval": 360
},
{
"name": "state/colormode",
"refresh.interval": 360
},
{
"name": "state/ct",
"refresh.interval": 360
},
{
"name": "state/on",
"refresh.interval": 360
},
{
"name": "state/reachable"
}
]
}
],
"bindings": [
{
"bind": "unicast",
"src.ep": 1,
"dst.ep": 1,
"cl": "0x0000",
"report": [
{
"at": "0x4000",
"dt": "0x42",
"min": 0,
"max": 65535
}
]
},
{
"bind": "unicast",
"src.ep": 1,
"dst.ep": 1,
"cl": "0x0006",
"report": [
{
"at": "0x0000",
"dt": "0x10",
"min": 1,
"max": 300
}
]
},
{
"bind": "unicast",
"src.ep": 1,
"dst.ep": 1,
"cl": "0x0008",
"report": [
{
"at": "0x0000",
"dt": "0x20",
"min": 1,
"max": 300,
"change": "0x00000005"
}
]
},
{
"bind": "unicast",
"src.ep": 1,
"dst.ep": 1,
"cl": "0x0300",
"report": [
{
"at": "0x0007",
"dt": "0x21",
"min": 5,
"max": 1800,
"change": "0x00000001"
},
{
"at": "0x0003",
"dt": "0x21",
"min": 5,
"max": 1795,
"change": "0x0000000A"
},
{
"at": "0x0004",
"dt": "0x21",
"min": 5,
"max": 1795,
"change": "0x0000000A"
},
{
"at": "0x0008",
"dt": "0x30",
"min": 1,
"max": 1800
}
]
}
]
}

0 comments on commit c616939

Please sign in to comment.