You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
run the esp_zigbee_gpd example and push the button to active the commissioning request
run the esp_zigbee_gpc example
check the green power device id received by the esp_zigbee_gpc
isssue 2
change the zgpd_cmd sent by the esp_zigbee_gpd example
after the commissioning phase check with wirshark the command transmitted by the green power end device
issue 3
connect the enocean PTM 216Z . this device has a green power device id 0x7
confirm that the commissioning with esp_zigbee_gpc is done correctly
with the enocean PTM 216Z try to send command to the esp_zigbee_gpc
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?
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
esp zigbee greenpower is not working as expected .
esp zigbee greenpower is not working as expected . (TZ-1012)
Jul 18, 2024
Answers checklist.
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.
...
More Information.
it is possible that the green power example support only the green power device id 0x02?
The text was updated successfully, but these errors were encountered: