Skip to content

Commit 360832b

Browse files
committed
Address review from James
1 parent 612f7f3 commit 360832b

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

examples/energy-management-app/esp32/main/Kconfig.projbuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ menu "Energy Management Example App Configuration"
203203

204204
config CHIP_DEVICE_CONFIG_ENABLE_DEVICE_ENERGY_MANAGEMENT_TRIGGER
205205
bool "Enable DEM triggers"
206-
default "y"
206+
default "n"
207207
help
208208
Enable test triggers used by the Device Energy Management tests
209209

examples/energy-management-app/esp32/sdkconfig.defaults

+12-1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,17 @@ CONFIG_LWIP_IPV6_NUM_ADDRESSES=6
6868
# Enable sntp time sync
6969
CONFIG_ENABLE_SNTP_TIME_SYNC=y
7070

71-
CONFIG_ENABLE_EXAMPLE_WATER_HEATER_DEVICE=y
71+
# Enable EVSE device on EP1
72+
CONFIG_CHIP_DEVICE_CONFIG_ENABLE_EVSE=y
7273

74+
# Enable test triggers used by the Device Energy Management tests
75+
CONFIG_CHIP_DEVICE_CONFIG_ENABLE_DEVICE_ENERGY_MANAGEMENT_TRIGGER=y
76+
77+
# Enable test triggers used by the Evse tests
78+
CONFIG_CHIP_DEVICE_CONFIG_ENABLE_ENERGY_EVSE_TRIGGER=y
79+
80+
# Enable test triggers used by the Water Heater Management tests
7381
CONFIG_CHIP_DEVICE_CONFIG_ENABLE_WATER_HEATER_MANAGEMENT_TRIGGER=y
82+
83+
# Ensure kPowerForecastReporting (PFR) is set in the DeviceEnergyManagement::Feature attribute. Note cannot set PFR and SFR.
84+
CONFIG_DEM_SUPPORT_POWER_FORECAST_REPORTING=y

0 commit comments

Comments
 (0)