Replies: 4 comments 41 replies
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Hi @Nerivec, I'm sorry I asked you for help many times for errors that I could have solved by myself. I deleted the previous messages because they were useless and partially solved. I'm getting familiar with the zigbee protocol and the devices, but I still haven't reached my goal: that is, receiving humidity and temperature from the sensor.
For example:
My last frame decode:
Thanks for any new suggestions you can give me about them. |
Beta Was this translation helpful? Give feedback.
-
Hi @Koenkk welcome and sorry for the tag! I just wanted to ask if you know anyone to involve in this thread for ZCL support. Nerivec was very helpful, but I can't solve a last step, namely: sending a ZCL command to a battery-powered device to ask for the latest temperature/humidity reading and start automatic attribute reporting. Can you please help me? My adapter is Ember Zdongle-E. Thank you |
Beta Was this translation helpful? Give feedback.
-
I @Nerivec e @Koenkk, I need your help please: I can read the humidity, temperature and battery values via the ZCL body command:
Note that attribute status records are not included for successfully configured attributes, to save bandwidth. In the case of successful configuration of all attributes, only a single attribute status record SHALL be included in the command, with the status field set to SUCCESS and the direction and attribute identifier fields omitted. So, the response is:
The documentation also says that: but I do not receive anything :( even after a few minutes, even though I configured the report after 5s. What am I doing wrong in your opinion? Thank you very much |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I'm writing a minimal library with NodeJs to interface with zigbee devices via a USB ZBDongle-E (in short the junior version of the zigbee-herdsman :D ). I'm following the Silicon Labs documentation and I've reached a good point, that is, I can send and receive commands on the serial-usb and use some of the functions of the EmberZNet Serial Protocol: I can create a zigbee network as a coordinator and start the PermitJoin of the devices. The problem is that once the pairing mode is started I can't connect the SNZB-02P sensor (I don't see frames arriving from the sensor). I'm probably doing some wrong configuration of the EmberZNet protocol. Could someone help me? I'll share the parameters I use for formNetwork. Thanks
Beta Was this translation helpful? Give feedback.
All reactions