8000 [HVAC] Thermostat events implementation by hasty · Pull Request #39923 · project-chip/connectedhomeip · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[HVAC] Thermostat events implementation #39923

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

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

hasty
Copy link
Contributor
@hasty hasty commented Jul 9, 2025

Summary

This adds the thermostat events implementation to the thermostat server and example app, along with modifications to the test scripts to check for event emission.

Note: this contains all the XML changes in #39918, so should not be merged before it.

Testing

Added unit tests and modified existing tests to match the changes in PR 5307

Copy link
Contributor
@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request effectively introduces the thermostat events implementation. The changes are well-structured, with new files for event handling and updates to the build system. The modifications to the test scripts to verify event emission are a great addition.

I've identified a couple of areas for improvement. There's a minor correctness issue in how event data is populated for unoccupied setpoint changes, and I've noticed a potential for race conditions in the tests when multiple events are expected. Addressing these points will enhance the robustness of the implementation.

Comment on lines +361 to +365
if self.pics_guard(hasAutoModeFeature):
if hasEventsFeature:
# If we have auto mode, this will have also adjusted the cooling setpoint to preserve the deadband
await self.check_setpoint_event(events_callback=events_callback, attribute=cluster.Attributes.OccupiedCoolingSetpoint, system_mode=cluster.Enums.SystemModeEnum.kCool, occupancy=cluster.Bitmaps.OccupancyBitmap.kOccupied, endpoint=endpoint)
await self.check_setpoint_event(events_callback=events_callback, attribute=cluster.Attributes.OccupiedHeatingSetpoint, system_mode=cluster.Enums.SystemModeEnum.kHeat, occupancy=cluster.Bitmaps.OccupancyBitmap.kOccupied, endpoint=endpoint)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This test logic assumes a specific order for receiving events, which can lead to flaky tests. When a setpoint is changed in auto mode, the other setpoint might be adjusted to maintain the deadband, resulting in two SetpointChange events. The order in which these events are received is not guaranteed.

A more robust approach would be to collect all SetpointChange events received within a short timeframe and then verify that both expected events (one for heating, one for cooling) are present, without assuming their order.1

Style Guide References

Footnotes

  1. Ensure test stability by accounting for potential race conditions when multiple events are expected. (link)

Copy link
github-actions bot commented Jul 9, 2025

PR #39923: Size comparison from 5dc7824 to a24ea6b

Increases above 0.2%:

platform target config section 5dc7824 a24ea6b change % change
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 549482 552338 2856 0.5
cyw30739 thermostat CYW30739B2-P5-EVK-01 FLASH 620561 623441 2880 0.5
CYW30739B2-P5-EVK-02 FLASH 640413 643293 2880 0.4
CYW30739B2-P5-EVK-03 FLASH 640413 643293 2880 0.4
linux air-purifier-app debug FLASH 2801826 2817120 15294 0.5
all-clusters-app debug FLASH 6205432 6222346 16914 0.3
all-clusters-minimal-app debug FLASH 5479092 5495522 16430 0.3
shell debug FLASH 3081260 3097692 16432 0.5
thermostat-no-ble arm64 unknown 9832 9912 80 0.8
FLASH 4238655 4253535 14880 0.4
tizen all-clusters-app arm unknown 5096 5136 40 0.8
FLASH 1698804 1709176 10372 0.6
Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section 5dc7824 a24ea6b change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1103326 1103332 6 0.0
RAM 179026 179026 0 0.0
bl702 lighting-app bl702+eth FLASH 656474 656474 0 0.0
RAM 134977 134977 0 0.0
bl702+wifi FLASH 833912 833918 6 0.0
RAM 124541 124541 0 0.0
bl706+mfd+rpc+littlefs FLASH 1066286 1066292 6 0.0
RAM 117397 117397 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 895832 895838 6 0.0
RAM 105676 105676 0 0.0
lighting-app bl702l+mfd+littlefs FLASH 979550 979556 6 0.0
RAM 109876 109876 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 764096 764096 0 0.0
RAM 103368 103368 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 775772 775772 0 0.0
RAM 108536 108536 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 721904 721904 0 0.0
RAM 96940 96940 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 706204 706204 0 0.0
RAM 97148 97148 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 549482 552338 2856 0.5
RAM 205144 205144 0 0.0
lock CC3235SF_LAUNCHXL FLASH 582602 582602 0 0.0
RAM 205344 205344 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 663549 663549 0 0.0
RAM 77472 77472 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 683401 683401 0 0.0
RAM 80112 80112 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 683401 683401 0 0.0
RAM 80112 80112 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 640341 640341 0 0.0
RAM 72540 72540 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 624933 624933 0 0.0
RAM 73784 73784 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 644569 644569 0 0.0
RAM 76336 76336 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 644569 644569 0 0.0
RAM 76336 76336 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 645885 645885 0 0.0
RAM 76784 76784 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 665601 665601 0 0.0
RAM 79336 79336 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 665601 665601 0 0.0
RAM 79336 79336 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 620561 623441 2880 0.5
RAM 70888 70888 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 640413 643293 2880 0.4
RAM 73520 73520 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 640413 643293 2880 0.4
RAM 73520 73520 0 0.0
efr32 lock-app BRD4187C FLASH 948196 948196 0 0.0
RAM 131528 131528 0 0.0
BRD4338a FLASH 749684 749676 -8 -0.0
RAM 203072 203072 0 0.0
window-app BRD4187C FLASH 1041528 1041520 -8 -0.0
RAM 127656 127656 0 0.0
esp32 all-clusters-app c3devkit DRAM 102272 102272 0 0.0
FLASH 1781550 1784560 3010 0.2
IRAM 83862 83862 0 0.0
m5stack DRAM 121156 121156 0 0.0
FLASH 1748798 1751630 2832 0.2
IRAM 117071 117071 0 0.0
linux air-purifier-app debug unknown 4856 4856 0 0.0
FLASH 2801826 2817120 15294 0.5
RAM 117320 117560 240 0.2
all-clusters-app debug unknown 5672 5672 0 0.0
FLASH 6205432 6222346 16914 0.3
RAM 531216 532416 1200 0.2
all-clusters-minimal-app debug unknown 5536 5536 0 0.0
FLASH 5479092 5495522 16430 0.3
RAM 228008 228248 240 0.1
bridge-app debug unknown 5568 5568 0 0.0
FLASH 4812438 4812472 34 0.0
RAM 207712 207712 0 0.0
camera-app debug unknown 8976 8976 0 0.0
FLASH 6939291 6939323 32 0.0
RAM 230024 230024 0 0.0
camera-controller debug unknown 9216 9216 0 0.0
FLASH 14374011 14376091 2080 0.0
RAM 661368 662328 960 0.1
chip-tool debug unknown 6272 6272 0 0.0
FLASH 14722545 14742303 19758 0.1
RAM 654880 655840 960 0.1
chip-tool-ipv6only arm64 unknown 40648 40712 64 0.2
FLASH 12699103 12713743 14640 0.1
RAM 701176 702136 960 0.1
closure-app debug unknown 5536 5536 0 0.0
FLASH 4797974 4798008 34 0.0
RAM 200616 200616 0 0.0
fabric-admin debug unknown 5952 5952 0 0.0
FLASH 12785013 12787061 2048 0.0
RAM 653912 654872 960 0.1
fabric-bridge-app debug unknown 4816 4816 0 0.0
FLASH 4598654 4598686 32 0.0
RAM 193424 193424 0 0.0
fabric-sync debug unknown 5056 5056 0 0.0
FLASH 5746381 5746861 480 0.0
RAM 491728 492688 960 0.2
lighting-app debug+rpc+ui unknown 6280 6280 0 0.0
FLASH 5661361 5661393 32 0.0
RAM 209848 209848 0 0.0
lock-app debug unknown 5488 5488 0 0.0
FLASH 4841044 4841108 64 0.0
RAM 197192 197192 0 0.0
ota-provider-app debug unknown 4856 4856 0 0.0
FLASH 4451252 4451284 32 0.0
RAM 186112 186112 0 0.0
ota-requestor-app debug unknown 4736 4736 0 0.0
FLASH 4523376 4523408 32 0.0
RAM 188984 188984 0 0.0
shell debug unknown 4288 4288 0 0.0
FLASH 3081260 3097692 16432 0.5
RAM 147344 147568 224 0.2
thermostat-no-ble arm64 unknown 9832 9912 80 0.8
FLASH 4238655 4253535 14880 0.4
RAM 233304 233560 256 0.1
tv-app debug unknown 5824 5824 0 0.0
FLASH 6110653 6111165 512 0.0
RAM 615976 616936 960 0.2
tv-casting-app debug unknown 5352 5352 0 0.0
FLASH 12876557 12896349 19792 0.2
RAM 771472 772432 960 0.1
nxp contact mcxw71+release FLASH 625840 625840 0 0.0
RAM 63164 63164 0 0.0
lock mcxw71+release FLASH 777080 777080 0 0.0
RAM 67820 67820 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1632948 1636764 3816 0.2
RAM 211104 211104 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1577140 1580956 3816 0.2
RAM 208472 208472 0 0.0
light cy8ckit_062s2_43012 FLASH 1449724 1449724 0 0.0
RAM 197184 197184 0 0.0
lock cy8ckit_062s2_43012 FLASH 1482108 1482108 0 0.0
RAM 224904 224904 0 0.0
qpg lighting-app qpg6200+debug FLASH 744824 744824 0 0.0
RAM 94220 94220 0 0.0
lock-app qpg6200+debug FLASH 754580 754580 0 0.0
RAM 94248 94248 0 0.0
stm32 light STM32WB5MM-DK FLASH 466276 466276 0 0.0
RAM 141376 141376 0 0.0
telink bridge-app tl7218x FLASH 703360 703370 10 0.0
RAM 93600 93600 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 795074 795082 8 0.0
RAM 44016 44016 0 0.0
light-app-ota-shell-factory-data tl7218x FLASH 783480 783488 8 0.0
RAM 100912 100912 0 0.0
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 710786 710794 8 0.0
RAM 54240 54240 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 747360 747368 8 0.0
RAM 77404 77404 0 0.0
light-switch-app-ota-factory-data tl3218x_retention FLASH 724106 724114 8 0.0
RAM 36996 36996 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 603658 603666 8 0.0
RAM 112532 112532 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 819054 819066 12 0.0
RAM 99164 99164 0 0.0
tizen all-clusters-app arm unknown 5096 5136 40 0.8
FLASH 1698804 1709176 10372 0.6
RAM 91444 91564 120 0.1
chip-tool-ubsan arm unknown 20752 20784 32 0.2
FLASH 21032146 21054514 22368 0.1
RAM 9154448 9163520 9072 0.1

Copy link
github-actions bot commented Jul 10, 2025

PR #39923: Size comparison from 5dc7824 to ee0e4b8

Increases above 0.2%:

platform target config section 5dc7824 ee0e4b8 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 549482 552338 2856 0.5
cyw30739 thermostat CYW30739B2-P5-EVK-01 FLASH 620561 623441 2880 0.5
CYW30739B2-P5-EVK-02 FLASH 640413 643293 2880 0.4
CYW30739B2-P5-EVK-03 FLASH 640413 643293 2880 0.4
linux air-purifier-app debug FLASH 2801826 2817210 15384 0.5
all-clusters-app debug FLASH 6205432 6222436 17004 0.3
all-clusters-minimal-app debug FLASH 5479092 5495612 16520 0.3
shell debug FLASH 3081260 3097772 16512 0.5
thermostat-no-ble arm64 unknown 9832 9912 80 0.8
FLASH 4238655 4253615 14960 0.4
tizen all-clusters-app arm unknown 5096 5136 40 0.8
FLASH 1698804 1709248 10444 0.6
Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section 5dc7824 ee0e4b8 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1103326 1103332 6 0.0
RAM 179026 179026 0 0.0
bl702 lighting-app bl702+eth FLASH 656474 656474 0 0.0
RAM 134977 134977 0 0.0
bl702+wifi FLASH 833912 833918 6 0.0
RAM 124541 124541 0 0.0
bl706+mfd+rpc+littlefs FLASH 1066286 1066292 6 0.0
RAM 117397 117397 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 895832 895838 6 0.0
RAM 105676 105676 0 0.0
lighting-app bl702l+mfd+littlefs FLASH 979550 979556 6 0.0
RAM 109876 109876 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 764096 764096 0 0.0
RAM 103368 103368 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 775772 775772 0 0.0
RAM 108536 108536 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 721904 721904 0 0.0
RAM 96940 96940 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 706204 706204 0 0.0
RAM 97148 97148 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 549482 552338 2856 0.5
RAM 205144 205144 0 0.0
lock CC3235SF_LAUNCHXL FLASH 582602 582602 0 0.0
RAM 205344 205344 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 663549 663549 0 0.0
RAM 77472 77472 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 683401 683401 0 0.0
RAM 80112 80112 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 683401 683401 0 0.0
RAM 80112 80112 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 640341 640341 0 0.0
RAM 72540 72540 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 624933 624933 0 0.0
RAM 73784 73784 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 644569 644569 0 0.0
RAM 76336 76336 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 644569 644569 0 0.0
RAM 76336 76336 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 645885 645885 0 0.0
RAM 76784 76784 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 665601 665601 0 0.0
RAM 79336 79336 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 665601 665601 0 0.0
RAM 79336 79336 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 620561 623441 2880 0.5
RAM 70888 70888 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 640413 643293 2880 0.4
RAM 73520 73520 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 640413 643293 2880 0.4
RAM 73520 73520 0 0.0
efr32 lock-app BRD4187C FLASH 948196 948196 0 0.0
RAM 131528 131528 0 0.0
BRD4338a FLASH 749684 749676 -8 -0.0
RAM 203072 203072 0 0.0
window-app BRD4187C FLASH 1041528 1041520 -8 -0.0
RAM 127656 127656 0 0.0
esp32 all-clusters-app c3devkit DRAM 102272 102272 0 0.0
FLASH 1781550 1784564 3014 0.2
IRAM 83862 83862 0 0.0
m5stack DRAM 121156 121156 0 0.0
FLASH 1748798 1751642 2844 0.2
IRAM 117071 117071 0 0.0
linux air-purifier-app debug unknown 4856 4856 0 0.0
FLASH 2801826 2817210 15384 0.5
RAM 117320 117560 240 0.2
all-clusters-app debug unknown 5672 5672 0 0.0
FLASH 6205432 6222436 17004 0.3
RAM 531216 532416 1200 0.2
all-clusters-minimal-app debug unknown 5536 5536 0 0.0
FLASH 5479092 5495612 16520 0.3
RAM 228008 228248 240 0.1
bridge-app debug unknown 5568 5568 0 0.0
FLASH 4812438 4812472 34 0.0
RAM 207712 207712 0 0.0
camera-app debug unknown 8976 8976 0 0.0
FLASH 6939291 6939323 32 0.0
RAM 230024 230024 0 0.0
camera-controller debug unknown 9216 9216 0 0.0
FLASH 14374011 14376091 2080 0.0
RAM 661368 662328 960 0.1
chip-tool debug unknown 6272 6272 0 0.0
FLASH 14722545 14742303 19758 0.1
RAM 654880 655840 960 0.1
chip-tool-ipv6only arm64 unknown 40648 40712 64 0.2
FLASH 12699103 12713743 14640 0.1
RAM 701176 702136 960 0.1
closure-app debug unknown 5536 5536 0 0.0
FLASH 4797974 4799510 1536 0.0
RAM 200616 200616 0 0.0
fabric-admin debug unknown 5952 5952 0 0.0
FLASH 12785013 12787061 2048 0.0
RAM 653912 654872 960 0.1
fabric-bridge-app debug unknown 4816 4816 0 0.0
FLASH 4598654 4598686 32 0.0
RAM 193424 193424 0 0.0
fabric-sync debug unknown 5056 5056 0 0.0
FLASH 5746381 5746861 480 0.0
RAM 491728 492688 960 0.2
lighting-app debug+rpc+ui unknown 6280 6280 0 0.0
FLASH 5661361 5661393 32 0.0
RAM 209848 209848 0 0.0
lock-app debug unknown 5488 5488 0 0.0
FLASH 4841044 4841108 64 0.0
RAM 197192 197192 0 0.0
ota-provider-app debug unknown 4856 4856 0 0.0
FLASH 4451252 4451284 32 0.0
RAM 186112 186112 0 0.0
ota-requestor-app debug unknown 4736 4736 0 0.0
FLASH 4523376 4523408 32 0.0
RAM 188984 188984 0 0.0
shell debug unknown 4288 4288 0 0.0
FLASH 3081260 3097772 16512 0.5
RAM 147344 147568 224 0.2
thermostat-no-ble arm64 unknown 9832 9912 80 0.8
FLASH 4238655 4253615 14960 0.4
RAM 233304 233560 256 0.1
tv-app debug unknown 5824 5824 0 0.0
FLASH 6110653 6111165 512 0.0
RAM 615976 616936 960 0.2
tv-casting-app debug unknown 5352 5352 0 0.0
FLASH 12876557 12896349 19792 0.2
RAM 771472 772432 960 0.1
nxp contact mcxw71+release FLASH 625840 625840 0 0.0
RAM 63164 63164 0 0.0
lock mcxw71+release FLASH 777080 777080 0 0.0
RAM 67820 67820 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1632948 1636780 3832 0.2
RAM 211104 211104 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1577140 1580972 3832 0.2
RAM 208472 208472 0 0.0
light cy8ckit_062s2_43012 FLASH 1449724 1449724 0 0.0
RAM 197184 197184 0 0.0
lock cy8ckit_062s2_43012 FLASH 1482108 1482108 0 0.0
RAM 224904 224904 0 0.0
qpg lighting-app qpg6200+debug FLASH 744824 744824 0 0.0
RAM 94220 94220 0 0.0
lock-app qpg6200+debug FLASH 754580 754580 0 0.0
RAM 94248 94248 0 0.0
stm32 light STM32WB5MM-DK FLASH 466276 466276 0 0.0
RAM 141376 141376 0 0.0
telink bridge-app tl7218x FLASH 703360 703370 10 0.0
RAM 93600 93600 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 795074 795082 8 0.0
RAM 44016 44016 0 0.0
light-app-ota-shell-factory-data tl7218x FLASH 783480 783488 8 0.0
RAM 100912 100912 0 0.0
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 710786 710794 8 0.0
RAM 54240 54240 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 747360 747368 8 0.0
RAM 77404 77404 0 0.0
light-switch-app-ota-factory-data tl3218x_retention FLASH 724106 724114 8 0.0
RAM 36996 36996 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 603658 603666 8 0.0
RAM 112532 112532 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 819054 819066 12 0.0
RAM 99164 99164 0 0.0
tizen all-clusters-app arm unknown 5096 5136 40 0.8
FLASH 1698804 1709248 10444 0.6
RAM 91444 91564 120 0.1
chip-tool-ubsan arm unknown 20752 20784 32 0.2
FLASH 21032146 21054514 22368 0.1
RAM 9154448 9163520 9072 0.1

@mergify mergify bot added the conflict label Jul 11, 2025
…at_events

# Conflicts:
#	src/app/zap-templates/zcl/data-model/chip/thermostat-cluster.xml
@mergify mergify bot removed the conflict label Jul 11, 2025
Copy link
github-actions bot commented Jul 11, 2025

PR #39923: Size comparison from d033b40 to 5763827

Increases above 0.2%:

platform target config section d033b40 5763827 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 548866 551722 2856 0.5
linux air-purifier-app debug FLASH 2796680 2812032 15352 0.5
RAM 117320 117560 240 0.2
all-clusters-app debug FLASH 6198718 6215178 16460 0.3
all-clusters-minimal-app debug FLASH 5473624 5490082 16458 0.3
shell debug FLASH 3076636 3093084 16448 0.5
thermostat-no-ble arm64 unknown 9832 9912 80 0.8
FLASH 4236319 4251279 14960 0.4
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 888116 890936 2820 0.3
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 858440 861272 2832 0.3
tizen all-clusters-app arm unknown 5096 5136 40 0.8
FLASH 1695816 1706252 10436 0.6
Full report (59 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen) 889C
platform target config section d033b40 5763827 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1102628 1102628 0 0.0
RAM 179010 179010 0 0.0
bl702 lighting-app bl702+eth FLASH 656030 656030 0 0.0
RAM 134961 134961 0 0.0
bl702+wifi FLASH 833218 833218 0 0.0
RAM 124517 124517 0 0.0
bl706+mfd+rpc+littlefs FLASH 1065336 1065336 0 0.0
RAM 117373 117373 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 894882 894882 0 0.0
RAM 105660 105660 0 0.0
lighting-app bl702l+mfd+littlefs FLASH 978600 978600 0 0.0
RAM 109852 109852 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 763128 763128 0 0.0
RAM 103368 103368 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 774668 774668 0 0.0
RAM 108536 108536 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 721008 721008 0 0.0
RAM 96940 96940 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 705300 705300 0 0.0
RAM 97148 97148 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 548866 551722 2856 0.5
RAM 205144 205144 0 0.0
lock CC3235SF_LAUNCHXL FLASH 581842 581842 0 0.0
RAM 205344 205344 0 0.0
efr32 lock-app BRD4187C FLASH 955016 955016 0 0.0
RAM 126564 126564 0 0.0
BRD4338a FLASH 749468 749460 -8 -0.0
RAM 251912 251912 0 0.0
window-app BRD4187C FLASH 1049576 1049576 0 0.0
RAM 122760 122760 0 0.0
esp32 all-clusters-app c3devkit DRAM 102272 102272 0 0.0
FLASH 1780626 1783622 2996 0.2
IRAM 83862 83862 0 0.0
m5stack DRAM 121156 121156 0 0.0
FLASH 1747922 1750758 2836 0.2
IRAM 117071 117071 0 0.0
linux air-purifier-app debug unknown 4856 4856 0 0.0
FLASH 2796680 2812032 15352 0.5
RAM 117320 117560 240 0.2
all-clusters-app debug unknown 5672 5672 0 0.0
FLASH 6198718 6215178 16460 0.3
RAM 532176 532416 240 0.0
all-clusters-minimal-app debug unknown 5536 5536 0 0.0
FLASH 5473624 5490082 16458 0.3
RAM 228008 228248 240 0.1
bridge-app debug unknown 5568 5568 0 0.0
FLASH 4807836 4807836 0 0.0
RAM 207712 207712 0 0.0
camera-app debug unknown 8976 8976 0 0.0
FLASH 6945803 6945803 0 0.0
RAM 230168 230168 0 0.0
camera-controller debug unknown 9216 9216 0 0.0
FLASH 14389035 14389035 0 0.0
RAM 662488 662488 0 0.0
chip-tool debug unknown 6272 6272 0 0.0
FLASH 14763429 14763429 0 0.0
RAM 656192 656192 0 0.0
chip-tool-ipv6only arm64 unknown 40736 40736 0 0.0
FLASH 12733351 12733351 0 0.0
RAM 702440 702440 0 0.0
closure-app debug unknown 5536 5536 0 0.0
FLASH 4790690 4790690 0 0.0
RAM 200584 200584 0 0.0
fabric-admin debug unknown 5952 5952 0 0.0
FLASH 12806249 12806249 0 0.0
RAM 655224 655224 0 0.0
fabric-bridge-app debug unknown 4816 4816 0 0.0
FLASH 4593166 4593166 0 0.0
RAM 193424 193424 0 0.0
fabric-sync debug unknown 5056 5056 0 0.0
FLASH 5741725 5741725 0 0.0
RAM 492688 492688 0 0.0
lighting-app debug+rpc+ui unknown 6280 6280 0 0.0
FLASH 5694625 5694625 0 0.0
RAM 209944 209944 0 0.0
lock-app debug unknown 5488 5488 0 0.0
FLASH 4836546 4836546 0 0.0
RAM 197192 197192 0 0.0
ota-provider-app debug unknown 4856 4856 0 0.0
FLASH 4447020 4447020 0 0.0
RAM 186112 186112 0 0.0
ota-requestor-app debug unknown 4736 4736 0 0.0
FLASH 4519142 4519142 0 0.0
RAM 188984 188984 0 0.0
shell debug unknown 4288 4288 0 0.0
FLASH 3076636 3093084 16448 0.5
RAM 147344 147568 224 0.2
thermostat-no-ble arm64 unknown 9832 9912 80 0.8
FLASH 4236319 4251279 14960 0.4
RAM 233304 233560 256 0.1
tv-app debug unknown 5824 5824 0 0.0
FLASH 6106749 6106749 0 0.0
RAM 616936 616936 0 0.0
tv-casting-app debug unknown 5352 5352 0 0.0
FLASH 12907789 12907789 0 0.0
RAM 772688 772688 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 888116 890936 2820 0.3
RAM 166162 166162 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 897252 898868 1616 0.2
RAM 145100 145100 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 858440 861272 2832 0.3
RAM 141049 141049 0 0.0
nxp contact mcxw71+release FLASH 624800 624800 0 0.0
RAM 63164 63164 0 0.0
lock mcxw71+release FLASH 776008 776008 0 0.0
RAM 67820 67820 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1632532 1636380 3848 0.2
RAM 211104 211104 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1576708 1580556 3848 0.2
RAM 208472 208472 0 0.0
light cy8ckit_062s2_43012 FLASH 1449500 1449500 0 0.0
RAM 197184 197184 0 0.0
lock cy8ckit_062s2_43012 FLASH 1481756 1481756 0 0.0
RAM 224904 224904 0 0.0
qpg lighting-app qpg6200+debug FLASH 744232 744232 0 0.0
RAM 94292 94292 0 0.0
lock-app qpg6200+debug FLASH 753852 753852 0 0.0
RAM 94320 94320 0 0.0
stm32 light STM32WB5MM-DK FLASH 465292 465292 0 0.0
RAM 141376 141376 0 0.0
telink bridge-app tl7218x FLASH 702350 702350 0 0.0
RAM 93600 93600 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 794078 794078 0 0.0
RAM 44016 44016 0 0.0
light-app-ota-shell-factory-data tl7218x FLASH 782484 782484 0 0.0
RAM 100912 100912 0 0.0
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 709600 709600 0 0.0
RAM 54240 54240 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 746194 746194 0 0.0
RAM 77404 77404 0 0.0
light-switch-app-ota-factory-data tl3218x_retention FLASH 722920 722920 0 0.0
RAM 36996 36996 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 603020 603020 0 0.0
RAM 112532 112532 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 818038 818042 4 0.0
RAM 99164 99164 0 0.0
tizen all-clusters-app arm unknown 5096 5136 40 0.8
FLASH 1695816 1706252 10436 0.6
RAM 91444 91564 120 0.1
chip-tool-ubsanarm unknown 20800 20800 0 0.0
FLASH 21098610 21098610 0 0.0
RAM 9178492 9178492 0 0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

2 participants
0