-
Notifications
You must be signed in to change notification settings - Fork 41
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
esp_zb_zcl_scenes_table_store does only work sometimes (TZ-1406) #510
Labels
Comments
|
some more observations:
Open Question: |
Suggestion
|
Ah merde. You are right i messed up the argument order... Thanks ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Answers checklist.
IDF version.
v5.4
esp-zigbee-lib version.
1.6.1
esp-zboss-lib version.
1.6.1
Espressif SoC revision.
ESP-C6
What is the expected behavior?
Trying to implement scene tables but only some entrys get a Extension Fields safed. As the function that fill the Extension Fields is always the same it should work for all groupID/sceneID combinations.
What is the actual behavior?
+-------+----------+----------+-----------------+-------------------------------------+
| Index | Group ID | Scene ID | Transition Time | [Cluster ID | Extension Field] |
+-------+----------+----------+-----------------+-------------------------------------+
| 00 | 0x0003 | 0x01 | 0000 |
+-------+----------+----------+-----------------+-------------------------------------+
| 01 | 0x0003 | 0x02 | 0000 | [ 0x0300 | 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x54 ] | [ 0x0008 | 0xfe ] | [ 0x0006 | 0x1 ] |
+-------+----------+----------+-----------------+-------------------------------------+
| 02 | 0x0003 | 0x03 | 0000 | [ 0x0300 | 0x28 0xbc 0xd6 0x43 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x54 ] | [ 0x0008 | 0xfe ] | [ 0x0006 | 0x1 ] |
+-------+----------+----------+-----------------+-------------------------------------+
| 03 | 0x0003 | 0x04 | 0000 |
+-------+----------+----------+-----------------+-------------------------------------+
Steps to reproduce.
this is how i fill the table on ESP_ZB_CORE_SCENES_STORE_SCENE_CB_ID Action:
More Information.
No response
The text was updated successfully, but these errors were encountered: