-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Energy Management] Silabs Dishwasher, Electrical sensor and DEM app #35948
[Energy Management] Silabs Dishwasher, Electrical sensor and DEM app #35948
Conversation
Review changes with SemanticDiff. Analyzed 2 of 46 files. File Information
|
955e7ba
to
7c9fdec
Compare
7c9fdec
to
7b54229
Compare
PR #35948: Size comparison from 1c2ad2e to 7b54229 Full report (22 builds for cc13x4_26x4, cc32xx, nrfconnect, nxp, qpg, stm32, tizen)
|
Somewhat acceptable state, build & runs, got to try the tests
7b54229
to
2cdbd2e
Compare
PR #35948: Size comparison from 4ec1716 to 2cdbd2e Full report (51 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, linux, nrfconnect, nxp, psoc6, qpg, stm32, tizen)
|
PR #35948: Size comparison from 4ec1716 to b63e1c9 Full report (88 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
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.
I have a PR which is in flight doing some similar things:
#35616
It would be nice to see if we can add a PowerForecast for the dishwasher / washing machine into DEM which shows the estimated duration of each slot etc., but think that is a separate PR to work on.
examples/dishwasher-app/silabs/include/ElectricalEnergyMeasurementInstance.h
Show resolved
Hide resolved
examples/dishwasher-app/silabs/src/ElectricalEnergyMeasurementInstance.cpp
Outdated
Show resolved
Hide resolved
…or and DEM app (project-chip#35948) * Adding a Silabs dishwasher app, supports Electrical sensor and DEM Somewhat acceptable state, build & runs, got to try the tests * Removed the lock on Device Energy Management Mode * Applied suggestions related to Electrical Sensor (cherry picked from commit 8dc3d39)
…cal sensor and DEM app (project-chip#35948)" This reverts commit ddcca63. Signed-off-by: Gatien Chapon <[email protected]>
…roject-chip#35948) * Adding a Silabs dishwasher app, supports Electrical sensor and DEM Somewhat acceptable state, build & runs, got to try the tests * Removed the lock on Device Energy Management Mode * Applied suggestions related to Electrical Sensor Change-Id: I0b4acdfa506967a5b08e9f0e9132814b915d120e Reviewed-on: http://androidsource.nxp.com/project/26507 Reviewed-by: Elven Wang <[email protected]>
…or and DEM app (project-chip#35948) * Adding a Silabs dishwasher app, supports Electrical sensor and DEM Somewhat acceptable state, build & runs, got to try the tests * Removed the lock on Device Energy Management Mode * Applied suggestions related to Electrical Sensor (cherry picked from commit 8dc3d39)
…roject-chip#35948) * Adding a Silabs dishwasher app, supports Electrical sensor and DEM Somewhat acceptable state, build & runs, got to try the tests * Removed the lock on Device Energy Management Mode * Applied suggestions related to Electrical Sensor
Adding a Silabs dishwasher app, supports Electrical sensor and DEM.
Relies on energy-management-app's common device-energy-management and energy-reporting files.
Slightly modified energy-management-app's DEM test event trigger and fake readings to allow them to be used by apps that are not EVSE.
Also modified energy-management-app's energy-management-mode to stop enforcing endpoint 1, and added a shutdown callback.
Can be used as POC to implement Energy management apps on top of existing device example apps.
In the long run, I suggest we ad a BUILD.gn file for device-energy-management and energy-reporting so we can just include those files as dependencies of projects that want to re-use them.