-
Notifications
You must be signed in to change notification settings - Fork 225
MOVE_TO_LEVEL_WITH_ON_OFF 1 ;set onoff to off (CON-1928) #1658
Description
Describe the bug
I have an Aggregator endpoint that contains a Dimmable Light. When I send MOVE_TO_LEVEL_WITH_ON_OFF with Level=1, it causes the OnOff attribute to be set to OFF.
Environment
-
ESP-Matter Commit Id:v1.3
-
ESP-IDF Commit Id:v5.4.1
-
SoC (eg: ESP32 or ESP32-C3):ESP32H2
-
Device Logs (Please attach the log file):
[0;32mI (55394) chip[ZCL]: RX level-control: MOVE_TO_LEVEL_WITH_ON_OFF 1 0 0 0�[0m �[0;32mI (55394) esp_matter_attribute: ********** R : Endpoint 0x0003's Cluster 0x00000008's Attribute 0x00000000 is 5 **********�[0m �[0;32mI (55414) chip[EM]: <<< [E:14375r S:63603 M:197266154 (Ack:9672735)] (S) Msg TX to 1:000000000001B669 [5F30] [UDP:[FD13:35::A7B9:2AF2:6AA8:E8FA]:59607] --- Type 0001:09 (IM:InvokeCommandResponse)�[0m �[0;32mI (55424) chip[EM]: >>> [E:14374r S:0 M:49194401 (Ack:25318486)] (U) Msg RX from 0:C1F01283C2A8BA4E [0000] --- Type 0000:10 (SecureChannel:StandaloneAck)�[0m �[0;32mI (55444) esp_matter_attribute: ********** R : Endpoint 0x0003's Cluster 0x00000008's Attribute 0x00000000 is 5 **********�[0m �[0;32mI (55454) esp_matter_attribute: ********** W : Endpoint 0x0003's Cluster 0x00000008's Attribute 0x00000000 is 1 **********�[0m �[0;32mI (55464) dipswitch_bridge: !!!!!!!!!!!app_dipswitch_bridge_attribute_update() !!!!!!!!!!!�[0m �[0;32mI (55474) dipswitch_bridge: gear_index : 0�[0m �[0;32mI (55474) dipswitch_bridge: app_dipswitch_bridge_attribute_update() - level value 1�[0m �[0;32mI (55494) esp_matter_attribute: ********** R : Endpoint 0x0003's Cluster 0x00000008's Attribute 0x0000000F is 0 **********�[0m �[0;32mI (55504) chip[ZCL]: Setting on/off to OFF due to level change�[0m �[0;32mI (55504) esp_matter_attribute: ********** R : Endpoint 0x0003's Cluster 0x00000006's Attribute 0x00000000 is 1 **********�[0m �[0;32mI (55514) chip[ZCL]: Toggle ep3 on/off from state 1 to 0�[0m �[0;32mI (55524) esp_matter_attribute: ********** W : Endpoint 0x0003's Cluster 0x00000006's Attribute 0x00000000 is 0 **********�[0m �[0;32mI (55544) dipswitch_bridge: !!!!!!!!!!!app_dipswitch_bridge_attribute_update() !!!!!!!!!!!�[0m �[0;32mI (55544) dipswitch_bridge: gear_index : 0�[0m �[0;32mI (55554) dipswitch_bridge: current_power: 0�[0m �[0;32mI (55484) app_driver: !!!!!!!!!!!!!!!!!!!!!!!!app_receive_queue_update_dimmer!!!!!!!!!!!!!!!!!!!!!!!!!!!!�[0m �[0;32mI (55564) esp_matter_attribute: ********** R : Endpoint 0x0003's Cluster 0x00000006's Attribute 0x0000FFFC is 1 **********�[0m �[0;32mI (55584) chip[ZCL]: Off completed. reset OnTime to 0�[0m �[0;32mI (55584) esp_matter_attribute: ********** W : Endpoint 0x0003's Cluster 0x00000006's Attribute 0x00004001 is 0 **********�[0m �[0;32mI (55594) dipswitch_bridge: !!!!!!!!!!!app_dipswitch_bridge_attribute_update() !!!!!!!!!!!�[0m �[0;32mI (55604) esp_matter_attribute: ********** W : Endpoint 0x0003's Cluster 0x00000008's Attribute 0x00000001 is 0 **********�[0m �[0;32mI (55614) dipswitch_bridge: !!!!!!!!!!!app_dipswitch_bridge_attribute_update() !!!!!!!!!!!�[0m �[0;32mI (55574) app_driver: !!!!!!!app_get_devicelist_by_macaddr!!!!!!�[0m �[0;32mI (55634) app_driver: get DeviceList and index is : 0�[0m �[0;32mI (55634) app_driver: level update - and the value is : 1�[0m �[0;32mI (55644) app_driver: level update - and the power value is : 1�[0m -
Host Machine OS:
-
Host Machine Python version:
-
Commissioner app and versions if present:
-
Home hub app and versions if present:
-
Commissioner's logs if present:
Any additional details
...