#Zigbee dimmer dimming not working

1 messages · Page 1 of 1 (latest)

ruby owl
#

I have Agge branded Zigbee dimmer installed. On and off work fine from HomeAssistant but dimming only takes effect when light is switched off and on. From the dimmer itself dimming works. How to fix?

#

Hub is cracked Lidl Silvercrest

ruby owl
#

The device signature: {
"node_descriptor": {
"logical_type": 1,
"complex_descriptor_available": 0,
"user_descriptor_available": 0,
"reserved": 0,
"aps_flags": 0,
"frequency_band": 8,
"mac_capability_flags": 142,
"manufacturer_code": 4714,
"maximum_buffer_size": 82,
"maximum_incoming_transfer_size": 82,
"server_mask": 11264,
"maximum_outgoing_transfer_size": 82,
"descriptor_capability_field": 0
},
"endpoints": {
"1": {
"profile_id": "0x0104",
"device_type": "0x0101",
"input_clusters": [
"0x0000",
"0x0003",
"0x0004",
"0x0005",
"0x0006",
"0x0008",
"0x0b05",
"0x1000"
],
"output_clusters": [
"0x0019"
]
},
"242": {
"profile_id": "0xa1e0",
"device_type": "0x0061",
"input_clusters": [],
"output_clusters": [
"0x0021"
]
}
},
"manufacturer": "Handshake Finland",
"model": "AGGE Zigbee smart rotary dimmer",
"class": "zigpy.device.Device"
}

ruby owl
#

Adjustment works from Settings -> Devices -> ZHA -> device -> manage -> commands -> LevelControl (Endpoint id: 1, Id: 0x0008, Type: in) and setting value to move_to_level (id: 0x0000)

#

Is it possible to make a slider control based on this ?