Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No attribute set callback(s) when remaining time attribute reaches zero (TZ-1170) #437

Open
3 tasks done
monty68 opened this issue Sep 25, 2024 · 0 comments
Open
3 tasks done
Labels

Comments

@monty68
Copy link

monty68 commented Sep 25, 2024

Answers checklist.

  • I have read the documentation ESP Zigbee SDK Programming Guide and tried the debugging tips, the issue is not addressed there.
  • I have updated ESP Zigbee libs (esp-zboss-lib and esp-zigbee-lib) to the latest version, with corresponding IDF version, and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

IDF version.

v5.3

esp-zigbee-lib version.

1.5.0

esp-zboss-lib version.

1.5.0

Espressif SoC revision.

ESP32-H2

What is the expected behavior?

When receiving move-to type commands for level or color type changes, the stack sends
ESP_ZB_CORE_SET_ATTR_VALUE_CB_ID messages updating the relevant remaining time attribute, and
when the move has been completed, the stack should issue a final attribute update with the remaining
time set to zero.

What is the actual behavior?

When receiving move-to type commands, the stack sends ESP_ZB_CORE_SET_ATTR_VALUE_CB_ID messages
updating the relevant remaining time attribute, but when the move has been completed, it never calls back
with the remaining time set to zero so the application has no idea that the command has been completed
and what the final (level/color) value is.

Steps to reproduce.

  1. Step
  2. Step
  3. Step
    ...

More Information.

No response

@monty68 monty68 added the Bug label Sep 25, 2024
@github-actions github-actions bot changed the title No attribute set callback(s) when remaining time attribute reaches zero No attribute set callback(s) when remaining time attribute reaches zero (TZ-1170) Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant