-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
feat(Zigbee): Support for sleepy device + Power Source and battery level + Humidity sensor cluster #10551
feat(Zigbee): Support for sleepy device + Power Source and battery level + Humidity sensor cluster #10551
Conversation
👋 Hello P-R-O-C-H-Y, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
Memory usage test (comparing PR against master branch)The table below shows the summary of memory usage change (decrease - increase) in bytes and percentage for each target.
Click to expand the detailed deltas report [usage change in BYTES]
|
Test Results 56 files 56 suites 4m 18s ⏱️ Results for commit 5cb991f. ♻️ This comment has been updated with latest results. |
Please create a |
libraries/Zigbee/examples/Zigbee_Temp_Hum_Sensor_Sleepy/Zigbee_Temp_Hum_Sensor_Sleepy.ino
Show resolved
Hide resolved
libraries/Zigbee/examples/Zigbee_Temp_Hum_Sensor_Sleepy/Zigbee_Temp_Hum_Sensor_Sleepy.ino
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Just a few suggestion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description of Change
This PR includes:
Zigbee_Temp_Hum_Sensor_Sleepy
, which demonstrates all the new functionalitiesTests scenarios
Tested with the example
Zigbee_Temp_Hum_Sensor_Sleepy
on both C6/H2 which connects to the Zigbee network.Coordinator used - SONOFF ZBDongle-E which is configured in the Home Assistant which runs on VM.
Related links
Closes #10405
Closes #10430