I created below DDF since I noticed that there is no one yet included in the current release. It works fine for me and I would create a PR after some review/comments.
{
"schema": "devcap1.schema.json",
"manufacturername": "Insta GmbH",
"modelid": "NEXENTRO Blinds Actuator",
"vendor": "NEXENTRO",
"product": "NEXENTRO Blinds Actuator",
"sleeper": false,
"status": "Gold",
"subdevices": [
{
"type": "$TYPE_WINDOW_COVERING_DEVICE",
"restapi": "/lights",
"uuid": [
"$address.ext",
"0x06"
],
"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": "config/mode",
"parse": {
"at": "0x0017",
"cl": "0x0102",
"ep": 6,
"eval": "Item.val = Attr.val;",
"fn": "zcl"
}
},
{
"name": "config/reachable"
},
{
"name": "config/windowcoveringtype",
"parse": {
"at": "0x0000",
"cl": "0x0102",
"ep": 6,
"eval": "Item.val = Attr.val;",
"fn": "zcl"
}
},
{
"name": "state/lift",
"refresh.interval": 300,
"parse": {
"at": "0x0008",
"cl": "0x0102",
"ep": 6,
"eval": "Item.val = Attr.val;",
"fn": "zcl"
},
"default": 0
},
{
"name": "state/on",
"refresh.interval": 60,
"static": true
},
{
"name": "state/open"
},
{
"name": "state/reachable"
},
{
"name": "state/tilt",
"refresh.interval": 300,
"read": {
"at": "0x0009",
"cl": "0x0102",
"ep": 6,
"fn": "zcl"
},
"parse": {
"at": "0x0009",
"cl": "0x0102",
"ep": 6,
"eval": "Item.val = Attr.val;",
"fn": "zcl"
},
"default": 0
}
]
}
],
"bindings": [
{
"bind": "unicast",
"src.ep": 6,
"cl": "0x0102",
"report": [
{
"at": "0x0008",
"dt": "0x20",
"min": 1,
"max": 300,
"change": "0x00000001"
},
{
"at": "0x0009",
"dt": "0x20",
"min": 1,
"max": 300,
"change": "0x00000001"
}
]
}
]
}