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

esp zigbee greenpower is not working as expected . (TZ-1012) #386

Open
3 tasks done
mbarga82 opened this issue Jul 18, 2024 · 0 comments
Open
3 tasks done

esp zigbee greenpower is not working as expected . (TZ-1012) #386

mbarga82 opened this issue Jul 18, 2024 · 0 comments
Labels

Comments

@mbarga82
Copy link

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.2.2

esp-zigbee-lib version.

1.4.0

esp-zboss-lib version.

1.4.0

Espressif SoC revision.

ESP32C6

What is the expected behavior?

i built the esp_zigbee_gpc and esp_zigbee_gpd examples.
it shall be possible to modify the esp_zigbee_gpd device id from 0x02 to 0x07
it shall be possible from the esp_zigbee_gpd to send different green power command to the esp_zigbee_gpc
it shall be possible to connect the enocean end device (PTM 216Z) and receive a callback when a green power message is sent by the device

What is the actual behavior?

the device id of the green power end device is always set to 0x02
the zigbee green power command transmitted by the green power example is always set to toggle command
the commissioning with the enocean end device (PTM 216Z) is established but there is no callback called when a command is transmitted by the enocean green power end device.

Steps to reproduce.

  1. change the zgpd_device_id to ESP_ZB_GEN_8_CONT_SWITCH_DEV in esp_zb_zgpd_init method of the esp_zigbee_gpd example
  2. run the esp_zigbee_gpd example and push the button to active the commissioning request
  3. run the esp_zigbee_gpc example
  4. check the green power device id received by the esp_zigbee_gpc
  5. isssue 2
  6. change the zgpd_cmd sent by the esp_zigbee_gpd example
  7. after the commissioning phase check with wirshark the command transmitted by the green power end device
  8. issue 3
  9. connect the enocean PTM 216Z . this device has a green power device id 0x7
  10. confirm that the commissioning with esp_zigbee_gpc is done correctly
  11. with the enocean PTM 216Z try to send command to the esp_zigbee_gpc
  12. no action is triggered on the esp_zigbee_gpc
    ...

More Information.

it is possible that the green power example support only the green power device id 0x02?

@mbarga82 mbarga82 added the Bug label Jul 18, 2024
@github-actions github-actions bot changed the title esp zigbee greenpower is not working as expected . esp zigbee greenpower is not working as expected . (TZ-1012) Jul 18, 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