Many thanks! Motors are exposed via matter now, but controls are lacking.
As per IOT platform debug, motors has number of DPS:
Code: Select all
control Enum
{
"range": [
"open",
"stop",
"close",
"continue"
]
}
percent_control Integer
{
"unit": "%",
"min": 0,
"max": 100,
"scale": 0,
"step": 1
}
percent_state Integer
{
"unit": "%",
"min": 0,
"max": 100,
"scale": 0,
"step": 1
}
control_back_mode Enum
{
"range": [
"forward",
"back"
]
}
work_state Enum
{
"range": [
"opening",
"closing"
]
}
fault Bitmap
{
"label": [
"motor_fault"
]
}
battery_percentage Integer
{
"unit": "%",
"min": 0,
"max": 100,
"scale": 0,
"step": 1
}
border Enum
{
"range": [
"up",
"down",
"up_delete",
"down_delete",
"remove_top_bottom"
]
}
But i cannot see them via Matter integration. The only "close" button is working, On the screen below, blinds actually already at the lower border, but cannot be "opened".
If i connect them via zigbee integration(via the same THP10) i can control them in both ways and can see the current battery charge(and also the motor direction, but it is hidden at the moment). Please see below:
Can i do something with this or should i stick with just zigbee integration?